1. a4708231 Split the huge PyUnicode_Format() function (+540 lines) into subfunctions by Victor Stinner · 12 years ago
  2. a049443 PyUnicode_Format(): disable overallocation when we are writing the last part by Victor Stinner · 12 years ago
  3. afffce4 Unicode: resize_compact() and resize_inplace() fills also the Unicode strings by Victor Stinner · 12 years ago
  4. 75f1081 Merge #12947 workaround from 3.3 by Nick Coghlan · 12 years ago
  5. 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
  6. da0e579 Merge doctest note from 3.3 by Nick Coghlan · 12 years ago
  7. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  8. 497ebda NULL merge by Jesus Cea · 12 years ago
  9. 22ab5e7 NULL merge by Jesus Cea · 12 years ago
  10. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
  11. f53b762 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  12. 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  13. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  14. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  15. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  16. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  17. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  18. 8155ff4 More whatsnew updates. by R David Murray · 12 years ago
  19. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  20. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  21. 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
  22. 3f459ec Null merge by Andrew Svetlov · 12 years ago
  23. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  24. 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  25. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  26. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  27. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  28. 814a13d Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  29. 994ce1a Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  30. c89d28f Issue #15609: Fix refleak introduced by my last optimization by Victor Stinner · 12 years ago
  31. 450dbcf merge with 3.3. by Georg Brandl · 12 years ago
  32. dc704c6 In this case it is not useful to hide "threading". by Georg Brandl · 12 years ago
  33. b116b3b #15979: merge with 3.3. by Ezio Melotti · 12 years ago
  34. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  35. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  36. 6c61716 Merge: Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  37. 0bbfd6b Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  38. 6e7bd65 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  39. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  40. 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
  41. f25dabe Merge changelog filtering fixes/improvements with 3.3. by Ezio Melotti · 12 years ago
  42. 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
  43. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  44. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  45. 8bfcf51 Merge by Antoine Pitrou · 12 years ago
  46. 77cddc3 Merge by Antoine Pitrou · 12 years ago
  47. 5f62aaa Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  48. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  49. ca1232f Merge 3.3. by Stefan Krah · 12 years ago
  50. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  51. 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
  52. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  53. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  54. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  55. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  56. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  57. a3d6538 merge with 3.3 by Georg Brandl · 12 years ago
  58. 4524b46 Fix template syntax. by Georg Brandl · 12 years ago
  59. 7dead3a Use backticks in 3.4 NEWS. by Georg Brandl · 12 years ago
  60. ebe3224 merge with 3.3 by Georg Brandl · 12 years ago
  61. 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
  62. 2437291 Fix page name. by Georg Brandl · 12 years ago
  63. a32e8df merge with 3.3. by Georg Brandl · 12 years ago
  64. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  65. 86dc732 Move 3.1, 3.2 and 3.3 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  66. 0a0f8c0 null-merge with 3.3 by Georg Brandl · 12 years ago
  67. 4a6ca21 merge with 3.3 by Georg Brandl · 12 years ago
  68. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  69. 8a9f936 Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  70. 621302c Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  71. f41d202 Correcting my name since people keep bringing it up by Brian Curtin · 12 years ago
  72. f1d2345 Merge suspicious ignore file updates with 3.3. by Ezio Melotti · 12 years ago
  73. 0016066 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  74. 015031c Merge: More additions to whatsnew. by R David Murray · 12 years ago
  75. 445d69c More additions to whatsnew. by R David Murray · 12 years ago
  76. b2bb60e Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  77. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  78. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  79. 4c12c51 Merge: More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  80. c652ce6 More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  81. 26bbdb2 Merge: #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  82. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  83. 9ec083a Merge: Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  84. d2489cf Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  85. 2f1c5c0 #15923: merge with 3.3. by Ezio Melotti · 12 years ago
  86. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  87. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  88. c94095f Null merge. by Stefan Krah · 12 years ago
  89. ffc3dee Backport 5cfe8af7abb2. by Stefan Krah · 12 years ago
  90. ce23dbc Suppress unknown pragma warning (STDC FENV_ACCESS). by Stefan Krah · 12 years ago
  91. 89bbe68 doc typo fixes by Gregory P. Smith · 12 years ago
  92. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  93. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  94. 0472bc8 Use newer version of Pygments that handles "yield from". by Georg Brandl · 12 years ago
  95. a0346e5 Support gcc's -ansi flag: use "__asm__" instead of "asm". by Stefan Krah · 12 years ago
  96. e59aa8c Revert 29506c7db353 (build output should be accurate). by Stefan Krah · 12 years ago
  97. 5c9a589 merge by Christian Heimes · 12 years ago
  98. 72c9946 Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C by Christian Heimes · 12 years ago
  99. 03074fd Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases by Nick Coghlan · 12 years ago
  100. 63d36cb doc typo fixes by Gregory P. Smith · 12 years ago