December 2015 Archives by author
Starting: Tue Dec 1 03:42:59 EST 2015
Ending: Thu Dec 31 10:03:29 EST 2015
Messages: 408
- [Python-checkins] cpython (3.4): Remove x permissions from Lib/test/test_script_helper.py
Terry Reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.11 branch
benjamin.peterson
- [Python-checkins] cpython (3.2): add CVE and issue number
benjamin.peterson
- [Python-checkins] cpython (2.7): add CVE and issue number
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.3): fix reordering
benjamin.peterson
- [Python-checkins] cpython (2.7): make consulting save_modules O(1) rather than O(n)
benjamin.peterson
- [Python-checkins] release: update sphinx to 1.3.3
benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.11 final
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.11 for changeset 6d1b6a68f775
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.11 branch
benjamin.peterson
- [Python-checkins] cpython (2.7): off to 2.7.12 we go
benjamin.peterson
- [Python-checkins] cpython (2.7): remove pointless keys() call
benjamin.peterson
- [Python-checkins] cpython (3.5): make recording and reporting errors and nonlocal and global directives more
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25973)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21240: Add an abstractmethod directive to mark abstract methods in the
berker.peksag
- [Python-checkins] cpython (3.5): Issue #21240: Add an abstractmethod directive to mark abstract methods in the
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25755: Move PropertyWritableDoc into the test case
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25755: Move PropertyWritableDoc into the test case
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25977: Fix typos in Lib/tokenize.py
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25977: Fix typos in Lib/tokenize.py
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25500
brett.cannon
- [Python-checkins] cpython (3.5): Issue #25500: Fix the language reference to not claim that import
brett.cannon
- [Python-checkins] cpython: Issue #25771: Tweak ValueError message when package isn't specified
brett.cannon
- [Python-checkins] cpython (3.5): Issue #23936: Clarify what finders are.
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #23936
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25874
brett.cannon
- [Python-checkins] cpython (3.5): Issue #25874: Clarify platform support in the "Using Python on Windows" doc.
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #12484
brett.cannon
- [Python-checkins] cpython (3.5): Issue #12484: Remove a mention of Py_InitModule() and
brett.cannon
- [Python-checkins] cpython: Issue #25768: Make compileall functions return booleans and document
brett.cannon
- [Python-checkins] cpython: Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: Tweak skipping message
brett.cannon
- [Python-checkins] cpython: Issue #25234: Skip test_eintr.test_os_open under OS X.
brett.cannon
- [Python-checkins] cpython: Issue #25930: Document that os.unlink and os.remove are *semantically*
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for backport of fix for issue #25930
brett.cannon
- [Python-checkins] cpython (3.5): Backport of fix for issue #25930
brett.cannon
- [Python-checkins] cpython: Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader
brett.cannon
- [Python-checkins] peps: the trailing slash is no langer required
ethan.furman
- [Python-checkins] cpython: Remove duplicate method in test_pathlib. Initial patch by Navneet Suman.
ezio.melotti
- [Python-checkins] cpython (2.7): Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing
gregory.p.smith
- [Python-checkins] cpython (3.4): Re-fix issue #19284: Don't generate the no-op -R command line
gregory.p.smith
- [Python-checkins] cpython (3.4): Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
gregory.p.smith
- [Python-checkins] cpython (3.4): assert_python_ok docstring typo fix.
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge head
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> 3.5): * Re-fix issue #19284: Don't generate the no-op -R command line
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): * Re-fix issue #19284: Don't generate the no-op -R command line
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
gregory.p.smith
- [Python-checkins] peps: Add Awaitable, AsyncIterable, AsyncIterator to PEP 484 (to be released 3.5.2).
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Add Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.5): Add Awaitable, AsyncIterable, AsyncIterator to typing.py.
guido.van.rossum
- [Python-checkins] cpython (3.5): Sync asyncio with upstream git repo (conditional import in test_pep492.py).
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Sync asyncio with upstream git repo (conditional import in test_pep492.py).
guido.van.rossum
- [Python-checkins] peps: Fix link for "Registering with the Package Index".
guido.van.rossum
- [Python-checkins] peps: Change Talin's email address to viridia at gmail.com.
guido.van.rossum
- [Python-checkins] Benchmark Results for Python Default 2015-12-02
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-02
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-03
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-03
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-04
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-04
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-07
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-08
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-08
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-09
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-09
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-10
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-10
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-11
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-11
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-14
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-14
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-15
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-15
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-16
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-16
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-17
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-17
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-18
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-18
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-21
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-21
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-22
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-22
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-23
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-23
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-24
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-24
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-29
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-29
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-12-30
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-12-30
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Updated the URL for the buildbots.
larry.hastings
- [Python-checkins] peps: Updated another path that's changed in recent... years?
larry.hastings
- [Python-checkins] cpython (3.5): Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge.
larry.hastings
- [Python-checkins] cpython (3.5): Updated pydoc topics for 3.5.1 final.
larry.hastings
- [Python-checkins] cpython (3.5): Fixes upload directories for Windows installer.
larry.hastings
- [Python-checkins] cpython (3.5): Version bump for 3.5.1 final.
larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.1 for changeset 37a07cee5969
larry.hastings
- [Python-checkins] cpython (3.5): Post-release fixups for Python 3.5.1.
larry.hastings
- [Python-checkins] cpython (3.4): Rebuilt pydoc topics for 3.4.4rc1.
larry.hastings
- [Python-checkins] cpython (3.4): Post-release fixups for Python 3.4.4rc1.
larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.4rc1.
larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.4rc1 for changeset 04f3f725896c
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge.
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Null merge from 3.5.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.)
larry.hastings
- [Python-checkins] peps: Touched up release schedules for 3.4 and 3.5.
larry.hastings
- [Python-checkins] release: add-to-pydotorg now handles the .exe installers for 3.5+.
larry.hastings
- [Python-checkins] cpython (3.4): Rebuild pydoc topics for Python 3.4.4 final.
larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.4 for changeset 737efcadf5a6
larry.hastings
- [Python-checkins] cpython (3.4): Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
larry.hastings
- [Python-checkins] cpython (3.4): Release bump for Python 3.4.4 final.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4.4 from 3.4 to 3.5.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge.
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 to default.
larry.hastings
- [Python-checkins] cpython (3.4): Post-release touchups for Python 3.4.4 final.
larry.hastings
- [Python-checkins] peps: Update 3.4 release schedule to note the release of 3.4.4.
larry.hastings
- [Python-checkins] cpython (3.5): Issue #14285: Do not catch __init__.py exceptions in runpy
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #14285: Merge runpy exception fix from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #14285: Do not catch ImportError from __init__.py in runpy
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25764: Merge subprocess fix from 3.5
martin.panter
- [Python-checkins] cpython (3.4): Issue #25764: Preserve subprocess fork exception when preexec_fn used
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25764: Merge subprocess fix from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython: Issue #25764: Attempt to debug and skip OS X setrlimit() failure
martin.panter
- [Python-checkins] cpython: Issue #25764: OS X now failing on the second setrlimit() call
martin.panter
- [Python-checkins] cpython (3.4): Issue #25764: Skip the test on OS X
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25764: Merge OS X test skipping from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython: Issue #25764: Remove test debugging
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25764: Merge OS X test skipping from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25717: Tolerate fstat() failures in the FileIO constructor
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25717: Merge fstat() fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25717: Add comment explaining why errors are ignored
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25717: Merge comment from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25701: Document C API functions that both set and delete objects
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25701: Merge set and delete documentation from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25820: Merge test_gdb fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25820: Remove unused assignment and redundant GDB CLI arguments
martin.panter
- [Python-checkins] cpython (3.5): Issue #14285: Do not catch exceptions initializing any ancestor package
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #14285: Merge runpy fix from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25764: Merge fix for root user from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25764: Skip fork failure test when run as root
martin.panter
- [Python-checkins] cpython (3.5): Issue #22341: Drop Python 2 workaround and document CRC initial value
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22341: Merge CRC doc from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25809: Merge French locale test from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25845: Drop redundant checks leftover from int to long conversion
martin.panter
- [Python-checkins] cpython (3.5): Issue #25809: Skip testing platform-dependent French thousands separator
martin.panter
- [Python-checkins] cpython (3.5): Issue #19771: Omit irrelevant message if package could not be initialized
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19771: Merge runpy error adjustment from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25845: Merge PyLong_Check() cleanup from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #25809: Skip testing platform-dependent French thousands separator
martin.panter
- [Python-checkins] cpython (2.7): Issue #20837: Base-64 alphabet clarification from revision 1853679c6f71
martin.panter
- [Python-checkins] cpython (2.7): Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23788: Merge test_bad_address() cleanup from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #23788: Merge redundant test_bad_address() into test_urllibnet
martin.panter
- [Python-checkins] cpython (3.5): Fix a couple of typos in code comments
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
martin.panter
- [Python-checkins] cpython (3.4): Issue #25809: Skip testing platform-dependent French thousands separator
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
matthias.klose
- [Python-checkins] cpython (3.4): Remove x permissions from Lib/test/test_script_helper.py
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
matthias.klose
- [Python-checkins] cpython (2.7): Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
ned.deily
- [Python-checkins] cpython (3.4): Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25798: merge from 3.4
ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25798: merge from 3.5
ned.deily
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
ned.deily
- [Python-checkins] peps: PEP 493: Clarify scope & deemphasise PEP 476 backport
nick.coghlan
- [Python-checkins] peps: PEP 493: Add Barry as BDFL-Delegate
nick.coghlan
- [Python-checkins] peps: Revise implementation strategy for PEP 432
nick.coghlan
- [Python-checkins] Daily reference leaks (734247d5d0f9): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0eeb39fc8ff5): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (01397c11ebb8): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ad855c779bf3): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (401459dca320): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (50a99be891bc): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dd67c8c53aea): sum=22
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d6e27eafb4e1): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2e5fdb8a8874): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5176e8a2e258): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a526ebcfd31d): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8f52c9d72d9f): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (93538e7d6ed8): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (41717421b134): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (32a83285fdaa): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (16accac4b2f6): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2bd893405c62): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c11bdccc4547): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (128fa5eea9b1): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5115f39cc59f): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (af0b95fb1c19): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (29ea3827cfaa): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dcf9e9ae5393): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (92760d2edc9e): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8a14af800f96): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b8d108a2a38e): sum=-43
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ba1e102c3320): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (71f071f2e074): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ab0e60a36368): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5b43d7984a63): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1ab7bcd4e176): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: #24903: Remove misleading error message to fix regression.
r.david.murray
- [Python-checkins] cpython (3.4): #24903: Remove misleading error message to fix regression.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #24903: Remove misleading error message to fix regression.
r.david.murray
- [Python-checkins] cpython (2.7): #25495: Clarify b2a_base64 documentation vis 57 bytes.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
r.david.murray
- [Python-checkins] cpython (3.4): #25495: Clarify b2a_base64 documentation vis 57 bytes.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
r.david.murray
- [Python-checkins] cpython (3.5): #1753718: clarify RFC compliance and bytes/string argument types.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #1753718: clarify RFC compliance and bytes/string argument types.
r.david.murray
- [Python-checkins] cpython: Only update the arr variable when PyObject_RichCompareBool() has been called.
raymond.hettinger
- [Python-checkins] cpython: Hoist constant expressions (so->table and so->mask) out of the inner-loop.
raymond.hettinger
- [Python-checkins] cpython: Undo inadvertent line swap
raymond.hettinger
- [Python-checkins] cpython: Minor tweek. Counting down rather than up reduces register pressure.
raymond.hettinger
- [Python-checkins] test: test commit to hgtest repo.
senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19543: Added Py3k warning for decoding unicode.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #6478: _strptime's regexp cache now is reset after changing timezone
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #6478: _strptime's regexp cache now is reset after changing timezone
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6478: _strptime's regexp cache now is reset after changing timezone
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #6478: _strptime's regexp cache now is reset after changing timezone
serhiy.storchaka
- [Python-checkins] cpython: Issue #25761: Improved detecting errors in broken pickle data.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue25814: Propagate all errors from custom XML parser handlers
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue25814: Propagate all errors from custom XML parser handlers
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue25814: Propagate all errors from custom XML parser handlers
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue25814: Propagate all errors from custom XML parser handlers
serhiy.storchaka
- [Python-checkins] cpython: Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed possible leak in ElementTree.Element.iter().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed possible leak in ElementTree.Element.iter().
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed possible leaks in ElementTree parser.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed possible leaks in ElementTree parser.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed possible leaks in ElementTree parser.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25638: Optimized ElementTree parsing; it is now 10% faster.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25893: Removed unused variable reqdSize.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25893: Removed unused variable reqdSize.
serhiy.storchaka
- [Python-checkins] cpython: Issues #25890, #25891, #25892: Removed unused variables in Windows code.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25890: Removed yet one unused variable.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25899: Converted non-ASCII characters in docstrings and manpage
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25899: Fixed typo in .bzrignore.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25899: Fixed typo in .bzrignore.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25899: Converted non-ASCII characters in docstrings and manpage
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25899: Fixed typo in .bzrignore.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25899: Converted Objects/listsort.txt to UTF-8.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed markup and spaces in Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed markup and spaces in Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22227: The TarFile iterator is reimplemented using generator.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Use correct PyGC_Head size in tests for issue #25421.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Use correct PyGC_Head size in tests for issue #25421.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Use correct PyGC_Head size in tests for issue #25421.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Don't create non-needed file.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Create a file in SizeofTest only if needed.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Don't create non-needed file.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed sizeof tests for dict and type (they were passed by accident).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed sizeof tests for dict and type (they were passed by accident).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed sizeof tests for dict and type (they were passed by accident).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25766: Special method __bytes__() now works in str subclasses.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25766: Special method __bytes__() now works in str subclasses.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25902: Fixed various refcount issues in ElementTree iteration.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25902: Fixed various refcount issues in ElementTree iteration.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25873: Optimized iterating ElementTree.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25869: Optimized deepcopying ElementTree; it is now 20 times faster.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25860: os.fwalk() no longer skips remaining directories when error
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25860: os.fwalk() no longer skips remaining directories when error
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20440: Massive replacing unsafe attribute setting code with special
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20440: Massive replacing unsafe attribute setting code with special
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20440: Massive replacing unsafe attribute setting code with special
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24103: Fixed possible use after free in ElementTree.iterparse().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25923: Added the const qualifier to static constant arrays.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25923: Added more const qualifiers to signatures of static and private
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #22995: Instances of extension types with a state that aren't
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22995: Instances of extension types with a state that aren't
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20440: Applied yet one patch for using Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20440: Applied yet one patch for using Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20440: Applied yet one patch for using Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20440: More use of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20440: More use of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20440: More use of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25447: Copying the lru_cache() wrapper object now always works,
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25447: Copying the lru_cache() wrapper object now always works,
serhiy.storchaka
- [Python-checkins] cpython: Issue #25971: Optimized creating Fractions from floats by 2 times and from
serhiy.storchaka
- [Python-checkins] cpython: Clean up float.as_integer_ratio().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed formatting comman-line usage message.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed formatting comman-line usage message.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22995: Instances of extension types with a state that aren't
serhiy.storchaka
- [Python-checkins] cpython (2.7): Make catched exceptions more specific and correct a comment.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Make catched exception more specific and correct a comment.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Make catched exception more specific and correct a comment.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25961: Disallowed null characters in the type name.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25961: Disallowed null characters in the type name.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25961: Disallowed null characters in the type name.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25961: Fixed compilation error and a leak in type constructor.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Fix typo.
stefan.krah
- [Python-checkins] cpython: Issue #25928: Temporarily disable some tests in test_statistics in order
stefan.krah
- [Python-checkins] cpython: Issue #25940: Make buildbots usable again until a solution is found.
stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 (including all NEWS entries)
steve.dower
- [Python-checkins] cpython (3.5): Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect
steve.dower
- [Python-checkins] cpython (3.4): Fix for issue #25177 with the mean of very small and very large numbers.
steven.daprano
- [Python-checkins] cpython: Issue #25177: Fixed problem with the mean of very small and very large numbers.
steven.daprano
- [Python-checkins] cpython (3.5): Fixed issue #25177, problems with the mean of very small and very large numbers.
steven.daprano
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads.
steven.daprano
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
terry.reedy
- [Python-checkins] cpython (2.7): Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5, patch was already applied to default (isuse #25177)
victor.stinner
- [Python-checkins] cpython (3.5): Fix test_doctest in verbose mode
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.5) Fix test_doctest in verbose mode
victor.stinner
- [Python-checkins] cpython (2.7): Fix test_doctest in verbose mode
victor.stinner
- [Python-checkins] cpython (2.7): Issue #25696: Fix installation of Python on UNIX with make -j9.
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25696: Fix installation of Python on UNIX with make -j9.
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9.
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC)
victor.stinner
- [Python-checkins] cpython (2.7): Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC)
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try)
victor.stinner
- [Python-checkins] cpython: Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Fixes #25844: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (3.4): Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
vinay.sajip
- [Python-checkins] cpython (2.7): Closes #25664: handled logger names in Unicode.
vinay.sajip
- [Python-checkins] cpython: Closes #25789: Improved buffering behaviour in launcher.
vinay.sajip
- [Python-checkins] cpython (3.5): Closes #25685: Made SocketHandler emission more efficient.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25685: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (3.5): Fixes #25360: Search for pythonw.exe when in pyw.exe.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25360: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Sync with github
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Make Tasks check if Futures are attached to the same event loop
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Mention new asyncio APIs in 3.5.1
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.5): docs/whatsnew/3.5: Fix ref link
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.5): docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Skip getaddrinfo if host is already resolved.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.4): Normalize whitespace
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio/tests: Fix deprecation warning
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio/tests: Fix some ResourceWarnings
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio/tests: Fix ResourceWarnings related to unclosed transports
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio/tests: Fix a ResourceWarning due to unclosed loop
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): docs/asyncio: Twek sections names per Nick Coghlan suggestion
yury.selivanov
- [Python-checkins] devguide: Add myself to ast/compiler & bytecode interest areas.
yury.selivanov
- [Python-checkins] cpython (3.5): docs: Document ASYNC/AWAIT tokens (issue #25580)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25795: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #25795: Fix several tests to run independently.
zach.ware
- [Python-checkins] cpython (3.4): Issue #25800: Fix running test_capi directly
zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25800: Merge with 3.4
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25800: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Clarify that only *documentation* bugs should go to docs at python.org
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Clarify that only *documentation* bugs should go to docs at python.org
zach.ware
- [Python-checkins] cpython (2.7): Issue #25827: Add support for ICC to configure
zach.ware
- [Python-checkins] cpython (3.5): Issue #25827: Add support for ICC to configure
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25827: Merge with 3.5
zach.ware
- [Python-checkins] cpython: Issue #25972, #20440: Fix compilation on Windows
zach.ware
Last message date:
Thu Dec 31 10:03:29 EST 2015
Archived on: Thu Dec 31 10:03:33 EST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).