Showing content from http://mail.python.org/pipermail/python-checkins/2014-November/thread.html below:
The Python-checkins November 2014 Archive by thread
November 2014 Archives by thread
Starting: Sat Nov 1 00:49:04 CET 2014
Ending: Sun Nov 30 19:41:15 CET 2014
Messages: 433
- [Python-checkins] cpython: issue22780: update NotImplemented description ethan.furman
- [Python-checkins] peps: 2.7.9 concrete dates benjamin.peterson
- [Python-checkins] cpython: Issue #6623: Remove deprecated Netrc class in the ftplib module. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. berker.peksag
- [Python-checkins] cpython (3.4): Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. berker.peksag
- [Python-checkins] Daily reference leaks (26d0a17affb5): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: standardize Enum docs by referring to 'special methods' instead of __dunder__ ethan.furman
- [Python-checkins] cpython (3.4): Brought excluded code into the scope of a try block in SysLogHandler.emit(). vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22776: Merged fix from 3.4. vinay.sajip
- [Python-checkins] cpython (2.7): Brought excluded code into the scope of a try block in SysLogHandler.emit(). vinay.sajip
- [Python-checkins] cpython: #22731 test_capi test fails because of mismatched newlines steve.dower
- [Python-checkins] cpython: #22732 ctypes tests don't set correct restype for intptr_t functions steve.dower
- [Python-checkins] cpython: #22734 marshal needs a lower stack depth for debug builds on Windows steve.dower
- [Python-checkins] cpython (2.7): Issue #17717: Pull NASM from svn.python.org for OpenSSL build. zach.ware
- [Python-checkins] cpython (3.4): Issue #17717: Pull NASM from svn.python.org for OpenSSL build. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with 3.4 zach.ware
- [Python-checkins] cpython: Issue #17717: Pull NASM from svn.python.org for OpenSSL build. zach.ware
- [Python-checkins] cpython (2.7): Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22770: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. ned.deily
- [Python-checkins] cpython (3.4): Issue #17896: Move Windows external lib sources from .. to externals. zach.ware
- [Python-checkins] cpython (2.7): Issue #17896: Move Windows external lib sources from .. to externals. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17896: Move Windows external lib sources from .. to externals. zach.ware
- [Python-checkins] Daily reference leaks (ef15b51d59fb): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: Fix commas and whitespace in PEP 473. ezio.melotti
- [Python-checkins] cpython (2.7): #22751: fix test___all__ warning about modified environment in the tests. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #22751: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (3.4): #22751: fix test___all__ warning about modified environment in the tests. ezio.melotti
- [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 (merge 3.4 -> default): Issue #22388: Unified the style of "Contributed by" sentences in What's New. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22388: Unified the style of "Contributed by" sentences in What's New. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.4): Fix English phrasing. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge asyncio doc English phrasing fix. r.david.murray
- [Python-checkins] cpython (3.4): Reflow paragraph. r.david.murray
- [Python-checkins] cpython: Fix test_urllib without the ssl module antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (3.4): wrap benjamin.peterson
- [Python-checkins] cpython (3.4): backport context argument of urlopen (#22366) for pep 476 benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. serhiy.storchaka
- [Python-checkins] Daily reference leaks (caa8f9248ab8): sum=3 solipsis at pitrou.net
- [Python-checkins] devguide: Add instruction how to activate python-gdb.py georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22417) benjamin.peterson
- [Python-checkins] cpython (3.4): PEP 476: enable HTTPS certificate verification by default (#22417) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (3.2): move idna test domain to pythontest.net benjamin.peterson
- [Python-checkins] cpython: context has been backported so fix versionchanged benjamin.peterson
- [Python-checkins] cpython (2.7): test that keyfile can be None benjamin.peterson
- [Python-checkins] cpython (3.4): test that keyfile can be None benjamin.peterson
- [Python-checkins] cpython (2.7): allow keyfile argument to be None (closes #22787) benjamin.peterson
- [Python-checkins] Daily reference leaks (205810ca5069): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22773: fix failing test with old readline versions due to issue #19884. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22773: fix failing test with old readline versions due to issue #19884. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #22773: fix failing test with old readline versions due to issue #19884. antoine.pitrou
- [Python-checkins] cpython: Close #22457: Honour load_tests in the start_dir of discovery. robert.collins
- [Python-checkins] cpython: Fix regression in issue 22457 fix. robert.collins
- [Python-checkins] Daily reference leaks (2aac2d76035e): sum=58 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is victor.stinner
- [Python-checkins] cpython (2.7): Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings victor.stinner
- [Python-checkins] cpython: Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd, victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Move loop attribute to _FlowControlMixin victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin victor.stinner
- [Python-checkins] pythontestdotnet: add self-signed cert and key benjamin.peterson
- [Python-checkins] cpython: Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode() victor.stinner
- [Python-checkins] pythontestdotnet: add index page benjamin.peterson
- [Python-checkins] pythontestdotnet: fix wording benjamin.peterson
- [Python-checkins] cpython (3.2): use pythontest.net for url fragment test benjamin.peterson
- [Python-checkins] cpython (3.4): remove requires_ssl decorator benjamin.peterson
- [Python-checkins] cpython (2.7): use pythontest.net for url fragment test benjamin.peterson
- [Python-checkins] pythontestdotnet: add redirect target benjamin.peterson
- [Python-checkins] cpython (3.4): use pythontest.net for fragment redirection test benjamin.peterson
- [Python-checkins] cpython (3.4): Closes #22525: clarify documentation for ast.literal_eval(). georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge with 3.4 georg.brandl
- [Python-checkins] cpython (2.7): Closes #22525: clarify documentation for ast.literal_eval(). georg.brandl
- [Python-checkins] cpython (3.4): Closes #22784: fix test_asyncio when the ssl module isn't available antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22784: fix test_asyncio when the ssl module isn't available antoine.pitrou
- [Python-checkins] cpython (3.4): test_httplib: use self-signed.pythontest.net for verification test with georg.brandl
- [Python-checkins] cpython (2.7): Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large steve.dower
- [Python-checkins] cpython (3.4): Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large steve.dower
- [Python-checkins] cpython (2.7): Fixes path to patchlevel.py in doc/make.bat steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 22803: Add missing versionadded directive. raymond.hettinger
- [Python-checkins] cpython (2.7): fix test where sizeof(long) != sizeof(int) benjamin.peterson
- [Python-checkins] cpython (3.4): fix test where sizeof(long) != sizeof(int) benjamin.peterson
- [Python-checkins] Daily reference leaks (089573725c77): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #22650: test suite: load Unicode test data files from www.pythontest.net georg.brandl
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads georg.brandl
- [Python-checkins] cpython (2.7): #22650: test suite: load Unicode test data files from www.pythontest.net georg.brandl
- [Python-checkins] cpython (3.4): Try to transfer the Unicode test data files gzipped. georg.brandl
- [Python-checkins] Daily reference leaks (a688d3206646): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported tests for issue #22406. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. serhiy.storchaka
- [Python-checkins] pythontestdotnet: Link to the hg repo and Salt config brett.cannon
- [Python-checkins] cpython: Issue #22242: Try to make some import-related loader details clearer. brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). berker.peksag
- [Python-checkins] cpython (3.4): Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issues #814253, #9179: Group references and conditional group references now serhiy.storchaka
- [Python-checkins] cpython (3.4): Issues #814253, #9179: Group references and conditional group references now serhiy.storchaka
- [Python-checkins] cpython (2.7): Issues #814253, #9179: Group references and conditional group references now serhiy.storchaka
- [Python-checkins] cpython (2.7): Silence the failure of test_pyclbr after adding a property in sre_parse serhiy.storchaka
- [Python-checkins] cpython (3.4): Silence the failure of test_pyclbr after adding a property in sre_parse serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Silence the failure of test_pyclbr after adding a property in sre_parse serhiy.storchaka
- [Python-checkins] cpython (2.7): Remove unused import raymond.hettinger
- [Python-checkins] Daily reference leaks (b2c17681404f): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22695: Fix rendering of the deprecated-removed role in HTML. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22695: Fix rendering of the deprecated-removed role in HTML. berker.peksag
- [Python-checkins] Daily reference leaks (ec81edc30221): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22823: Use set literals instead of creating a set from a list raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 22830: Clarify docs for functools.cmp_to_key(). raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 22830: Clarify docs for functools.cmp_to_key(). raymond.hettinger
- [Python-checkins] cpython (merge default -> default): Merge with default brett.cannon
- [Python-checkins] cpython: Issue 20152, 22821: Port the fcntl module to Argument Clinic. brett.cannon
- [Python-checkins] cpython (2.7): Use internal links where possible raymond.hettinger
- [Python-checkins] cpython: Issue #22824: Updated reprlib output format for sets to use set literals. raymond.hettinger
- [Python-checkins] cpython: Issue #21650: Add an `--sort-keys` option to json.tool CLI. berker.peksag
- [Python-checkins] cpython: Issue #22434: Constants in sre_constants are now named constants (enum-like). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian serhiy.storchaka
- [Python-checkins] Daily reference leaks (55b89e5f9c37): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #12728: Different Unicode characters having the same uppercase but serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #12728: Different Unicode characters having the same uppercase but serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #12728: Different Unicode characters having the same uppercase but serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Got rid of the array module dependency in the re module. serhiy.storchaka
- [Python-checkins] cpython (3.4): Got rid of the array module dependency in the re module. serhiy.storchaka
- [Python-checkins] cpython: Issue #22578: Added attributes to the re.error class. serhiy.storchaka
- [Python-checkins] cpython: Fixed IDLE tests after changing re error messages (issue #22578). serhiy.storchaka
- [Python-checkins] cpython: Fixed AttributeError when the regular expression starts from illegal escape. serhiy.storchaka
- [Python-checkins] devguide: update my entries in experts list georg.brandl
- [Python-checkins] cpython (3.4): Issue #22839: Fix Snapshot.statistics() link. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22839: Fix Snapshot.statistics() link. berker.peksag
- [Python-checkins] cpython: Fixed error position for the backslash at the end of regex pattern. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22845: Improved formatting of dis documentation. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22845: Improved formatting of dis documentation. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22845: Improved formatting of dis documentation. serhiy.storchaka
- [Python-checkins] Daily reference leaks (524a004e93dd): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 donald.stufft
- [Python-checkins] cpython (2.7): Upgrade setuptools to 7.0 donald.stufft
- [Python-checkins] cpython (3.4): Upgrade setuptools to 7.0 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge - Upgrade setuptools to 7.0 donald.stufft
- [Python-checkins] cpython (2.7): Define a __hash__ to quiet down a -3 warning donald.stufft
- [Python-checkins] cpython: Minor code clean up and improvements in the re module. serhiy.storchaka
- [Python-checkins] Daily reference leaks (30a6c74ad87f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler nick.coghlan
- [Python-checkins] cpython: add space benjamin.peterson
- [Python-checkins] cpython (3.4): fix possible double free in TextIOWrapper.__init__ (closes #22849) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22849) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #22850: Backport ensurepip Windows installer changes to 2.7 steve.dower
- [Python-checkins] peps: Fixed reference to Argument Clinic PEP in 3.5 schedule. larry.hastings
- [Python-checkins] Daily reference leaks (19b2c54e5f09): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Close #22300 by tweaking 2.7.9 What's New announcements nick.coghlan
- [Python-checkins] cpython (2.7): Closes #22868: make example less ambiguous. georg.brandl
- [Python-checkins] cpython (2.7): Fix description. georg.brandl
- [Python-checkins] peps: use https url to hg.python.org benjamin.peterson
- [Python-checkins] cpython (3.4): - Issue #22841: Reject coroutines in asyncio add_signal_handler(). guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #22841: Reject coroutines in asyncio add_signal_handler(). guido.van.rossum
- [Python-checkins] cpython: Issue #22847: Improve method cache efficiency. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync. ned.deily
- [Python-checkins] cpython (2.7): Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip. ned.deily
- [Python-checkins] cpython (2.7): Update OS X installer documentation files for 2.7.9. ned.deily
- [Python-checkins] cpython: Update OS X installer documentation files for 3.5.0 ned.deily
- [Python-checkins] peps: Add PEP 479: Change StopIteration handling inside generators, by Chris Angelico. georg.brandl
- [Python-checkins] Daily reference leaks (97dc64adb6fe): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: Add Post-History to PEP 479. georg.brandl
- [Python-checkins] cpython: Issue #22823: Use set literals instead of creating a set from a tuple. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22193: Fixed integer overflow error in sys.getsizeof(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22193: Fixed integer overflow error in sys.getsizeof(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22193: Fixed integer overflow error in sys.getsizeof(). serhiy.storchaka
- [Python-checkins] cpython: Issue #22824: Simplify reprlib output format for empty arrays raymond.hettinger
- [Python-checkins] Daily reference leaks (cf5b910ac4c8): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: Update PEP 479 from author. georg.brandl
- [Python-checkins] peps: Make PEP 479 (Change StopIteration) be more specific, improve some wording, etc. guido.van.rossum
- [Python-checkins] peps: Add more words to GeneratorReturn alternative. guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20662: Argspec now is escaped in html output of pydoc. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20662: Argspec now is escaped in html output of pydoc. serhiy.storchaka
- [Python-checkins] peps: Add link to survey by Steven D, and summarize the two responses so far. guido.van.rossum
- [Python-checkins] Daily reference leaks (1855b5c3da61): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #18637: Fixed an error in _PyNode_SizeOf declaration. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18637: Fixed an error in _PyNode_SizeOf declaration. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18637: Fixed an error in _PyNode_SizeOf declaration. serhiy.storchaka
- [Python-checkins] cpython: Issue #20948: Inline makefmt() in unicode_fromformat_arg() victor.stinner
- [Python-checkins] cpython: Issue #22453: Removed non-documented macro PyObject_REPR(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22453: Warn against the use of leaking macro PyObject_REPR(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22453: Fexed reference leaks when format error messages in ceval.c. serhiy.storchaka
- [Python-checkins] cpython (3.4): Close #22370: Windows detection in pathlib is now more robust. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Close #22370: Windows detection in pathlib is now more robust. antoine.pitrou
- [Python-checkins] Daily reference leaks (712f246da49b): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20604: Added missed invalid mode in error message of socket.makefile(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20604: Added missed invalid mode in error message of socket.makefile(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. serhiy.storchaka
- [Python-checkins] peps: PEP 458: remove Windows line endings nick.coghlan
- [Python-checkins] peps: Split PEP 458 into two distinct PEPs nick.coghlan
- [Python-checkins] Daily reference leaks (23ab1197df0b): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue 22878: PEP 477 - "make install" and "make altinstall" integration ned.deily
- [Python-checkins] cpython: Issue #22869: Split pythonrun into two modules nick.coghlan
- [Python-checkins] cpython (3.4): asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix formatting of the "Future exception was never retrieved" in victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Coroutine objects are now rejected with a TypeError by the following victor.stinner
- [Python-checkins] cpython (2.7): Issue #22827: Backport the new Distributing and Instaling Docs from 3.4 donald.stufft
- [Python-checkins] peps: Add a clarifying paragraph to PEP 0479, and another post-history date. guido.van.rossum
- [Python-checkins] peps: PEP 479: Use a shorter __future__ name (generator_return). guido.van.rossum
- [Python-checkins] peps: Remove "implicitly-raised" from abstract, it is just confusing. guido.van.rossum
- [Python-checkins] peps: PEP 479: Add link to issue 22906. guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe victor.stinner
- [Python-checkins] peps: PEP 479: switch to "from __future__ import generator_stop". guido.van.rossum
- [Python-checkins] cpython: Issue #22796: HTTP cookie parsing is now stricter, in order to protect against antoine.pitrou
- [Python-checkins] cpython: Issue #22869: Add pylifecycle.c/.h files to pythoncore project. steve.dower
- [Python-checkins] cpython (2.7): Add regression issue number to Misc/NEWS entry. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21963: backout issue #1856 patch (avoid crashes and lockups when antoine.pitrou
- [Python-checkins] peps: PEP 479: Fix formatting of examples. guido.van.rossum
- [Python-checkins] peps: New examples, explanations and a few edits, all by Chris. guido.van.rossum
- [Python-checkins] Daily reference leaks (31fd106bb68a): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22834: Have import suppress FileNotFoundError when the current brett.cannon
- [Python-checkins] cpython: Issue #19720: Suppressed context for some exceptions in importlib. serhiy.storchaka
- [Python-checkins] peps: Added myself as PEP 479 co-author. guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19720: Suppressed context for some exceptions in importlib. serhiy.storchaka
- [Python-checkins] cpython: Issue #22869: Remove duplicate stack check from pythonrun.c steve.dower
- [Python-checkins] cpython: Closes #22869: Move PyOS_CheckStack back to pythonrun.c zach.ware
- [Python-checkins] Daily reference leaks (8f77f7bb46c7): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22834: cwd can't not exist on Windows, skip the test zach.ware
- [Python-checkins] cpython (2.7): Add downloads page link to OS X installer README screens. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Add downloads page link to OS X installer README screens. ned.deily
- [Python-checkins] cpython (3.4): Add downloads page link to OS X installer README screens. ned.deily
- [Python-checkins] cpython: Really add downloads page link to OS X installer README screens. ned.deily
- [Python-checkins] cpython (2.7): Remove line breaks in OS X installer README screen. ned.deily
- [Python-checkins] cpython (2.7): Fix 2to3 reference link in pyporting.rst. ned.deily
- [Python-checkins] cpython: PEP 479: Don't let StopIteration bubble out of calls to next() inside a raymond.hettinger
- [Python-checkins] cpython: PEP 479: Use the return-keyword instead of raising StopIteration inside a raymond.hettinger
- [Python-checkins] Daily reference leaks (23f8a511050a): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22638: SSLv3 is now disabled throughout the standard library. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22894: TestCase.subTest() would cause the test suite to be stopped when antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22894: TestCase.subTest() would cause the test suite to be stopped when antoine.pitrou
- [Python-checkins] cpython: Update importlib.h antoine.pitrou
- [Python-checkins] cpython (2.7): Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638). antoine.pitrou
- [Python-checkins] cpython (2.7): initialize _makefile_refs earlier so things don't blow up when close() is benjamin.peterson
- [Python-checkins] cpython (3.4): document that cadefault does nothing now benjamin.peterson
- [Python-checkins] cpython (2.7): allow passing cert/ssl information to urllib2.urlopen and benjamin.peterson
- [Python-checkins] cpython (2.7): remove py3k warning guard benjamin.peterson
- [Python-checkins] cpython (2.7): remove strange casts benjamin.peterson
- [Python-checkins] test: testing benjamin.peterson
- [Python-checkins] cpython (2.7): fix this test when sizeof(long) < sizeof(size_t) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22921) benjamin.peterson
- [Python-checkins] cpython (3.4): don't require OpenSSL SNI to pass hostname to ssl functions (#22921) benjamin.peterson
- [Python-checkins] cpython (3.4): correct versionchanged version benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (null) benjamin.peterson
- [Python-checkins] cpython (2.7): allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI benjamin.peterson
- [Python-checkins] cpython (2.7): fix versionchanged version benjamin.peterson
- [Python-checkins] cpython (3.4): add NEWS note for #22921 benjamin.peterson
- [Python-checkins] cpython (2.7): add NEWS note for #22921 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22788) benjamin.peterson
- [Python-checkins] cpython (3.4): add context parameter to HTTPHandler (closes #22788) benjamin.peterson
- [Python-checkins] cpython: update versionchanged benjamin.peterson
- [Python-checkins] cpython (2.7): give urllib.urlopen a context parameter (closes #22927) benjamin.peterson
- [Python-checkins] cpython (2.7): pep 476: verify certificates by default (#22417) benjamin.peterson
- [Python-checkins] peps: mark 476 finished benjamin.peterson
- [Python-checkins] cpython (2.7): skip test_gdb on OpenIndiana benjamin.peterson
- [Python-checkins] cpython (2.7): loosen solaris test benjamin.peterson
- [Python-checkins] cpython (2.7): is OpenIndiana actually sunos? benjamin.peterson
- [Python-checkins] cpython (2.7): Fix faulty indent. ned.deily
- [Python-checkins] Daily reference leaks (8cb4d114ae82): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. berker.peksag
- [Python-checkins] cpython (3.4): Issue #20351: Add examples for csv.DictReader and csv.DictWriter. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20351: Add examples for csv.DictReader and csv.DictWriter. berker.peksag
- [Python-checkins] cpython (2.7): Issue #20351: Add examples for csv.DictReader and csv.DictWriter. berker.peksag
- [Python-checkins] cpython (2.7): Issue #16056: Rename test methods to avoid conflict. berker.peksag
- [Python-checkins] peps: dl-files has a new hostname benjamin.peterson
- [Python-checkins] cpython (2.7): debugging: print ca certs loaded into default ctx benjamin.peterson
- [Python-checkins] Daily reference leaks (c2b36196b7f5): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #19676: Added the "namereplace" error handler. serhiy.storchaka
- [Python-checkins] cpython (3.4): Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr victor.stinner
- [Python-checkins] cpython: Issue #19676: Tweak documentation a bit. berker.peksag
- [Python-checkins] peps: Clarify that after raising RuntimeError a generator will raise StopIteration. guido.van.rossum
- [Python-checkins] peps: Updates and figures for PEP 458 and PEP 480 by Vladimir Diaz. guido.van.rossum
- [Python-checkins] peps: Clarify what happens on g.throw(StopIteration). guido.van.rossum
- [Python-checkins] cpython (2.7): remove incorrect plural benjamin.peterson
- [Python-checkins] cpython (2.7): don't fail tests when www.python.org can't be validated by the system benjamin.peterson
- [Python-checkins] cpython (2.7): handle errors without a reason attribute benjamin.peterson
- [Python-checkins] cpython (2.7): use more ugly but hopefully more robust method benjamin.peterson
- [Python-checkins] peps: Move PEP 480 figure out of subdir -- that does not work on python.org. guido.van.rossum
- [Python-checkins] cpython (2.7): disable tests that always fail on windows (#22943) benjamin.peterson
- [Python-checkins] cpython (3.4): handle errors without a reason attribute benjamin.peterson
- [Python-checkins] cpython (3.4): don't fail tests when www.python.org can't be validated by the system benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc-topics benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.9rc1 for changeset 40eada278702 benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.9rc1 benjamin.peterson
- [Python-checkins] release: import readline otherwise it doesn't get initialized for input() benjamin.peterson
- [Python-checkins] peps: Move PEP 458 figures out of subdirectory. guido.van.rossum
- [Python-checkins] release: adapt for dl-files benjamin.peterson
- [Python-checkins] cpython (2.7): add 2.7.10 news section benjamin.peterson
- [Python-checkins] peps: No empty promises in the abstract. Extend rationale. guido.van.rossum
- [Python-checkins] peps: Add transition plan. guido.van.rossum
- [Python-checkins] peps: update 2.7.9 release dates benjamin.peterson
- [Python-checkins] peps: Another major editing pass. Move __future__ into spec. Add section about guido.van.rossum
- [Python-checkins] Daily reference leaks (81b5268efff6): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #19676: Fixed integer overflow issue in "namereplace" error handler. serhiy.storchaka
- [Python-checkins] cpython (2.7): Update msi.py and uuids.py for 2.7.9 releases steve.dower
- [Python-checkins] cpython (2.7): Adds missing files to msi.py steve.dower
- [Python-checkins] cpython (2.7): Adds missing revocation.crl test file to msi.py steve.dower
- [Python-checkins] peps: Chris A: Mention Mark Shannon's counterproposal of changing next(). One small guido.van.rossum
- [Python-checkins] release: only send gpg sig if it exists benjamin.peterson
- [Python-checkins] cpython: add readline.append_history_file (closes #22940) benjamin.peterson
- [Python-checkins] cpython: fix variable name benjamin.peterson
- [Python-checkins] cpython: only support append_history if readline has it benjamin.peterson
- [Python-checkins] cpython (3.4): use skipUnless benjamin.peterson
- [Python-checkins] cpython (2.7): use skipUnless benjamin.peterson
- [Python-checkins] cpython: correct assertion benjamin.peterson
- [Python-checkins] cpython: Issue 22940: fixes to editline support ned.deily
- [Python-checkins] cpython (3.4): pydoc: Remove mention of '-g' command line option, document its removal. zach.ware
- [Python-checkins] cpython (3.4): remove tautological condition (closes #22954) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22954) benjamin.peterson
- [Python-checkins] cpython (2.7): remove tautological condition (closes #22954) benjamin.peterson
- [Python-checkins] cpython (3.4): (3.4) Issue22780: reword NotImplemented docs to emphasise should ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue22780: reword NotImplemented docs to emphasise should ethan.furman
- [Python-checkins] cpython (3.4): pydoc: Add a note about setting PAGER to affect console output pagination. zach.ware
- [Python-checkins] cpython (2.7): pydoc: Add a note about setting PAGER to affect console output pagination. zach.ware
- [Python-checkins] peps: New section with contextlib example (Isaac Schwabacher). guido.van.rossum
- [Python-checkins] Daily reference leaks (c8bcede1b37a): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22609: Constructors and update methods of mapping classes in the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22609: Constructors and update methods of mapping classes in the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22609: Revert changes in UserDict. They conflicted with existing tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22609: Revert changes in UserDict. They conflicted with existing tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22609: Constructors and update methods of mapping classes in the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21514: The documentation of the json module now refers to new JSON RFC serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21514: The documentation of the json module now refers to new JSON RFC serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21514: The documentation of the json module now refers to new JSON RFC serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22915: SAX parser now supports files opened with file descriptor or serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22915: SAX parser now supports files opened with file descriptor or serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22314: pydoc now works when the LINES environment variable is set. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22314: pydoc now works when the LINES environment variable is set. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22314: pydoc now works when the LINES environment variable is set. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of serhiy.storchaka
- [Python-checkins] cpython (3.4): give a nice message when installer is launched w/o admin rights (closes #16561) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#16561) benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch benjamin.peterson
- [Python-checkins] cpython (2.7): give a nice message when installer is launched w/o admin rights (closes #16561) benjamin.peterson
- [Python-checkins] Daily reference leaks (c605dcf9786f): sum=58 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: explain how to pass keywords to callbacks (functools.partial) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio doc: explain how to pass keywords to callbacks victor.stinner
- [Python-checkins] cpython: Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: reformat event loop policy doc victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio doc: reformat event loop policy doc victor.stinner
- [Python-checkins] cpython (3.4): Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation victor.stinner
- [Python-checkins] cpython (3.4): Issue #22685: Debug test_pause_reading() on FreeBSD victor.stinner
- [Python-checkins] cpython: Issue #22389: Add contextlib.redirect_stderr(). berker.peksag
- [Python-checkins] cpython: Issue #22685, asyncio: mock also resume_reading in test_pause_reading() victor.stinner
- [Python-checkins] cpython: Issue #22685, asyncio: resume_reading() must also be called in victor.stinner
- [Python-checkins] cpython: Minor code cleanup. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #16113: Also remove test_case_sha3_224_huge ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16113: Also remove test_case_sha3_224_huge ned.deily
- [Python-checkins] peps: Elaborate transaction() manager example (Chris A). guido.van.rossum
- [Python-checkins] peps: Two new sections (more motivation, rejected @allow_implicit_stop). guido.van.rossum
- [Python-checkins] Daily reference leaks (bd97eab25c70): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Close issue #22895: fix test failure introduced by the fix for issue #22462. antoine.pitrou
- [Python-checkins] cpython (3.4): Close issue #22895: fix test failure introduced by the fix for issue #22462. antoine.pitrou
- [Python-checkins] peps: Add PEP 481 - Migrate Some Supporting Repositories to Git and Github donald.stufft
- [Python-checkins] peps: Some gramatical fixes and slight rewordings donald.stufft
- [Python-checkins] peps: PEP 8 section on string quotes by Akira Li. guido.van.rossum
- [Python-checkins] peps: Last patch was by Akira Kitada, not Akira Li. guido.van.rossum
- [Python-checkins] cpython (2.7): add context parameter to xmlrpclib.ServerProxy (#22960) benjamin.peterson
- [Python-checkins] cpython (2.7): this is why tests are great benjamin.peterson
- [Python-checkins] cpython (3.4): add context parameter to xmlrpclib.ServerProxy (#22960) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22960) benjamin.peterson
- [Python-checkins] cpython (3.4): context is keyword-only benjamin.peterson
- [Python-checkins] Daily reference leaks (4990157343c6): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#9179) benjamin.peterson
- [Python-checkins] cpython (2.7): backout fac649bf2d10 (#9179) for further consideration benjamin.peterson
- [Python-checkins] cpython (3.4): backout 9fcf4008b626 (#9179) for further consideration benjamin.peterson
- [Python-checkins] peps (merge default -> default): merge donald.stufft
- [Python-checkins] peps: Add a read-only mirror and remove the techincal arguments donald.stufft
- [Python-checkins] cpython: Issue #22902: The "ip" command is now used on Linux to determine MAC address serhiy.storchaka
Last message date: Sun Nov 30 19:41:15 CET 2014
Archived on: Sun Nov 30 19:41:20 CET 2014
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