- 8ec31c2 Merge by Michael Foord · 12 years ago
- 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
- 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
- 8ef1fce Merge by Michael Foord · 12 years ago
- d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
- 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
- 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
- 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
- 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
- f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
- f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
- feaa54f don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
- d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
- 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
- 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
- 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
- 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
- e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
- b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 12 years ago
- f248717 Post-release updates. by Georg Brandl · 12 years ago
- 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
- 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
- 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
- 6147515 Add news entries for recent changes. by Georg Brandl · 12 years ago
- 707bce4 Issue #15969: Fix the issue number in Misc/NEWS by Victor Stinner · 12 years ago
- a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
- 752a224 #15925: fix regression: return None for null and non-date strings. by R David Murray · 12 years ago
- f82b937 #15421: merge with 3.2. by Ezio Melotti · 12 years ago
- 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
- 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
- e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
- 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
- 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
- 1c47222 merge by Christian Heimes · 12 years ago
- 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
- ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
- c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
- 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 12 years ago
- 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
- 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
- c2085dd #15437, #15439: merge with 3.2. by Ezio Melotti · 12 years ago
- 56f37aa #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
- 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
- 0ae066b - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
- 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
- 8f49456 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
- 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
- 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
- 26b9f4b Spelling past tense -> present tense by Christian Heimes · 12 years ago
- 5f520f4 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
- b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
- c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
- 7b9c48f MERGE: #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
- 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
- 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
- be23292 Fix issue number. by Georg Brandl · 12 years ago
- bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
- 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
- fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
- 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
- deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
- ebf7f95 Fix NEWS entry location. by Georg Brandl · 12 years ago
- 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
- f022aa5 Spacing fix. by Georg Brandl · 12 years ago
- dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
- 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
- 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
- b21d48d merge by Alexander Belopolsky · 12 years ago
- 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
- 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
- 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 12 years ago
- 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
- 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
- 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
- 8c195af Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
- 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
- 2dabaf6 Issue #15876: Fix a refleak in the curses module by Ross Lagerwall · 12 years ago
- 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
- 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
- 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
- 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
- 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
- 02ca144 #15447: Use subprocess.DEVNULL in webbrowser, instead of opening by R David Murray · 12 years ago
- d674a77 Merge #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
- 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
- 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
- f147d73 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
- c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
- 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
- 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
- 070175d Fix NEWS entry location. by Georg Brandl · 12 years ago
- 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
- 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
- ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 12 years ago
- 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
- 9f16e44 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
- 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
- 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
- 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
- 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago