1. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  2. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  3. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  4. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  5. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  6. 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
  7. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  8. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  9. 994ce1a Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  10. dc704c6 In this case it is not useful to hide "threading". by Georg Brandl · 12 years ago
  11. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  12. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  13. 0bbfd6b Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  14. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  15. 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
  16. 77cddc3 Merge by Antoine Pitrou · 12 years ago
  17. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  18. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  19. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  20. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  21. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  22. 4524b46 Fix template syntax. by Georg Brandl · 12 years ago
  23. 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
  24. 2437291 Fix page name. by Georg Brandl · 12 years ago
  25. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  26. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  27. 621302c Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  28. f41d202 Correcting my name since people keep bringing it up by Brian Curtin · 12 years ago
  29. 0016066 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  30. 445d69c More additions to whatsnew. by R David Murray · 12 years ago
  31. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  32. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  33. c652ce6 More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  34. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  35. d2489cf Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  36. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  37. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  38. ffc3dee Backport 5cfe8af7abb2. by Stefan Krah · 12 years ago
  39. 89bbe68 doc typo fixes by Gregory P. Smith · 12 years ago
  40. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  41. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  42. 0472bc8 Use newer version of Pygments that handles "yield from". by Georg Brandl · 12 years ago
  43. a0346e5 Support gcc's -ansi flag: use "__asm__" instead of "asm". by Stefan Krah · 12 years ago
  44. e59aa8c Revert 29506c7db353 (build output should be accurate). by Stefan Krah · 12 years ago
  45. 5c9a589 merge by Christian Heimes · 12 years ago
  46. 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
  47. 2cac28b Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section. by Georg Brandl · 12 years ago
  48. eea7427 Fix reST markup in NEWS. by Georg Brandl · 12 years ago
  49. 9e2a28e Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  50. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  51. 638df25 Merge commit, because Mercurial's handling of push races is bloody awful by Nick Coghlan · 12 years ago
  52. 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 12 years ago
  53. 349c802 What's new entry for PEP 397 and Windows PATH modification by Nick Coghlan · 12 years ago
  54. 9a3f05e Make it clear that the pi function is modified for benchmarking purposes. by Stefan Krah · 12 years ago
  55. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  56. 7d0d57f Doc sidebar: point to 3.4 as dev. by Georg Brandl · 12 years ago
  57. cfb1818 Fix release PEP description by Nick Coghlan · 12 years ago
  58. ea22685 Add notes to whatsnew porting for visible changes in email compatibility mode. by R David Murray · 12 years ago
  59. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  60. f23e2b6 Make whatsnew PEP markup conform to previous whatsnew docs. by R David Murray · 12 years ago
  61. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  62. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  63. 77ac351 Move discussion of email changes into Improved Modules section. by R David Murray · 12 years ago
  64. 9a2eb3a Raymond didn't write any of the text this time, remove as author. by R David Murray · 12 years ago
  65. f75e65f Fix over-indentation of bullet lists. by R David Murray · 12 years ago
  66. 26d15bf Be consistent and don't use a bullet list when a section has only one item. by R David Murray · 12 years ago
  67. 3cfe52e merge heads by Gregory P. Smith · 12 years ago
  68. 93b5b33 merge heads by Gregory P. Smith · 12 years ago
  69. 8ce589c merge heads by Gregory P. Smith · 12 years ago
  70. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  71. ad4d9c9 Merge #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  72. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  73. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  74. cff1c6f Clarify description of who needs to worry about importlib changes. by R David Murray · 12 years ago
  75. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  76. 1764c80 Add smtpd changes to whatsnew, and integrate 'other' section. by R David Murray · 12 years ago
  77. defdb16 Remove visible XXX in What's New. by R David Murray · 12 years ago
  78. aae2583 Document the addition of 'quote' to shlex in What's New. by R David Murray · 12 years ago
  79. ac76833 Post-release update. by Georg Brandl · 12 years ago
  80. 77cc86f Ajdust path to launcher for non-PGO-builds by Martin v. Löwis · 12 years ago
  81. d312341 Re-tagging 3.3.0 for test_sys fix. by Georg Brandl · 12 years ago
  82. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  83. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  84. 1628eaa Added tag v3.3.0 for changeset de6b91d97113 by Georg Brandl · 12 years ago
  85. 1d02173 Update release date in whatsnew document. by Georg Brandl · 12 years ago
  86. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  87. d6e857b Point "source" links in the docs to the 3.3 versions in the repo. by Georg Brandl · 12 years ago
  88. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 12 years ago
  89. 8ed677d Add some comments. by Brett Cannon · 12 years ago
  90. 7dcbd2c Merge #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  91. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  92. fb8a49e Merge #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  93. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  94. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  95. 8ec31c2 Merge by Michael Foord · 12 years ago
  96. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  97. 811b981 Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later. by Georg Brandl · 12 years ago
  98. 4945027 MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  99. 33b5769 Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  100. d5dc6e5 Merge. by Stefan Krah · 12 years ago