Showing content from http://mail.python.org/pipermail/python-checkins/2014-January/thread.html below:
The Python-checkins January 2014 Archive by thread
January 2014 Archives by thread
Starting: Wed Jan 1 02:52:09 CET 2014
Ending: Fri Jan 31 21:31:33 CET 2014
Messages: 725
- [Python-checkins] cpython (3.3): Issue #20055: Fix test_shutil under Windows with symlink privileges held. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20055: Fix test_shutil under Windows with symlink privileges held. antoine.pitrou
- [Python-checkins] cpython (3.3): update copyright year benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (2.7): update copyright year benjamin.peterson
- [Python-checkins] Daily reference leaks (6fd3d473e1c2): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Update copyright dates in Mac plists. ned.deily
- [Python-checkins] cpython (3.3): Update copyright dates in Mac plists. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Update copyright dates in Mac plists. ned.deily
- [Python-checkins] Daily reference leaks (37582f4d90b5): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): parser: fix usage of Py_BuildValue() to build a parser error victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error victor.stinner
- [Python-checkins] cpython: threading.RLock._acquire_restore() now raises a TypeError instead of a victor.stinner
- [Python-checkins] cpython (3.3): Issue #18829: Add tests for the csv module for invalid characters (delimiter, victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters victor.stinner
- [Python-checkins] cpython: Issue #19728: Enable pip installation by default on Windows. martin.v.loewis
- [Python-checkins] cpython: Update pip to the released 1.5 donald.stufft
- [Python-checkins] cpython (3.3): Issue #20101: Allow test_monotonic to pass on Windows machines on which zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20101: Merge with 3.3 zach.ware
- [Python-checkins] cpython (3.3): remove brackets benjamin.peterson
- [Python-checkins] cpython (3.3): avoid parameter name clash (closes #20108) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #20108) benjamin.peterson
- [Python-checkins] cpython (3.3): #17282: Document unittest.main defaultTest argument. r.david.murray
- [Python-checkins] cpython (2.7): #17282: Document unittest.main defaultTest argument. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge and update #17282: Document unittest.main defaultTest argument. r.david.murray
- [Python-checkins] cpython: whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation r.david.murray
- [Python-checkins] cpython (3.3): correct word for __annotations__ doc (closes #20110) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20110) benjamin.peterson
- [Python-checkins] cpython: Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. antoine.pitrou
- [Python-checkins] cpython: asyncio: make PY34 symbol private (rename it to _PY34) victor.stinner
- [Python-checkins] cpython: audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a victor.stinner
- [Python-checkins] cpython: Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on daniel.holth
- [Python-checkins] cpython: Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. eric.snow
- [Python-checkins] Daily reference leaks (dee33603a5fa): sum=3 solipsis at pitrou.net
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython: Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check victor.stinner
- [Python-checkins] cpython: add unicode_char() in unicodeobject.c to factorize code victor.stinner
- [Python-checkins] cpython: unicode_char() uses get_latin1_char() to get latin1 singleton characters victor.stinner
- [Python-checkins] cpython: * Issue #16113: Remove sha3 module again. martin.v.loewis
- [Python-checkins] cpython: Revert accidental deletion of _overlapped. martin.v.loewis
- [Python-checkins] cpython: Remove now unused variables victor.stinner
- [Python-checkins] cpython: Remove deadcode (HASH macro is no more defined) victor.stinner
- [Python-checkins] cpython: whatsnew: http.server send_error explain parameter. r.david.murray
- [Python-checkins] cpython: whatsnew: unittest import time SkipTest reported as skip not error. r.david.murray
- [Python-checkins] cpython: whatsnew: deprecation of HTTPConnection's strict parameter. r.david.murray
- [Python-checkins] cpython (2.7): closes 16039: CVE-2013-1752: limit line length in imaplib readline calls. r.david.murray
- [Python-checkins] cpython: whatsnew: porting note for HTTP[S]Connection strict parameter removal. r.david.murray
- [Python-checkins] cpython: Issue #19526: Exclude all new API from the stable ABI. martin.v.loewis
- [Python-checkins] cpython: whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. r.david.murray
- [Python-checkins] cpython: whatsnew: make bullet list presentation style consistent. r.david.murray
- [Python-checkins] cpython: whatsnew: consistently use 3 blanks between major sections. 2 for minor. r.david.murray
- [Python-checkins] cpython (2.7): #16039/#20118: temporarily skip failing imaplib SSL test. r.david.murray
- [Python-checkins] Daily reference leaks (48bd7ec44bbc): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. martin.v.loewis
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in martin.v.loewis
- [Python-checkins] cpython (3.3): Regenerate python34stub.def. martin.v.loewis
- [Python-checkins] cpython: Drop reference to pythoncore, to avoid linking python34.dll martin.v.loewis
- [Python-checkins] cpython (3.3): Whitespace. stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3. stefan.krah
- [Python-checkins] cpython: Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. serhiy.storchaka
- [Python-checkins] cpython: Issue #19976: Argument Clinic METH_NOARGS functions now always larry.hastings
- [Python-checkins] cpython: Issue #19659: Added documentation for Argument Clinic. larry.hastings
- [Python-checkins] cpython: Reverted changeset b72c5573c5e7 (issue #15027). serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython: Issue #19927: Add __eq__ to path-based loaders in importlib. eric.snow
- [Python-checkins] cpython: Issue #19713: Move away from using find_module/load_module. eric.snow
- [Python-checkins] cpython: Issue #19708: Update pkgutil to use the new importer APIs. eric.snow
- [Python-checkins] cpython: whatsnew: Mock mock_open readline(s); expand description of subtests feature. r.david.murray
- [Python-checkins] cpython: whatsnew: ppring string wrapping, string pickling optimization. r.david.murray
- [Python-checkins] cpython: whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. r.david.murray
- [Python-checkins] peps: fix release date benjamin.peterson
- [Python-checkins] cpython: whatsnew: logging TimedRotatingFileHandler atTime parameter. r.david.murray
- [Python-checkins] cpython: whatsnew: removal of TYPE_INT64 from marshal. r.david.murray
- [Python-checkins] cpython: Issue 20123: Fix pydoc.synopsis() for "binary" modules. eric.snow
- [Python-checkins] cpython: whatsnew: XMLPullParser, plus some doc updates. r.david.murray
- [Python-checkins] cpython: Issue 20123: try using a different builtin module in a pydoc test. eric.snow
- [Python-checkins] cpython: Fix news entry to use updated name for XMLPullParser. r.david.murray
- [Python-checkins] cpython: Issue 20123: Disable a problematic test. eric.snow
- [Python-checkins] Daily reference leaks (6d72617cae64): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython: Argument Clinic: fixed test suite, improved howto. larry.hastings
- [Python-checkins] cpython: Issue19995: %o, %x, %X now only accept ints ethan.furman
- [Python-checkins] cpython: Add comments to frozenset_hash(). raymond.hettinger
- [Python-checkins] cpython (2.7): #1065986: Make pydoc handle unicode strings. r.david.murray
- [Python-checkins] cpython (2.7): #1065986: add missing error handler in pydoc unicode fix. r.david.murray
- [Python-checkins] Daily reference leaks (247f12fecf2b): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: Rename pep-0466/ to pep-0446/ victor.stinner
- [Python-checkins] peps: Create PEP 460 "Add bytes % args and bytes.format(args) to Python 3.5" victor.stinner
- [Python-checkins] cpython: Regenerated pydoc/topics.py, and fix a "suspicious" doc error. larry.hastings
- [Python-checkins] cpython: Bump version number for 3.4.0b2. larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0b2 for changeset ba32913eb13e larry.hastings
- [Python-checkins] cpython: Post-release engineering; updated NEWS and version string. larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge 3.4.0b2 release revisions back into mainline. larry.hastings
- [Python-checkins] peps: Updated 3.4 release schedule PEP, moving completed beta 2 release larry.hastings
- [Python-checkins] cpython (2.7): Fixes issue19081: When a zipimport .zip file in sys.path being imported gregory.p.smith
- [Python-checkins] cpython (2.7): news entry for issue19081 fix. gregory.p.smith
- [Python-checkins] cpython (2.7): normalize whitespace from prior issue19081 fix commit. gregory.p.smith
- [Python-checkins] cpython: Issue #20142: Py_buffer variables generated by Argument Clinic are now larry.hastings
- [Python-checkins] cpython: Issue #20143: The line numbers reported in Argument Clinic errors are larry.hastings
- [Python-checkins] cpython: whatsnew: pydoc.Scanner removal, check_output input parm, operator.py. r.david.murray
- [Python-checkins] cpython: whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. r.david.murray
- [Python-checkins] cpython: asyncio: Fix deadlock in readexactly(). Fixes issue #20154. guido.van.rossum
- [Python-checkins] cpython: Remove dead PEP 451 code. eric.snow
- [Python-checkins] cpython: Issue #19703: Update pydoc to use the new importer APIs. eric.snow
- [Python-checkins] cpython: Remove more usage of APIs deprecated by PEP 451. eric.snow
- [Python-checkins] cpython: Issue 19713: Add PEP 451-related deprecations. eric.snow
- [Python-checkins] Daily reference leaks (54d32e01bbfd): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Should fix the issue19081 fix on Windows. Don't let the previous gregory.p.smith
- [Python-checkins] cpython: Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in victor.stinner
- [Python-checkins] cpython: Issue #20096: Update the Python 2/3 porting HOWTO to focus on brett.cannon
- [Python-checkins] cpython (3.3): Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. serhiy.storchaka
- [Python-checkins] cpython: whatsnew: expand 'dis' entry. r.david.murray
- [Python-checkins] cpython: Issue #20144: Argument Clinic now supports simple constants as parameter larry.hastings
- [Python-checkins] cpython: Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" larry.hastings
- [Python-checkins] cpython: Issue #20157: When Argument Clinic renames a parameter because its name larry.hastings
- [Python-checkins] cpython: Issue #19273: The marker comments Argument Clinic uses have been changed larry.hastings
- [Python-checkins] cpython: Issue #19719: Update various finder and loader ABCs such that their brett.cannon
- [Python-checkins] cpython: Issue #12837: Silence a Clang compiler warning on OS X. brett.cannon
- [Python-checkins] cpython: Issue #19723: Fix issue number typo in Misc/NEWS zach.ware
- [Python-checkins] cpython: Issue #19723: Missed one conversion to the new Argument Clinic syntax. larry.hastings
- [Python-checkins] cpython: Fix typo in asyncio/streams.py. guido.van.rossum
- [Python-checkins] cpython (3.3): Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #19081: When a zipimport .zip file in sys.path being imported from gregory.p.smith
- [Python-checkins] cpython (2.7): cleanup for the issue 19081 fix - pull the file open and close outside of the gregory.p.smith
- [Python-checkins] cpython: Issue 19713: Remove PEP 451-related code that should have been factored out. eric.snow
- [Python-checkins] Daily reference leaks (a9bffe9bdeab): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #20113: os.readv() and os.writev() now raise an OSError exception on victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError victor.stinner
- [Python-checkins] cpython (3.3): Issue #20113: Fix test_posix on OpenIndiana victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana victor.stinner
- [Python-checkins] cpython: whatsnew: FileIO.readall performance, os.cpu_count. r.david.murray
- [Python-checkins] peps: Overhaul PEP 460, and add myself as author antoine.pitrou
- [Python-checkins] peps: PEP 460: 8-bit string => bytes string victor.stinner
- [Python-checkins] cpython (2.7): Fix verb tense. r.david.murray
- [Python-checkins] cpython (3.3): Fix verb tense in base64 docs, and the phrasing of a news entry. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix verb tense in base64 docs, and the phrasing of a news entry. r.david.murray
- [Python-checkins] cpython: whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. r.david.murray
- [Python-checkins] Daily reference leaks (9e3f5b5bcf7e): sum=935 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU serhiy.storchaka
- [Python-checkins] cpython (3.3): fix zipimport ref leak benjamin.peterson
- [Python-checkins] cpython (2.7): fix zipimport ref leak benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #18960: Fix bugs with Python source code encoding in the second line. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18960: Fix bugs with Python source code encoding in the second line. serhiy.storchaka
- [Python-checkins] cpython (3.3): clear zip stat cache after each ref leak run benjamin.peterson
- [Python-checkins] cpython (2.7): clear zip stat cache after each ref leak run benjamin.peterson
- [Python-checkins] cpython (3.3): Do not reset the line number because we already set file position to correct serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Do not reset the line number because we already set file position to correct serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly antoine.pitrou
- [Python-checkins] cpython (3.3): Remove conditional: it is useless at this point (OpenSSL headers are not yet antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly antoine.pitrou
- [Python-checkins] cpython (3.3): Try to fix test_ssl failures on some buildbots antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Try to fix test_ssl failures on some buildbots antoine.pitrou
- [Python-checkins] peps: PEP 460: add .format_map() antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13107: argparse and optparse no longer raises an exception when output serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #13107: argparse and optparse no longer raises an exception when output serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13107: argparse and optparse no longer raises an exception when output serhiy.storchaka
- [Python-checkins] cpython: assertEquals is deprecated, use assertEqual instead. antoine.pitrou
- [Python-checkins] cpython: Issue #20152: import.c now uses Argument Clinic. brett.cannon
- [Python-checkins] cpython: Closes #20200: Argument Clinic custom converter example should be in a zach.ware
- [Python-checkins] Daily reference leaks (1f3242fb0c9c): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: PEP 460: mention that __format__ isn't called antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #19886: Use better estimated memory requirements for bigmem tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19886: Use better estimated memory requirements for bigmem tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19886: Use better estimated memory requirements for bigmem tests. serhiy.storchaka
- [Python-checkins] cpython: Remove an unneeded cast. brett.cannon
- [Python-checkins] cpython (2.7): Issue #19804: The test_find_mac test in test_uuid is now skipped if the serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19804: The test_find_mac test in test_uuid is now skipped if the serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19804: The test_find_mac test in test_uuid is now skipped if the serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20086: Output more details when test_getsetlocale_issue1813 is failed. serhiy.storchaka
- [Python-checkins] cpython (3.3): fix build when SCHED_SPORADIC is defined (closes #20217) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): null merge from 3.3 benjamin.peterson
- [Python-checkins] cpython (2.7): Fixed test_tempfilepager in test_pydoc on Windows. serhiy.storchaka
- [Python-checkins] cpython: asyncio: Don't special-case GeneratorExit in Condition.wait(). guido.van.rossum
- [Python-checkins] cpython: asyncio: Tiny cleanup in streams.py. guido.van.rossum
- [Python-checkins] cpython: asyncio: Fix race in subprocess transport, by Victor Stinner. guido.van.rossum
- [Python-checkins] cpython: asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. guido.van.rossum
- [Python-checkins] cpython (2.7): Try to fix some ttk tests. Error messages were changed in 8.6b3. serhiy.storchaka
- [Python-checkins] cpython (3.3): Try to fix some ttk tests. Error messages were changed in 8.6b3. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Try to fix some ttk tests. Error messages were changed in 8.6b3. serhiy.storchaka
- [Python-checkins] cpython: Cleanup properly proactor event loop victor.stinner
- [Python-checkins] cpython: Fix ResourceWarning in test_asyncio.test_windows_events: victor.stinner
- [Python-checkins] Daily reference leaks (52fbc7bb78ad): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fixed the serve.py script. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed the serve.py script. serhiy.storchaka
- [Python-checkins] cpython (2.7): tkinter.Text.debug() now always returns 0/1. serhiy.storchaka
- [Python-checkins] cpython (3.3): tkinter.Text.debug() now always returns 0/1. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): tkinter.Text.debug() now always returns 0/1. serhiy.storchaka
- [Python-checkins] cpython: Fix minor markup bug: sub-toctrees should not have :numbered: georg.brandl
- [Python-checkins] cpython (3.3): Update Sphinx toolchain. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3 georg.brandl
- [Python-checkins] cpython (2.7): Adding test coverage for cgi.FieldStorage based on the scenario mentioned in senthil.kumaran
- [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3 senthil.kumaran
- [Python-checkins] cpython (3.3): Doc: update Sphinx toolchain also in make.bat georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads georg.brandl
- [Python-checkins] cpython: Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X ethan.furman
- [Python-checkins] Daily reference leaks (90cd87f64632): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython: Fixed incorrect merge in 1638360eea41. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20138: Backport tests for handling non-ASCII URLs in the serhiy.storchaka
- [Python-checkins] cpython: Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns ethan.furman
- [Python-checkins] cpython: Issue #20196: Fixed a bug where Argument Clinic did not generate correct larry.hastings
- [Python-checkins] cpython: Issue #20214: Fixed a number of small issues and documentation errors in larry.hastings
- [Python-checkins] peps: PEP 460 victor.stinner
- [Python-checkins] cpython: Minor doc fix in Clinic howto. larry.hastings
- [Python-checkins] cpython: Issue #20228: Argument Clinic now has special support for class special larry.hastings
- [Python-checkins] cpython (2.7): Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in senthil.kumaran
- [Python-checkins] cpython (3.3): Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules senthil.kumaran
- [Python-checkins] peps: Updated release schedule for 3.4 to reflect slippage. larry.hastings
- [Python-checkins] Daily reference leaks (bdf6c0135d39): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython: fix refleak in the error case benjamin.peterson
- [Python-checkins] cpython (3.3): Test the open of non-exitent tarfile in all modes. serhiy.storchaka
- [Python-checkins] cpython: Test the open of non-exitent tarfile in all modes. serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported test for the open of non-existent tarfile. serhiy.storchaka
- [Python-checkins] cpython (3.3): #20206, #5803: more efficient algorithm that doesn't truncate output. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #20206, #5803: more efficient algorithm that doesn't truncate output. r.david.murray
- [Python-checkins] cpython (3.3): #20236: Fix sphinx markup. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #20236: Fix sphinx markup. r.david.murray
- [Python-checkins] cpython (2.7): #20236: Fix sphinx markup. r.david.murray
- [Python-checkins] cpython: Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). ned.deily
- [Python-checkins] cpython (3.3): Issue #20242: Fixed basicConfig() format strings for the alternative formatting vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #20242: Merged fix from 3.3. vinay.sajip
- [Python-checkins] cpython: Correct a typo. Found by Lauri Hakko on docs at . zach.ware
- [Python-checkins] cpython (2.7): Fix typo. Pointed out by Finn Ellis on docs at . zach.ware
- [Python-checkins] cpython (3.3): Fix typo. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix. zach.ware
- [Python-checkins] cpython (2.7): complain when nbytes > buflen to fix possible buffer overflow (closes #20246) benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 3.1): complain when nbytes > buflen to fix possible buffer overflow (closes #20246) benjamin.peterson
- [Python-checkins] cpython (3.2): complain when nbytes > buflen to fix possible buffer overflow (closes #20246) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#20246) benjamin.peterson
- [Python-checkins] cpython: merge 3.3 (#20246) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20246) benjamin.peterson
- [Python-checkins] cpython (3.3): correct defaultdict signature in docstring (closes #20250) benjamin.peterson
- [Python-checkins] cpython (2.7): correct defaultdict signature in docstring (closes #20250) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20250) benjamin.peterson
- [Python-checkins] cpython (3.3): remove overly strict assertion (closes #20251) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20251) benjamin.peterson
- [Python-checkins] cpython (2.7): remove overly strict assertion (closes #20251) benjamin.peterson
- [Python-checkins] cpython (2.7): add test for #20251 benjamin.peterson
- [Python-checkins] cpython (3.3): add test for #20251 benjamin.peterson
- [Python-checkins] Daily reference leaks (d2366d910386): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: small grammar fix. georg.brandl
- [Python-checkins] cpython (3.3): Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for georg.brandl
- [Python-checkins] cpython (merge default -> default): merge georg.brandl
- [Python-checkins] cpython: Fix typo in comment. eric.smith
- [Python-checkins] cpython (3.3): Fix typo. Found by David Pesta on docs at . zach.ware
- [Python-checkins] cpython (3.3): Issue #20253: Fixed a typo in the ipaddress docs that advertised an zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Closes #20253: Merge typo fix zach.ware
- [Python-checkins] peps: PEP 461: Adding % and {} formatting to bytes ethan.furman
- [Python-checkins] peps: Fill in PEP number (461). guido.van.rossum
- [Python-checkins] peps: Fill in the *correct* PEP number (461). guido.van.rossum
- [Python-checkins] cpython: improve an error message in clinic antoine.pitrou
- [Python-checkins] cpython: Clinic-ize the crypt module. Derby! antoine.pitrou
- [Python-checkins] cpython: Replace assert with a proper error antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20255: Update the about and bugs pages. zach.ware
- [Python-checkins] cpython (3.3): Issue #20255: Update the about and bugs pages. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20255: Update the about and bugs pages. zach.ware
- [Python-checkins] cpython: Fix minor bug in dict.__contains__ docstring. meador.inge
- [Python-checkins] peps: Updated PEP 429, release schedule for 3.4: new beta, schedule slippage. larry.hastings
- [Python-checkins] peps: Whoops, had an off-by-one error on all the future release dates for 3.4. larry.hastings
- [Python-checkins] peps: PEP 461: updates to %s and Open Questions ethan.furman
- [Python-checkins] cpython: Issue #20268: Argument Clinic now supports cloning the parameters larry.hastings
- [Python-checkins] peps: Minor formatting touchup on 3.4 release schedule. larry.hastings
- [Python-checkins] Daily reference leaks (f35b3a86ade3): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14455: Fix some issues with plistlib ronald.oussoren
- [Python-checkins] cpython (2.7): Clarified documentation note on module-level convenience functions. vinay.sajip
- [Python-checkins] cpython (3.3): Clarified documentation note on module-level convenience functions. vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged documentation update from 3.3. vinay.sajip
- [Python-checkins] cpython (3.3): Added cookbook entry on alternative formatting styles. vinay.sajip
- [Python-checkins] peps: PEP 461: more updates ethan.furman
- [Python-checkins] cpython: asyncio: Fix a typo in CoroWrapper victor.stinner
- [Python-checkins] cpython: asyncio: Fix CoroWrapper (fix my previous commit) victor.stinner
- [Python-checkins] cpython: Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. georg.brandl
- [Python-checkins] Daily reference leaks (f07161c4f3aa): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #19936: Disable shebang lines in order to prevent using a random stefan.krah
- [Python-checkins] cpython (3.3): update pysqlite website (closes #20278) benjamin.peterson
- [Python-checkins] cpython (2.7): update pysqlite website (closes #20278) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20278) benjamin.peterson
- [Python-checkins] cpython (3.3): linkify chain.from_iterable (closes #20272) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20272) benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #19936: Added executable bits or shebang lines to Python scripts which serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19936: Added executable bits or shebang lines to Python scripts which serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19936: Remove executable bits from C source files and several forgotten serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19936: Remove executable bits from C source files and several forgotten serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19936: Added executable bits or shebang lines to Python scripts which serhiy.storchaka
- [Python-checkins] cpython: asyncio: add a new "Develop with asyncio" section to the documentation victor.stinner
- [Python-checkins] cpython: asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" victor.stinner
- [Python-checkins] cpython: asyncio: Reincarnate CoroWrapper's docstring as a comment. guido.van.rossum
- [Python-checkins] cpython: Issue #20226: Major improvements to Argument Clinic. larry.hastings
- [Python-checkins] cpython (2.7): fix error check benjamin.peterson
- [Python-checkins] cpython: Issue #20226: Added tests for new features and regressions. larry.hastings
- [Python-checkins] cpython (2.7): Issue #20086: Restored the use of locale-independing mapping instead of serhiy.storchaka
- [Python-checkins] Daily reference leaks (cd3fdf21a6e4): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: oops, add missing word :-) victor.stinner
- [Python-checkins] cpython (3.3): Issue #20266: Update parts of the Windows FAQ zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20266: Merge with 3.3 zach.ware
- [Python-checkins] cpython (2.7): Fix some typos/grammar in current sections of NEWS. zach.ware
- [Python-checkins] cpython (3.3): Fix some typos/grammar in current sections of NEWS. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo/grammar fixes from 3.3. zach.ware
- [Python-checkins] cpython: Issue #18394: Document that cgi.FieldStorage now cleans up after its brett.cannon
- [Python-checkins] cpython: Issue #20208: Clarify some things in the Python porting HOWTO. brett.cannon
- [Python-checkins] cpython: Issues #20194,20195: Add missing :deprecated: markers to some module brett.cannon
- [Python-checkins] peps: PEP 461: removed .format; added markup ethan.furman
- [Python-checkins] cpython (3.3): Added example to recently added cookbook entry. vinay.sajip
- [Python-checkins] cpython (3.3): sort os.listxattr results before comparing it to avoid depending on the gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): sort os.listxattr results before comparing it to avoid depending on the gregory.p.smith
- [Python-checkins] cpython (3.3): avoid a compiler warning about assigning const char * to char *. gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): avoid a compiler warning about assigning const char * to char *. gregory.p.smith
- [Python-checkins] cpython (3.3): Issue #20265: Updated some parts of the Using Windows document. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20265: Merge with 3.3 zach.ware
- [Python-checkins] cpython: Issue #20287: Argument Clinic's output is now configurable, allowing larry.hastings
- [Python-checkins] cpython (3.3): describe type of Popen streams (closes #17814) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17814) benjamin.peterson
- [Python-checkins] cpython (3.3): link to builtin open not io.open benjamin.peterson
- [Python-checkins] cpython (3.3): rm extra whitespace benjamin.peterson
- [Python-checkins] cpython: Issue #20292: Small bug fix for Argument Clinic supporting format units larry.hastings
- [Python-checkins] Daily reference leaks (7f6712954d5d): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: Doc improvements for Clinic howto "Goals" section. larry.hastings
- [Python-checkins] cpython (2.7): Issue #20245: The open functions in the tarfile module now correctly handle serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20245: The open functions in the tarfile module now correctly handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20245: The open functions in the tarfile module now correctly handle serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported test for issue #20238. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20243: TarFile no longer raise ReadError when opened in write mode. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20243: TarFile no longer raise ReadError when opened in write mode. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20243: TarFile no longer raise ReadError when opened in write mode. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20244: Fixed possible file leaks when unexpected error raised in serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20244: Fixed possible file leaks when unexpected error raised in serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20270: urllib and urlparse now support empty ports. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20270: urllib.urlparse now supports empty ports. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20270: urllib.urlparse now supports empty ports. serhiy.storchaka
- [Python-checkins] cpython (2.7): #19855: restore use of LC_ALL, not LC_MESSAGES r.david.murray
- [Python-checkins] cpython (3.3): #19855: restore use of LC_ALL, not LC_MESSAGES r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #19855: restore use of LC_ALL, not LC_MESSAGES r.david.murray
- [Python-checkins] cpython: Fix test failures (--without-doc-strings). stefan.krah
- [Python-checkins] cpython: Use correct C type in byte_converter. serhiy.storchaka
- [Python-checkins] cpython (3.3): fix handling of 100-continue status code (closes #18574) benjamin.peterson
- [Python-checkins] cpython (3.3): add Nikolaus Rath to ACKS benjamin.peterson
- [Python-checkins] cpython (2.7): add Nikolaus Rath to ACKS benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#18574) benjamin.peterson
- [Python-checkins] cpython (3.3): correct news entry for #18574 benjamin.peterson
- [Python-checkins] cpython (3.3): improve description of buffers argument for readv/writev (closes #17811) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17811) benjamin.peterson
- [Python-checkins] cpython: Issue #20299: Argument Clinic custom converters may now change the default larry.hastings
- [Python-checkins] cpython: Issue #20294: Argument Clinic now supports argument parsing for __new__ and larry.hastings
- [Python-checkins] Daily reference leaks (967f368b7f75): sum=51 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20300: Fix exception when setting conversion class member "default" larry.hastings
- [Python-checkins] cpython: Improve fix for issue #20300. larry.hastings
- [Python-checkins] cpython (3.3): document that a new Python thread context is created in ctypes callbacks benjamin.peterson
- [Python-checkins] cpython (3.3): put notes in a ..note section benjamin.peterson
- [Python-checkins] cpython (2.7): document that a new Python thread context is created in ctypes callbacks benjamin.peterson
- [Python-checkins] cpython (2.7): put notes in a ..note section benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#6627) benjamin.peterson
- [Python-checkins] Daily reference leaks (d0e2437136f5): sum=2999 solipsis at pitrou.net
- [Python-checkins] cpython: Fix the unittest to run properly when the working directory has gregory.p.smith
- [Python-checkins] cpython: Fixes Issue #20165: The unittest module no longer considers tests marked with gregory.p.smith
- [Python-checkins] cpython (3.3): Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. stefan.krah
- [Python-checkins] cpython: Explain the 'result' argument in asyncio.sleep eli.bendersky
- [Python-checkins] cpython: Clarify what the loop arguments means for functions listed in 18.5.2.5 eli.bendersky
- [Python-checkins] cpython: Formatting & rst link markup fixes eli.bendersky
- [Python-checkins] cpython: Fix grammar and add markup eli.bendersky
- [Python-checkins] cpython (3.3): Issue #20315: Removed support for backward compatibility with early 2.x serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20315: Removed support for backward compatibility with early 2.x serhiy.storchaka
- [Python-checkins] release: kill all pycs with prejudice (#20316) benjamin.peterson
- [Python-checkins] release: update print statement benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #20262: Warnings are raised now when duplicate names are added in the serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20262: Warnings are raised now when duplicate names are added in the serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20262: Warnings are raised now when duplicate names are added in the serhiy.storchaka
- [Python-checkins] cpython: Close #20275: Optimize BaseEventLoop._run_once() victor.stinner
- [Python-checkins] cpython (3.3): Issue #20311: select.epoll.poll() now rounds the timeout away from zero, victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from victor.stinner
- [Python-checkins] cpython: Issue #20311: selector.PollSelector.select() now rounds the timeout away from victor.stinner
- [Python-checkins] cpython (3.3): Issue #20311: Try to fix the unit test, use time.monotonic() instead of victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() victor.stinner
- [Python-checkins] cpython: Fix the description of pickle protocol numbers antoine.pitrou
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide (failed) Cron Daemon
- [Python-checkins] cpython (3.3): Issue #20222: file is no longer a builtin in 3.x. terry.reedy
- [Python-checkins] cpython (2.7): Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. terry.reedy
- [Python-checkins] cpython (3.3): Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. terry.reedy
- [Python-checkins] cpython (2.7): Issue #21222: Whitespace terry.reedy
- [Python-checkins] cpython (2.7): Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. terry.reedy
- [Python-checkins] cpython (3.3): Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. terry.reedy
- [Python-checkins] Daily reference leaks (0bcf1669912a): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: selectors: add a comment to explain why and how poll timeout is rounded victor.stinner
- [Python-checkins] cpython (3.3): fix deprecated-removed directive with sphinx 1.2 georg.brandl
- [Python-checkins] cpython (2.7): Fix markup error. georg.brandl
- [Python-checkins] cpython (3.3): Issue #20301: Mention the correct KEY_* value as the default zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20301: Merge with 3.3 zach.ware
- [Python-checkins] cpython: Issue #20024: Py_BuildValue() now saves/restores the current exception before victor.stinner
- [Python-checkins] cpython: Issue #20311: EpollSelector now also rounds the timeout towards zero, as victor.stinner
- [Python-checkins] cpython (3.3): Issue #2382: SyntaxError cursor "^" now is written at correct position in most serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #2382: SyntaxError cursor "^" now is written at correct position in most serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16630: Make Idle calltips work even when __getattr__ raises. terry.reedy
- [Python-checkins] cpython (3.3): Issue #16630: Make Idle calltips work even when __getattr__ raises. terry.reedy
- [Python-checkins] peps: Fix formatting. antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. stefan.krah
- [Python-checkins] cpython (2.7): Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. stefan.krah
- [Python-checkins] cpython: whatsnew: smtpd *map* argument, new ssl functions/methods. r.david.murray
- [Python-checkins] cpython (3.3): Issue #17825: Cursor ^ is correctly positioned for SyntaxError and florent.xicluna
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17825: Cursor ^ is correctly positioned for SyntaxError and florent.xicluna
- [Python-checkins] cpython (2.7): Issue #17825: Cursor ^ is correctly positioned for SyntaxError and florent.xicluna
- [Python-checkins] cpython (2.7): Issue #16638: Include up to 5 docstring header lines (before first blank) in terry.reedy
- [Python-checkins] cpython (3.3): Issue #16638: Include up to 5 docstring header lines (before first blank) in terry.reedy
- [Python-checkins] cpython (2.7): Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now terry.reedy
- [Python-checkins] cpython (3.3): Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now terry.reedy
- [Python-checkins] cpython: Argument Clinic: make 'destination' directive work. zach.ware
- [Python-checkins] Daily reference leaks (eb3cb6495f22): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython: Two minor Argument Clinic bugfixes: use the name of the class in the larry.hastings
- [Python-checkins] cpython: asyncio: Cleanup logging in BaseEventLoop._run_once() victor.stinner
- [Python-checkins] cpython (2.7): Fix test failures --without-threads. stefan.krah
- [Python-checkins] cpython (3.3): Issue #20317: Don't create a reference loop in ExitStack nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #20317 from 3.3 nick.coghlan
- [Python-checkins] cpython: Doc fixes for Argument Clinic. larry.hastings
- [Python-checkins] peps: Change the definition of wait_for() to a more useful one. guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #14548: Make multiprocessing finalizers check pid before richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #17390: Add Python version to Idle editor window title bar. terry.reedy
- [Python-checkins] cpython (3.3): Issue #17390: Add Python version to Idle editor window title bar. terry.reedy
- [Python-checkins] cpython (2.7): Added test_user_command in test_tcl. serhiy.storchaka
- [Python-checkins] cpython (3.3): Added test_user_command in test_tcl. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Added test_user_command in test_tcl. serhiy.storchaka
- [Python-checkins] Daily reference leaks (9a98ff4a2290): sum=0 solipsis at pitrou.net
- [Python-checkins] devguide: Add Yury. georg.brandl
- [Python-checkins] cpython (2.7): Try to fix test_user_command on OpenSolaris where floats can have different serhiy.storchaka
- [Python-checkins] cpython: asyncio: Fix open_connection() documentation, writer is a StreamWriter victor.stinner
- [Python-checkins] cpython: asyncio doc: move stream classes to their own class victor.stinner
- [Python-checkins] cpython: asyncio doc: link create_connection() to open_connection() and create_server() victor.stinner
- [Python-checkins] cpython: asyncio doc: Move streams to their own dedicated page victor.stinner
- [Python-checkins] cpython: asyncio doc: add an client example using streams victor.stinner
- [Python-checkins] cpython (2.7): Other attempt to fix test_user_command on OpenSolaris. serhiy.storchaka
- [Python-checkins] cpython: Issue #20311: add debug help in test_selectors victor.stinner
- [Python-checkins] cpython (2.7): Third attempt to fix test_user_command on OpenSolaris. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19936: Restored executable bits for several libffi files. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19936: Restored executable bits for several libffi files. serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixed test_user_command on OpenSolaris where floats can have different string serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed test_user_command on OpenSolaris where floats can have different string serhiy.storchaka
- [Python-checkins] cpython: Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X victor.stinner
- [Python-checkins] cpython: asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now victor.stinner
- [Python-checkins] cpython: asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo victor.stinner
- [Python-checkins] devguide: experts: Add myself for the inspect module yury.selivanov
- [Python-checkins] cpython (2.7): use new readline function types (closes #20374) benjamin.peterson
- [Python-checkins] cpython (3.3): use new readline function types (closes #20374) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20374) benjamin.peterson
- [Python-checkins] Daily reference leaks (c3e787c44885): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue 20317: Remove debugging code from contextlib nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge removal of issue 20317 debugging code from 3.3 nick.coghlan
- [Python-checkins] cpython: Issue #20189: Four additional builtin types (PyTypeObject, larry.hastings
- [Python-checkins] cpython: asyncio: mention that transports/protocols are low-level, streams are high-level victor.stinner
- [Python-checkins] cpython: asyncio doc: add a "Coroutines and protocols" section victor.stinner
- [Python-checkins] cpython (2.7): new plan: just remove typecasts (closes #20374) benjamin.peterson
- [Python-checkins] cpython (3.3): new plan: just remove typecasts (closes #20374) benjamin.peterson
- [Python-checkins] cpython: asyncio doc: move AbstractServer to the event loop page victor.stinner
- [Python-checkins] cpython: asyncio doc: document StreamWriter.drain() victor.stinner
- [Python-checkins] cpython (3.3): Issue #20384: Fix the test_tarfile test on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge serhiy.storchaka
- [Python-checkins] devguide: mention hgaccounts@ benjamin.peterson
- [Python-checkins] cpython: Issue #20381: Fix sanity checking on default arguments when c_default is zach.ware
- [Python-checkins] cpython (3.3): update hosting faq benjamin.peterson
- [Python-checkins] cpython (2.7): update hosting faq benjamin.peterson
- [Python-checkins] peps: Draft PEP for merge workflow automation nick.coghlan
- [Python-checkins] Daily reference leaks (c6e529c1f87c): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20151: The binascii module now uses Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #20376: Argument Clinic now escapes backslashes in docstrings. zach.ware
- [Python-checkins] cpython: Fixed converting errors in the binascii module (issue20151). serhiy.storchaka
- [Python-checkins] cpython: Issue #20133: The audioop module now uses Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #20193: The _bz2 module now uses Argument Clinic. serhiy.storchaka
- [Python-checkins] devguide: Update a couple of links in the FAQs. ezio.melotti
- [Python-checkins] cpython (3.3): Fix grammar. eric.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fix grammar: merge with 3.3. eric.smith
- [Python-checkins] cpython: Issue #20193: The _lzma module now uses Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), victor.stinner
- [Python-checkins] cpython: Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and victor.stinner
- [Python-checkins] cpython: Issue #20311: selectors: Add a resolution attribute to BaseSelector. victor.stinner
- [Python-checkins] cpython: Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum victor.stinner
- [Python-checkins] cpython: test_selectors: remove unused imports victor.stinner
- [Python-checkins] cpython: Fix asyncio tests: define resolution victor.stinner
- [Python-checkins] cpython: Update asyncio from the Tulip project victor.stinner
- [Python-checkins] cpython: #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #20331: Fixed possible FD leaks in various modules: serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20331: Fixed possible FD leaks in various modules: serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20331: Fixed possible FD leaks in various modules: serhiy.storchaka
- [Python-checkins] cpython (3.3): linkify benjamin.peterson
- [Python-checkins] cpython (3.3): update sphinx url benjamin.peterson
- [Python-checkins] cpython (2.7): linkify benjamin.peterson
- [Python-checkins] cpython (2.7): update sphinx url benjamin.peterson
- [Python-checkins] cpython: asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor victor.stinner
- [Python-checkins] cpython: Issue 19944: Fix importlib.find_spec() so it imports parents as needed. eric.snow
- [Python-checkins] cpython: Issue #20311: Fix test_telnetlib, set the resolution of the MockSelector victor.stinner
- [Python-checkins] cpython: Merge latest Tulip into asyncio victor.stinner
- [Python-checkins] cpython: asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire). guido.van.rossum
- [Python-checkins] cpython: asyncio: Locks refactor: use a separate context manager; remove guido.van.rossum
- [Python-checkins] cpython: asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them guido.van.rossum
- [Python-checkins] cpython: NEWS update for asyncio. guido.van.rossum
- [Python-checkins] cpython: Document asyncio.QueueFull/Empty. guido.van.rossum
- [Python-checkins] cpython: Issue #20390: Small fixes and improvements for Argument Clinic. larry.hastings
- [Python-checkins] cpython: Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). larry.hastings
- [Python-checkins] cpython: Update pip to 1.5.2 and setuptools to 2.1 donald.stufft
- [Python-checkins] cpython: Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ larry.hastings
- [Python-checkins] cpython: Issue #20358: Tests for curses.window.overlay and curses.window.overwrite larry.hastings
- [Python-checkins] Daily reference leaks (9651fc0e7580): sum=106197 solipsis at pitrou.net
- [Python-checkins] cpython: Close #20105: set __traceback__ when chaining exceptions in C nick.coghlan
- [Python-checkins] cpython: fix refleak on error benjamin.peterson
- [Python-checkins] cpython: cleanup after custom buffer converter benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #8260: The read(), readline() and readlines() methods of serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #8260: The read(), readline() and readlines() methods of serhiy.storchaka
- [Python-checkins] cpython: Issue #8260: The read(), readline() and readlines() methods of serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython: Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. guido.van.rossum
- [Python-checkins] cpython (2.7): Fixed a bug in previous changeset: StreamReader returned '' instead of u''. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19990: Added tests for the imghdr module. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19990: Added tests for the imghdr module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19990: Added tests for the imghdr module. serhiy.storchaka
- [Python-checkins] cpython: Issue #20193: The zlib module now uses Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #20367: Add Glenn Langford to Misc/ACKS victor.stinner
- [Python-checkins] cpython: Update docstring to mention correct PEP number. eli.bendersky
- [Python-checkins] cpython: silence compiler warning that 's' may be used uninitialized in the load christian.heimes
- [Python-checkins] cpython: Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h christian.heimes
- [Python-checkins] cpython: Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in christian.heimes
- [Python-checkins] cpython (2.7): Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. terry.reedy
- [Python-checkins] cpython (3.3): Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. terry.reedy
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads. terry.reedy
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads. terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads. terry.reedy
- [Python-checkins] cpython: White space and merge cleanup. terry.reedy
- [Python-checkins] cpython (2.7): Idlelib.calltips: add test of starred first parameters. They should not be terry.reedy
- [Python-checkins] cpython (3.3): Idlelib.calltips: add test of starred first parameters. They should not be terry.reedy
- [Python-checkins] peps: Incorporate PEP 462 feedback nick.coghlan
- [Python-checkins] cpython (2.7): Issue #17721: Remove non-functional configuration dialog help button until we terry.reedy
- [Python-checkins] cpython (3.3): Issue #17721: Remove non-functional configuration dialog help button until we terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17721: Remove non-functional configuration dialog help button until we terry.reedy
- [Python-checkins] cpython (3.3): eliminate redundancy between yield stmt and yield expr docs (closes #12704) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #12704) benjamin.peterson
- [Python-checkins] peps: Fix typo nick.coghlan
- [Python-checkins] peps: PEP 462: Add section on possible Mercurial integration nick.coghlan
- [Python-checkins] cpython: Documentation fixes, including fixing "suspicious" problems. larry.hastings
- [Python-checkins] cpython: Version bump for 3.4.0b3. larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0b3 for changeset a97ce3ecc96a larry.hastings
- [Python-checkins] cpython: Post-release bump for 3.4.0 beta 3. larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge. larry.hastings
- [Python-checkins] release: hg touch: use new -b (basedir) option georg.brandl
- [Python-checkins] cpython: Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. georg.brandl
- [Python-checkins] peps: schedule update for 3.3.4/3.3.5 georg.brandl
- [Python-checkins] peps: small date fix georg.brandl
- [Python-checkins] cpython: I forgot to add a Misc/NEWS entry for issue #20394 christian.heimes
- [Python-checkins] cpython (3.3): Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): Null merge 3.3 (patch already applied in Python 3.4) victor.stinner
- [Python-checkins] cpython (2.7): Issue #19081: Remove the zipimporter.files reference as the zip TOC gregory.p.smith
- [Python-checkins] Daily reference leaks (21c5e6b4f68b): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: document add_signal_handler/remove_signal_handler, add an example for victor.stinner
- [Python-checkins] cpython: Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when serhiy.storchaka
- [Python-checkins] cpython: Remove redundant emty line at the end of file. serhiy.storchaka
- [Python-checkins] cpython: asyncio: document the IncompleteReadError exception victor.stinner
- [Python-checkins] cpython: asyncio: IncompleteReadError is a subclass of EOFError victor.stinner
- [Python-checkins] cpython: inspect.getfile: Don't crash on classes without '__module__' attribute #20372 yury.selivanov
- [Python-checkins] cpython: doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380 yury.selivanov
- [Python-checkins] cpython: inspect.signature: Use '/' to separate positional-only parameters from yury.selivanov
- [Python-checkins] cpython (2.7): Issue #19456: ntpath.join() now joins relative paths correctly when a drive serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19456: ntpath.join() now joins relative paths correctly when a drive serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19456: ntpath.join() now joins relative paths correctly when a drive serhiy.storchaka
- [Python-checkins] cpython: asyncio doc: subprocess_exec/subprocess_shell are not available on Windows victor.stinner
- [Python-checkins] cpython: inspect.signature: Add support for 'functools.partialmethod' #20223 yury.selivanov
- [Python-checkins] cpython: asyncio: remove temporary aliases victor.stinner
- [Python-checkins] cpython: inspect.signature: Support classes without user-defined __init__/__new__ #20308 yury.selivanov
- [Python-checkins] cpython: NEWS: Add few missing news items yury.selivanov
- [Python-checkins] cpython: asyncio doc: list Windows and Mac OS X limitations and explain how to work victor.stinner
- [Python-checkins] cpython: Fix doc reference to OS X 10.9 Mavericks. ned.deily
- [Python-checkins] cpython (2.7): Refactor the new test for issue19081 to exec import statements into a gregory.p.smith
- [Python-checkins] cpython (2.7): Remove inaccurate comment and a the related recently added gregory.p.smith
- [Python-checkins] cpython (2.7): Remove unneeded use of globals() and locals() in test on imports gregory.p.smith
- [Python-checkins] Daily reference leaks (6b37e6aff9ef): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Include version epochs in PEP 440 nick.coghlan
- [Python-checkins] cpython: Issue #20326: Argument Clinic now uses a simple, unique signature to larry.hastings
- [Python-checkins] peps: Clarify purelib vs platlib in PEP 427 nick.coghlan
- [Python-checkins] peps: Clarify wheels support zipimport nick.coghlan
- [Python-checkins] cpython: Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC. stefan.krah
- [Python-checkins] cpython: Issue #20411: Use readline.get_current_history_length to check for the presence jason.coombs
- [Python-checkins] cpython: inspect.tests: Remove redundant unittest yury.selivanov
- [Python-checkins] cpython: inspect.signature: Handle bound methods with '(*args)' signature correctly yury.selivanov
- [Python-checkins] cpython: inspect: Fix docstrings for Parameter & Signature classes yury.selivanov
- [Python-checkins] cpython: inspect.Signature.bind: Fix pos-only params with defaults; fix *args in named yury.selivanov
- [Python-checkins] cpython: asyncio doc: close the loop at exit victor.stinner
- [Python-checkins] cpython: inspect.Signature.bind: Add **kwargs/positional-only check back yury.selivanov
- [Python-checkins] cpython (2.7): Idlelib: silence two buildbot Deprecation Warnings with better code. terry.reedy
- [Python-checkins] cpython (3.3): Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and terry.reedy
- [Python-checkins] cpython (2.7): Silence deprecation warning in sunau.py terry.reedy
- [Python-checkins] Daily reference leaks (ec6bd526b70a): sum=60 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #20424: Python implementation of io.StringIO now supports lone surrogates. serhiy.storchaka
- [Python-checkins] cpython: Move Misc/NEWS entries committed after releasing 3.4.0b3 to correct places. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20424: Python implementation of io.StringIO now supports lone surrogates. serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported a test for lone surrogates support in io.StringIO. serhiy.storchaka
- [Python-checkins] peps: PEP 427: Make it clear that supported != recommended nick.coghlan
- [Python-checkins] peps: Improve PEP 427 FAQ formatting nick.coghlan
- [Python-checkins] cpython: inspect.Signature: Make from_builtin to raise an exception if no signature can yury.selivanov
- [Python-checkins] cpython: inspect.signature: Add support for decorated (wrapped) builtins #20425 yury.selivanov
- [Python-checkins] cpython: inspect.Signature: ensure that non-default params don't follow default ones yury.selivanov
- [Python-checkins] cpython: inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 yury.selivanov
- [Python-checkins] cpython: inspect.test.getfullargspec: Add a unittest to ensure correct annotations yury.selivanov
- [Python-checkins] cpython: inspect: Rename private helper function yury.selivanov
- [Python-checkins] cpython: inspect.Signature.bind: Update method signature to rule out possiblity yury.selivanov
- [Python-checkins] cpython: inspect.signature: Make sure that if a callable object has '_patialmethod' yury.selivanov
- [Python-checkins] cpython (2.7): Idlelib & buildbots: suppress py3 deprecation message even if enabled. terry.reedy
- [Python-checkins] cpython: inspect.Signature.from_function: Use CO_VARARGS & CO_VARKEYWORDS constants yury.selivanov
- [Python-checkins] cpython: asyncio: _fatal_error() of _UnixWritePipeTransport and guido.van.rossum
- [Python-checkins] cpython: asyncio: Refactoring: move write flow control to a subclass/mixin. guido.van.rossum
- [Python-checkins] cpython: asyncio: Add write flow control to unix pipes. guido.van.rossum
- [Python-checkins] cpython: asyncio: Get rid of _try_connected(). guido.van.rossum
- [Python-checkins] cpython: asyncio: Refactor drain logic in streams.py to be reusable. guido.van.rossum
- [Python-checkins] cpython: asyncio: Pass through pause/resume from subprocess pipe proto to subprocess guido.van.rossum
- [Python-checkins] cpython: asyncio: wait_for() now accepts None as timeout (Victor Stinner). guido.van.rossum
- [Python-checkins] cpython: asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. guido.van.rossum
- [Python-checkins] cpython: asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead guido.van.rossum
- [Python-checkins] cpython: More asyncio news. guido.van.rossum
- [Python-checkins] cpython (3.3): Issue #20373: generalize use of test.script_helper in test_warnings. Patch by antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20373: generalize use of test.script_helper in test_warnings. Patch by antoine.pitrou
- [Python-checkins] cpython: asyncio: document iscoroutine(), iscoroutinefunction() and wait_for() victor.stinner
- [Python-checkins] cpython: inspect.docs: Document constructors for Signature & Parameter #20442 yury.selivanov
- [Python-checkins] cpython (3.3): inspect.docs: Document constructors for Signature & Parameter #20442 yury.selivanov
- [Python-checkins] cpython: inspect.doc: Soften the note about inspect.signature not supporting yury.selivanov
- [Python-checkins] cpython (3.3): Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. gregory.p.smith
- [Python-checkins] Daily reference leaks (d5ad8bd335f5): sum=-4 solipsis at pitrou.net
- [Python-checkins] peps: PEP 427: emphasise the preference for installation nick.coghlan
- [Python-checkins] peps: Wording tweaks nick.coghlan
- [Python-checkins] devguide: Issue #20448: Escape backslashes. Caught by Saimadhav Heblikar. zach.ware
- [Python-checkins] cpython: overlapped.c: Fix usage of the union victor.stinner
- [Python-checkins] cpython (2.7): Issue #20444: Reduced code duplication. Thanks to dongwm for the report and vinay.sajip
- [Python-checkins] cpython: asyncio: Future.set_exception(exc) should instantiate exc if it is a class. guido.van.rossum
- [Python-checkins] cpython: asyncio: Fix granularity of test_utils.TestLoop. guido.van.rossum
- [Python-checkins] cpython: asyncio: Fix misc whitespace issues. guido.van.rossum
- [Python-checkins] cpython (2.7): Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). terry.reedy
- [Python-checkins] cpython: Issue #20452: add more info in case of test_asyncio failure to try to debug the victor.stinner
- [Python-checkins] Daily reference leaks (c30a3a6f3b39): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20452: Oops, fix debug code :-/ victor.stinner
- [Python-checkins] cpython: Issue #20452: select and selectors round (again) timeout away from zero for victor.stinner
- [Python-checkins] cpython: asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written victor.stinner
- [Python-checkins] cpython: Issue #20452: Remove debug code, no more needed victor.stinner
- [Python-checkins] cpython: Issue #20311, #20452: poll and epoll now round the timeout away from zero, victor.stinner
- [Python-checkins] cpython: asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is victor.stinner
- [Python-checkins] cpython: Issue #20455: asyncio: write a new write pipe transport class for proactor (on victor.stinner
- [Python-checkins] cpython: Issue #20390: Removing detritus from Argument Clinic "file preset" name change. larry.hastings
- [Python-checkins] cpython: Windows buildbot: use --timeout feature in Tools/buildbot/test.bat victor.stinner
- [Python-checkins] cpython: Issue #20455: math.ceil() returns an int in Python 3, no need to cast the victor.stinner
- [Python-checkins] cpython: Issue #20455: asyncio: use the same code to round a timeout than the selectors victor.stinner
- [Python-checkins] cpython: Issue #20455: Add a resolution attribute to IocpProactor (1 ms) victor.stinner
- [Python-checkins] cpython: Issue #20452: test_asyncio: Add more info if the test fails victor.stinner
- [Python-checkins] cpython: The function name for cmath.isinf in PyArg_ParseTuple() was wrong. brett.cannon
- [Python-checkins] cpython: Typo fix andrew.kuchling
- [Python-checkins] cpython (2.7): Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs at . zach.ware
- [Python-checkins] cpython (3.3): Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs at . zach.ware
- [Python-checkins] cpython (3.3): Issue #20460: Render 'bytes' as a class, not a function. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20460: Merge with 3.3 zach.ware
- [Python-checkins] cpython: inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly yury.selivanov
- [Python-checkins] cpython: NEWS: Add news item for #18801 yury.selivanov
- [Python-checkins] cpython: inspect.signature: Support duck-types of Python functions (Cython, for yury.selivanov
- [Python-checkins] cpython: inspect.Signauture.from_function: validate duck functions in Signature yury.selivanov
- [Python-checkins] cpython: inspect: Add some comments in Parameter.__eq__ method yury.selivanov
Last message date: Fri Jan 31 21:31:33 CET 2014
Archived on: Fri Jan 31 21:31:35 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