1. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  2. 080a2c0 #16127: merge with 3.3. by Ezio Melotti · 12 years ago
  3. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  4. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  5. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  6. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  7. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  8. b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
  9. d4b5aaa merge 3.3 (bug already fixed, differently, in default) by Victor Stinner · 12 years ago
  10. 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago
  11. 770e19e Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings by Victor Stinner · 12 years ago
  12. 90db9c4 Enable also ptr==ptr optimization in PyUnicode_Compare() by Victor Stinner · 12 years ago
  13. 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  14. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  15. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  16. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  17. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  18. 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
  19. 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
  20. df59593 Merge heads by Andrew Svetlov · 12 years ago
  21. 759bc58 Merge: Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  22. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  23. 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
  24. 693105e Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  25. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  26. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  27. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  28. 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  29. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  30. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  31. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  32. 279ed3c MERGE: Whatsnew typo by Jesus Cea · 12 years ago
  33. b6bb3ad Whatsnew typo by Jesus Cea · 12 years ago
  34. ce3e0dd MERGE: whatsnew by Jesus Cea · 12 years ago
  35. aa26488 whatsnew by Jesus Cea · 12 years ago
  36. 9cc98c9 long_to_decimal_string_internal() doesn't need to write the final NULL character by Victor Stinner · 12 years ago
  37. aa77127 unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block by Victor Stinner · 12 years ago
  38. a4708231 Split the huge PyUnicode_Format() function (+540 lines) into subfunctions by Victor Stinner · 12 years ago
  39. a049443 PyUnicode_Format(): disable overallocation when we are writing the last part by Victor Stinner · 12 years ago
  40. afffce4 Unicode: resize_compact() and resize_inplace() fills also the Unicode strings by Victor Stinner · 12 years ago
  41. 75f1081 Merge #12947 workaround from 3.3 by Nick Coghlan · 12 years ago
  42. 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
  43. da0e579 Merge doctest note from 3.3 by Nick Coghlan · 12 years ago
  44. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  45. 497ebda NULL merge by Jesus Cea · 12 years ago
  46. 22ab5e7 NULL merge by Jesus Cea · 12 years ago
  47. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
  48. f53b762 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  49. 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  50. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  51. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  52. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  53. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  54. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  55. 8155ff4 More whatsnew updates. by R David Murray · 12 years ago
  56. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  57. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  58. 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
  59. 3f459ec Null merge by Andrew Svetlov · 12 years ago
  60. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  61. 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  62. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  63. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  64. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  65. 814a13d Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  66. 994ce1a Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  67. c89d28f Issue #15609: Fix refleak introduced by my last optimization by Victor Stinner · 12 years ago
  68. 450dbcf merge with 3.3. by Georg Brandl · 12 years ago
  69. dc704c6 In this case it is not useful to hide "threading". by Georg Brandl · 12 years ago
  70. b116b3b #15979: merge with 3.3. by Ezio Melotti · 12 years ago
  71. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  72. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  73. 6c61716 Merge: Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  74. 0bbfd6b Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  75. 6e7bd65 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  76. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  77. 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
  78. f25dabe Merge changelog filtering fixes/improvements with 3.3. by Ezio Melotti · 12 years ago
  79. 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
  80. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  81. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  82. 8bfcf51 Merge by Antoine Pitrou · 12 years ago
  83. 77cddc3 Merge by Antoine Pitrou · 12 years ago
  84. 5f62aaa Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  85. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  86. ca1232f Merge 3.3. by Stefan Krah · 12 years ago
  87. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  88. 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
  89. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  90. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  91. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  92. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  93. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  94. a3d6538 merge with 3.3 by Georg Brandl · 12 years ago
  95. 4524b46 Fix template syntax. by Georg Brandl · 12 years ago
  96. 7dead3a Use backticks in 3.4 NEWS. by Georg Brandl · 12 years ago
  97. ebe3224 merge with 3.3 by Georg Brandl · 12 years ago
  98. 6c47581 The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file. by Georg Brandl · 12 years ago
  99. 2437291 Fix page name. by Georg Brandl · 12 years ago
  100. a32e8df merge with 3.3. by Georg Brandl · 12 years ago