- f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
- 080a2c0 #16127: merge with 3.3. by Ezio Melotti · 12 years ago
- e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
- 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
- ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
- f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
- b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
- d4b5aaa merge 3.3 (bug already fixed, differently, in default) by Victor Stinner · 12 years ago
- 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago
- 770e19e Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings by Victor Stinner · 12 years ago
- 90db9c4 Enable also ptr==ptr optimization in PyUnicode_Compare() by Victor Stinner · 12 years ago
- 45c0766 Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
- 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
- eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
- 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
- 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
- 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
- 997adb5 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
- ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
- df59593 Merge heads by Andrew Svetlov · 12 years ago
- 759bc58 Merge: Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
- 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
- 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
- 693105e Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
- 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
- d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
- 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
- debda5d Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue by Jesus Cea · 12 years ago
- 3e94e14 Backed out changeset 5abacebec9d2 by Jesus Cea · 12 years ago
- 82a3924 Backed out changeset c73b90b6dadd by Jesus Cea · 12 years ago
- 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
- e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
- fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
- 95038fa Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
- dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
- 279ed3c MERGE: Whatsnew typo by Jesus Cea · 12 years ago
- b6bb3ad Whatsnew typo by Jesus Cea · 12 years ago
- ce3e0dd MERGE: whatsnew by Jesus Cea · 12 years ago
- aa26488 whatsnew by Jesus Cea · 12 years ago
- 9cc98c9 long_to_decimal_string_internal() doesn't need to write the final NULL character by Victor Stinner · 12 years ago
- aa77127 unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block by Victor Stinner · 12 years ago
- a4708231 Split the huge PyUnicode_Format() function (+540 lines) into subfunctions by Victor Stinner · 12 years ago
- a049443 PyUnicode_Format(): disable overallocation when we are writing the last part by Victor Stinner · 12 years ago
- afffce4 Unicode: resize_compact() and resize_inplace() fills also the Unicode strings by Victor Stinner · 12 years ago
- 75f1081 Merge #12947 workaround from 3.3 by Nick Coghlan · 12 years ago
- 0b26ccf Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
- 7c0a87f Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
- da0e579 Merge doctest note from 3.3 by Nick Coghlan · 12 years ago
- 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
- a42709e Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
- 497ebda NULL merge by Jesus Cea · 12 years ago
- 22ab5e7 NULL merge by Jesus Cea · 12 years ago
- cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
- f53b762 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
- 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
- 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
- fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
- 364f79d Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
- 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
- 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
- e884be6 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
- cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
- 8155ff4 More whatsnew updates. by R David Murray · 12 years ago
- 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
- 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
- 30a13fb Reword the next version placeholder now that the changelog is part of the published What's New docs by Nick Coghlan · 12 years ago
- 3f459ec Null merge by Andrew Svetlov · 12 years ago
- ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
- 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
- f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
- 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
- 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
- 814a13d Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
- 994ce1a Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
- c89d28f Issue #15609: Fix refleak introduced by my last optimization by Victor Stinner · 12 years ago
- 450dbcf merge with 3.3. by Georg Brandl · 12 years ago
- dc704c6 In this case it is not useful to hide "threading". by Georg Brandl · 12 years ago
- b116b3b #15979: merge with 3.3. by Ezio Melotti · 12 years ago
- 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
- d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
- 31a9e83 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
- 6c61716 Merge: Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
- 0bbfd6b Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
- 6e7bd65 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
- 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
- 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
- f25dabe Merge changelog filtering fixes/improvements with 3.3. by Ezio Melotti · 12 years ago
- 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
- 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
- fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
- 8bfcf51 Merge by Antoine Pitrou · 12 years ago
- 77cddc3 Merge by Antoine Pitrou · 12 years ago
- 5f62aaa Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
- c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
- ca1232f Merge 3.3. by Stefan Krah · 12 years ago
- 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
- 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
- eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
- 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago