October 2012 Archives by date
Starting: Mon Oct 1 00:05:33 CEST 2012
Ending: Wed Oct 31 23:01:34 CET 2012
Messages: 917
- [Python-checkins] cpython (3.3): Issue #16304: Further performance improvements for BZ2File.
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16304: Further performance improvements for BZ2File.
nadeem.vawda
- [Python-checkins] benchmarks: Chameleon requires pkg_resources.
brett.cannon
- [Python-checkins] benchmarks: Force map to a list to guarantee the calculations are performed under
brett.cannon
- [Python-checkins] benchmarks: Use a list comprehension over list/imap.
brett.cannon
- [Python-checkins] benchmarks: Add in telco as a Python 3 benchmark and move chameleon to a 2to3
brett.cannon
- [Python-checkins] cpython (3.3): More whatsnew adds, especially the os module.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: More whatsnew adds, especially the os module.
r.david.murray
- [Python-checkins] cpython (3.2): Fix sqlite3 class markup.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Fix sqlite3 class markup.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix sqlite3 class markup.
r.david.murray
- [Python-checkins] cpython (2.7): Fix sqlite3 class markup.
r.david.murray
- [Python-checkins] cpython (3.3): More additions to whatsnew.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: More additions to whatsnew.
r.david.murray
- [Python-checkins] cpython (2.7): Close #16036: Backport 3.x documentation improvement.
chris.jerdonek
- [Python-checkins] cpython (3.3): Update suspicious ignore file.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge suspicious ignore file updates with 3.3.
ezio.melotti
- [Python-checkins] peps: 3.2 and 3.3 release schedules: add information on bugfix releases and release
georg.brandl
- [Python-checkins] peps: 3.2 and 3.3 release schedules: add information on bugfix releases and release
Nick Coghlan
- [Python-checkins] peps: 3.2 and 3.3 release schedules: add information on bugfix releases and release
Barry Warsaw
- [Python-checkins] cpython (3.3): Correcting my name since people keep bringing it up
brian.curtin
- [Python-checkins] peps: Describe the Python 3.0 and 2.6 lifespans.
barry.warsaw
- [Python-checkins] cpython (3.3): Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
tim.golden
- [Python-checkins] cpython: Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
tim.golden
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Move 3.1 and 3.2 NEWS items to HISTORY.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null-merge with 3.3
georg.brandl
- [Python-checkins] cpython: Move 3.1, 3.2 and 3.3 NEWS items to HISTORY.
georg.brandl
- [Python-checkins] cpython (3.3): Several improvements to the HTML NEWS version:
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3.
georg.brandl
- [Python-checkins] cpython (3.3): Fix page name.
georg.brandl
- [Python-checkins] cpython (3.3): The default reST role `foo` can now be used in NEWS to refer to Python objects.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: Use backticks in 3.4 NEWS.
georg.brandl
- [Python-checkins] peps: previous maintenance releases
benjamin.peterson
- [Python-checkins] devguide: Add info about new NEWS handling.
georg.brandl
- [Python-checkins] peps: describe the current policy
benjamin.peterson
- [Python-checkins] cpython (3.3): Fix template syntax.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] peps: 3.1 maintenance releases
benjamin.peterson
- [Python-checkins] peps: remove ambiguity
benjamin.peterson
- [Python-checkins] cpython: utilize subprocess.DEVNULL
philip.jenvey
- [Python-checkins] cpython: utilize yield from
philip.jenvey
- [Python-checkins] cpython (3.3): Issue #16304: Another performance optimization for BZ2File.
nadeem.vawda
- [Python-checkins] cpython (3.3): Fix error handling in new fast path of BZ2File.readline().
nadeem.vawda
- [Python-checkins] cpython (3.3): Issue #16304: Further optimize BZ2File.readlines?().
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16304: Optimizations for BZ2File, and minor bugfix.
nadeem.vawda
- [Python-checkins] cpython (3.3): Issue #15599: Increase the switch interval. Several systems cannot handle
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Sanitize and modernize some of the _elementtree code (see issue #16089).
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Sanitize and modernize some of the _elementtree code (see issue #16089).
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: more yield from
philip.jenvey
- [Python-checkins] cpython: Issue #15609: Optimize str%args for integer argument
victor.stinner
- [Python-checkins] cpython (3.3): Fix/improve the changelog filtering.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge changelog filtering fixes/improvements with 3.3.
ezio.melotti
- [Python-checkins] cpython: Close #15766: Catch exceptions while raising the ImportError in
victor.stinner
- [Python-checkins] cpython (3.3): #11109: clean up docs, add whatsnew entry, and fix Justin's last name.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name.
r.david.murray
- [Python-checkins] cpython (3.3): Add threading.get_ident to whatsnew.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add threading.get_ident to whatsnew.
r.david.murray
- [Python-checkins] cpython (2.7): #15979: improve timeit documentation.
ezio.melotti
- [Python-checkins] cpython (3.2): #15979: improve timeit documentation.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15979: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #15979: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: Reword lifespan to make it clearer.
georg.brandl
- [Python-checkins] cpython (3.3): In this case it is not useful to hide "threading".
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3.
georg.brandl
- [Python-checkins] cpython: Issue #15609: Fix refleak introduced by my last optimization
victor.stinner
- [Python-checkins] cpython (3.3): Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile
r.david.murray
- [Python-checkins] cpython: Issue #15452: Added verify option for logging configuration socket listener.
vinay.sajip
- [Python-checkins] cpython: Updated docstring for logging.config.listen().
vinay.sajip
- [Python-checkins] cpython (3.2): Close open bracket, thanks to Josh Helzer from docs@
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Close open bracket, thanks to Josh Helzer from docs@
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Close open bracket, thanks to Josh Helzer from docs@
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
andrew.svetlov
- [Python-checkins] cpython (3.3): Reword the next version placeholder now that the changelog is part of the
nick.coghlan
- [Python-checkins] cpython: Remove unnecessary [].
ezio.melotti
- [Python-checkins] cpython (3.3): More whatsnew updates.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): More whatsnew updates.
r.david.murray
- [Python-checkins] cpython: Issue #9650: List commonly used format codes in time.strftime and time.strptime
alexander.belopolsky
- [Python-checkins] cpython (2.7): Closes #15897: zipimport.c doesn't check return value of fseek()
jesus.cea
- [Python-checkins] cpython (2.7): Fix Misc/ACKS alphabetic order
jesus.cea
- [Python-checkins] cpython (3.2): Closes #15897: zipimport.c doesn't check return value of fseek()
jesus.cea
- [Python-checkins] cpython (3.2): Fix Misc/ACKS alphabetic order
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Fix Misc/ACKS alphabetic order
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Fix Misc/ACKS alphabetic order
jesus.cea
- [Python-checkins] cpython (3.2): Closes #15897: zipimport.c doesn't check return value of fseek(). Typo
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): NULL merge
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): NULL merge
jesus.cea
- [Python-checkins] cpython (2.7): Issue #12947: Add a note to doctest until the example rendering is fixed
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #12947: Add a note to doctest until the example rendering is fixed
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge doctest note from 3.3
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #12947: Better workaround for the problem with doctest directives being
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #12947: Better workaround for the problem with doctest directives being
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #12947 workaround from 3.3
nick.coghlan
- [Python-checkins] cpython: Unicode: resize_compact() and resize_inplace() fills also the Unicode strings
victor.stinner
- [Python-checkins] cpython: PyUnicode_Format(): disable overallocation when we are writing the last part
victor.stinner
- [Python-checkins] cpython: Split the huge PyUnicode_Format() function (+540 lines) into subfunctions
victor.stinner
- [Python-checkins] cpython: unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block
victor.stinner
- [Python-checkins] cpython: long_to_decimal_string_internal() doesn't need to write the final NULL character
victor.stinner
- [Python-checkins] cpython (3.3): whatsnew
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: whatsnew
jesus.cea
- [Python-checkins] cpython (3.3): Whatsnew typo
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Whatsnew typo
jesus.cea
- [Python-checkins] cpython: Closes #15488: Closed files keep their buffer alive
jesus.cea
- [Python-checkins] cpython (2.7): Closes #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (3.2): Closes #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #16112: platform.architecture does not correctly escape argument
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16112: platform.architecture does not correctly escape argument
jesus.cea
- [Python-checkins] cpython (2.7): Backed out changeset c73b90b6dadd
jesus.cea
- [Python-checkins] cpython (2.7): Backed out changeset 5abacebec9d2
jesus.cea
- [Python-checkins] cpython (2.7): Closes #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (3.3): Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
jesus.cea
- [Python-checkins] cpython (3.3): Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier
andrew.svetlov
- [Python-checkins] cpython: 3.3 -> 3.4 (closes #16130)
benjamin.peterson
- [Python-checkins] cpython (3.3): Fix typo in documentation for time module, thanks to docs@
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix typo in documentation for time module, thanks to docs@
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): Merge heads
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element
antoine.pitrou
- [Python-checkins] cpython: Issue #15417: Add support for csh and fish in venv activation scripts.
andrew.svetlov
- [Python-checkins] cpython: Issue #14446: Remove deprecated tkinter functions
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14997: disable <F5> in idle shell window.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Issue #14997: disable <F5> in idle shell window.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Issue #14997: disable <F5> in idle shell window.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #14997: disable <F5> in idle shell window.
andrew.svetlov
- [Python-checkins] cpython: Enable also ptr==ptr optimization in PyUnicode_Compare()
victor.stinner
- [Python-checkins] cpython: Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings
victor.stinner
- [Python-checkins] peps: Write down issues documenting OS/2 and VMS support removal
jesus.cea
- [Python-checkins] cpython (3.3): Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (bug already fixed, differently, in default)
victor.stinner
- [Python-checkins] cpython: #16135: Removal of OS/2 support (I)
jesus.cea
- [Python-checkins] cpython: #16135: Removal of OS/2 support (Docs)
jesus.cea
- [Python-checkins] cpython: #16135: Removal of OS/2 support (posixmodule y platform dependent files)
jesus.cea
- [Python-checkins] cpython: #16135: Removal of OS/2 support (Modules/*)
jesus.cea
- [Python-checkins] cpython: #16135: Removal of OS/2 support (C code and Docs)
jesus.cea
- [Python-checkins] cpython (3.3): #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16127: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
jesus.cea
- [Python-checkins] cpython: #16135: Removal of OS/2 support (Python code partial cleanup)
jesus.cea
- [Python-checkins] cpython: Test should be skipped in 'riscos', as intented
jesus.cea
- [Python-checkins] cpython: Closes #16135: Removal of OS/2 support
jesus.cea
- [Python-checkins] cpython: Issue #14446: Remove deprecated tkinter functions: Delete an unused function to
jesus.cea
- [Python-checkins] cpython: Issue #14446: Remove deprecated tkinter functions: Delete an unused function to
jesus.cea
- [Python-checkins] cpython (2.7): #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (3.2): #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (2.7): #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (3.2): #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: #16112: platform.architecture does not correctly escape argument to
jesus.cea
- [Python-checkins] Daily reference leaks (15949f34e08f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14446: Remove deprecated tkinter functions: Delete an unused function to
Andrew Svetlov
- [Python-checkins] cpython (3.2): Issue #16138: fix typo.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16138: fix typo.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16138: fix typo.
andrew.svetlov
- [Python-checkins] cpython (3.2): The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge ftplib doc fix with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge ftplib doc fix with 3.3.
ezio.melotti
- [Python-checkins] peps: Push PEP 428 - object-oriented filesystem paths
antoine.pitrou
- [Python-checkins] cpython: Issue #16123: IDLE - deprecate running without a subprocess.
andrew.svetlov
- [Python-checkins] cpython: normalize whitespaces
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16115: Add test for check that executable arg to Popen() takes
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16115: Add test for check that executable arg to Popen() takes
andrew.svetlov
- [Python-checkins] peps: add missing $
benjamin.peterson
- [Python-checkins] cpython: In debug mode, unicode_write_cstr() now checks that non-ASCII characters are
victor.stinner
- [Python-checkins] peps: Fix UNC path example (Oleg Broytman)
antoine.pitrou
- [Python-checkins] peps: Add Post-History
antoine.pitrou
- [Python-checkins] peps: Detail the semantics more, following python-ideas questions
antoine.pitrou
- [Python-checkins] peps: Add a couple clarifications
antoine.pitrou
- [Python-checkins] cpython: Issue #16113: integrade SHA-3 (Keccak) patch from
christian.heimes
- [Python-checkins] cpython: add note to Misc/NEWS
christian.heimes
- [Python-checkins] cpython: Issue #16133: add Windows project file for _sha3 module. I choose to build
christian.heimes
- [Python-checkins] cpython: fixed _sha3 VS project file
christian.heimes
- [Python-checkins] Daily reference leaks (6a1d8e78b23d): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Fix typo.
ezio.melotti
- [Python-checkins] peps: Fix markup.
georg.brandl
- [Python-checkins] peps: Fix the local variables list.
georg.brandl
- [Python-checkins] cpython: Update NEWS for adding missed changes.
andrew.svetlov
- [Python-checkins] cpython: Issue #13896: Make shelf instances work with 'with' as context managers.
andrew.svetlov
- [Python-checkins] peps: PEP 424: update from Alex.
georg.brandl
- [Python-checkins] peps: Rewrap to 70-characters.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #16149: remove now-false statement about the inability to compare
georg.brandl
- [Python-checkins] cpython (3.3): Closes #11710: create "landing pages" (/library/package.html) for those
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: Issue #16148: implemented PEP 424
armin.ronacher
- [Python-checkins] cpython (merge default -> default): merge default
armin.ronacher
- [Python-checkins] peps: PEP 424: marked as final.
armin.ronacher
- [Python-checkins] cpython: Added notimplemented_dealloc for better error reporting
armin.ronacher
- [Python-checkins] cpython: Fixed a missing incref introduced by a7ec0a1b0f7c
armin.ronacher
- [Python-checkins] cpython: fix possible memory leak, dealloc newobj
christian.heimes
- [Python-checkins] cpython: Issue #16120: Use |yield from| in stdlib.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16025: Minor corrections to the zipfile documentation.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16025: Minor corrections to the zipfile documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16025: Minor corrections to the zipfile documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16025: Minor corrections to the zipfile documentation.
andrew.svetlov
- [Python-checkins] cpython: remove #warning from sha3module.c
christian.heimes
- [Python-checkins] cpython: move var declaration to top of block to fix compilation on Windows, fixes
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: and another one
christian.heimes
- [Python-checkins] cpython: Add spaces to follow PEP8.
andrew.svetlov
- [Python-checkins] cpython (3.2): revert accidental inclusion of subprocess tests
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): revert accidental inclusion of subprocess tests
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): revert accidental inclusion of subprocess tests
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16096: Fix several occurrences of potential signed integer overflow.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16096: Merge fixes from 3.3.
mark.dickinson
- [Python-checkins] cpython (3.2): Closes #16149: remove now-false statement about the inability to compare
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16096: port fix from 3.3
mark.dickinson
- [Python-checkins] cpython (3.3): #10968: commit threading doc changes and corresponding whatsnew entry.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #10968: commit threading doc changes and corresponding whatsnew entry.
r.david.murray
- [Python-checkins] cpython (3.3): Fix typos.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix typos.
r.david.murray
- [Python-checkins] cpython (3.3): whatsnew updates for smtplib and collections.Counter.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: whatsnew updates for smtplib and collections.Counter.
r.david.murray
- [Python-checkins] cpython (3.3): Fix markup in Counter note.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3.
georg.brandl
- [Python-checkins] cpython: Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API
victor.stinner
- [Python-checkins] cpython: Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
victor.stinner
- [Python-checkins] cpython: Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of
victor.stinner
- [Python-checkins] cpython: Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer
victor.stinner
- [Python-checkins] cpython: Cleanup PyUnicode_FromFormatV() for zero padding
victor.stinner
- [Python-checkins] cpython (3.3): More whatsnew updates.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): More whatsnew updates.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
r.david.murray
- [Python-checkins] cpython (2.7): #9957: document that SpooledTemporaryFile.truncate does not take size arg
r.david.murray
- [Python-checkins] cpython (3.2): #9957: document that SpooledTemporaryFile.truncate does not take size arg
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): #9957: document that SpooledTemporaryFile.truncate now accepts a size arg
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg
r.david.murray
- [Python-checkins] cpython (3.3): More whatsnew updates. Also move a C-API NEWS item out of library section.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: More whatsnew updates. Also move a C-API NEWS item out of library
r.david.murray
- [Python-checkins] cpython (3.3): starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
r.david.murray
- [Python-checkins] cpython (3.3): More whatsnew updates, move some doc NEWS items into the doc section.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: More whatsnew updates, move some doc NEWS items into the doc section.
r.david.murray
- [Python-checkins] Daily reference leaks (c7840999b65d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #16148: Small improvements and cleanup. Added version information
armin.ronacher
- [Python-checkins] cpython: Utilize Py_RETURN_NONE in _tkinter module.
andrew.svetlov
- [Python-checkins] cpython: Fix markup.
ezio.melotti
- [Python-checkins] cpython: Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.
andrew.svetlov
- [Python-checkins] cpython: Remove unused functions from _tkinter.
andrew.svetlov
- [Python-checkins] cpython: Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError
hynek.schlawack
- [Python-checkins] cpython (3.3): Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
eli.bendersky
- [Python-checkins] cpython (2.7): Clean up a test turd.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #14900: Distuguish call count and primitive call count in pstat output.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14900: Distuguish call count and primitive call count in pstat output.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #14900: Distuguish call count and primitive call count in pstat
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14900: Distuguish call count and primitive call count in pstat output.
andrew.svetlov
- [Python-checkins] cpython: _sha3 was missing debug build targets. I used xxlimited.vcxproj as template.
christian.heimes
- [Python-checkins] cpython: correct build configuration of sha3 project for debug builds
christian.heimes
- [Python-checkins] cpython (2.7): Issue #14900: Add aliases for sorting params for pstat to follow column names
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14900: Add aliases for sorting params for pstat to follow column names
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #14900: Add aliases for sorting params for pstat to follow column
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #14900: Add aliases for sorting params for pstat to follow column
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): merge heads
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): merge heads
andrew.svetlov
- [Python-checkins] cpython: Get rid of circular import and eliminate unprefixed exported symbols
richard.oudkerk
- [Python-checkins] cpython: Issue #16120: Use |yield from| in stdlib.
andrew.svetlov
- [Python-checkins] cpython: re-add brg_endian.h to debug issue in big endian SPARC machine
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: brg_endian.h is back again
christian.heimes
- [Python-checkins] cpython (3.2): Issue #14783: Improve int() docstring and also str(), range(), and slice().
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #14783: Merge changes from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14783: Merge changes from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #14783: Backport changes from 3.2.
chris.jerdonek
- [Python-checkins] Daily reference leaks (3773c98d9da8): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #13498: Clarify docs of os.makedirs()'s exist_ok argument.
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2
hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
hynek.schlawack
- [Python-checkins] cpython: Make __mp_main__ an alias for __main__ in all processes to simplify
richard.oudkerk
- [Python-checkins] cpython: Use setUpClass() and tearDownClass() in test_multiprocessing.
richard.oudkerk
- [Python-checkins] cpython: Stylistic tweaks to the bz2 module to make it easier to transplant changes from
nadeem.vawda
- [Python-checkins] cpython: bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.
nadeem.vawda
- [Python-checkins] cpython (3.3): Issue #16115: Improve testing of the executable argument to subprocess.Popen().
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16115: Merge test improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (3.3): Issue #16115: Skip a newly added subprocess.Popen() test on Linux.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16115: Merge test skip from 3.3.
chris.jerdonek
- [Python-checkins] Daily reference leaks (96b8eb3d3208): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16115: Improve subprocess.Popen() documentation around args, shell, and
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] cpython: Issue #16141: replaced old-style exception handling code in logging with the
vinay.sajip
- [Python-checkins] devguide: Issue #16161: Update link for downloading Microsoft Visual Studio 2008.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16168: Merged SysLogHandler update from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16168: Merged SysLogHandler update from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.2): Fix Issue 15922: make howto/urllib2.rst doctests pass.
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix Issue 15922: make howto/urllib2.rst doctests pass.
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix Issue 15922: make howto/urllib2.rst doctests pass.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix Issue 15922: make howto/urllib2.rst doctests pass.
senthil.kumaran
- [Python-checkins] cpython: Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #16174: Fix suggested usage of dummy_threading module.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16174: Fix suggested usage of dummy_threading module.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16174: Fix suggested usage of dummy_threading module.
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16169: Merge
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #12322: clarify xpath reference for cases where the path reaches
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #16082: clarify the documentation of tostring[list] saying that it may
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
eli.bendersky
- [Python-checkins] cpython (3.3): compare with equality not identity (issue #16172)
benjamin.peterson
- [Python-checkins] cpython (3.3): compare singletons by identity not equality (closes #16712)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] hooks: Restrict number of lines in log message.
local-hg
- [Python-checkins] cpython (3.3): Issue #16170: Remove Linux skip from test_subprocess's test_executable test.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16170: Merge subprocess test unskip from 3.3.
chris.jerdonek
- [Python-checkins] Daily reference leaks (0ee03c9b098f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fixes Issue #16114: The subprocess module no longer provides a
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes Issue #16114: The subprocess module no longer provides a
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes Issue #16114: The subprocess module no longer provides a
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes Issue #16114: The subprocess module no longer provides a
Chris Jerdonek
- [Python-checkins] cpython (3.3): Issue #12947: Divide doctest "Option Flags and Directives" section into two.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12947: Merge doctest documentation improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #12947: Backport doctest documentation improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (3.2): Issue #12947: revert earlier workaround and use a monkey-patch to enable
georg.brandl
- [Python-checkins] cpython (3.3): Issue #12947: revert earlier workaround and use a monkey-patch to enable
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge 3.2 heads
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Issue #12947: revert earlier workaround and use a monkey-patch to enable
georg.brandl
- [Python-checkins] cpython (3.3): Missed one instance of code-block:: text highlighting to revert.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Missed one instance of code-block:: text highlighting to revert.
georg.brandl
- [Python-checkins] cpython (3.3): Issue #12947: Remove doctest directives from the doctest examples in the
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12947: Merge doctest documentation change from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #12947: Backport doctest documentation change from 3.3.
chris.jerdonek
- [Python-checkins] cpython: add some missing DISPATCH()
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] peps: Replace ".ext" with ".suffix", and add the ".suffixes" property.
antoine.pitrou
- [Python-checkins] peps: They are seven (as I added "basename" too).
antoine.pitrou
- [Python-checkins] peps: Add with_name() and with_suffix() methods.
antoine.pitrou
- [Python-checkins] peps: Rename relative_to() to relative(), removing the old relative() method.
antoine.pitrou
- [Python-checkins] cpython (3.3): Closes issue #15111: Calling __import__ with a module specified in
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix for issue #15111.
brett.cannon
- [Python-checkins] peps: lower wheel spec version
daniel.holth
- [Python-checkins] cpython: Closes #16135: Removal of OS/2 support (distutils)
jesus.cea
- [Python-checkins] cpython: Closes #16135: Removal of OS/2 support (distutils) (II)
jesus.cea
- [Python-checkins] cpython (3.2): Issue #16115: Make further improvements to subprocess.Popen() documentation.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] Daily reference leaks (178ba363af1c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix placement of shell=True warning in subprocess.Popen() docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Fix placement of shell=True warning in subprocess.Popen() docs.
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen()
chris.jerdonek
- [Python-checkins] cpython: Issue #16088: BaseHTTPRequestHandler's send_error method includes a
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
senthil.kumaran
- [Python-checkins] cpython: code smell. remove pdb
senthil.kumaran
- [Python-checkins] devguide: Fix typo.
ezio.melotti
- [Python-checkins] cpython: Closes #15776: pyvenv now works with existing directories.
vinay.sajip
- [Python-checkins] cpython (3.2): Fix #16176. Properly identify Windows 8 via platform.platform()
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] cpython (2.7): Fix #16176. Properly identify Windows 8 via platform.platform()
brian.curtin
- [Python-checkins] peps: explain #!python rewrite-on-install
daniel.holth
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
Chris Jerdonek
- [Python-checkins] cpython (3.2): Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16199: Merge 2to3 typo fix from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge).
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16199: Backport 2to3 typo fix from 3.2.
chris.jerdonek
- [Python-checkins] cpython (3.2): Fix link to str.format() in docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: Fix link to str.format() in docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Fix link to str.format() in docs.
chris.jerdonek
- [Python-checkins] cpython (3.3): Add and adjust some string-related links in the docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Add and adjust some string-related links in the docs.
chris.jerdonek
- [Python-checkins] Daily reference leaks (880e62fa7770): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix and add more links.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge link additions/fixes with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Improve markup in functional.rst, and fix a couple of errors.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge functional howto improvements with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge functional howto improvements with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Make doctests pass in the functional howto.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge doctest fixes in functional howto with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge doctest fixes in functional howto with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix links to the __next__ method.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge __next__ method link fixes with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge __next__ method link fixes with 3.3.
ezio.melotti
- [Python-checkins] benchmarks: Skip slow benchmarks (hexiom2) in fast mode except when explicitly selected.
antoine.pitrou
- [Python-checkins] benchmarks: Mention pathlib in the README
antoine.pitrou
- [Python-checkins] benchmarks: Some test commit for the benchmarks repo configuration
antoine.pitrou
- [Python-checkins] cpython: Remove uses of % with str.format.
brett.cannon
- [Python-checkins] cpython: ceval cleanup
benjamin.peterson
- [Python-checkins] cpython: move declaration to top of block
benjamin.peterson
- [Python-checkins] cpython: move more variable declarations to the top of blocks
benjamin.peterson
- [Python-checkins] cpython: fix to work if __doc__ is removed
benjamin.peterson
- [Python-checkins] cpython: skip if __doc__ is gone
benjamin.peterson
- [Python-checkins] cpython (3.2): fix to work if __doc__ is removed
benjamin.peterson
- [Python-checkins] cpython (3.2): skip if __doc__ is gone
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (2.7): Fixes Issue #12268 for the io module - File readline, readlines and
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
Chris Jerdonek
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
Chris Jerdonek
- [Python-checkins] cpython: lzma module: Rewrap docstrings at 72 columns, as per PEP 8.
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
Benjamin Peterson
- [Python-checkins] cpython (2.7): String exceptions aren't just deprecated, they are gone.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
Chris Jerdonek
- [Python-checkins] cpython (3.3): Undo changes accidentally reverted in de8787029fe4.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Undo changes accidentally reverted in de8787029fe4.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
Chris Jerdonek
- [Python-checkins] Daily reference leaks (6e721c72683f): sum=0
solipsis at pitrou.net
- [Python-checkins] [Python-Dev] cpython (merge 3.3 -> 3.3): merge heads
Benjamin Peterson
- [Python-checkins] cpython (3.2): Issue #16206: Improve the documentation of the dict constructor.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16206: Merge dict documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16206: Merge dict documentation improvements from 3.3.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16206: Backport dict documentation improvements from 3.2.
chris.jerdonek
- [Python-checkins] cpython: When not optimized function stack sizes are much larger and may cause this test
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big
christian.heimes
- [Python-checkins] cpython: Clean up some warnings in test suite output.
nadeem.vawda
- [Python-checkins] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: get 64bit platforms without uint64 right again
christian.heimes
- [Python-checkins] Daily reference leaks (51ae37850e85): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Update comment: SPARC requires proper alignment
christian.heimes
- [Python-checkins] cpython: Issue #15721: make _tkinter module pep384 compatible.
andrew.svetlov
- [Python-checkins] cpython: Issue #16234: Modify sha3's block_size method to return NotImplemented.
christian.heimes
- [Python-checkins] Daily reference leaks (40a1652349e9): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: logging's SocketHandler: get rid of some legacy code and use the newer
giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
chris.jerdonek
- [Python-checkins] cpython (2.7): don't expect warnings from doctests if they can't run
benjamin.peterson
- [Python-checkins] cpython (2.7): don't expect warnings from doctests if they can't run
Chris Jerdonek
- [Python-checkins] peps: bye sysconfig.get_paths
daniel.holth
- [Python-checkins] cpython (2.7): fix typo
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #16225: Add additional note to tutorial about changing sequence while
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16225: Merge from 3.2: Add additional note to tutorial about looping.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16225: Merge from 3.3: Add additional note to tutorial about looping.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
chris.jerdonek
- [Python-checkins] Daily reference leaks (d3c7ebdc71bb): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16244: Remove file mode overrides.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #16244: Remove file mode overrides.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16244: Merged change from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16244: Merged change from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #15936: Add link from os.urandom to random.SystemRandom
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #15936: Add link from os.urandom to random.SystemRandom
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
Hynek Schlawack
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
Andrew Svetlov
- [Python-checkins] cpython (2.7): Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Reformat text for os.random to follow Larry Hastings
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #15833: don't raise an exception if importlib can't write byte-compiled
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15833: don't raise an exception if importlib can't write
trent.nelson
- [Python-checkins] cpython (3.3): Issue #15298: ensure _sysconfigdata is generated in build directory,
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15298: ensure _sysconfigdata is generated in build directory,
trent.nelson
- [Python-checkins] cpython (3.3): Tweak the threaded example in concurrent.futures
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge concurrent.futures example changes from 3.3
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #15819: additional fixes for out-of-tree builds from read-only src.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #15819: additional fixes for out-of-tree builds from read-only src.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15819: additional fixes for out-of-tree builds from read-only src.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
trent.nelson
- [Python-checkins] cpython (merge default -> default): Merge heads.
trent.nelson
- [Python-checkins] cpython (3.3): A dict comprehension is much prettier (thanks Antoine)
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge concurrent.futures dict comp tweak from 3.3
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #15819: additional fixes for out-of-tree builds from read-only src.
trent.nelson
- [Python-checkins] cpython (2.7): only run doctests when __doc__ is around
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.3): Tweak the threaded example in concurrent.futures
Chris Jerdonek
- [Python-checkins] cpython (2.7): Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).
trent.nelson
- [Python-checkins] cpython (3.2): Issue #15819: tweak logic in previous commit (617591e7d708).
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #15819: tweak logic in previous commit.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15819: tweak logic in previous commit.
trent.nelson
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.
trent.nelson
- [Python-checkins] cpython: Bump autoconf from 2.68 to 2.69.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
Terry Reedy
- [Python-checkins] cpython (3.3): Fix typo.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.
ezio.melotti
- [Python-checkins] cpython: Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
antoine.pitrou
- [Python-checkins] cpython: Reformat _tkinter code to follow PEP7
andrew.svetlov
- [Python-checkins] cpython (3.2): Add tests for the writelines() method of file objects.
antoine.pitrou
- [Python-checkins] cpython (3.2): Also add tests for TextIOWrapper.writelines() (issue #15744).
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge for issue #15744: add tests for the writelines() method of file objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Merge for issue #15744: add tests for the writelines() method of file objects.
antoine.pitrou
- [Python-checkins] cpython (2.7): Add tests for the writelines() method of file objects.
antoine.pitrou
- [Python-checkins] cpython (2.7): Also add tests for TextIOWrapper.writelines() (issue #15744).
antoine.pitrou
- [Python-checkins] cpython (3.3): A couple more whatsnew updates.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: A couple more whatsnew updates.
r.david.murray
- [Python-checkins] Daily reference leaks (e526d67016f0): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #16160: Subclass support now works for types.SimpleNamespace.
eric.snow
- [Python-checkins] cpython (3.3): Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
trent.nelson
- [Python-checkins] cpython (2.7): Issue #15819: use standard autoconf preset output variables.
trent.nelson
- [Python-checkins] cpython (3.2): Issue #15819: use standard autoconf preset output variables.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15819: use standard autoconf preset output variables.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15819: use standard autoconf preset output variables.
trent.nelson
- [Python-checkins] cpython (3.2): Issue #16257: make test_create_connection() handle ENETUNREACH.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16257: make test_create_connection() handle ENETUNREACH.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16257: make test_create_connection() handle ENETUNREACH.
trent.nelson
- [Python-checkins] cpython: test_logging.py: where needed use unittest's assertGreater, assertLesser,
giampaolo.rodola
- [Python-checkins] cpython (3.2): Issue #16265: Fix collapsing of code sample in tutorial.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16265: Fix collapsing of code sample in tutorial.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16265: Fix collapsing of code sample in tutorial.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #9583: Document startup option/environment interaction.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #9583: Document startup option/environment interaction.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #9583: Document startup option/environment interaction.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #9583: Document startup option/environment interaction.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.2): null merge
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> 3.3): null merge
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): null merge
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge heads
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): merge heads
andrew.svetlov
- [Python-checkins] peps: Added PEP 429, Release Schedule for Python 3.4.
larry.hastings
- [Python-checkins] cpython: Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
christian.heimes
- [Python-checkins] cpython (2.7): Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.
trent.nelson
- [Python-checkins] cpython (3.3): Issue #15298: refactor previous fix from 66959d419369.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15298.
trent.nelson
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
trent.nelson
- [Python-checkins] cpython (merge default -> default): Merge heads.
trent.nelson
- [Python-checkins] cpython (3.2): Clarify universal-newline wording in tutorial (issue #16266).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266).
chris.jerdonek
- [Python-checkins] Daily reference leaks (f6fcff683866): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16257: make test_create_connection() handle ENETUNREACH.
trent.nelson
- [Python-checkins] peps: Correction: Ned is the primary Mac guy on the release team for 3.4.
larry.hastings
- [Python-checkins] cpython (2.7): Issue #16274: backport of 3.2's asyncore/test_asyncore to 2.7.
trent.nelson
- [Python-checkins] cpython (2.7): Issue #16274: revert r79813:90a46f8943d0 changes to asyncore/test_asyncore.
trent.nelson
- [Python-checkins] cpython (3.2): Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <=
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16277: merge fix from 3.2
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16277: merge fix from 3.3
mark.dickinson
- [Python-checkins] cpython: Followup to issue #15958: add join.h to Makefile dependencies for byte strings
antoine.pitrou
- [Python-checkins] cpython: Issue 16280: Drop questionable special-casing of null pointer in
mark.dickinson
- [Python-checkins] peps: Metadata 1.3, wheel edits
daniel.holth
- [Python-checkins] cpython (3.3): Issue #16226: Fix IDLE Path Browser crash.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16226: Fix IDLE Path Browser crash.
ned.deily
- [Python-checkins] peps: fix typo
daniel.holth
- [Python-checkins] peps: PEP 425 (tags) - mention wheel filename convention
daniel.holth
- [Python-checkins] Daily reference leaks (58f9523cf407): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix merging mistake.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
georg.brandl
- [Python-checkins] cpython: Fix issue #16270: urllib may hang when used for retrieving files via FTP by
giampaolo.rodola
- [Python-checkins] cpython (3.3): Fix issue #16270: urllib may hang when used for retrieving files via FTP by
giampaolo.rodola
- [Python-checkins] cpython (3.2): Fix issue #16270: urllib may hang when used for retrieving files via FTP by
giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #6074: Restore the long-broken support for running with read-only source
nick.coghlan
- [Python-checkins] devguide: Close #13440 by linking to a couple of blog posts from the dev FAQ. Also
nick.coghlan
- [Python-checkins] devguide: Silence Sphinx warning
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #6074: Forward port Windows read-only source file fix from 2.7
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> 3.3): Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Propagate dummy merge from 3.3
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #6074: Actually delete the source file in the test as intended
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #6074: Restore the long-broken support for running with read-only source
Serhiy Storchaka
- [Python-checkins] cpython (3.3): Issue #6074: Apply an appropriate fix for importlib based imports
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix from #6074 from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Remove unused import
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #6074: Actually delete the source file in the test as intended
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> 3.3): Dummy merge from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Propagate dummy merge from 3.3
nick.coghlan
- [Python-checkins] [Python-Dev] cpython (2.7): Issue #6074: Restore the long-broken support for running with read-only source
Nick Coghlan
- [Python-checkins] cpython (2.7): No reason to use a generator here
nick.coghlan
- [Python-checkins] cpython (3.2): Fix broken test and replace redundant generator with a tuple
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> 3.3): Dummy merge from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Propagate dummy merge from 3.3
nick.coghlan
- [Python-checkins] peps: Defer both PEPs about speeding up the release cycle
nick.coghlan
- [Python-checkins] cpython (3.2): Fix broken test and replace redundant generator with a tuple
Trent Nelson
- [Python-checkins] cpython (3.3): Remove wrong escape in code snippet.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge wrong escape removal with 3.3.
ezio.melotti
- [Python-checkins] peps: Remove wrong escape in code snippet.
ezio.melotti
- [Python-checkins] peps: Minor grammar tweak.
brett.cannon
- [Python-checkins] peps: Metadata 1.3 tweaks
daniel.holth
- [Python-checkins] cpython (3.2): Fix compilation on Windows
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> 3.3): Dummy merge from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Propagate dummy merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.2): Fix broken test and replace redundant generator with a tuple
Nick Coghlan
- [Python-checkins] Daily reference leaks (2d53f92ed54c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
nick.coghlan
- [Python-checkins] cpython: Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
mark.dickinson
- [Python-checkins] cpython (3.3): Move note about the implementation in the "seealso".
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge "seealso" change with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): Fix punctuation.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge punctuation fixes with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #10405: Document IDLE context menus in Standard Library document
ned.deily
- [Python-checkins] cpython (3.2): Issue #10405: Document IDLE context menus in Standard Library document
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #10405: merge from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #10405: merge from 3.3
ned.deily
- [Python-checkins] devguide: Issue #16289: Update Developer's Guide for the 3.4 development cycle.
ned.deily
- [Python-checkins] cpython: Issue #12805: Make bytes.join and bytearray.join faster when the separator is
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix indentation (or Sphinx will think these are attributes of ConnectionError).
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge indentation fixes with 3.3.
ezio.melotti
- [Python-checkins] peps: Fix typo and add comma.
ezio.melotti
- [Python-checkins] peps: de-RFC Metadata 1.3, with email.policy demo
daniel.holth
- [Python-checkins] Daily reference leaks (223477b653e2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix typo.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): Fix PEP name.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge PEP name fix with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #16220: wsgiref now always calls close() on an iterable response.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix whacky spacing in test_wsgiref
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16220: wsgiref now always calls close() on an iterable response.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix whacky spacking in test_wsgiref
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16220: wsgiref now always calls close() on an iterable response.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16220: wsgiref now always calls close() on an iterable response.
antoine.pitrou
- [Python-checkins] cpython: Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
antoine.pitrou
- [Python-checkins] cpython: Issue #16034 follow-up: Apply optimizations to the lzma module.
nadeem.vawda
- [Python-checkins] cpython: Try to fix issue #16264 (test_logging failure on some buildbots).
antoine.pitrou
- [Python-checkins] cpython: Build the _sha3 module with VS 2008.
antoine.pitrou
- [Python-checkins] cpython: Build the _sha3 module with VS 2008.
Christian Heimes
- [Python-checkins] cpython: Issue #12692: Fix resource leak in urllib.request.
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #14398: Fix size truncation and overflow bugs in bz2 module.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #14398: Fix size truncation and overflow bugs in bz2 module.
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14398: Fix size truncation and overflow bugs in bz2 module.
nadeem.vawda
- [Python-checkins] cpython: Add VS 9 project file for _sha3 module
christian.heimes
- [Python-checkins] cpython: backout ce9c9cbd1b11, Build the _sha3 module with VS 2008
christian.heimes
- [Python-checkins] cpython: Build the _sha3 module with VS 2008.
"Martin v. Löwis"
- [Python-checkins] cpython: Build the _sha3 module with VS 2008.
Christian Heimes
- [Python-checkins] cpython: Issue #10836: Fix exception raised when file not found in urlretrieve
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #14398: Fix size truncation and overflow bugs in bz2 module.
nadeem.vawda
- [Python-checkins] cpython (3.2): - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> 3.3): - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
matthias.klose
- [Python-checkins] cpython: Issue #16250: Fix the invocations of URLError which had misplaced filename
senthil.kumaran
- [Python-checkins] Daily reference leaks (2a0c9472c89c): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #16294: 8 space indent in tutorial
jesus.cea
- [Python-checkins] cpython (3.2): Closes #16294: 8 space indent in tutorial
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #16294: 8 space indent in tutorial
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16294: 8 space indent in tutorial
jesus.cea
- [Python-checkins] cpython (3.3): Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.
kristjan.jonsson
- [Python-checkins] cpython: Build the _sha3 module with VS 2008.
"Martin v. Löwis"
- [Python-checkins] cpython: Add _sha3.pyd to list of extension modules for MSI
christian.heimes
- [Python-checkins] peps: Metadata 1.3: only "Metadata-Version", "Name", "Version", and "Summary" are
daniel.holth
- [Python-checkins] peps: explain signing scheme in faq
daniel.holth
- [Python-checkins] cpython: Issue #16301: Fix the localhost verification in urllib/request.py for file://.
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
ned.deily
- [Python-checkins] cpython (3.2): Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15853: merge 3.2 -> 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15853: merge 3.3 -> default
ned.deily
- [Python-checkins] cpython: Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by
senthil.kumaran
- [Python-checkins] cpython: Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp()
victor.stinner
- [Python-checkins] cpython: Inline raise_translate_exception(): it is only used once
victor.stinner
- [Python-checkins] cpython: Optimize _PyUnicode_HasNULChars(): use findchar() instead of
victor.stinner
- [Python-checkins] cpython: Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in
victor.stinner
- [Python-checkins] Daily reference leaks (3c0e1f351dae): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython: skip the file localhost test on windows. Fix it on branch and modify the test
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
senthil.kumaran
- [Python-checkins] peps: Fix typos.
ezio.melotti
- [Python-checkins] cpython (2.7): #15040: Close files in mailbox tests for PyPy compatibility
petri.lehtinen
- [Python-checkins] cpython (3.3): Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge html.entities.html5 reordering with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): Issue #16241: document -X faulthandler command line option.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16241: document -X faulthandler command line option.
andrew.svetlov
- [Python-checkins] cpython (3.3): Replace tabs with spaces in posixmodule.c
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Replace tabs with spaces in posixmodule.c
petri.lehtinen
- [Python-checkins] cpython: #16245: add a script to generate the html.entities.html5 dict.
ezio.melotti
- [Python-checkins] cpython (3.3): #16245: Fix the value of a few entities in html.entities.html5.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16245: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Fix issue16300: addressing the buildbot failures on windows
senthil.kumaran
- [Python-checkins] cpython: Fix the windows buildbot permission error - close the fd of tempfile beffore
senthil.kumaran
- [Python-checkins] cpython: Add Misc/NEWS entry for dd8b969d7459/#16245.
ezio.melotti
- [Python-checkins] cpython (3.3): Issue #16116: Now uses corrected include and library paths when building C
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16116: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Fixed whitespace typo in Misc/NEWS.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged fix of whitespace typo in Misc/NEWS from 3.3.
vinay.sajip
- [Python-checkins] Daily reference leaks (0acc5626a578): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: make _PyParser_TokenNames const
benjamin.peterson
- [Python-checkins] cpython (2.7): #16210: combine the two type() docs. Patch by Pete Sevander.
ezio.melotti
- [Python-checkins] cpython (3.2): #16210: combine the two type() docs. Patch by Pete Sevander.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16210: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16210: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16303: remove extra quotes from exception and add (). Initial patch by
ezio.melotti
- [Python-checkins] Daily reference leaks (fd69a6d1b0f0): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Update NEWS for issue #16241
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Update NEWS for issue #16241
andrew.svetlov
- [Python-checkins] cpython (3.2): Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16305: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16305: Merge fix from 3.3.
mark.dickinson
- [Python-checkins] cpython (3.2): Fix formatting of syntax description of function definition.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: fix formatting of syntax description of function definition.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: fix formatting of syntax description of function definition.
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: fix formatting of syntax description of function definition.
chris.jerdonek
- [Python-checkins] Daily reference leaks (59a189a15933): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #16206: Improve examples about dict construction.
ezio.melotti
- [Python-checkins] cpython (3.2): #16206: Improve examples about dict construction.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16206: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16206: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: remove obsolete hasattr() check for socket.sendall
giampaolo.rodola
- [Python-checkins] cpython (3.3): #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16317: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge heads.
ezio.melotti
- [Python-checkins] cpython (3.3): Add Modules/_freeze_importlib to .gitignore
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
petri.lehtinen
- [Python-checkins] cpython (2.7): #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
ezio.melotti
- [Python-checkins] cpython (3.3): Issue #16243: add example for inspect.formatargspec
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16243: add example for inspect.formatargspec
andrew.svetlov
- [Python-checkins] cpython (3.2): bounds check for bad data (thanks amaury)
philip.jenvey
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
philip.jenvey
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
philip.jenvey
- [Python-checkins] cpython (2.7): Issue #16274: Fix test_asyncore on Solaris.
trent.nelson
- [Python-checkins] Daily reference leaks (8e67d5dc069d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16250: Fix URLError invocation with proper args.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16250: Fix URLError invocation with proper args
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 and 3.2 changes related to 10836
senthil.kumaran
- [Python-checkins] cpython (2.7): Add some tests in 2.7 for Issue #16250
senthil.kumaran
- [Python-checkins] cpython (3.3): #16307: Fix multiprocessing.Pool.map_async not calling its callbacks
hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
hynek.schlawack
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
nick.coghlan
- [Python-checkins] distutils2: Fix stringification of final versions (#16107).
eric.araujo
- [Python-checkins] distutils2: Fix link in README (#15957). Patch by Cliff Dyer.
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge fixes for #16107 and #15957 from default
eric.araujo
- [Python-checkins] cpython (3.2): #15043: Improve test_gdb support of gdb >= 7.4.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge #15043: Improve test_gdb support of gdb >= 7.4.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #15043: Improve test_gdb support of gdb >= 7.4.
r.david.murray
- [Python-checkins] cpython (2.7): #15043: Improve test_gdb support of gdb >= 7.4.
r.david.murray
- [Python-checkins] distutils2: Update Trove classifiers
eric.araujo
- [Python-checkins] devguide: This is no longer needed, the path is now automatically added by the test.
r.david.murray
- [Python-checkins] cpython (3.2): Include mention of jenkins as an example framework for doing CI
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): Automated merge with file:///home/vagrant/3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (2.7): #12890: don't emit <p> tags in text mode when logdir specified.
r.david.murray
- [Python-checkins] cpython (3.2): #12890: don't emit <p> tags in text mode when logdir specified.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge #12890: don't emit <p> tags in text mode when logdir specified.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #12890: don't emit <p> tags in text mode when logdir specified.
r.david.murray
- [Python-checkins] cpython (2.7): #8040: add a version switcher to the documentation. Patch by Yury Selivanov.
ezio.melotti
- [Python-checkins] cpython (3.2): #8040: add a version switcher to the documentation. Patch by Yury Selivanov.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #8040: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8040: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #8040: enable the versionswitcher for the autobuild-dev target.
ezio.melotti
- [Python-checkins] cpython (3.2): #8040: enable the versionswitcher for the autobuild-dev target.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #8040: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8040: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: pep-0427 edits
daniel.holth
- [Python-checkins] cpython (2.7): #8040: fix the version.
ezio.melotti
- [Python-checkins] cpython (3.2): #8040: fix the version.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #8040: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8040: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #16337: fix typo.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16337: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): #15889: make regrtest --start succeed in more cases.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge #15889: make regrtest --start succeed in more cases.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #15889: make regrtest --start succeed in more cases.
r.david.murray
- [Python-checkins] peps: #16325: remove outdated link and rephrase paragraph accordingly.
ezio.melotti
- [Python-checkins] cpython (3.3): #12890: skip tests which fail on windows until fixed or rewritten.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #12890: skip tests which fail on windows until fixed or rewritten.
r.david.murray
- [Python-checkins] peps: Switch broken examples for spaces around operators. Fixes issue 16239.
guido.van.rossum
- [Python-checkins] Daily reference leaks (57a33af85407): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.6): #8040: port versionswitcher patch to 2.6.
georg.brandl
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge with 2.6
georg.brandl
- [Python-checkins] cpython (3.2): #8040: fix jQuery incompatibility
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Add a autobuild-quick target that only rebuilds HTML.
georg.brandl
- [Python-checkins] cpython (3.3): Add a autobuild-quick target that only rebuilds HTML.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Update current version of the "dailybuild" script.
georg.brandl
- [Python-checkins] peps: Add version-switcheroo stuff todos.
georg.brandl
- [Python-checkins] cpython: Minor typo fix.
georg.brandl
- [Python-checkins] peps: PEP 430 is Final.
georg.brandl
- [Python-checkins] cpython (2.7): Update current version of the "dailybuild" script.
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16340: exclude venv/scripts from byte-compilation at installation time
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16340: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #14616: Mention shlex.quote in subprocess docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #14616: Mention shlex.quote in subprocess docs.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #14616: Document pipes.quote and mention this one in subprocess docs.
andrew.svetlov
- [Python-checkins] cpython (3.2): changeset: 80007:49e4541f2aef
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): changeset: 80007:49e4541f2aef
georg.brandl
- [Python-checkins] cpython (2.7): Issue #14700: Fix buggy overflow checks for large precision and width in
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #14700: Fix buggy overflow checks for large precision and width in
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #14700: merge tests from 3.2.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14700: merge tests from 3.3.
mark.dickinson
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Chris Jerdonek
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Georg Brandl
- [Python-checkins] peps: Clarify what 'latest version' means, mark Georg as PEP czar and bump status
nick.coghlan
- [Python-checkins] peps: Revert PEP 430 to Final.
nick.coghlan
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Nick Coghlan
- [Python-checkins] cpython (3.2): Issue #14570: Document json sort_keys parameter properly.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #14570: Document json sort_keys parameter properly.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #14570: Document json sort_keys parameter properly.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
andrew.svetlov
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Georg Brandl
- [Python-checkins] cpython (3.2): Remove confusing "Release" and "Date" markers from whatsnews.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3.
georg.brandl
- [Python-checkins] cpython (2.7): Remove confusing "Release" and "Date" markers from whatsnews.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #16340: Handle exception while copying script to venv.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16340: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #14570: Document json sort_keys parameter properly.
andrew.svetlov
- [Python-checkins] cpython: #1492704: Ensure and document backward compatibility of the change
hynek.schlawack
- [Python-checkins] cpython: Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
nadeem.vawda
- [Python-checkins] cpython (2.7): Add test for BZ2Decompressor.decompress("") after end of stream.
nadeem.vawda
- [Python-checkins] cpython (3.2): Add test for BZ2Decompressor.decompress("") after end of stream.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
nadeem.vawda
- [Python-checkins] cpython (3.3): Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
brett.cannon
- [Python-checkins] cpython (3.2): Remove unneeded "Release" and "Date" markers from doc index pages.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: remove "Release" and "Date" markers from index pages.
chris.jerdonek
- [Python-checkins] peps: PEP 426 minor language cleanup
daniel.holth
- [Python-checkins] Daily reference leaks (a1cd431a71c6): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Chris Jerdonek
- [Python-checkins] peps: PEP for updating the URL layout on docs.python.org
Georg Brandl
- [Python-checkins] cpython (3.2): Fix regression from issue #16262
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2 for issue #16262
ross.lagerwall
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3 for issue #16262
ross.lagerwall
- [Python-checkins] cpython (2.7): #14897: Enhance error messages of struct.pack and struct.pack_into
petri.lehtinen
- [Python-checkins] cpython (3.2): #14897: Enhance error messages of struct.pack and struct.pack_into
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): #14897: Enhance error messages of struct.pack and struct.pack_into
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): #14897: Enhance error messages of struct.pack and struct.pack_into
petri.lehtinen
- [Python-checkins] cpython (3.2): Fix #16197. Update docstrings and documentation to match winreg code.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2
brian.curtin
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
brian.curtin
- [Python-checkins] cpython: Issue #16330: Use surrogate-related macros
victor.stinner
- [Python-checkins] cpython: Issue #15478: Raising an OSError doesn't decode or encode the filename anymore
victor.stinner
- [Python-checkins] cpython: Issue #16330: Fix compilation on Windows
victor.stinner
- [Python-checkins] Daily reference leaks (812f5c379188): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16341: convert examples to use except ... as ... syntax.
andrew.svetlov
- [Python-checkins] cpython: Issue #15721: apply PEP 384 Refactoring to tkinter module.
andrew.svetlov
- [Python-checkins] cpython: Issue #16351: New function gc.get_stats() returns per-generation collection
antoine.pitrou
- [Python-checkins] cpython: Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster
victor.stinner
- [Python-checkins] cpython: Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned
victor.stinner
- [Python-checkins] cpython: Issue #9566: Explicit downcast to fix compiler warnings on Win64
victor.stinner
- [Python-checkins] cpython: Issue #9566: Use the right type to fix a compiler warnings on Win64
victor.stinner
- [Python-checkins] cpython: Issue #15478: Fix test_os on Windows (os.chown is missing)
victor.stinner
- [Python-checkins] cpython: Issue #15478: Fix test_os on FreeBSD
victor.stinner
- [Python-checkins] cpython (3.3): #12890: fix test on windows
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #12890: fix test on windows
r.david.murray
- [Python-checkins] cpython (3.2): initialize more global type objects (closes #16369)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#16369)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16369)
benjamin.peterson
- [Python-checkins] cpython (2.7): initialize more global type objects (closes #16369)
benjamin.peterson
- [Python-checkins] cpython: initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
benjamin.peterson
- [Python-checkins] cpython (3.3): don't shadow the __qualname__ descriptor with __qualname__ in the class's
benjamin.peterson
- [Python-checkins] cpython (3.3): do safety checks on __qualname__ assignment
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] Daily reference leaks (d24befb680d6): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix typo in mock docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: fix typo in mock docs.
andrew.svetlov
- [Python-checkins] cpython (2.7): Fix docstring for deque ctor to mark iterable parameter optional
andrew.svetlov
- [Python-checkins] cpython (3.2): Fix docstring for deque ctor to mark iterable parameter optional
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: fix docstring for deque ctor to mark iterable parameter optional
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: fix docstring for deque ctor to mark iterable parameter optional
andrew.svetlov
- [Python-checkins] cpython (3.2): Remove already dropped function PySys_GetFile from documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Remove already dropped function PySys_GetFile from documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Remove already dropped function PySys_GetFile from documentation.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16370: Mention Py_SetProgramName in example for very high level
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16370: Mention Py_SetProgramName in example for very high level
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16370: Mention Py_SetProgramName in example for very high level
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16370: Mention Py_SetProgramName in example for very high level
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16371: fix typo in ctypes documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16371: fix typo in ctypes documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16371: fix typo in ctypes documentation.
andrew.svetlov
- [Python-checkins] cpython (3.2): #16371: fix up the English a bit more.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge #16371: fix up the English a bit more.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #16371: fix up the English a bit more.
r.david.murray
- [Python-checkins] cpython (2.7): #16371: fix up the English.
r.david.murray
- [Python-checkins] cpython (2.7): Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
jesus.cea
- [Python-checkins] cpython (3.2): Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #16369: Global PyTypeObjects not initialized with
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16369: Global PyTypeObjects not initialized with
jesus.cea
- [Python-checkins] cpython (3.3): Issue #16197: Fix several small errors in winreg documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16197: Fix several small errors in winreg documentation.
andrew.svetlov
- [Python-checkins] cpython: make PyGrammar_LabelRepr return a const char * (closes #16369)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Issue #13701: Fix decorator avoidance (due to desire for Python 2.3
mark.dickinson
- [Python-checkins] cpython (3.2): only fast-path fromkeys() when the constructor returns a empty dict (closes
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#16345)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16345)
benjamin.peterson
- [Python-checkins] cpython (2.7): only fast-path fromkeys() when the constructor returns a empty dict (closes
benjamin.peterson
- [Python-checkins] cpython (3.2): fix spelling
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (2.7): fix spelling
benjamin.peterson
- [Python-checkins] cpython (2.7): avoid a function call with redundant checks for dict size
benjamin.peterson
- [Python-checkins] cpython (3.2): avoid a function call with redundant checks for dict size
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16348: merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16348: merge fix from 3.3.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #14900: document added sort keys for profile stats.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14900: document added sort keys for profile stats.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #14900: document added sort keys for profile stats.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14900: document added sort keys for profile stats.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): null merge
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16377: Fix bisect unittest.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16377: Fix bisect unittest.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16377: Fix bisect unittest.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16377: fix missed test due to incorrect indentation in test_bisect.
mark.dickinson
- [Python-checkins] cpython: Issue #15478: Use path_error() in more posix functions, especially in Windows
victor.stinner
- [Python-checkins] cpython: Issue #15478: Fix again to fix test_os on Windows
victor.stinner
- [Python-checkins] cpython: Issue #15478: Use source filename in OSError, not destination filename
victor.stinner
- [Python-checkins] cpython: Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows
victor.stinner
Last message date:
Wed Oct 31 23:01:34 CET 2012
Archived on: Wed Oct 31 23:01:41 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).