Showing content from http://mail.python.org/pipermail/python-checkins/2014-August/thread.html below:
The Python-checkins August 2014 Archive by thread
August 2014 Archives by thread
Starting: Fri Aug 1 00:35:54 CEST 2014
Ending: Sun Aug 31 23:22:31 CEST 2014
Messages: 399
- [Python-checkins] cpython: Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. antoine.pitrou
- [Python-checkins] cpython: Simplify code in multiprocessing.Connection.send_bytes(). antoine.pitrou
- [Python-checkins] cpython: Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. zach.ware
- [Python-checkins] cpython: Issue #21907: Avoid using double quotes to check argument values. zach.ware
- [Python-checkins] Daily reference leaks (20fd13242a45): sum=-482 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename victor.stinner
- [Python-checkins] cpython: Issue #18395, #22108: Update embedded Python examples to decode correctly victor.stinner
- [Python-checkins] cpython (2.7): - update config.guess and config.sub to support openrisc. matthias.klose
- [Python-checkins] cpython (3.4): - update config.guess and config.sub to support openrisc. matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - update config.guess and config.sub to support openrisc. matthias.klose
- [Python-checkins] peps: Mention blog.python.org andrew.kuchling
- [Python-checkins] cpython: Issue #22110: Enable extra compilation warnings. charles-francois.natali
- [Python-checkins] cpython: Issue #22077: Improve index error messages for bytearrays, bytes, lists, and terry.reedy
- [Python-checkins] cpython (2.7): Fix typo in comment. raymond.hettinger
- [Python-checkins] Daily reference leaks (2c70897e5f98): sum=-734 solipsis at pitrou.net
- [Python-checkins] cpython: #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the ezio.melotti
- [Python-checkins] cpython: Add an __all__ to html.entities. ezio.melotti
- [Python-checkins] cpython: #21047: set the default value for the *convert_charrefs* argument of HTMLParser ezio.melotti
- [Python-checkins] cpython: #15114, #21047: update whatsnew in Python 3.5. ezio.melotti
- [Python-checkins] [Python-Dev] cpython: Issue #22003: When initialized from a bytes object, io.BytesIO() now David Wilson
- [Python-checkins] cpython: Fix whitespace in example. raymond.hettinger
- [Python-checkins] cpython (3.4): Fix whitespace in example. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] Daily reference leaks (5b95f3fdcc0b): sum=-328 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #13540: Expanded argparse documents to clarify the action API jason.coombs
- [Python-checkins] cpython (2.7): Issue #13540: Removed redundant documentation about Action instance attributes. jason.coombs
- [Python-checkins] cpython (2.7): Issue #13540: Update references to Action class to match syntax used for other jason.coombs
- [Python-checkins] cpython (merge 2.7 -> 2.7): Issue #13540: Merge commits jason.coombs
- [Python-checkins] cpython (3.2): Issue #13540: Expanded argparse documents to clarify the action API jason.coombs
- [Python-checkins] cpython (3.2): Issue #13540: Removed redundant documentation about Action instance attributes. jason.coombs
- [Python-checkins] cpython (3.2): Issue #13540: Update references to Action class to match syntax used for other jason.coombs
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #13540: Merge changes from 3.2 jason.coombs
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #13540: Merge changes from 3.3 jason.coombs
- [Python-checkins] cpython (merge 3.4 -> default): Issue #13540: Merge changes from 3.4 jason.coombs
- [Python-checkins] cpython (2.7): PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, terry.reedy
- [Python-checkins] cpython (3.4): PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 terry.reedy
- [Python-checkins] cpython: Use reversed() instead of creating a new temporary list. raymond.hettinger
- [Python-checkins] cpython: Make the import private to keep the global namespace clean. raymond.hettinger
- [Python-checkins] cpython: Use two-argument form of next() and use a return-statement instead of an raymond.hettinger
- [Python-checkins] cpython (3.4): Improve regex tokenizer example by using re.finditer(). raymond.hettinger
- [Python-checkins] cpython (3.4): Fix markup. raymond.hettinger
- [Python-checkins] cpython (3.4): Remove unused leftover stray line raymond.hettinger
- [Python-checkins] Daily reference leaks (a2d01ed713cb): sum=-337 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #18588: update the timeit examples to be consistent. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #18588: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (3.4): #20977: fix undefined name in the email module. Patch by Rose Ames. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #20977: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (3.4): Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22104: Merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): #18034: update FAQ to suggest importlib.import_module instead of __import__. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #18034: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (2.7): #18034: update FAQ to suggest importlib.import_module instead of __import__. ezio.melotti
- [Python-checkins] cpython (3.4): #11955: show the list of args in case of error in test_argparse. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #11955: merge with 3.4. ezio.melotti
- [Python-checkins] cpython: Issue #20170: Convert posixmodule to use Argument Clinic. larry.hastings
- [Python-checkins] cpython (2.7): Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more berker.peksag
- [Python-checkins] cpython (3.4): #21928: clarify functools.wraps docs. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #21928: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (2.7): #21928: clarify functools.wraps docs. ezio.melotti
- [Python-checkins] cpython: Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. larry.hastings
- [Python-checkins] cpython: More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed. larry.hastings
- [Python-checkins] Daily reference leaks (25e634756f79): sum=20996 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22130: Corrected fileConfig() documentation. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #22130: Corrected fileConfig() documentation. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22130: Merged documentation update from 3.4. vinay.sajip
- [Python-checkins] cpython: Issue #22120: For functions using an unsigned integer return converter, larry.hastings
- [Python-checkins] cpython: Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric martin.v.loewis
- [Python-checkins] cpython: Issue #22127: fix typo. martin.v.loewis
- [Python-checkins] cpython: - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic barry.warsaw
- [Python-checkins] cpython: Issue #21972: Make it clear that the PEP 401 future import works, martin.v.loewis
- [Python-checkins] cpython: Closes #22136: Fix MSVC compiler warnings introduced by #22085 zach.ware
- [Python-checkins] cpython (3.4): Issue #22146: Fix typo in __build_class__ error message zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22146: Merge with 3.4 zach.ware
- [Python-checkins] Daily reference leaks (d85fcf23549e): sum=21055 solipsis at pitrou.net
- [Python-checkins] cpython: Move misplaced Misc/NEWS entries to correct locations. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory serhiy.storchaka
- [Python-checkins] cpython: Issue #5411: Added support for the "xztar" format in the shutil module. serhiy.storchaka
- [Python-checkins] cpython: Issue #5411: Fixed version number. serhiy.storchaka
- [Python-checkins] cpython: Issue #22116: C functions and methods (of the 'builtin_function_or_method' antoine.pitrou
- [Python-checkins] cpython (3.4): #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #22092: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (2.7): #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. ezio.melotti
- [Python-checkins] cpython: Update prepare_ssl.py script to generate the .asm files. zach.ware
- [Python-checkins] cpython (2.7): Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. zach.ware
- [Python-checkins] cpython (3.4): Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. zach.ware
- [Python-checkins] cpython: Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. zach.ware
- [Python-checkins] cpython: add matrix multiplication operator to correct lists (closes #22142) benjamin.peterson
- [Python-checkins] Daily reference leaks (09f56fdcacf1): sum=21004 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): Issue #20056: Fixed deprecation warning about bytes path in test_shutil on serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20056: Fixed deprecation warning about bytes path in test_shutil on serhiy.storchaka
- [Python-checkins] Daily reference leaks (8480179d2a7f): sum=20994 solipsis at pitrou.net
- [Python-checkins] peps: Update PEP 440 based on pip proof of concept nick.coghlan
- [Python-checkins] peps: Clarify PEP 8 point about preferring def statements nick.coghlan
- [Python-checkins] cpython (3.4): #22170: avoid printing newlines twice in tutorial example. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #22170: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (3.4): Issue #22060: Clean up/simplify test_ctypes, use test discovery zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22060: Merge with 3.4 zach.ware
- [Python-checkins] cpython (2.7): Issue #14105: Stop removing breakpoints from Idle editors. terry.reedy
- [Python-checkins] cpython (3.4): Issue #14105: Stop removing breakpoints from Idle editors. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21777: separate docs for binary sequence methods nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Merge #21777 from 3.4 nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22161: Conformed arguments type checks in ctype to actually supported serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22161: Conformed arguments type checks in ctype to actually supported serhiy.storchaka
- [Python-checkins] Daily reference leaks (748fb6d622e8): sum=21002 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): - Issue #22176: Update the ctypes module's libffi to v3.1. This release matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #22176: Update the ctypes module's libffi to v3.1. This release matthias.klose
- [Python-checkins] cpython (3.4): - Issue #22176: Add src/x86/win32.S for x86 libffi builds. matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4. matthias.klose
- [Python-checkins] cpython (3.4): - Issue #22176: Fix build failure on ARM with matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Merge 3.4 matthias.klose
- [Python-checkins] cpython (2.7): restore runtime exec test (#21591) benjamin.peterson
- [Python-checkins] cpython (2.7): test for 2 arg exec case benjamin.peterson
- [Python-checkins] cpython (2.7): remove casts benjamin.peterson
- [Python-checkins] cpython (3.4): add -Werror=declaration-after-statement only to stdlib extension modules benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21121) benjamin.peterson
- [Python-checkins] Daily reference leaks (e6be001c070b): sum=20994 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): - Issue #22176: Update the ctypes module's libffi to v3.1. This release matthias.klose
- [Python-checkins] cpython (3.4): Issue #22180: Remove weak example raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #22174: Clean-up grammar and ambiguities in property() docs. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #22174: Clean-up grammar and ambiguities in property() docs. raymond.hettinger
- [Python-checkins] cpython (3.4): Close #22175: Improve test_faulthandler readability with dedent. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent. victor.stinner
- [Python-checkins] cpython (3.4): Issue #22112, asyncio doc: replace loop.create_task(coro) with victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) with victor.stinner
- [Python-checkins] Daily reference leaks (18a311479e8b): sum=20998 solipsis at pitrou.net
- [Python-checkins] cpython: Fix usage of the versionchanged directive. berker.peksag
- [Python-checkins] cpython: #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. r.david.murray
- [Python-checkins] cpython (2.7): Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). zach.ware
- [Python-checkins] cpython (3.4): Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22178: Merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de antoine.pitrou
- [Python-checkins] Daily reference leaks (7fafbb7e1a8f): sum=20996 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #17923: glob() patterns ending with a slash no longer match non-dirs on serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #17923: glob() patterns ending with a slash no longer match non-dirs on serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17923: glob() patterns ending with a slash no longer match non-dirs on serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing serhiy.storchaka
- [Python-checkins] cpython (2.7): Decreased memory requirements of new tests added in issue21448. serhiy.storchaka
- [Python-checkins] cpython (3.4): Decreased memory requirements of new tests added in issue21448. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Decreased memory requirements of new tests added in issue21448. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue 22184: Early detection and reporting of missing lru_cache parameters raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() serhiy.storchaka
- [Python-checkins] Daily reference leaks (4d4a9094bdb0): sum=21000 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21445: Pass exception messages correctly to assertTrue in berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21445: Pass exception messages correctly to assertTrue in berker.peksag
- [Python-checkins] Daily reference leaks (acb30ed7eceb): sum=20992 solipsis at pitrou.net
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython (2.7): Issue #22193: Added private function _PySys_GetSizeOf() needed to implement serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22193: Added private function _PySys_GetSizeOf() needed to implement serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22193: Added private function _PySys_GetSizeOf() needed to implement serhiy.storchaka
- [Python-checkins] cpython: Issue #15381: Optimized line reading in io.BytesIO. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. terry.reedy
- [Python-checkins] cpython (3.4): Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. terry.reedy
- [Python-checkins] cpython (3.4): Issue #10291: Backport 004fe3449193 with a few changes due to 22095. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue #10291: null merge terry.reedy
- [Python-checkins] cpython: Issue #22065: forward port the changes in c26862955342, update docstring with terry.reedy
- [Python-checkins] cpython: Issue #22065: Try the delete demohelp.txt part again. terry.reedy
- [Python-checkins] cpython (3.4): #22053: actually remove .txt files from 3.4. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Null merge. terry.reedy
- [Python-checkins] peps: PEP 403: Drop the new goroutine example entirely nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. terry.reedy
- [Python-checkins] peps: Update PEP 467 following docs updates nick.coghlan
- [Python-checkins] Daily reference leaks (601045ceff94): sum=20998 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22156: Fix "comparison between signed and unsigned integers" compiler victor.stinner
- [Python-checkins] cpython: Issue #22156: Fix some "comparison between signed and unsigned integers" victor.stinner
- [Python-checkins] peps: PEP 467: try to streamline the proposal nick.coghlan
- [Python-checkins] peps: PEP 467: note additional post date nick.coghlan
- [Python-checkins] peps: PEP 467: fix title to also cover memoryview nick.coghlan
- [Python-checkins] Daily reference leaks (e831a98b3f43): sum=20998 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. senthil.kumaran
- [Python-checkins] cpython (3.4): Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> default): merge from 3.4 senthil.kumaran
- [Python-checkins] cpython (3.4): Closes #22205: sys._debugmallocstats is a cpython specific feature, so victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature, victor.stinner
- [Python-checkins] cpython (2.7): Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from victor.stinner
- [Python-checkins] cpython (3.4): Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22188: test_gdb now runs gdb with -nx: "Do not execute victor.stinner
- [Python-checkins] cpython: Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant victor.stinner
- [Python-checkins] cpython (2.7): backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797 senthil.kumaran
- [Python-checkins] cpython (3.4): backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 senthil.kumaran
- [Python-checkins] peps: PEP 8: try to better explain a somewhat cryptic guideline nick.coghlan
- [Python-checkins] cpython: Clarify ord() and chr() documentation nick.coghlan
- [Python-checkins] cpython: Issue #20184: Add signature introspection for 30 of the builtins nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3d45155b7b9b): sum=21000 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. serhiy.storchaka
- [Python-checkins] cpython (2.7): Removed useless Py_LIMITED_API checks. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22201: Command-line interface of the zipfile module now correctly serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22201: Command-line interface of the zipfile module now correctly serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22201: Command-line interface of the zipfile module now correctly serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22165: Fixed test_undecodable_filename on Mac OS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22165: Fixed test_undecodable_filename on Mac OS. serhiy.storchaka
- [Python-checkins] peps: A few extra clarifications about multiline if and with statements. Also, barry.warsaw
- [Python-checkins] cpython: Issue #22218: Fix "comparison between signed and unsigned integers" warnings in victor.stinner
- [Python-checkins] cpython: Issue #22218: Fix "comparison between signed and unsigned integers" warning in victor.stinner
- [Python-checkins] cpython: Optimize PyBytes_FromObject(): only overallocate when size=0 to not get the victor.stinner
- [Python-checkins] cpython: _pickle: Optimize raw_unicode_escape(), use directly a bytes object, don't use victor.stinner
- [Python-checkins] cpython: Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and victor.stinner
- [Python-checkins] cpython: Issue #22207: Fix "comparison between signed and unsigned integers" warning in victor.stinner
- [Python-checkins] cpython (3.4): remove 2.2 and 2.6 compat code (closes #22200) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (closes #22200) benjamin.peterson
- [Python-checkins] Daily reference leaks (97c70528b604): sum=20992 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Clean up test_user_command. serhiy.storchaka
- [Python-checkins] cpython (3.4): Clean up test_user_command. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Clean up test_user_command. serhiy.storchaka
- [Python-checkins] Daily reference leaks (e5f78085499e): sum=20994 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed typo. serhiy.storchaka
- [Python-checkins] cpython: allow recursion depth to be specified (closes #19628) benjamin.peterson
- [Python-checkins] cpython (2.7): Idle ColorDelegator: remove special case code for 'as' in import statements. terry.reedy
- [Python-checkins] cpython (3.4): Idle ColorDelegator: remove special case code for 'as' in import statements. terry.reedy
- [Python-checkins] Daily reference leaks (d4fed3487792): sum=20996 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): backport many ssl features from Python 3 (closes #21308) benjamin.peterson
- [Python-checkins] cpython (2.7): PyUnicode -> PyString and PyLong -> PyInt benjamin.peterson
- [Python-checkins] cpython (2.7): link _ssl to crypt32.lib on windoze benjamin.peterson
- [Python-checkins] cpython (2.7): allow any socket error for rude shutdown test benjamin.peterson
- [Python-checkins] cpython (2.7): expect socket.error instead of the py3ism OSError benjamin.peterson
- [Python-checkins] devguide: another sucker benjamin.peterson
- [Python-checkins] cpython (2.7): don't call rl_initialize when stdout is not a tty benjamin.peterson
- [Python-checkins] cpython (2.7): Backed out changeset 7c19f1f792c6 benjamin.peterson
- [Python-checkins] cpython: use __qualname__ to compute bound method repr (closes #21389) benjamin.peterson
- [Python-checkins] cpython (2.7): fix error message for invalid curve name benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #1730136: Fix backported exception name. ned.deily
- [Python-checkins] cpython (2.7): Import Tkinter as tkinter to help merging and avoid backporting errors. serhiy.storchaka
- [Python-checkins] cpython: Issue #21549: Added the "members" parameter to TarFile.list(). serhiy.storchaka
- [Python-checkins] Daily reference leaks (92dcee426014): sum=21002 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution antoine.pitrou
- [Python-checkins] Daily reference leaks (b116489d31ff): sum=20996 solipsis at pitrou.net
- [Python-checkins] peps: PEP 440: Patch from Donald to address distutils-sig feedback nick.coghlan
- [Python-checkins] cpython (3.4): Fix issue22245 - Fix urllib2_localnet test. senthil.kumaran
- [Python-checkins] peps: Accept PEP 440, superseding PEP 386 nick.coghlan
- [Python-checkins] cpython: Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. brett.cannon
- [Python-checkins] cpython (3.4): Issue #22191: Fix warnings.__all__. brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge for issue #22191 fix brett.cannon
- [Python-checkins] cpython (2.7): Issue #22191: Fix warnings.__all__. brett.cannon
- [Python-checkins] cpython (3.4): Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. berker.peksag
- [Python-checkins] cpython: Issue #20152: Convert _multibytecodecs to Argument Clinic. brett.cannon
- [Python-checkins] cpython: Issue #20152: Convert the grp module to Argument Clinic. brett.cannon
- [Python-checkins] cpython (3.4): Issue #19447: Add a test case to py_compile.compile() to make sure berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19447: Add a test case to py_compile.compile() to make sure berker.peksag
- [Python-checkins] cpython (3.4): Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + berker.peksag
- [Python-checkins] cpython: Issue #20152: Port the spwd module to Argument Clinic. brett.cannon
- [Python-checkins] cpython: Fix a missing #include. brett.cannon
- [Python-checkins] cpython: Issue #20152: Port the pwd module to Argument Clinic. brett.cannon
- [Python-checkins] cpython: Add a missing Argument Clinic file brett.cannon
- [Python-checkins] cpython: Issue #20152: Port pyexpat to Argument Clinic. brett.cannon
- [Python-checkins] cpython (2.7): Issue #21166: Prevent possible segfaults and other random failures of ned.deily
- [Python-checkins] cpython (3.4): Issue #21166: Prevent possible segfaults and other random failures of ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21166: merge from 3.4 ned.deily
- [Python-checkins] cpython (2.7): Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py ned.deily
- [Python-checkins] cpython (2.7): Issue #22199: update Misc/NEWS ned.deily
- [Python-checkins] cpython: Issue #2527: Add a *globals* argument to timeit functions, in order to override antoine.pitrou
- [Python-checkins] peps: Update PEP 466 to reflect SSL merge nick.coghlan
- [Python-checkins] cpython (2.7): Update PEP 466 What's New in 2.7 section nick.coghlan
- [Python-checkins] cpython (3.4): Forward port PEP 466 What's New in 2.7 updates nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Merge PEP 466 What's New in 2.7 changes from 3.4 nick.coghlan
- [Python-checkins] Daily reference leaks (599dc1304a70): sum=20996 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Idle ColorDelegator: finish removing code for 'as'. terry.reedy
- [Python-checkins] cpython (3.4): Idle ColorDelegator: finish removing code for 'as'. terry.reedy
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads. terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22232 (partial fix): update Universal newlines Glossary entry. terry.reedy
- [Python-checkins] cpython (2.7): Issue #22243: fix except grammar in reference. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22243: fix except grammar in reference. terry.reedy
- [Python-checkins] cpython (2.7): Issue #21166: fix typo in comment ned.deily
- [Python-checkins] cpython (3.4): Issue #21166: fix typo in comment ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21166: fix typo in comment ned.deily
- [Python-checkins] cpython (3.4): Issue #13540: add missing markup. terry.reedy
- [Python-checkins] cpython (2.7): Issue #22236: Tkinter tests now don't reuse default root window. New root serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22236: Tkinter tests now don't reuse default root window. New root serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22236: Tkinter tests now don't reuse default root window. New root serhiy.storchaka
- [Python-checkins] Daily reference leaks (5ee9c99a4ca3): sum=20998 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22034: Got rid of misleading error message for bytearray arguments in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22034: Improve handling of wrong argument types in posixpath.join(). serhiy.storchaka
- [Python-checkins] cpython: Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. antoine.pitrou
- [Python-checkins] cpython (2.7): don't segfault when trying to fdopen() a fd for a dir (closes #22259) benjamin.peterson
- [Python-checkins] cpython (2.7): fix some test_weakref tests to not rely on ref-counting (closes #22267) benjamin.peterson
- [Python-checkins] cpython (3.4): fix some test_weakref tests to not rely on ref-counting (closes #22267) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22267) benjamin.peterson
- [Python-checkins] cpython (2.7): allow test to work on implementations not using ref-counting (closes #22265) benjamin.peterson
- [Python-checkins] cpython (3.4): allow test to work on implementations not using ref-counting (closes #22265) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22265) benjamin.peterson
- [Python-checkins] Daily reference leaks (ed4ffd602f4e): sum=21004 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: update the doc victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: update the doc victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (3.4): asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, tulip issue 203: Add victor.stinner
- [Python-checkins] cpython (3.4): Issue #22063: Fix asyncio documentation of socket and pipe operations regarding victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe victor.stinner
- [Python-checkins] Daily reference leaks (74236c8bf064): sum=20992 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22090: Fix '%' formatting for infinities and NaNs. stefan.krah
- [Python-checkins] cpython (2.7): Issue 22090: Fix '%' formatting for infinities and NaNs. stefan.krah
- [Python-checkins] cpython (3.4): Introduce and check for MPD_VERSION_HEX for precise management of builds stefan.krah
- [Python-checkins] cpython (3.4): Issue #22065: Menus, unlike Menubottons, do not have a state option. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22065: Remove the now unsed configGUI menu parameter and arguments. terry.reedy
- [Python-checkins] Daily reference leaks (0337a460f05b): sum=20998 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file victor.stinner
- [Python-checkins] cpython: Issue #22042: Fix test_signal on Windows victor.stinner
- [Python-checkins] cpython (3.4): The webbrowser module now uses subprocess's start_new_session=True rather gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): The webbrowser module now uses subprocess's start_new_session=True rather gregory.p.smith
- [Python-checkins] peps: PEP 475: fix typos victor.stinner
- [Python-checkins] cpython (2.7): properly handle file closing in error cases (closes #22266) benjamin.peterson
- [Python-checkins] cpython (2.7): correct call grammar error (#3473) benjamin.peterson
- [Python-checkins] Daily reference leaks (fb3aee1cff59): sum=20995 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 201: Fix a race condition in wait_for() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for() victor.stinner
- [Python-checkins] cpython (2.7): fix load_verify_locations on unicode paths (closes #22244) benjamin.peterson
- [Python-checkins] cpython (2.7): PEP 466: backport hashlib algorithm constants (closes #21307) benjamin.peterson
- [Python-checkins] peps: record completion of hashlib backport benjamin.peterson
- [Python-checkins] cpython (2.7): PEP 466: backport persistent urandom fd (closes #21305) benjamin.peterson
- [Python-checkins] peps: urandom is done benjamin.peterson
- [Python-checkins] peps: pep 466 implementation is complete benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22182: Use e.args to unpack exceptions correctly in berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22182: Use e.args to unpack exceptions correctly in berker.peksag
- [Python-checkins] Daily reference leaks (4fc575d55e2b): sum=21000 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22287: On UNIX, _PyTime_gettimeofday() now uses victor.stinner
- [Python-checkins] cpython: Issue #22043: _PyTime_Init() now checks if the system clock works. victor.stinner
- [Python-checkins] cpython: Issue #22043: Simplify time.perf_counter() on Windows victor.stinner
- [Python-checkins] cpython: Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is victor.stinner
- [Python-checkins] peps: Add PEP 476 - Enabling certificate verification by default for stdlib http donald.stufft
- [Python-checkins] cpython (3.4): Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() antoine.pitrou
- [Python-checkins] cpython: Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define antoine.pitrou
- [Python-checkins] Daily reference leaks (c499cc2c4a06): sum=149135 solipsis at pitrou.net
- [Python-checkins] peps: PEP 476: Updates based on feedback from python-dev alex.gaynor
- [Python-checkins] cpython (3.4): #22215: have the smtplib 'quit' command reset the state. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #22215: have the smtplib 'quit' command reset the state. r.david.murray
- [Python-checkins] cpython (2.7): #22215: have the smtplib 'quit' command reset the state. r.david.murray
- [Python-checkins] peps: updates for downloads move benjamin.peterson
- [Python-checkins] cpython (2.7): getuid() returns real process id not effective (closes #22307) benjamin.peterson
- [Python-checkins] cpython (3.4): getuid() returns real process id not effective (closes #22307) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (closes #22307) benjamin.peterson
- [Python-checkins] Daily reference leaks (164a17eca081): sum=149135 solipsis at pitrou.net
- [Python-checkins] peps: PEP 477: selected 2.7 backports for ensurepip nick.coghlan
- [Python-checkins] cpython (3.4): Closes #22275: asyncio: enhance documentation of OS support victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22275: asyncio: enhance documentation of OS support victor.stinner
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 205: Fix a race condition in victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, Tulip issue 205: Fix a race condition in victor.stinner
- [Python-checkins] cpython (2.7): don't index outside of the path (closes #22312) benjamin.peterson
- [Python-checkins] peps: fix links benjamin.peterson
- [Python-checkins] peps: actually need two underscores... benjamin.peterson
- [Python-checkins] peps: add missing words benjamin.peterson
- [Python-checkins] cpython (3.4): Remove unused import jason.coombs
- [Python-checkins] cpython (3.4): Correct indent jason.coombs
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
Last message date: Sun Aug 31 23:22:31 CEST 2014
Archived on: Sun Aug 31 23:22:34 CEST 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