- 2f1c5c0 #15923: merge with 3.3. by Ezio Melotti · 12 years ago
- 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
- cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
- 7ef90a1 merge with 3.3 by Georg Brandl · 12 years ago
- eea7427 Fix reST markup in NEWS. by Georg Brandl · 12 years ago
- 1e0a88a Issue #15533: Merge fix from 3.3. by Chris Jerdonek · 12 years ago
- 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
- 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
- 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 12 years ago
- ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
- 65c848e Merge #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
- 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
- 0f21adf7 pty.spawn() now returns the child process status as returned by os.waitpid(). by Gregory P. Smith · 12 years ago
- 288d9ae Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 12 years ago
- 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
- 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
- 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
- b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
- ac76833 Post-release update. by Georg Brandl · 12 years ago
- 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
- c7d7136 RPM spec file name update for 3.4 branch. by Georg Brandl · 12 years ago
- 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
- c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
- 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
- 3d78385 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 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
- 0beb4d2 don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 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
- d37b9d7 Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. by Georg Brandl · 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