Showing content from http://mail.python.org/pipermail/python-checkins/2015-January/date.html below:
The Python-checkins January 2015 Archive by date
January 2015 Archives by date
Starting: Thu Jan 1 01:12:48 CET 2015
Ending: Sat Jan 31 21:31:45 CET 2015
Messages: 492
- [Python-checkins] cpython (2.7): update for copyright for 2015 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): update for copyright for 2015 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Update copyright dates in OS X installer. ned.deily
- [Python-checkins] cpython (3.4): Update copyright dates in OS X installer. ned.deily
- [Python-checkins] cpython (2.7): Update copyright dates in OS X installer. ned.deily
- [Python-checkins] Daily reference leaks (4d1ae7eec0d4): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23132: Improve performance and introspection support of comparison serhiy.storchaka
- [Python-checkins] Daily reference leaks (4e85df8b3ea6): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: conjugate 'do' correctly (closes #23149) benjamin.peterson
- [Python-checkins] peps: remove trailing ws benjamin.peterson
- [Python-checkins] cpython: Changes %s to %ls in wprintf in launcher.c for C99 compatibility. steve.dower
- [Python-checkins] peps: Formatting fixes to new PEP8 text chris.angelico
- [Python-checkins] peps: Incorporate PEP 8 text from Ian Lee to clarify annotation policy chris.angelico
- [Python-checkins] peps: PEP 440 updates based on user feedback nick.coghlan
- [Python-checkins] Daily reference leaks (0a095aa9b5d3): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Add missing URL link to Modernize docs. ned.deily
- [Python-checkins] cpython (3.4): Add missing URL link to Modernize docs. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Add missing URL link to Modernize docs. ned.deily
- [Python-checkins] cpython (3.4): Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Update bundled pip and setuptools to 6.0.6 and 11.0. donald.stufft
- [Python-checkins] cpython (2.7): Update bundled pip and setuptools to 6.0.6 and 11.0 donald.stufft
- [Python-checkins] cpython: Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. antoine.pitrou
- [Python-checkins] cpython: Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. antoine.pitrou
- [Python-checkins] cpython: Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows zach.ware
- [Python-checkins] Daily reference leaks (37c6fd09f71f): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): fix issue23157 - time_hashlib hadn't been ported to Python 3. gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): fix issue23157 - time_hashlib hadn't been ported to Python 3. gregory.p.smith
- [Python-checkins] cpython (2.7): make SSLv23 the default version in ftplib (closes #23111) benjamin.peterson
- [Python-checkins] cpython (2.7): allow a SSLContext to be given to ftplib.FTP_TLS benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (closes #23165) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23165) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (closes #23165) benjamin.peterson
- [Python-checkins] cpython (3.2): add some overflow checks before multiplying (closes #23165) benjamin.peterson
- [Python-checkins] cpython (3.4): the current marshal version is 4 (closes #23167) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23167) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #18644: Fix a ResourceWarning in formatter.test(). berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18644: Fix a ResourceWarning in formatter.test(). berker.peksag
- [Python-checkins] Daily reference leaks (826831a9a376): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22165: merge from 3.4 ned.deily
- [Python-checkins] cpython (2.7): emphasize that cffi is better than extension modules for portability benjamin.peterson
- [Python-checkins] cpython (3.4): emphasize that cffi is better than extension modules for portability benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23046: Expose the BaseEventLoop class in the asyncio namespace victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23140, asyncio: Simplify the unit test victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #23132: Mitigate regression in speed and clarity in raymond.hettinger
- [Python-checkins] cpython (3.4): Cosmetic fixes to the 'Develop with asyncio' page zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 zach.ware
- [Python-checkins] Daily reference leaks (bfd35f76fd0b): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: test_ssl: add more debug to investigate test_openssl_version() failure on victor.stinner
- [Python-checkins] cpython: Closes #23151: Removed unnecessary initialization. vinay.sajip
- [Python-checkins] cpython (2.7): Clarified documentation for logging exception function/method. vinay.sajip
- [Python-checkins] cpython: Closes #21980: Added a __repr__ for LogRecord. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #20896, #22935: The ssl.get_server_certificate() function now uses the victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge python 3.4 (change already applied to Python 3.5) victor.stinner
- [Python-checkins] cpython (2.7): Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY victor.stinner
- [Python-checkins] cpython: Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge 3.4 (changes already applied to Python 3.5) victor.stinner
- [Python-checkins] cpython (3.4): Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The victor.stinner
- [Python-checkins] cpython (2.7): Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The victor.stinner
- [Python-checkins] cpython: Issue #23145: regrtest now shows errors and raises an exception if victor.stinner
- [Python-checkins] cpython (3.4): Issue 19548: update codecs module documentation nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Merge issue 19548 changes from 3.4 nick.coghlan
- [Python-checkins] cpython (2.7): Fix a markup error in the argparse documentation. berker.peksag
- [Python-checkins] cpython (2.7): Silence a Sphinx warning in ftplib.rst. berker.peksag
- [Python-checkins] release: comment update georg.brandl
- [Python-checkins] cpython: Issue #19548: clean up merge issues in codecs docs nick.coghlan
- [Python-checkins] cpython: Minor speed-up. Use local variable instead of a global lookup. raymond.hettinger
- [Python-checkins] Daily reference leaks (4d00d0109147): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython: expose the client's cipher suites from the handshake (closes #23186) benjamin.peterson
- [Python-checkins] cpython: explain None can be returned benjamin.peterson
- [Python-checkins] cpython: use SSL_get_session benjamin.peterson
- [Python-checkins] cpython: remove apparently wrong assertion about des bit size benjamin.peterson
- [Python-checkins] cpython: force test server to speak tlsv1 benjamin.peterson
- [Python-checkins] cpython: include some more ciphers benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. berker.peksag
- [Python-checkins] cpython: everyone should support AES ciphers benjamin.peterson
- [Python-checkins] cpython: rc4 is a long time favorite benjamin.peterson
- [Python-checkins] cpython: fix assertions after ciphers were changed benjamin.peterson
- [Python-checkins] cpython: try using AES256 benjamin.peterson
- [Python-checkins] cpython: drop 256 benjamin.peterson
- [Python-checkins] cpython: reorder cipher prefs benjamin.peterson
- [Python-checkins] peps: PEP 474: Updated forge.python.org proposal nick.coghlan
- [Python-checkins] peps: I never get Rietveld right first time... nick.coghlan
- [Python-checkins] cpython: trying again benjamin.peterson
- [Python-checkins] cpython: enable cert validation in test benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #23184: delete unused idlelib file. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 terry.reedy
- [Python-checkins] cpython (3.4): Issue #23184: delete unused idlelib file. terry.reedy
- [Python-checkins] peps: PEP 474 is no longer deferred nick.coghlan
- [Python-checkins] peps: PEP 462: next revision will depend on PEP 474 nick.coghlan
- [Python-checkins] peps: PEP 474: markup fixes nick.coghlan
- [Python-checkins] Daily reference leaks (e42301eb3ce8): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: _make_ssl_transport: make the waiter parameter optional victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] peps: Add PEP 482, 483, 484 -- type hints. The latter two are stubs. guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Truncate to 80 columns victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython: selectors: truncate to 80 characters victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: list limitations to run subprocesses from different threads victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython: Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for victor.stinner
- [Python-checkins] Daily reference leaks (fbe87fb071a6): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: fix section of event loop examples victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: SelectSelector is limited to 512 sockets on Windows victor.stinner
- [Python-checkins] cpython: Issue #23014: Make importlib.abc.Loader.create_module() required when brett.cannon
- [Python-checkins] peps: Import Guido's text from https://quip.com/r69HA9GhGa7J into PEP 483 chris.angelico
- [Python-checkins] peps: ASCIIfy PEP 483 chris.angelico
- [Python-checkins] peps: Record Guido's relicensing of PEP 483 under Open Publication License chris.angelico
- [Python-checkins] peps: Add brief section on Reticulated Python, plus stubs for other Pythonic projects. guido.van.rossum
- [Python-checkins] peps: Move text on Reticulated Python to PEP 483. Add an abstract. Set creation guido.van.rossum
- [Python-checkins] peps: Change the level of a few headings. Remove duplicate title. guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23209: Break some reference cycles in asyncio. Patch written by Martin victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio, selectors) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed. victor.stinner
- [Python-checkins] cpython (3.4): Issue #23209: Revert change on selectors, test_selectors failed. victor.stinner
- [Python-checkins] cpython (3.4): Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. ned.deily
- [Python-checkins] cpython (2.7): Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. ned.deily
- [Python-checkins] cpython (2.7): Issue #23212: 2.7-specific OS X installer updates ned.deily
- [Python-checkins] cpython (3.4): Issue #23212: 3.4-specific OS X installer updates ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23212: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): remove buzzword (closes #23210) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23210) benjamin.peterson
- [Python-checkins] peps: Add PyCharm reference. guido.van.rossum
- [Python-checkins] cpython: Issue #19776: Fix test_pathlib.test_expanduser() victor.stinner
- [Python-checkins] Daily reference leaks (154ae3af0317): sum=6 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (63dac5212552): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: Removed duplicated dict entries. serhiy.storchaka
- [Python-checkins] cpython: Issue #23185: add math.inf and math.nan constants. mark.dickinson
- [Python-checkins] cpython (2.7): Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse mark.dickinson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21092: Merge from 3.4. mark.dickinson
- [Python-checkins] cpython (3.4): Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse mark.dickinson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22952: improve multiprocessing doc introduction and defer notes until antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22952: improve multiprocessing doc introduction and defer notes until antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #22952: improve multiprocessing doc introduction and defer notes until antoine.pitrou
- [Python-checkins] cpython: remove extra definite article benjamin.peterson
- [Python-checkins] cpython (2.7): Bump setuptools to 11.3.1 donald.stufft
- [Python-checkins] cpython (3.4): Update setuptools to 11.3.1 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merged 3.4 into default donald.stufft
- [Python-checkins] Daily reference leaks (8b3c609f3f73): sum=-3 solipsis at pitrou.net
- [Python-checkins] peps: Removed Ronald Oussoren from being listed as Mac PE for 3.4 and 3.5. larry.hastings
- [Python-checkins] cpython: Issue #19777: Provide a home() classmethod on Path objects. antoine.pitrou
- [Python-checkins] Daily reference leaks (4a55b98314cd): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a victor.stinner
- [Python-checkins] cpython (2.7): fix instances of consecutive articles (closes #23221) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23221) benjamin.peterson
- [Python-checkins] cpython (3.4): fix instances of consecutive articles (closes #23221) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22922: Fix ProactorEventLoop.close() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Tulip issue 184: Fix test_pipe() on Windows victor.stinner
- [Python-checkins] cpython (3.4): Issue #22560: New SSL implementation based on ssl.MemoryBIO victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio: new SSL implementation) victor.stinner
- [Python-checkins] cpython: Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! victor.stinner
- [Python-checkins] cpython (3.4): Issue #23198: Reactor asyncio.StreamReader victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Python issue #23173: sync with Tulip victor.stinner
- [Python-checkins] cpython: No need to rebuild a constant dictionary on every call. Move convert mapping raymond.hettinger
- [Python-checkins] cpython: Closes #23181: codepoint -> code point georg.brandl
- [Python-checkins] cpython (2.7): Closes #23181: codepoint -> code point georg.brandl
- [Python-checkins] Daily reference leaks (c47fe739f9dd): sum=12 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and victor.stinner
- [Python-checkins] cpython (3.4): Issue #23197, asyncio: On SSL handshake failure, check if the waiter is victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython: Closes #23234: Refactor subprocess victor.stinner
- [Python-checkins] cpython (3.4): Issue #23197: On SSL handshake failure on matching hostname, check if the victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] peps: add a rss target benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] peps: Added schedule for 3.4.3 rc1 and final. Revised schedule for 3.5.0a1. larry.hastings
- [Python-checkins] cpython (3.4): fix parsing reST with code or code-block directives (closes #23063) benjamin.peterson
- [Python-checkins] cpython (2.7): fix parsing reST with code or code-block directives (closes #23063) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23063) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue20467: clarify __init__'s role ethan.furman
- [Python-checkins] cpython (3.3): Issue20467: clarify __init__'s role ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue20467: clarify __init__'s role ethan.furman
- [Python-checkins] cpython (2.7): Issue20467: clarify __init__'s role ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue22988: clarify yield and exception blocks ethan.furman
- [Python-checkins] cpython (3.4): Issue22988: clarify yield and exception blocks ethan.furman
- [Python-checkins] cpython (3.4): Issue22997: minor doc update; thanks to Simoen Visser ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue22997: minor doc update; thanks to Simoen Visser ethan.furman
- [Python-checkins] cpython (3.4): Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. georg.brandl
- [Python-checkins] cpython (2.7): Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge with 3.4 georg.brandl
- [Python-checkins] Daily reference leaks (61a045ac0006): sum=-6 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): StreamWriter: close() now clears the reference to the transport victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #22560: Fix SSLProtocol._on_handshake_complete() victor.stinner
- [Python-checkins] cpython (3.4): Issue #22560: Fix typo: call -> call_soon victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess victor.stinner
- [Python-checkins] cpython (3.4): SSLProtocol: set the _transport attribute in the constructor victor.stinner
- [Python-checkins] cpython (3.4): Issue #23243: Fix asyncio._UnixWritePipeTransport.close() victor.stinner
- [Python-checkins] cpython (3.4): Issue #23243: Close explicitly event loops in asyncio tests victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23243: Close explicitly transports in asyncio tests victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix _ProactorBasePipeTransport.__repr__() victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix _ProactorBasePipeTransport.close() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Close the transport on subprocess creation failure victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Close transports in tests victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Closes #23219: cancelling asyncio.wait_for() now cancels the task victor.stinner
- [Python-checkins] cpython: Fixes sys.winver generation and removes dependency on user32.dll steve.dower
- [Python-checkins] cpython: Issue 23018: Add version info to python[w].exe steve.dower
- [Python-checkins] cpython (2.7): Closes #23160: Respect the environment variable SVNROOT in external-common.bat steve.dower
- [Python-checkins] cpython (3.4): Closes #23160: Respect the environment variable SVNROOT in external-common.bat steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Null merge from 3.4 steve.dower
- [Python-checkins] cpython (3.4): Backout changeset 6ab2575bc12b victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] Daily reference leaks (031fc0231f3d): sum=6 solipsis at pitrou.net
- [Python-checkins] peps: First public draft of PEP 484 guido.van.rossum
- [Python-checkins] peps: PEP 48{2,3} title changes (typing -> types) and add some cross-links. guido.van.rossum
- [Python-checkins] devguide: Issue #22992: A git developer's guide to hg. brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22986) benjamin.peterson
- [Python-checkins] cpython (3.4): capitialize "HttpOnly" and "Secure" as they appear in the standard and other benjamin.peterson
- [Python-checkins] Daily reference leaks (d3671e6ba106): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #23256: Avoid a crash in test_ctypes zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 (#23256) zach.ware
- [Python-checkins] cpython: Issue #15955: Add an option to limit output size when decompressing LZMA data. antoine.pitrou
- [Python-checkins] cpython: Issue #21817: When an exception is raised in a task submitted to a antoine.pitrou
- [Python-checkins] cpython: Updated copyright year (after my patch from last year reverted it) steve.dower
- [Python-checkins] cpython (3.4): Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23211: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #23211: Fix patch for 3.4 differences. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23211: null merge ned.deily
- [Python-checkins] cpython (3.4): Issue #23180: Rename IDLE "Windows" menu item to "Window". ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23180: merge from 3.4 ned.deily
- [Python-checkins] cpython (2.7): Issue #23180: Rename IDLE "Windows" menu item to "Window". ned.deily
- [Python-checkins] Daily reference leaks (2d71d0f954fb): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23098: 64-bit dev_t is now supported in the os module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23098: 64-bit dev_t is now supported in the os module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23098: 64-bit dev_t is now supported in the os module. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23181: More "codepoint" -> "code point". serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23181: More "codepoint" -> "code point". serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23181: More "codepoint" -> "code point". serhiy.storchaka
- [Python-checkins] cpython: Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23248: Update ssl error codes from latest OpenSSL git master. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23248: Update ssl error codes from latest OpenSSL git master. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #23248: Update ssl error codes from latest OpenSSL git master. antoine.pitrou
- [Python-checkins] cpython: Issue #23133: Pickling of ipaddress objects now produces more compact and serhiy.storchaka
- [Python-checkins] cpython: Fixed tests for issue #23133 (pickling of IPv4Network was not tested). serhiy.storchaka
- [Python-checkins] cpython: Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash raymond.hettinger
- [Python-checkins] cpython: Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith serhiy.storchaka
- [Python-checkins] cpython: Clean-up, simplify, and slightly speed-up bounds logic in set_pop(). raymond.hettinger
- [Python-checkins] cpython: Update copyright for 2015 updates. raymond.hettinger
- [Python-checkins] cpython: A hybrid of and-masking and a conditional-set-to-zero produce even faster raymond.hettinger
- [Python-checkins] Daily reference leaks (e1c8583c7e41): sum=1 solipsis at pitrou.net
- [Python-checkins] peps: Remove over-specified text about finding PEP source, link instead to repo chris.angelico
- [Python-checkins] peps: Oops - remove accidentally-committed files chris.angelico
- [Python-checkins] cpython: Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP berker.peksag
- [Python-checkins] cpython (3.4): Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() berker.peksag
- [Python-checkins] cpython (2.7): Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() berker.peksag
- [Python-checkins] cpython: Issue #20898: Enum names are only available in the http.client module as berker.peksag
- [Python-checkins] Daily reference leaks (ac0d6c09457e): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 (closes #23280) zach.ware
- [Python-checkins] cpython (3.4): Issue #23280: Fix docstrings for binascii.(un)hexlify zach.ware
- [Python-checkins] cpython (3.4): Add the command line to the AssertionError raised by test.script_helper's gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Add the command line to the AssertionError raised by test.script_helper's gregory.p.smith
- [Python-checkins] cpython (2.7): detect 64-bit systems using maxsize not maxint benjamin.peterson
- [Python-checkins] Daily reference leaks (0893b9ee44ea): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Enhance BaseProactorEventLoop._loop_self_reading() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: pyflakes, remove unused import victor.stinner
- [Python-checkins] cpython (3.4): asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not victor.stinner
- [Python-checkins] cpython (3.4): Issue #23095, asyncio: IocpProactor.close() must not cancel pending victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] peps: First public draft of new PEP 485 for an is_close_to() function chris.angelico
- [Python-checkins] peps: Minor formatting fixes to PEP 485, missed in the first pass chris.angelico
- [Python-checkins] Daily reference leaks (69265fcade13): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23009: Skip test_selectors.test_empty_select() on Windows victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 victor.stinner
- [Python-checkins] cpython (3.4): Issue #23009: Add missing "import sys" in test_selectors victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge 3.4 victor.stinner
- [Python-checkins] cpython (3.4): asyncio: IocpProactor.close() doesn't cancel anymore futures which are already victor.stinner
- [Python-checkins] cpython (3.4): Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Break up TestCommandLine.test_env_var into four distinct tests. gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Break up TestCommandLine.test_env_var into four distinct tests. gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() victor.stinner
- [Python-checkins] peps: Apply Chris Barker's latest PEP 485 changes chris.angelico
- [Python-checkins] cpython (3.4): Only pass -E to the child interpreter if our interpreter was running in that gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Only pass -E to the child interpreter if our interpreter was running in that gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Remove the unimplemented but ignored without='-E' parameters being passed to gregory.p.smith
- [Python-checkins] cpython (3.4): Remove the unimplemented but ignored without='-E' parameters being passed to gregory.p.smith
- [Python-checkins] cpython (3.4): Remove the unimplemented but ignored without='-E' parameters being passed to Gregory P. Smith
- [Python-checkins] cpython (merge 3.4 -> default): revert 7b833bd1f509. I misread the side effect that the code was triggering. gregory.p.smith
- [Python-checkins] cpython (3.4): revert 7b833bd1f509. I misread the side effect that the code was triggering. gregory.p.smith
- [Python-checkins] Daily reference leaks (94cade7f6e21): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: http.client: disable Nagle's algorithm (closes #23302) benjamin.peterson
- [Python-checkins] cpython (3.4): Updated pyvenv documentation to match its current behaviour. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23202: pyvenv documentation updated to match its behavior. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23207: logging.basicConfig() now does additional validation of its vinay.sajip
- [Python-checkins] cpython (3.4): Issue #23207: logging.basicConfig() now does additional validation of its vinay.sajip
- [Python-checkins] cpython (2.7): Issue #23305: clarified RotatingFileHandler documentation. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23305: Merged documentation fix from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #23305: clarified RotatingFileHandler documentation. vinay.sajip
- [Python-checkins] cpython: add support for ALPN (closes #20188) benjamin.peterson
- [Python-checkins] cpython (2.7): pep 466 backport of alpn (#20188) benjamin.peterson
- [Python-checkins] cpython (2.7): fix versionchanged benjamin.peterson
- [Python-checkins] cpython: prefer server alpn ordering over the client's benjamin.peterson
- [Python-checkins] cpython (2.7): prefer server alpn ordering over the client's benjamin.peterson
- [Python-checkins] cpython: Issue20284: Implement PEP461 ethan.furman
- [Python-checkins] Daily reference leaks (eaa38b75cc78): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #23253: Delay-load ShellExecute steve.dower
- [Python-checkins] devguide: Issue 23257: Update Windows build/setup instructions. steve.dower
- [Python-checkins] cpython (2.7): Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> default): merge from 3.4 senthil.kumaran
- [Python-checkins] cpython (3.4): Increase http.client.HTTPConnection test coverage. senthil.kumaran
- [Python-checkins] Daily reference leaks (5bff604a864e): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #23215: reflow paragraph. r.david.murray
- [Python-checkins] cpython (3.4): #23251: Note that time.sleep affects the calling thread only. r.david.murray
- [Python-checkins] cpython (2.7): #23251: Reflow paragraph. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23215: note that time.sleep affects the current thread only. r.david.murray
- [Python-checkins] cpython (2.7): #23251: note that time.sleep affects the current thread only. r.david.murray
- [Python-checkins] cpython: Issue #22286: The "backslashreplace" error handlers now works with serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23321: Fixed a crash in str.decode() when error handler returned serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23321: Fixed a crash in str.decode() when error handler returned serhiy.storchaka
- [Python-checkins] cpython: Issue #23119: Simplify setobject by inlining the special case for unicode raymond.hettinger
- [Python-checkins] cpython: Update out-of-date comments. raymond.hettinger
- [Python-checkins] cpython: Set the hash values of dummy entries to -1. Improves quality of entry->hash == raymond.hettinger
- [Python-checkins] cpython (3.4): handle headers with no key (closes #19996) benjamin.peterson
- [Python-checkins] cpython (2.7): simply ignore headers with no name (#19996) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#19996) benjamin.peterson
- [Python-checkins] cpython: Don't use deprecated assertEquals. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21408: The default __ne__() now returns NotImplemented if __eq__() serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21408: The default __ne__() now returns NotImplemented if __eq__() serhiy.storchaka
- [Python-checkins] Daily reference leaks (a2da8cf05f48): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23268: Fixed bugs in the comparison of ipaddress classes. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23268: Fixed bugs in the comparison of ipaddress classes. serhiy.storchaka
- [Python-checkins] cpython (3.4): Add credits for Martin Panter. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Add credits for Martin Panter. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23094: Fixed readline with frames in Python implementation of pickle. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23094: Fixed readline with frames in Python implementation of pickle. serhiy.storchaka
- [Python-checkins] cpython (3.4): asyncio: Close transports on error victor.stinner
- [Python-checkins] cpython (3.4): Issue #23208, asyncio: Add BaseEventLoop._current_handle victor.stinner
- [Python-checkins] cpython (3.4): Issue #23293, asyncio: Cleanup IocpProactor.close() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #18518: timeit now rejects statements which can't be compiled outside serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #11578: Backported test for the timeit module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18518: timeit now rejects statements which can't be compiled outside serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18518: timeit now rejects statements which can't be compiled outside serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (2.7): Use test.test_support instead of test.support. serhiy.storchaka
- [Python-checkins] cpython: Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #14099: Backout changeset e5bb3044402b (except adapted tests). serhiy.storchaka
- [Python-checkins] cpython: Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython: Issue #14099: Restored support of writing ZIP files to tellable but serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix ProactorEventLoop.start_serving_pipe() victor.stinner
- [Python-checkins] cpython (3.4): asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython: ensure ilen is initialized when it is assigned to len benjamin.peterson
- [Python-checkins] cpython: Issue #20284: Fix a compilation warning on Windows victor.stinner
- [Python-checkins] cpython: Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and victor.stinner
- [Python-checkins] peps: Fix percentage markers in PEP 485 per Chris Barker's edits chris.angelico
- [Python-checkins] benchmarks: Expand default suite while removing useless benchmarks from it antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() victor.stinner
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 204: Fix IocpProactor.recv() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio, _overlapped.ConnectPipe(): release the GIL victor.stinner
- [Python-checkins] cpython: Issue #22286, #23321: Fix failing test on Windows code page 932 victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23286: Fix typo in the tutorial. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23286: Fix typo in the tutorial. berker.peksag
- [Python-checkins] cpython: Add whatsnew entry for issue #5309. berker.peksag
- [Python-checkins] cpython: Issue #23269: Tighten search_loop in set_insert_clean() raymond.hettinger
- [Python-checkins] cpython: Remove unneeded dummy test from the set search loop (when the hashes match we raymond.hettinger
- [Python-checkins] cpython: Revert unintended part of the commit (the key==dummy test wasn't supposed to raymond.hettinger
- [Python-checkins] Daily reference leaks (107669985805): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23191: fnmatch functions that use caching are now threadsafe. serhiy.storchaka
- [Python-checkins] cpython (2.7): disable ALPN on LibreSSL, which has a large version number, but not ALPN benjamin.peterson
- [Python-checkins] cpython: disable ALPN on LibreSSL, which has a large version number, but not ALPN benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19949: The test_xpickle test now tests compatibility with installed serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merged documentation update from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): Added a logging cookbook entry on customized exception formatting. vinay.sajip
- [Python-checkins] cpython (2.7): Added a logging cookbook entry on customized exception formatting. vinay.sajip
- [Python-checkins] cpython (2.7): Issue #22079: PyType_Ready() now checks that statically allocated type has serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22079: PyType_Ready() now checks that statically allocated type has serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22079: PyType_Ready() now checks that statically allocated type has serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed memory leak in marshal. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed memory leak in marshal. serhiy.storchaka
- [Python-checkins] cpython: ifdef our way to compatibility with old openssl (closes #23335) benjamin.peterson
- [Python-checkins] cpython (2.7): ifdef our way to compatibility with old openssl (closes #23335) benjamin.peterson
- [Python-checkins] cpython (3.4): Update setuptools to 12.0.5 and pip to 6.0.7 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 into default - Upgrade setuptools to 12.0.5 and pip to 6.0.7 donald.stufft
- [Python-checkins] cpython (2.7): Upgrade setuptools to 12.0.5 and pip to 6.0.7 donald.stufft
- [Python-checkins] cpython (3.4): asyncio: Fix _SelectorSocketTransport constructor victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix SSLProtocol.eof_received() victor.stinner
- [Python-checkins] cpython (3.4): asyncio: SSL transports now clear their reference to the waiter victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Always #define _PyLong_FromDev as we always need it to compile rather than gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Always #define _PyLong_FromDev as we always need it to compile rather than gregory.p.smith
- [Python-checkins] cpython (3.4): asyncio: BaseSubprocessTransport._kill_wait() now also call close() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] Daily reference leaks (25028b0e1183): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: document Protocol state machine victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (3.4): Issue #22668: Ensure that format strings survive slicing after casting. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22668: Merge from 3.4. stefan.krah
- [Python-checkins] cpython: Whitespace. stefan.krah
- [Python-checkins] cpython (3.4): Issue #22668: Remove endianness assumption in test. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22668: Merge from 3.4. stefan.krah
- [Python-checkins] cpython (3.4): Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: add a section about task cancellation victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: document the new ResourceWarning warnings victor.stinner
- [Python-checkins] cpython (3.4): Fix asyncio doc typo. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Fix asyncio doc typo. r.david.murray
- [Python-checkins] peps: Some rephrasings. No technical change. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): merge raymond.hettinger
- [Python-checkins] cpython: Move the set search finger before the smalltable. raymond.hettinger
- [Python-checkins] Daily reference leaks (efb25925bd13): sum=1749067 solipsis at pitrou.net
- [Python-checkins] cpython: allow changing __class__ between a heaptype and non-heaptype in some cases benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch stefan.krah
- [Python-checkins] peps: PEP 448: Updates from Neil Girdhar. berker.peksag
- [Python-checkins] cpython (2.7): Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. serhiy.storchaka
- [Python-checkins] cpython (2.7): Use float division to avoid deprecation warning in test_timeit (issue #11578). serhiy.storchaka
- [Python-checkins] cpython: Fix typo in a comment. raymond.hettinger
- [Python-checkins] cpython: Minor tweak to improve code clarity. raymond.hettinger
- [Python-checkins] cpython (2.7): Restored test_xpickle compatibility with Python 2.5. serhiy.storchaka
- [Python-checkins] cpython (2.7): test_spwd skipping is expected on win32. serhiy.storchaka
- [Python-checkins] cpython (2.7): Avoid deprecation warnings. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. serhiy.storchaka
- [Python-checkins] cpython (2.7): Completed Misc/NEWS entry. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (generator) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). victor.stinner
- [Python-checkins] cpython: Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython: Keep the definition of i consistent between set_lookkey() and raymond.hettinger
- [Python-checkins] cpython: Fixes python3_d.dll build so that functions are forwarded to python35_d.dll steve.dower
- [Python-checkins] cpython (2.7): Issue #23199: libpython27.a in amd64 release is 32-bit steve.dower
- [Python-checkins] cpython (2.7): Issue #23212: Update Windows copy of OpenSSL to 1.0.1l steve.dower
- [Python-checkins] cpython (3.4): Issue #23212: Update Windows copy of OpenSSL to 1.0.1l steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with 3.4 steve.dower
- [Python-checkins] cpython: Issue #23212: Update Windows copy of OpenSSL to 1.0.1l steve.dower
Last message date: Sat Jan 31 21:31:45 CET 2015
Archived on: Sat Jan 31 21:31:49 CET 2015
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4