1. 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
  2. f25dabe Merge changelog filtering fixes/improvements with 3.3. by Ezio Melotti · 12 years ago
  3. 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
  4. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  5. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  6. 8bfcf51 Merge by Antoine Pitrou · 12 years ago
  7. 77cddc3 Merge by Antoine Pitrou · 12 years ago
  8. 5f62aaa Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  9. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  10. ca1232f Merge 3.3. by Stefan Krah · 12 years ago
  11. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  12. 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
  13. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  14. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  15. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  16. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  17. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  18. a3d6538 merge with 3.3 by Georg Brandl · 12 years ago
  19. 4524b46 Fix template syntax. by Georg Brandl · 12 years ago
  20. 7dead3a Use backticks in 3.4 NEWS. by Georg Brandl · 12 years ago
  21. ebe3224 merge with 3.3 by Georg Brandl · 12 years ago
  22. 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
  23. 2437291 Fix page name. by Georg Brandl · 12 years ago
  24. a32e8df merge with 3.3. by Georg Brandl · 12 years ago
  25. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  26. 86dc732 Move 3.1, 3.2 and 3.3 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  27. 0a0f8c0 null-merge with 3.3 by Georg Brandl · 12 years ago
  28. 4a6ca21 merge with 3.3 by Georg Brandl · 12 years ago
  29. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  30. 8a9f936 Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  31. 621302c Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  32. f41d202 Correcting my name since people keep bringing it up by Brian Curtin · 12 years ago
  33. f1d2345 Merge suspicious ignore file updates with 3.3. by Ezio Melotti · 12 years ago
  34. 0016066 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  35. 015031c Merge: More additions to whatsnew. by R David Murray · 12 years ago
  36. 445d69c More additions to whatsnew. by R David Murray · 12 years ago
  37. b2bb60e Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  38. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  39. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  40. 4c12c51 Merge: More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  41. c652ce6 More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  42. 26bbdb2 Merge: #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  43. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  44. 9ec083a Merge: Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  45. d2489cf Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  46. 2f1c5c0 #15923: merge with 3.3. by Ezio Melotti · 12 years ago
  47. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  48. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  49. c94095f Null merge. by Stefan Krah · 12 years ago
  50. ffc3dee Backport 5cfe8af7abb2. by Stefan Krah · 12 years ago
  51. ce23dbc Suppress unknown pragma warning (STDC FENV_ACCESS). by Stefan Krah · 12 years ago
  52. 89bbe68 doc typo fixes by Gregory P. Smith · 12 years ago
  53. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  54. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  55. 0472bc8 Use newer version of Pygments that handles "yield from". by Georg Brandl · 12 years ago
  56. a0346e5 Support gcc's -ansi flag: use "__asm__" instead of "asm". by Stefan Krah · 12 years ago
  57. e59aa8c Revert 29506c7db353 (build output should be accurate). by Stefan Krah · 12 years ago
  58. 5c9a589 merge by Christian Heimes · 12 years ago
  59. 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
  60. 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
  61. 63d36cb doc typo fixes by Gregory P. Smith · 12 years ago
  62. ca42f00 Issue #15533: Merge update from 3.3. by Chris Jerdonek · 12 years ago
  63. e564026 merge with 3.3 by Georg Brandl · 12 years ago
  64. 16dd524 Merge 3.3. by Stefan Krah · 12 years ago
  65. e65676b Merge 3.3. by Stefan Krah · 12 years ago
  66. e04d611 Merge 3.3. by Stefan Krah · 12 years ago
  67. d2fa5e4 merge by Christian Heimes · 12 years ago
  68. c7d9bde 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
  69. 7ef90a1 merge with 3.3 by Georg Brandl · 12 years ago
  70. 2cac28b Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section. by Georg Brandl · 12 years ago
  71. eea7427 Fix reST markup in NEWS. by Georg Brandl · 12 years ago
  72. 50de850 Record UCD update in whatsnew. by Georg Brandl · 12 years ago
  73. 2747b2f Merge: Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  74. 9e2a28e Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  75. 1e0a88a Issue #15533: Merge fix from 3.3. by Chris Jerdonek · 12 years ago
  76. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  77. 009f5b3 Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch. by Chris Jerdonek · 12 years ago
  78. 68e336a Redo 3.3 merge by Nick Coghlan · 12 years ago
  79. f029bec Close previous head by Nick Coghlan · 12 years ago
  80. 638df25 Merge commit, because Mercurial's handling of push races is bloody awful by Nick Coghlan · 12 years ago
  81. 67e30ff null-merge from 3.3 by Georg Brandl · 12 years ago
  82. 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 12 years ago
  83. ee5ef07 Merge Windows What's New changes from 3.3 by Nick Coghlan · 12 years ago
  84. 349c802 What's new entry for PEP 397 and Windows PATH modification by Nick Coghlan · 12 years ago
  85. 2118a01 Merge 3.3. by Stefan Krah · 12 years ago
  86. 9a3f05e Make it clear that the pi function is modified for benchmarking purposes. by Stefan Krah · 12 years ago
  87. b80f511 Add a stub "whatsnew in 3.4" document. by Georg Brandl · 12 years ago
  88. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  89. 43e5fcb Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar. by Georg Brandl · 12 years ago
  90. 7d0d57f Doc sidebar: point to 3.4 as dev. by Georg Brandl · 12 years ago
  91. 6b5e1d6 Doc sidebar: point to 3.3 as stable. by Georg Brandl · 12 years ago
  92. ed41877 Merge What's New fix from 3.3 by Nick Coghlan · 12 years ago
  93. cfb1818 Fix release PEP description by Nick Coghlan · 12 years ago
  94. 01c671a Merge: Add notes to whatsnew porting for visible changes in email compatibility mode. by R David Murray · 12 years ago
  95. ea22685 Add notes to whatsnew porting for visible changes in email compatibility mode. by R David Murray · 12 years ago
  96. 65c848e Merge #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  97. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  98. 03b6f8a Merge: Make whatsnew PEP markup conform to previous whatsnew docs. by R David Murray · 12 years ago
  99. f23e2b6 Make whatsnew PEP markup conform to previous whatsnew docs. by R David Murray · 12 years ago
  100. 04e2160 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago