1. 8ec31c2 Merge by Michael Foord · 12 years ago
  2. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  3. 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
  4. 8ef1fce Merge by Michael Foord · 12 years ago
  5. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  6. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  7. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  8. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  9. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  10. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  11. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  12. feaa54f don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  13. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  14. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  15. 49d1302 merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  16. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  17. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  18. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  19. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 12 years ago
  20. f248717 Post-release updates. by Georg Brandl · 12 years ago
  21. a1f7655 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  22. 6f80f5d Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  23. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  24. 6147515 Add news entries for recent changes. by Georg Brandl · 12 years ago
  25. 707bce4 Issue #15969: Fix the issue number in Misc/NEWS by Victor Stinner · 12 years ago
  26. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  27. 752a224 #15925: fix regression: return None for null and non-date strings. by R David Murray · 12 years ago
  28. f82b937 #15421: merge with 3.2. by Ezio Melotti · 12 years ago
  29. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  30. 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
  31. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
  32. 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  33. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  34. 1c47222 merge by Christian Heimes · 12 years ago
  35. 5cb31c9 Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  36. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
  37. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  38. 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 12 years ago
  39. 9b1c84b Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  40. 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  41. c2085dd #15437, #15439: merge with 3.2. by Ezio Melotti · 12 years ago
  42. 56f37aa #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
  43. 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  44. 0ae066b - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  45. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  46. 8f49456 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
  47. 6d29352 Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening. by Christian Heimes · 12 years ago
  48. 6a77af6 Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false. by Christian Heimes · 12 years ago
  49. 26b9f4b Spelling past tense -> present tense by Christian Heimes · 12 years ago
  50. 5f520f4 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
  51. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  52. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  53. 7b9c48f MERGE: #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  54. 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  55. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  56. be23292 Fix issue number. by Georg Brandl · 12 years ago
  57. bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
  58. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  59. fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  60. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  61. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  62. ebf7f95 Fix NEWS entry location. by Georg Brandl · 12 years ago
  63. 63b38bb Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  64. f022aa5 Spacing fix. by Georg Brandl · 12 years ago
  65. dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  66. 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
  67. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  68. b21d48d merge by Alexander Belopolsky · 12 years ago
  69. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  70. 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
  71. 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 12 years ago
  72. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  73. 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  74. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  75. 8c195af Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  76. 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  77. 2dabaf6 Issue #15876: Fix a refleak in the curses module by Ross Lagerwall · 12 years ago
  78. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  79. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  80. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  81. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  82. 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
  83. 02ca144 #15447: Use subprocess.DEVNULL in webbrowser, instead of opening by R David Murray · 12 years ago
  84. d674a77 Merge #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  85. 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  86. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  87. f147d73 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  88. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  89. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  90. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  91. 070175d Fix NEWS entry location. by Georg Brandl · 12 years ago
  92. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  93. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  94. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 12 years ago
  95. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  96. 9f16e44 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  97. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  98. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  99. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  100. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago