October 2015 Archives by thread
Starting: Wed Sep 30 18:54:53 EDT 2015
Ending: Sat Oct 31 17:55:25 EDT 2015
Messages: 565
- [Python-checkins] cpython: Fix regrtest --coverage on Windows
victor.stinner
- [Python-checkins] cpython: Add fast paths to deque_init() for the common cases
raymond.hettinger
- [Python-checkins] cpython: Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 -> 3.5
andrew.svetlov
- [Python-checkins] cpython (3.4): Reflect parameter name change in the doc
andrew.svetlov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 -> default
andrew.svetlov
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.5) Issue #25274: test_recursionlimit_recovery() of test_sys now checks
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks
victor.stinner
- [Python-checkins] cpython (3.4): Issue #25274: test_recursionlimit_recovery() of test_sys now checks
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
victor.stinner
- [Python-checkins] cpython (3.4): Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (os.urandom)
victor.stinner
- [Python-checkins] Daily reference leaks (0f10e0b3e76d): sum=17877
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25280: Import trace messages emitted in verbose (-v) mode are no
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25280: Import trace messages emitted in verbose (-v) mode are no
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25280: Import trace messages emitted in verbose (-v) mode are no
serhiy.storchaka
- [Python-checkins] cpython (3.4): Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25185: merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Closes #25185: merged fix from 3.4.
vinay.sajip
- [Python-checkins] cpython: Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to
victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-10-01
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-01
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Fixes #25097: Windows test is skipped if there are insufficient privileges,
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fixes #25097: Merged fi from 3.4.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Fixes #25097: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython: Closes #24884: refactored WatchedFileHandler file reopening into a separate
vinay.sajip
- [Python-checkins] cpython: Make _PyUnicode_TranslateCharmap() symbol private
victor.stinner
- [Python-checkins] cpython: Update importlib_external.h
victor.stinner
- [Python-checkins] cpython: Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25165: Windows uninstallation should not remove launcher if other
steve.dower
- [Python-checkins] cpython (3.5): Improves support for building unofficial versions of the Windows installer.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] peps: Update PEP 494 with a detailed Python 3.6 release schedule proposal
ned.deily
- [Python-checkins] Daily reference leaks (c98cc9f7e2c5): sum=17880
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24483: C implementation of functools.lru_cache() now calculates key's
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24483: C implementation of functools.lru_cache() now calculates key's
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-10-02
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-02
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #25290: Fix typo in csv.reader() docstring
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25290: Fix typo in csv.reader() docstring
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25290: Fix typo in csv.reader() docstring
berker.peksag
- [Python-checkins] cpython (2.7): Issue #25290: Fix typo in csv.reader() docstring
berker.peksag
- [Python-checkins] cpython (2.7): Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.
serhiy.storchaka
- [Python-checkins] benchmarks: Issue #25266: the mako benchmark does not work in Python 3.6.
brett.cannon
- [Python-checkins] cpython (merge 3.4 -> 3.5): asyncio: Make ensure_future() accept all kinds of awaitables.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5)
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: ensure_future() now understands awaitables
yury.selivanov
- [Python-checkins] cpython (3.5): Tweak susp-ignored.csv to make buildbots happy
berker.peksag
- [Python-checkins] cpython: Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
victor.stinner
- [Python-checkins] cpython: Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of
victor.stinner
- [Python-checkins] cpython: Issue #22806: Add ``python -m test --list-tests`` command to list tests.
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 for issue #25188.
brett.cannon
- [Python-checkins] cpython (2.7): Issue #25188: Add -P/--pgo to test.regrtest for PGO building.
brett.cannon
- [Python-checkins] cpython (2.7): Fix indentation
brett.cannon
- [Python-checkins] cpython: Fix _PyUnicodeWriter_PrepareKind()
victor.stinner
- [Python-checkins] cpython: Issue #18174: Fix test_regrtest when Python is compiled in release mode
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24820: Users can now set breakpoint colors in Settings ->
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24820: Users can now set breakpoint colors in Settings ->
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #25224: README.txt is now an idlelib index for IDLE developers and
terry.reedy
- [Python-checkins] cpython (2.7): Issue #25224: README.txt is now an idlelib index for IDLE developers and
terry.reedy
- [Python-checkins] cpython: Factor out common iterator finalization code
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #25232: Fix CGIRequestHandler's splitting of URL query
martin.panter
- [Python-checkins] cpython (3.4): Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
martin.panter
- [Python-checkins] cpython (3.5): Issues #25232, #24657: Use new enum status to match rest of tests
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issues #25232, #24657: Merge two CGI server fixes from 3.5
martin.panter
- [Python-checkins] cpython: Issues #25232, #24657: Add NEWS to 3.6.0a1 section
martin.panter
- [Python-checkins] cpython (2.7): Issue #25232: Fix CGIRequestHandler's splitting of URL query
martin.panter
- [Python-checkins] cpython (2.7): Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
martin.panter
- [Python-checkins] cpython (3.4): Issue #16701: Document += and *= for mutable sequences
martin.panter
- [Python-checkins] cpython (2.7): Issue #16701: Document += and *= for mutable sequences
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #16701: Merge sequence docs from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16701: Merge sequence docs from 3.5
martin.panter
- [Python-checkins] Daily reference leaks (4202abcf5702): sum=61491
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
guido.van.rossum
- [Python-checkins] cpython: Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is
victor.stinner
- [Python-checkins] cpython: Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Issue #9232: Escape rst markup char in NEWS entry to avoid Sphinx warning.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24820: Update IDLE NEWS items.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24820: Update IDLE NEWS items.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24820: Update IDLE NEWS items.
terry.reedy
- [Python-checkins] Daily reference leaks (f51921883f50): sum=61494
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Make error report in test_codecs more informative.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (f51921883f50): sum=61491
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error
victor.stinner
- [Python-checkins] cpython: Issue #25301: Fix compatibility with ISO C90
victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-10-05
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-05
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #23972: updates to asyncio datagram API. By Chris Laws.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.)
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25316: distutils raises OSError instead of DistutilsPlatformError when
steve.dower
- [Python-checkins] cpython (3.5): Issue #25316: distutils raises OSError instead of DistutilsPlatformError when
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Docs and one small improvement for issue #25304, by Vincent Michel. (Merge
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Docs and one small improvement for issue #25304, by Vincent Michel. (Merge
guido.van.rossum
- [Python-checkins] cpython (3.4): Docs and one small improvement for issue #25304, by Vincent Michel.
guido.van.rossum
- [Python-checkins] cpython: Eliminate unnecessary test
raymond.hettinger
- [Python-checkins] cpython (3.4): reinitialize an Event's Condition with a regular lock (closes #25319)
benjamin.peterson
- [Python-checkins] cpython (2.7): reinitialize an Event's Condition with a regular lock (closes #25319)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25319)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25319)
benjamin.peterson
- [Python-checkins] Daily reference leaks (41f29bbf520d): sum=61491
solipsis at pitrou.net
- [Python-checkins] peps (merge default -> default): add discussion on defaults, naming conventions, possible implementations
steven.daprano
- [Python-checkins] peps: Add default entropy.
steven.daprano
- [Python-checkins] peps: Add sample code, default arguments, naming conventions.
steven.daprano
- [Python-checkins] Benchmark Results for Python Default 2015-10-06
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-06
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5)
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #23972: Fix tests for Windows and Debian.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #25317: Converted doctests in test_tokenize to unittests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25317: Converted doctests in test_tokenize to unittests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25317: Converted doctests in test_tokenize to unittests.
serhiy.storchaka
- [Python-checkins] cpython: Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
alexander.belopolsky
- [Python-checkins] cpython (3.4): Issue #25097: fix Windows error number access
zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25097: Merge with 3.4
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25097: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.4): Issue #25097: Re-raise any other pywin32 error
zach.ware
- [Python-checkins] cpython (3.4): prevent unacceptable bases from becoming bases through multiple inheritance
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#24806)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): prevent unacceptable bases from becoming bases through multiple inheritance
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #24806)
benjamin.peterson
- [Python-checkins] cpython (3.5): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
raymond.hettinger
- [Python-checkins] devguide: no DSA keys allowed
benjamin.peterson
- [Python-checkins] devguide: tell people to generate rsa keys with puttygen
benjamin.peterson
- [Python-checkins] cpython: make configure executable
benjamin.peterson
- [Python-checkins] cpython: Add a versionadded directive for reopenIfNeeded()
berker.peksag
- [Python-checkins] Daily reference leaks (b6bfc2dad87f): sum=17880
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #25286: Dictionary views are not sequences
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25286: Merge dictionary view glossary from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25286: Update dictionary view link; patch by Akira Li
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25286: Merge dictionary view glossary from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #25286: Dictionary views are not sequences
martin.panter
- [Python-checkins] cpython (2.7): Issue #25286: Accidentally dropped "the"
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge typo fixes from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython: One more typo in a comment
martin.panter
- [Python-checkins] cpython (3.5): More typos in 3.5 documentation and comments
martin.panter
- [Python-checkins] cpython (3.4): Various minor typos in documentation and comments
martin.panter
- [Python-checkins] Benchmark Results for Python Default 2015-10-07
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-07
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #16802: Document fileno parameter of socket.socket()
berker.peksag
- [Python-checkins] cpython (3.4): Issue #16802: Document fileno parameter of socket.socket()
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16802: Document fileno parameter of socket.socket()
berker.peksag
- [Python-checkins] Daily reference leaks (9115c63cf3d2): sum=61491
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate
berker.peksag
- [Python-checkins] cpython: Sort module names in whatsnew/3.6.rst
berker.peksag
- [Python-checkins] Benchmark Results for Python Default 2015-10-08
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-08
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Removes deprecated -n option from buildbot script.
steve.dower
- [Python-checkins] cpython: Issue #23919: Prevents assert dialogs appearing in the test suite.
steve.dower
- [Python-checkins] cpython (3.5): Issue #23919: Prevents assert dialogs appearing in the test suite.
steve.dower
- [Python-checkins] cpython (3.5): Issue #25089: Adds logging to installer for case where launcher is not selected
steve.dower
- [Python-checkins] cpython: Fix missing import in libregrtest.
steve.dower
- [Python-checkins] cpython: Issue #25318: Add _PyBytesWriter API
victor.stinner
- [Python-checkins] cpython: Optimize backslashreplace error handler
victor.stinner
- [Python-checkins] cpython: Issue #25318: Move _PyBytesWriter to bytesobject.c
victor.stinner
- [Python-checkins] cpython: Issue #25318: Fix compilation error
victor.stinner
- [Python-checkins] test: test
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #25326: Improve an obscure error message.
raymond.hettinger
- [Python-checkins] cpython: Issue #25318: Avoid sprintf() in backslashreplace()
victor.stinner
- [Python-checkins] cpython: Issue #25318: cleanup code _PyBytesWriter
victor.stinner
- [Python-checkins] cpython: Issue #25318: Fix backslashreplace()
victor.stinner
- [Python-checkins] cpython: Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).
raymond.hettinger
- [Python-checkins] cpython: Make comparison more consistent
raymond.hettinger
- [Python-checkins] cpython: Hoist constant expression out of the inner loop.
raymond.hettinger
- [Python-checkins] Daily reference leaks (1aae9b6a6929): sum=17880
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API
victor.stinner
- [Python-checkins] cpython: _PyBytesWriter: rename size attribute to min_size
victor.stinner
- [Python-checkins] cpython: Add _PyBytesWriter_WriteBytes() to factorize the code
victor.stinner
- [Python-checkins] cpython: _PyBytesWriter: simplify code to avoid "prealloc" parameters
victor.stinner
- [Python-checkins] cpython: Optimize error handlers of ASCII and Latin1 encoders when the replacement
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.
r.david.murray
- [Python-checkins] cpython (3.5): #25328: add missing raise keyword in decode_data+SMTPUTF8 check.
r.david.murray
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-09
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python Default 2015-10-09
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Fix typo
andrew.svetlov
- [Python-checkins] cpython: Issue #25349: Add fast path for b'%c' % int
victor.stinner
- [Python-checkins] cpython: Issue #25349: Optimize bytes % int
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25099: Skip relevant tests in test_compileall when an entry on
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25099
brett.cannon
- [Python-checkins] cpython (2.7): Closes #25344: Added cookbook recipe to show buffering of logging events.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Closes #25344: Merged fix from 3.4.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25344: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (3.4): Closes #25344: Added cookbook recipe to show buffering of logging events.
vinay.sajip
- [Python-checkins] peps: PEP 476: Link to Guido's approval email
nick.coghlan
- [Python-checkins] peps: Withdraw the Kallithea PEPs
nick.coghlan
- [Python-checkins] cpython (3.4): Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24402: Merge input() fix from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24402: Merge input() fix from 3.5
martin.panter
- [Python-checkins] cpython (3.4): Issue #24402: Factor out PtyTests.run_child() in input() tests
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24402: Merge potential test fix from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24402: Merge potential test fix from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
serhiy.storchaka
- [Python-checkins] Daily reference leaks (cb574ee7231e): sum=32787
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22413: Document newline effect on StringIO initializer and getvalue
martin.panter
- [Python-checkins] cpython (3.4): Issue #22413: Document newline effect on StringIO initializer and getvalue
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22413: Merge StringIO doc from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #22413: Remove comment made out of date by Argument Clinic
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22413: Merge StringIO doc from 3.5
martin.panter
- [Python-checkins] cpython (3.4): Issue #25161: Add full stops in documentation; patch by Takase Arihiro
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25161: Merge full stops from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25161: Merge full stops from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #25161: Add full stops in documentation; patch by Takase Arihiro
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25322: Merge contextlib.suppress test fix from 3.5
martin.panter
- [Python-checkins] cpython (3.4): Issue #25322: Fix test for nested contextlib.suppress
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25364: zipfile now works in threads disabled builds.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25364: zipfile now works in threads disabled builds.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25365: test_pickle now works in threads disabled builds.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25365: test_pickle now works in threads disabled builds.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25365: test_pickle now works in threads disabled builds.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Correct Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25099: Skip relevant tests in test_compileall when an entry on
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25371)
benjamin.peterson
- [Python-checkins] cpython (3.4): add a missing comma (closes #25371)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25371)
benjamin.peterson
- [Python-checkins] cpython (2.7): use the with statement for locking the internal condition (closes #25362)
benjamin.peterson
- [Python-checkins] cpython (3.4): use the with statement for locking the internal condition (closes #25362)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25362)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25362)
benjamin.peterson
- [Python-checkins] cpython: Minor tweak. Make the maxlen comparisons a little more clear and consistent.
raymond.hettinger
- [Python-checkins] cpython (3.4): don't mention Python 2.2 (closes #25375)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25375)
benjamin.peterson
- [Python-checkins] cpython (2.7): don't mention Python 2.2 (closes #25375)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython: Close #25368: Fix test_eintr when Python is compiled without thread support
victor.stinner
- [Python-checkins] cpython: Close #24784: Fix compilation without thread support
victor.stinner
- [Python-checkins] cpython: test_regrtest: catch stderr in test_nowindows()
victor.stinner
- [Python-checkins] cpython: Close #25369: Fix test_regrtest without thread support
victor.stinner
- [Python-checkins] cpython (3.5): Close #24784: Fix compilation without thread support
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_coroutines, issue #25367)
victor.stinner
- [Python-checkins] cpython (3.5): Close #25367: Fix test_coroutines with no thread support
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5
victor.stinner
- [Python-checkins] cpython: Close #25373: Fix regrtest --slow with interrupted test
victor.stinner
- [Python-checkins] cpython (3.5): lose #25373: Fix regrtest --slow with interrupted test
victor.stinner
- [Python-checkins] Daily reference leaks (9165e297d65b): sum=61866
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Close #25367: Fix test_coroutines()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_coroutines)
victor.stinner
- [Python-checkins] cpython: Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
victor.stinner
- [Python-checkins] devguide: Issue #25194: Add motivations & affiliations page
nick.coghlan
- [Python-checkins] cpython (3.4): Cleanup test_descr: remove C8 that is the same as C3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Cleanup test_descr: remove C8 that is the same as C3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Cleanup test_descr: remove C8 that is the same as C3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): No longer skip tests for classes with __getnewargs_ex__. The copy module
serhiy.storchaka
- [Python-checkins] cpython: Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protocols
serhiy.storchaka
- [Python-checkins] cpython (3.5): No longer skip tests for classes with __getnewargs_ex__. The copy module
serhiy.storchaka
- [Python-checkins] cpython: Hoist the deque->maxlen lookup out of the inner-loop.
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25163: Display correct directory in installer when using non-default
steve.dower
- [Python-checkins] cpython (3.5): Issue #25163: Display correct directory in installer when using non-default
steve.dower
- [Python-checkins] cpython (3.5): Issue #25143: Improves installer error messages for unsupported platforms.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25143: Improves installer error messages for unsupported platforms.
steve.dower
- [Python-checkins] cpython (3.5): Only detects features from previous version when a bundle is found.
steve.dower
- [Python-checkins] cpython (3.5): Keeps all-users launcher checkbox visible when the option cannot be changed.
steve.dower
- [Python-checkins] cpython (3.4): Issue #22726: Re-activate config dialog help button with some content about
terry.reedy
- [Python-checkins] cpython (2.7): Issue #22726: Re-activate config dialog help button with some content about
terry.reedy
- [Python-checkins] cpython: Refactor the deque trim logic to eliminate the two separate trim functions.
raymond.hettinger
- [Python-checkins] cpython: Minor fixup. maxlen is already known.
raymond.hettinger
- [Python-checkins] cpython (3.4): actually link to the version attributes documentation
benjamin.peterson
- [Python-checkins] cpython (2.7): actually link to the version attributes documentation
benjamin.peterson
- [Python-checkins] Daily reference leaks (4c9c0eb6e75c): sum=18252
solipsis at pitrou.net
- [Python-checkins] cpython: Relax _PyBytesWriter API
victor.stinner
- [Python-checkins] cpython: Writer APIs: use empty string singletons
victor.stinner
- [Python-checkins] cpython: Fix compilation error in _PyBytesWriter_WriteBytes() on Windows
victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-10-12
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-12
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #24164: Fix test_pyclbr
victor.stinner
- [Python-checkins] cpython: Issue #25353: Optimize unicode escape and raw unicode escape encoders to use
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_eintr)
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race
victor.stinner
- [Python-checkins] cpython (3.5): sys.setrecursionlimit() now raises RecursionError
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (sys.setrecursionlimit)
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25093: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.4): Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces
zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25093: Merge with 3.4
zach.ware
- [Python-checkins] Daily reference leaks (a345d1c70d95): sum=18243
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #25384: Use _PyBytesWriter API in binascii
victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-10-13
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-13
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
serhiy.storchaka
- [Python-checkins] cpython: Issue #25382: pickletools.dis() now outputs implicit memo index for the
serhiy.storchaka
- [Python-checkins] cpython: Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.
serhiy.storchaka
- [Python-checkins] cpython: Rewrite PyBytes_FromFormatV() using _PyBytesWriter API
victor.stinner
- [Python-checkins] cpython: Fix test_bytes on Windows
victor.stinner
- [Python-checkins] cpython (3.4): Issue #24782: Finish converting the Configure Extension dialog into a new
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24782: whitespace
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24782: Finish converting the Configure Extension dialog into a new
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24782: whitespace
terry.reedy
- [Python-checkins] test: Test hg write with new computer and keys.
senthil.kumaran
- [Python-checkins] cpython: Fix long_format_binary()
victor.stinner
- [Python-checkins] cpython: Add use_bytearray attribute to _PyBytesWriter
victor.stinner
- [Python-checkins] cpython: Optimize bytearray % args
victor.stinner
- [Python-checkins] cpython: Document latest optimizations using _PyBytesWriter
victor.stinner
- [Python-checkins] Daily reference leaks (9ab61ec2934c): sum=61869
solipsis at pitrou.net
- [Python-checkins] cpython: Optimize bytes.fromhex() and bytearray.fromhex()
victor.stinner
- [Python-checkins] cpython: Issue #25401: Remove now unused hex_digit_to_int() function
victor.stinner
- [Python-checkins] cpython: _PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to
victor.stinner
- [Python-checkins] cpython: Fix compiler warnings (uninitialized variables), false alarms in fact
victor.stinner
- [Python-checkins] cpython: Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-10-14
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-14
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: test_bytes: new try to fix test on '%p' formatter on Windows
victor.stinner
- [Python-checkins] cpython: Use _PyBytesWriter in _PyBytes_FromIterator()
victor.stinner
- [Python-checkins] cpython: Issue #25384: Fix binascii.rledecode_hqx()
victor.stinner
- [Python-checkins] cpython: Split PyBytes_FromObject() into subfunctions
victor.stinner
- [Python-checkins] cpython: Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro
victor.stinner
- [Python-checkins] cpython: Add _PyBytesWriter_Resize() function
victor.stinner
- [Python-checkins] cpython: Refactor binascii.rledecode_hqx()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
serhiy.storchaka
- [Python-checkins] cpython: Issue #25210: Change error message of do_richcompare()
victor.stinner
- [Python-checkins] cpython (3.5): Issue #25164: Changes default all-users install directory to match per-user
steve.dower
- [Python-checkins] cpython (3.5): Enabled --pgo option for building 64-bit PGO enabled releases.
steve.dower
- [Python-checkins] cpython: Improve variable names and constant expressions
raymond.hettinger
- [Python-checkins] cpython: Use unsigned division
raymond.hettinger
- [Python-checkins] Daily reference leaks (19da3e5186db): sum=17880
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-15
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-15
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Rewrap comment.
raymond.hettinger
- [Python-checkins] cpython: Remove old Todo entry that isn't going to happen.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #25418: Fix markup in object.__hash__ documentation
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25418: Fix markup in object.__hash__ documentation
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25418: Fix markup in object.__hash__ documentation
berker.peksag
- [Python-checkins] Daily reference leaks (9ca59b3cc18b): sum=17880
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-16
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-16
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Add FAQ about source of randomness (/dev/urandom versus /dev/random).
steven.daprano
- [Python-checkins] peps: Further info on JavaScript; replace numbered footnotes with auto-numbered.
steven.daprano
- [Python-checkins] peps (merge default -> default): Automated merge with ssh://hg.python.org/peps
steven.daprano
- [Python-checkins] devguide: Add some basic instructions for setting up a Windows buildslave.
zach.ware
- [Python-checkins] benchmarks: Drop html5lib and spambayes from the default benchmark collection due
brett.cannon
- [Python-checkins] benchmarks: Fix some environment variable requirements for Jython and IronPython
brett.cannon
- [Python-checkins] benchmarks: Don't use symlinks for 2to3 test data; Windows doesn't support them
brett.cannon
- [Python-checkins] benchmarks: Fallback to a non-accelerated version of etree if the accelerated
brett.cannon
- [Python-checkins] benchmarks: Support Jython's concept of an accelerated module
brett.cannon
- [Python-checkins] peps: Fix Python 3 compatibility.
brett.cannon
- [Python-checkins] peps: Codify that modules that exist both in Python 2.7 and 3.5 will not be
brett.cannon
- [Python-checkins] peps (merge default -> default): Merge
brett.cannon
- [Python-checkins] benchmarks: Introduce the chameleon_v2 benchmark.
brett.cannon
- [Python-checkins] benchmarks: Issue #25424: Deprecate benchmarks with newer versions
brett.cannon
- [Python-checkins] cpython (3.5): Issue #25407: Drop the mention of the formatter module being removed
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25407
brett.cannon
- [Python-checkins] devguide: Fix use of non-existant reST role
zach.ware
- [Python-checkins] devguide: Fix casing of UNIX
zach.ware
- [Python-checkins] devguide: Add some information on setting up an EC2 latent slave.
zach.ware
- [Python-checkins] cpython: Upgrade the imp module's deprecation to DeprecationWarning.
brett.cannon
- [Python-checkins] cpython (2.7): Issue #25188: Clean up code to pass the --pgo flag to subprocesses
brett.cannon
- [Python-checkins] cpython: Issue #25154: Deprecate the pyvenv script.
brett.cannon
- [Python-checkins] cpython: Issue 25422: Add tests for multi-line string tokenization. Also remove
eric.smith
- [Python-checkins] Daily reference leaks (91c44dc35dfd): sum=61554
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Merged cookbook update from 3.5.
vinay.sajip
- [Python-checkins] cpython (2.7): Added entry to logging cookbook.
vinay.sajip
- [Python-checkins] cpython (3.4): Added entry to logging cookbook.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merged cookbook update from 3.4.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Closes #25411: Merged fix from 3.4.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25411: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (3.4): Closes #25411: Improved Unicode support in SMTPHandler.
vinay.sajip
- [Python-checkins] cpython (3.5): Issue #25410: Cleaned up and fixed minor bugs in C implementation of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25410: Cleaned up and fixed minor bugs in C implementation of
serhiy.storchaka
- [Python-checkins] Daily reference leaks (522b5cdffd42): sum=17880
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25434: Fix typo in whatsnew/3.5rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25434: Fix typo in whatsnew/3.5rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Fix another typo noticed by SilentGhost
berker.peksag
- [Python-checkins] cpython (3.5): Fix another typo noticed by SilentGhost
berker.peksag
- [Python-checkins] cpython (3.4): - Issue #25440: Fix output of python-config --extension-suffix.
matthias.klose
- [Python-checkins] cpython (merge 3.5 -> default): - Issue #25440: Fix output of python-config --extension-suffix.
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> 3.5): - Issue #25440: Fix output of python-config --extension-suffix.
matthias.klose
- [Python-checkins] Benchmark Results for Python Default 2015-10-19
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-19
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge
guido.van.rossum
- [Python-checkins] cpython (3.4): Fix whitespace.
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #25441: asyncio: Raise error from drain() when socket is closed.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Fix whitespace.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24885: Update note in docs about stream convenience functions. (Merge
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #24885: Update note in docs about stream convenience functions.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24885: Update note in docs about stream convenience functions. (Merge
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #25390: typing: Don't crash on Union[str, Pattern].
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25390: typing: Don't crash on Union[str, Pattern]. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.4): rstlint: Fix "default role used" warning
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): rstlint: Fix "default role used" warning
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): rstlint: Fix "default role used" warning
berker.peksag
- [Python-checkins] cpython (3.5): Silence a "unused rule" warning
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Silence a "unused rule" warning
berker.peksag
- [Python-checkins] cpython: Remove double 'error'.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24782: Don't try to run now-removed extension dialog test.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24782: Don't try to run now-removed extension dialog test.
terry.reedy
- [Python-checkins] cpython: Only update the state variable once per iteration.
raymond.hettinger
- [Python-checkins] Daily reference leaks (d7e490db8d54): sum=61494
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
serhiy.storchaka
- [Python-checkins] peps: Incorporate PEP 505 changes from Mark Haase, including aux files
chris.angelico
- [Python-checkins] Benchmark Results for Python Default 2015-10-20
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-20
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #21515: Elaborate tempfile.TemporaryFile() comment
victor.stinner
- [Python-checkins] peps: Apply more PEP 505 changes from Mark
chris.angelico
- [Python-checkins] peps: Remove outdated motivation for short module names.
guido.van.rossum
- [Python-checkins] Daily reference leaks (89d00c0a9eae): sum=61494
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix merge conflict artifacts and move the entry to correct place
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Null merge with 3.5
berker.peksag
- [Python-checkins] Benchmark Results for Python Default 2015-10-21
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-21
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #25417: Fix typo in Path.samefile() docstring
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25417: Fix typo in Path.samefile() docstring
berker.peksag
- [Python-checkins] cpython (3.5): Issue #23981: Update test_unicodedata to use script_helpers
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23981: Update test_unicodedata to use script_helpers
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25417: Remove the extra dot from docstring
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25417: Remove the extra dot from docstring
berker.peksag
- [Python-checkins] cpython: Issue #25210: Add some basic tests for the new exception message
berker.peksag
- [Python-checkins] cpython (2.7): Issue #24782: Limit width of canvas and hence IDLE settings dialog.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24782: Limit width of canvas and hence IDLE settings dialog.
terry.reedy
- [Python-checkins] Daily reference leaks (5c7dd88cd0c5): sum=17883
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-22
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-22
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #25410: C implementation of OrderedDict now uses type(self) instead of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25410: C implementation of OrderedDict now uses type(self) instead of
serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-10-23
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-23
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (3b552e2811f8): sum=17883
solipsis at pitrou.net
- [Python-checkins] peps: update pep with ruling by GvR on randbelow, link to bitbucket repo
steven.daprano
- [Python-checkins] cpython: Issue #25154: Make the file argument apply to the print function and
brett.cannon
- [Python-checkins] cpython: Issue 25311: Add support for f-strings to tokenize.py. Also added some comments
eric.smith
- [Python-checkins] Daily reference leaks (7a5f8418b4ab): sum=17889
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-26
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-26
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #23391: Restore OSError constructor argument documentation
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23391: Merge OSError doc from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23391: Merge OSError doc from 3.5
martin.panter
- [Python-checkins] cpython: Fix a variable typo by switching to a f-string.
brett.cannon
- [Python-checkins] cpython (2.7): Display IDLE warning as a warning rather than as an error.
terry.reedy
- [Python-checkins] cpython (3.4): Display IDLE warning as a warning rather than as an error.
terry.reedy
- [Python-checkins] Daily reference leaks (8828d7847e92): sum=17880
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-27
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-27
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Apply Mark's latest changes to PEP 505
chris.angelico
- [Python-checkins] cpython (3.4): Issue #25494: Remove extra quote from docstring.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25494: Merge with 3.4
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25494: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Issue #25432: Explain isinstance behaviour when type is a tuple.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #25432: Explain isinstance behaviour when type is a tuple.
terry.reedy
- [Python-checkins] Daily reference leaks (d9bb7a3ed51e): sum=17880
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-28
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-28
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21827: Fixed textwrap.dedent() for the case when largest common
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21827: Fixed textwrap.dedent() for the case when largest common
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21827: Fixed textwrap.dedent() for the case when largest common
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #21827: Fixed textwrap.dedent() for the case when largest common
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25502)
benjamin.peterson
- [Python-checkins] cpython (3.5): remove duplicated imports (closes #25502)
benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue25506: Fixed a copy-pasting error in test_pprint.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue25506: Fixed a copy-pasting error in test_pprint.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (8d3932671e48): sum=61497
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-29
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-29
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): always use os.urandom for the uuid4 algorithm (closes #25515)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25515)
benjamin.peterson
- [Python-checkins] cpython (3.5): always use os.urandom for the uuid4 algorithm (closes #25515)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix usage of undefined name (#25504)
benjamin.peterson
- [Python-checkins] cpython (3.4): fix usage of undefined name (#25504)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25504)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25504)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
terry.reedy
- [Python-checkins] cpython (3.4): Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
terry.reedy
- [Python-checkins] Daily reference leaks (2de616269f0e): sum=17880
solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-10-30
lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-10-30
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Special case in stub files for import *.
guido.van.rossum
- [Python-checkins] benchmarks: Use re.purge() to clear the re cache.
brett.cannon
- [Python-checkins] benchmarks: Issue #25443: Add a running count of benchmarks.
brett.cannon
- [Python-checkins] cpython: Issue #25487: Fix tests not updated when the imp module moved to a
brett.cannon
- [Python-checkins] cpython (3.4): Issue #25505: Remove unused buggy method.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #25505: Remove unused buggy method.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #25519: Mark difflib.ndiff as a functions where not already.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #25519: Mark difflib.ndiff as a functions where not already.
terry.reedy
- [Python-checkins] Daily reference leaks (7756e9125cdd): sum=61494
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix more typos in whatsnew/3.5.rst
martin.panter
- [Python-checkins] cpython (3.4): Fix some spelling errors in documentation and code comments
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge spelling fixes from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (3.5): docs/inspect: Document __annotations__
yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: NumPy 1.10 has been released
yury.selivanov
- [Python-checkins] cpython (3.5): Improves handling of test markers for building Python without intefering with
steve.dower
- [Python-checkins] cpython (3.5): Issue #25450: Updates shortcuts to start Python in installation directory.
steve.dower
- [Python-checkins] cpython (3.5): Fix typo noticed by Alec Nunn
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Fix typo noticed by Alec Nunn
berker.peksag
Last message date:
Sat Oct 31 17:55:25 EDT 2015
Archived on: Sat Oct 31 17:55:30 EDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).