April 2016 Archives by date
Starting: Fri Apr 1 03:26:23 EDT 2016
Ending: Sat Apr 30 23:29:13 EDT 2016
Messages: 470
- [Python-checkins] cpython: Issue #26676: Add missing XMLPullParser to ElementTree.__all__
martin.panter
- [Python-checkins] Daily reference leaks (307da5f21fd4): sum=-2
solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-04-01
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-04-01
lp_benchmark_robot at intel.com
- [Python-checkins] peps: Update PEP 512 to denote that the initial GH work is done
brett.cannon
- [Python-checkins] cpython: Python 8: no pep8, no chocolate!
Brett Cannon
- [Python-checkins] cpython (3.5): asyncio: allow None as wait timeout
victor.stinner
- [Python-checkins] cpython (3.5): asyncio: sync overlapped.c with GitHub
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
victor.stinner
- [Python-checkins] cpython (3.5): asyncio: Don't log ConnectionAbortedError
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
victor.stinner
- [Python-checkins] [Python-Dev] cpython: Python 8: no pep8, no chocolate!
Ned Deily
- [Python-checkins] cpython (merge 3.5 -> default): Merged documentation update from 3.5.
vinay.sajip
- [Python-checkins] cpython (2.7): Added a cookbook recipe for a logging context manager.
vinay.sajip
- [Python-checkins] cpython (3.5): Added a cookbook recipe for a logging context manager.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26678: Merge datetime doc fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26678: Fix indexing of datetime.tzinfo and timezone classes
martin.panter
- [Python-checkins] cpython (2.7): Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links
martin.panter
- [Python-checkins] cpython (3.5): Issue #26688: Fix module name in mock docs
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26688: Fix module name in mock docs
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
berker.peksag
- [Python-checkins] Daily reference leaks (23d986228c6b): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26586: Merge excessive HTTP header handling from 3.5
martin.panter
- [Python-checkins] cpython: Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang
martin.panter
- [Python-checkins] cpython: Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
martin.panter
- [Python-checkins] cpython (3.5): Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23735: Merge Readline resize handling from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
martin.panter
- [Python-checkins] cpython (2.7): Issue #23735: Avoid sighandler_t Gnu-ism
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23735: Merge sighandler_t fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #23735: Avoid sighandler_t Gnu-ism
martin.panter
- [Python-checkins] Daily reference leaks (41c2f8742bfe): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0e576d094dc4): sum=4
solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-04-04
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-04-04
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
guido.van.rossum
- [Python-checkins] peps: Update the section on type erasure to disallow Node[int]() -- you must use a
guido.van.rossum
- [Python-checkins] cpython (3.5): Fix typos in documentation and comments
martin.panter
- [Python-checkins] cpython (2.7): Fix typos in documentation and comments
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5
martin.panter
- [Python-checkins] Daily reference leaks (07f73360ea8e): sum=62
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #6953: Rearrange and expand Readline module documentation
martin.panter
- [Python-checkins] cpython (3.5): Issue #6953: Rearrange and expand Readline module documentation
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #6953: Merge readline doc from 3.5
martin.panter
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-04-05
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-04-05
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge upstream typing.py changes from 3.5 branch.
guido.van.rossum
- [Python-checkins] cpython (3.5): Many changes from the upstream repo (https://github.com/python/typing).
guido.van.rossum
- [Python-checkins] peps: Add DefaultDict to PEP 484.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Merge typing.py 3.5->3.6 (Text, ItemsView).
guido.van.rossum
- [Python-checkins] cpython (3.5): Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the
guido.van.rossum
- [Python-checkins] peps: Add Text alias.
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26671: Enhanced path_converter.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Adds version info to all signed binaries on Windows
steve.dower
- [Python-checkins] cpython (3.5): Adds version info to all signed binaries on Windows.
steve.dower
- [Python-checkins] cpython: Issue #26671: Fixed #ifdef indentation.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26671: Fixed #ifdef indentation.
serhiy.storchaka
- [Python-checkins] cpython: Backed out changeset 8dc144e47252
serhiy.storchaka
- [Python-checkins] Daily reference leaks (4acdb324a430): sum=49
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26257: Merge buffer_tests cleanup from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest
martin.panter
- [Python-checkins] cpython: Issue #26671: Fixed tests for changed error messages.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (ea598d69b7d3): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26709: Fixed Y2038 problem in loading binary PLists.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26709: Fixed Y2038 problem in loading binary PLists.
serhiy.storchaka
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-08
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-04-08
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #25609: Introduce contextlib.AbstractContextManager and
brett.cannon
- [Python-checkins] cpython: Normalize whitespace
brett.cannon
- [Python-checkins] cpython: Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py
brett.cannon
- [Python-checkins] cpython: Issue #26587: Allow .pth files to specify file paths as well as
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge w/ 3.5 for issue #26587
brett.cannon
- [Python-checkins] cpython (3.5): Issue #26587: Remove an incorrect statement from the docs
brett.cannon
- [Python-checkins] cpython: Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #13952: Add .csv to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (3.5): Issue #13952: Add .csv to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16329: Add .webm to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (3.5): Issue #16329: Add .webm to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (2.7): Issue #16329: Add .webm to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (2.7): Issue #13952: Add .csv to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (2.7): Issue #19377: Add .svg to mimetypes.types_map
berker.peksag
- [Python-checkins] cpython (3.5): Issue #17264: Fix cross refs and a markup error in extending/building.rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17264: Fix cross refs and a markup error in extending/building.rst
berker.peksag
- [Python-checkins] cpython (3.5): Update fcntl doc: replace IOError with OSError
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5: fcntl doc
victor.stinner
- [Python-checkins] cpython (3.5): Issue #26609: Fix HTTP server tests to request an absolute URL path
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26609: Merge HTTP tests from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26609: Fix HTTP server tests to request an absolute URL path
martin.panter
- [Python-checkins] cpython (2.7): Issue #26609: Fix up Python 2 port
martin.panter
- [Python-checkins] cpython (3.5): Issue #21069: Move test_fileno() from test_urllibnet and rewrite it
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21069: Merge test_fileno() from 3.5
martin.panter
- [Python-checkins] cpython: Issue #25609: Double back-ticks to avoid “make check” buildbot failure
martin.panter
- [Python-checkins] Daily reference leaks (5c0e332988b2): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26712: Unify (r)split, (l/r)strip tests into string_tests
martin.panter
- [Python-checkins] cpython (3.5): Remove relics of str8 (became bytes) and buffer (bytearray) type tests
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26712: Merge string_tests cleanup from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests
martin.panter
- [Python-checkins] cpython (3.5): Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26719: More efficient formatting of ints and floats in json.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17339: Improved TypeError message in bytes constructor.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26719: More efficient formatting of ints and floats in json.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
serhiy.storchaka
- [Python-checkins] cpython: Issue #26623: TypeError message for JSON unserializible object now contains
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
serhiy.storchaka
- [Python-checkins] cpython: Issue #26685: Raise OSError if closing a socket fails
martin.panter
- [Python-checkins] cpython: Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #14456: Merge signal doc fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #14456: Remove contradiction about blocking signals from bad merge
martin.panter
- [Python-checkins] cpython (3.5): Issue #26200: Restored more safe usages of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26200: Restored more safe usages of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26200: Restored more safe usages of Py_SETREF.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fix typos in mock and exceptions docs
berker.peksag
- [Python-checkins] cpython (3.5): Fix typos in mock and exceptions docs
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25910: Fixed dead links in the docs.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25910: Fixed dead links in the docs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25910: Fixed dead links in the docs.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Closes #25910: fix dead and permanently redirected links in the docs. Thanks to
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] Daily reference leaks (a8dbe6016a31): sum=65
solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-11
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-04-11
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Add a versionchanged directive to document addition of the new 'namereplace'
berker.peksag
- [Python-checkins] cpython (3.5): Add a versionchanged directive to document addition of the new 'namereplace'
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (3.5): typing doc: add versionadded 3.5
victor.stinner
- [Python-checkins] cpython (2.7): Issue #25910: Fixed more links in the docs.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25910: Fixed more links in the docs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25910: Fixed more links in the docs.
serhiy.storchaka
- [Python-checkins] peps: Make API And Implementation section less wishy-washy.
steven.daprano
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26733: Fixed formatting line numbers in test_dis.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26733: Fixed formatting line numbers in test_dis.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26733: Fixed formatting line numbers in test_dis.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Clarify greedy-qualifier example, avoid HTML.
georg.brandl
- [Python-checkins] cpython (merge 3.5 -> default): merge with 3.5
georg.brandl
- [Python-checkins] cpython (2.7): Clarify greedy-qualifier example, avoid HTML.
georg.brandl
- [Python-checkins] Daily reference leaks (e3c9a47a83fb): sum=4
solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-12
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-04-12
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #26647: Fix typo in test_grammar
victor.stinner
- [Python-checkins] cpython: Issue #26647: Cleanup opcode
victor.stinner
- [Python-checkins] cpython: Issue #26647: Cleanup modulefinder
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython: Update pygettext.py to get ride of imp
victor.stinner
- [Python-checkins] cpython (3.5): Fix os.urandom() on Solaris 11.3
victor.stinner
- [Python-checkins] cpython (3.5): configure: fix HAVE_GETRANDOM_SYSCALL check
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (os.urandom)
victor.stinner
- [Python-checkins] peps: Mark pep as accepted.
steven.daprano
- [Python-checkins] cpython: Issue #26404: Add context manager to socketserver, by Aviv Palivoda
martin.panter
- [Python-checkins] cpython (3.5): Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old
steve.dower
- [Python-checkins] devguide: Issue #26624: Adds recommendation to install updates of VS 2015.
steve.dower
- [Python-checkins] cpython (2.7): Update susp-ignore file (#25910).
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25496: Merge tarfile doc from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan
martin.panter
- [Python-checkins] cpython (2.7): Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan
martin.panter
- [Python-checkins] cpython (3.5): [minor] - Correct the docstring of locale.str. Patch by poleto.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5.
senthil.kumaran
- [Python-checkins] cpython (2.7): [minor] - Correct the docstring of locale.str. Patch by poleto.
senthil.kumaran
- [Python-checkins] Daily reference leaks (a04455866ec7): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #26718: super.__init__ no longer leaks memory if called multiple times.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26718: super.__init__ no longer leaks memory if called multiple times.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26718: super.__init__ no longer leaks memory if called multiple times.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy.storchaka
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-13
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-04-13
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue26748: Enum classes should evaluate as True
ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): Issue26748: Enum classes should evaluate as True
ethan.furman
- [Python-checkins] cpython (3.4): Issue26748: Enum classes should evaluate as True
ethan.furman
- [Python-checkins] devguide: Issue #26749: Update devguide to include DNF package manager
berker.peksag
- [Python-checkins] cpython: fs_unicode_converter is no longer used.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issues #26716, #26057: Regenerate Argument Clinic code.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26716: Regenerate Argument Clinic code.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (3f3b3d4881f6): sum=4
solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-04-14
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-04-14
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #26747: Document that InstanceTypes only works for old-style classes
berker.peksag
- [Python-checkins] cpython (3.5): Fix unused variable 'libver' warning in Modules/_ssl.c
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Fix unused variable 'libver' warning in Modules/_ssl.c
berker.peksag
- [Python-checkins] peps: PEP 509: dict version is now global
victor.stinner
- [Python-checkins] peps: PEP 509: add link to Yury's patch
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26706: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g
zach.ware
- [Python-checkins] cpython (3.5): Issue #26706: Update OpenSSL version in PCbuild/readme.txt
zach.ware
- [Python-checkins] cpython: Add secrets module and tests.
steven.daprano
- [Python-checkins] cpython: run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook
steven.daprano
- [Python-checkins] peps: Fix style inconsistency with "and" on continuation line.
guido.van.rossum
- [Python-checkins] cpython: Improve tests with more modern assert* methods and subTests.
steven.daprano
- [Python-checkins] cpython: Fix missing parens.
steven.daprano
- [Python-checkins] cpython (3.5): Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
martin.panter
- [Python-checkins] cpython (3.5): Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15984: Merge PyUnicode doc from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
martin.panter
- [Python-checkins] Daily reference leaks (570ada02d0f0): sum=4
solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-15
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-15
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #26764: Fixed SystemError in bytes.__rmod__.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26764: Bacported tests for bytes formatting.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Issue #26766: Fix _PyBytesWriter_Finish()
victor.stinner
- [Python-checkins] peps: According to Knuth, it is better to break *before* a binary operator.
guido.van.rossum
- [Python-checkins] peps: Fix typo. Revert my previous diff that removed another example breaking before
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25609
brett.cannon
- [Python-checkins] cpython (3.5): Issue #25609: Backport typing.ContextManager.
brett.cannon
- [Python-checkins] cpython: Remove python fallback for compare_digest.
steven.daprano
- [Python-checkins] peps: Fix typo, resea[r]ch
chris.angelico
- [Python-checkins] cpython (3.5): Issue #26760: Minimally document PyFrameObject
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #26760
brett.cannon
- [Python-checkins] cpython: Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26535: Merge struct doc from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26535: Correct docs regarding the struct buffer size
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Exclude super long running tests from the PROFILE_TASK for PGO
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.5): Exclude super long running tests from the PROFILE_TASK for PGO
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #25702: A --with-lto configure option has been added that will
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25702: A --with-lto configure option has been added that will
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #25314: Remove confused statement about const argument
martin.panter
- [Python-checkins] cpython (3.5): Issue #25314: Remove confused statement about const argument
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25314: Merge argparse doc from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26638: Fix links to some CLI options and section headings
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26638: Merge link fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26638: Fix links to some CLI options
martin.panter
- [Python-checkins] Daily reference leaks (7d61a991f405): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix typos in code comments and documentation
martin.panter
- [Python-checkins] cpython (2.7): Fix typos in code comment and documentation
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #10838: Run test__all__() everywhere, even if poll() is not available
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge subprocess test from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Improve the coverage of urlparse module. Backport to 2.7 branch.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
senthil.kumaran
- [Python-checkins] cpython (3.5): issue26775 - Improve test coverage for urllib.parse
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.
serhiy.storchaka
- [Python-checkins] cpython: Documentation for secrets.py
steven.daprano
- [Python-checkins] cpython (2.7): Issue #23029: Fix catch_warnings() in test_filename_none
berker.peksag
- [Python-checkins] cpython (2.7): Issue #24173: Fix curses.wrapper link in curses HOWTO
berker.peksag
- [Python-checkins] cpython (3.5): add gc support to slice (closes #26659)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26659)
benjamin.peterson
- [Python-checkins] cpython (2.7): add gc support to slice (closes #26659)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): test_support -> support
benjamin.peterson
- [Python-checkins] cpython (3.5): fix slice cache finalization to use gc del
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #26782: Acknowledge the incomplete status of __all__ in 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26782: Merge test_subprocess from 3.5
martin.panter
- [Python-checkins] cpython: Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
martin.panter
- [Python-checkins] cpython (2.7): Issue #4806: Avoid masking TypeError when *-unpacking a generator
martin.panter
- [Python-checkins] cpython (3.5): Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26717: Merge wsgiref fix from 3.5
martin.panter
- [Python-checkins] cpython: Shorten secrets module docstring, add function docstrings.
steven.daprano
- [Python-checkins] cpython: Fix a few minor typos to secrets documentation.
steven.daprano
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
steven.daprano
- [Python-checkins] cpython (3.5): Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
serhiy.storchaka
- [Python-checkins] Daily reference leaks (19356c6d23b9): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython: Avoid fcntl() if possible in set_inheritable()
victor.stinner
- [Python-checkins] cpython: Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Sync test_typing.py with upstream git repo (typing.py was already synced).
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Sync test_typing.py with upstream git repo (typing.py was already synced).
guido.van.rossum
- [Python-checkins] cpython: Fix spelling error
raymond.hettinger
- [Python-checkins] cpython: #25987: add versionadded to Reversible.
georg.brandl
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26657: Merge http.server fix from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability
martin.panter
- [Python-checkins] cpython (3.5): Issue #26657: Fix Windows directory traversal vulnerability with http.server
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_asyncio)
victor.stinner
- [Python-checkins] cpython (3.5): Fix test_asyncio.test_timeout_disable()
victor.stinner
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-18
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-04-18
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality).
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs
berker.peksag
- [Python-checkins] devguide: Issue #26755: Clarify when version{added,changed} directives should be used in
berker.peksag
- [Python-checkins] cpython (3.5): Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24838: Merge tarfile fix from 3.5.
lars.gustaebel
- [Python-checkins] Daily reference leaks (ee9921b29fd8): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings.
lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24838: Merge test_tarfile.py fix from 3.5.
lars.gustaebel
- [Python-checkins] peps: PEP 509: fix typos reported by Brett
victor.stinner
- [Python-checkins] peps: PEP 509
victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-19
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-19
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): setup.py: add missing libm dependency
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5: Issue #21668
victor.stinner
- [Python-checkins] cpython: Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
victor.stinner
- [Python-checkins] cpython (3.5): Replace assert statements with self.assertXxx() calls
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
zach.ware
- [Python-checkins] cpython: Mention types.SimpleNamespace in collections.namedtuple doc
paul.moore
- [Python-checkins] cpython (3.5): Trivial typo
jesus.cea
- [Python-checkins] cpython (merge 3.5 -> default): MERGE: Trivial typo
jesus.cea
- [Python-checkins] cpython (3.5): Fix shutil.get_terminal_size() error handling
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5: issue #26801
victor.stinner
- [Python-checkins] cpython: Issue #26802: Optimized calling a function with *args only positional arguments.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
paul.moore
- [Python-checkins] cpython (3.5): Mention types.SimpleNamespace in collections.namedtuple doc
paul.moore
- [Python-checkins] cpython: Optimize func(*tuple) function call
victor.stinner
- [Python-checkins] cpython (3.5): Backport test_gdb fix for s390x buildbots
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5 (changes already applied to test_gdb)
victor.stinner
- [Python-checkins] cpython (3.5): Fix spelling (inital), grammar (may translates) in documentation, comments
martin.panter
- [Python-checkins] cpython (2.7): Fix spelling (inital), grammar (may translates) in documentation, comments
martin.panter
- [Python-checkins] cpython: Additional grammar fix
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge doc and comment fixes from 3.5
martin.panter
- [Python-checkins] peps: PEP-8 Update on Knuth style breaking of a long formula. #issue26780
senthil.kumaran
- [Python-checkins] cpython: Issue #21668: Fix author of the patch.
victor.stinner
- [Python-checkins] cpython: Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS
victor.stinner
- [Python-checkins] Daily reference leaks (e745fe5c722c): sum=4
solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-20
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-20
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5: Issue #26799
victor.stinner
- [Python-checkins] cpython (3.5): python-gdb.py: get C types at runtime
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (2.7): Fix python-gdb.py: get C types on demand
victor.stinner
- [Python-checkins] cpython (3.5): Issue #26799: Fix typo in Misc/NEWS
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
victor.stinner
- [Python-checkins] cpython (3.5): gdb/libpython.py: inline _type_void_ptr()
victor.stinner
- [Python-checkins] peps: PEP 509: fix typo reported by Jim J. Jewett
victor.stinner
- [Python-checkins] peps: PEP 509: don't require to always increase the version
victor.stinner
- [Python-checkins] cpython: [minor] Doc fix in old python doc.
senthil.kumaran
- [Python-checkins] Daily reference leaks (a94156400269): sum=7
solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-04-21
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-21
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (496e094f4734): sum=4
solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-22
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-22
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: PyMem_Malloc() now uses the fast pymalloc allocator
victor.stinner
- [Python-checkins] cpython: Issue #26249: Try test_capi on Windows
victor.stinner
- [Python-checkins] peps: Clarify why pathlib doesn't inherit from str
brett.cannon
- [Python-checkins] peps: Clarify why pathlib doesn't inherit from str
Ethan Furman
- [Python-checkins] peps: The CLA bot is done for the GitHub migration
brett.cannon
- [Python-checkins] cpython (3.5): Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
martin.panter
- [Python-checkins] cpython (2.7): Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22359: Merge cross-compilation fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue23806 - Document the no_proxy environment variable in Python 3 docs.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26733: Disassembling a class now disassembles class and static methods.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26733: Disassembling a class now disassembles class and static methods.
serhiy.storchaka
- [Python-checkins] cpython (3.5): fix python 3 mod init function declaration (closes #26827)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26827)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix python 3 mod init function declaration (closes #26827)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
serhiy.storchaka
- [Python-checkins] Daily reference leaks (103fb8be940b): sum=29
solipsis at pitrou.net
- [Python-checkins] peps: Tweak the reasoning for pathlib not sublcassing str.
brett.cannon
- [Python-checkins] cpython (3.5): Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation
berker.peksag
- [Python-checkins] cpython: Issue #26089: Remove duplicate field 'license' from DistributionMetadata
berker.peksag
- [Python-checkins] cpython (3.5): Issue #21382: Clarify signal.signal() documentation on Windows
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21382: Clarify signal.signal() documentation on Windows
berker.peksag
- [Python-checkins] cpython (3.5): Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
berker.peksag
- [Python-checkins] cpython (3.5): Issue #18572: Remove redundant note about surrogates in string escape doc
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18572: Remove redundant note about surrogates in string escape doc
berker.peksag
- [Python-checkins] cpython (3.5): Issue #19731: Update copyright year in docs.p.o footer
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19731: Update copyright year in docs.p.o footer
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26041: Remove "will be removed in Python 3.7" from description messages
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26041: Remove "will be removed in Python 3.7" from description messages
berker.peksag
- [Python-checkins] cpython (3.5): Issue #23806: Update susp-ignored.csv
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23806: Merge susp-ignored.csv from 3.5
martin.panter
- [Python-checkins] devguide: Allow for simpler motivations entries
nick.coghlan
- [Python-checkins] cpython: Issue #23277: Remove unused sys and os imports
berker.peksag
- [Python-checkins] cpython (3.5): Issue #24911: All socket objects are context managers; update examples
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24911: Merge socket context manager doc from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
serhiy.storchaka
- [Python-checkins] devguide: motivations: add myself
victor.stinner
- [Python-checkins] cpython: Issue #23277: Remove more unused sys and os imports.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23277: Remove unused support.run_unittest import.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23277: Remove unused imports in tests.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the
victor.stinner
- [Python-checkins] cpython (3.5): Remove duplicated tests.
serhiy.storchaka
- [Python-checkins] cpython: Remove unused support.run_unittest imports.
serhiy.storchaka
- [Python-checkins] cpython: Remove more unused imports in tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
serhiy.storchaka
- [Python-checkins] cpython: Removed unused imports.
serhiy.storchaka
- [Python-checkins] peps: Rip out the promotion from bytearray/memoryview to bytes. See
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
serhiy.storchaka
- [Python-checkins] Daily reference leaks (0dd6ac8ea523): sum=27
solipsis at pitrou.net
- [Python-checkins] cpython: Remove outdated TkVersion checks.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23662: Document default value of RFC 2109 attributes
berker.peksag
- [Python-checkins] cpython (3.5): Issue #23662: Document default value of RFC 2109 attributes
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): FileExistsError is raised by mkdir when dir exists
zach.ware
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-25
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-25
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #26804: urllib.request will prefer lower_case proxy environment variables
senthil.kumaran
- [Python-checkins] cpython (2.7): backport fix for Issue #26804.
senthil.kumaran
- [Python-checkins] cpython: Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
stefan.krah
- [Python-checkins] cpython: Issue #26846: Workaround for non-standard stdlib.h on Android.
stefan.krah
- [Python-checkins] cpython: Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
stefan.krah
- [Python-checkins] cpython: Issue #22747: Workaround for systems without langinfo.h.
stefan.krah
- [Python-checkins] peps: Update email address
ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
serhiy.storchaka
- [Python-checkins] cpython: Issue #16394: Note the tee() pure python equivalent is only a rough
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #23986: Note that the in-operator for lists and tuples check identity
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #24715: Improve sort stability example
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #24715: Improve sort stability example
raymond.hettinger
- [Python-checkins] cpython: Issue #20306: Android is the only system that returns NULL for the pw_passwd
stefan.krah
- [Python-checkins] cpython: Issue #25349, #26249: Fix memleak in formatfloat()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #20598: Replace trivial split() calls with lists in argparse docs
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20598: Merge argparse docs from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #20598: Replace trivial split() calls with lists in argparse docs
martin.panter
- [Python-checkins] cpython: Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
stefan.krah
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-26
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-04-26
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #26846: Post commit cleanup.
stefan.krah
- [Python-checkins] cpython: Issue #26854: Android has a different include path for soundcard.h.
stefan.krah
- [Python-checkins] cpython: Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android.
stefan.krah
- [Python-checkins] devguide: Add Brett to the dev affiliations list
brett.cannon
- [Python-checkins] cpython (2.7): Issue #26672: Fix regrtest example in test.rst
berker.peksag
- [Python-checkins] Daily reference leaks (f4c6dab59cd8): sum=-2
solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-27
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-04-27
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): fileinput.hook_encoded() uses builtin open(), not codecs.open().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): fileinput.hook_encoded() uses builtin open(), not codecs.open().
serhiy.storchaka
- [Python-checkins] cpython (2.7): fileinput.hook_encoded() uses io.open(), not codecs.open().
serhiy.storchaka
- [Python-checkins] cpython: Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
serhiy.storchaka
- [Python-checkins] Daily reference leaks (8ab8f5259f09): sum=0
solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-04-28
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-28
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #26874: Make divmod docstring and full doc match
zach.ware
- [Python-checkins] cpython (3.5): Issue #26874: Fix divmod docstring
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26874: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #26874: Simplify the divmod docstring
zach.ware
- [Python-checkins] cpython (2.7): Issue #26874: Simplify the divmod docstring.
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26874: Merge with 3.5
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26875: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #26875: Fix mmap example
zach.ware
- [Python-checkins] peps: Update 3.5 release schedule with dates for 3.5.2.
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
serhiy.storchaka
- [Python-checkins] cpython: Issue #26880: Removed redundant checks in set.__init__.
serhiy.storchaka
- [Python-checkins] cpython: Removed unused initialization and the uninteresting comment.
raymond.hettinger
- [Python-checkins] Daily reference leaks (aaf2ad84ae1c): sum=8
solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-04-29
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-04-29
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #26322: Document typing.Set, patch by Joseph Moran
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26322: Document typing.Set, patch by Joseph Moran
berker.peksag
- [Python-checkins] cpython: Issue #24902: Print server URL on http.server startup
berker.peksag
- [Python-checkins] cpython: Fix typos. Reported by andportnoy on GitHub.
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25551: Test condition behavior instead of its internals
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25551: Test condition behavior instead of its internals
berker.peksag
- [Python-checkins] cpython: Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26864: Merge no_proxy fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
martin.panter
- [Python-checkins] Daily reference leaks (1ceb91974dc4): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21746: Remove BaseResult reference from urlparse documentation
berker.peksag
- [Python-checkins] cpython (3.5): Issue #24114: Fix an uninitialized variable in `ctypes.util`.
meador.inge
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24114: Fix an uninitialized variable in `ctypes.util`.
meador.inge
- [Python-checkins] cpython (2.7): Issue #24114: Fix an uninitialized variable in `ctypes.util`.
meador.inge
Last message date:
Sat Apr 30 23:29:13 EDT 2016
Archived on: Sat Apr 30 23:29:17 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).