- 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 12 years ago v3.4.0a1
- fb0ffa1 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 12 years ago
- 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 12 years ago
- 1337130 Merge #18396 from 3.3 by Nick Coghlan · 12 years ago
- 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 12 years ago
- 582583b Issue #17046: merge from 3.3 by Ned Deily · 12 years ago
- e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 12 years ago
- 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 12 years ago
- ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 12 years ago
- b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
- 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
- 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
- 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 12 years ago
- 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 12 years ago
- 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 12 years ago
- 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 12 years ago
- 0df35b0 - Issue #18257: Fix readlink usage in python-config. Install the python by doko@ubuntu.com · 12 years ago
- 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 12 years ago
- dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 12 years ago
- c27cd71 Merge by Antoine Pitrou · 12 years ago
- 5c30a75 Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. by Antoine Pitrou · 12 years ago
- c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 12 years ago
- 49e52f9 Issue #18481: Add C coverage reporting with gcov and lcov. A new make target by Christian Heimes · 12 years ago
- 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 12 years ago
- d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
- 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
- cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 12 years ago
- 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 12 years ago
- 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
- fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
- e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 12 years ago
- b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
- 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
- f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 12 years ago
- 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 12 years ago
- 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 12 years ago
- 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 12 years ago
- f446d21 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 12 years ago
- 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 12 years ago
- 8cda5e6 Coverity: model PyLong_From*() functions by Christian Heimes · 12 years ago
- 5d7c1b1 merge for issue #18556 by Brett Cannon · 12 years ago
- 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 12 years ago
- 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 12 years ago
- 7c8cd25 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 12 years ago
- 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 12 years ago
- 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 12 years ago
- 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 12 years ago
- 52b9fdf Remove duplicate entry for sdigit. by Christian Heimes · 12 years ago
- b911cfd Add modeling file for Coverity Scan. by Christian Heimes · 12 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 12 years ago
- 2a54509 Merge by Brian Curtin · 12 years ago
- 06f6fbf Fix #18530. Remove extra stat call from posixpath.ismount by Brian Curtin · 12 years ago
- 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
- fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
- de0e63b Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 12 years ago
- 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 12 years ago
- db53ad7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
- 7194588 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 12 years ago
- 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 12 years ago
- 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 12 years ago
- 60d634a Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 12 years ago
- 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 12 years ago
- 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 12 years ago
- ced1226 (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 12 years ago
- 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 12 years ago
- e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
- c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
- cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
- 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
- b8f602a Issue #18408: Mention changes in Misc/NEWS by Victor Stinner · 12 years ago
- 8361617 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
- 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
- c9b3f6f Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
- ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
- a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
- d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
- 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
- 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
- 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 12 years ago
- 9ba6962 Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 12 years ago
- 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 12 years ago
- 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 12 years ago
- 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
- 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
- 20f5e37 Issue #9893: remove an outdated mention of the Vim-related files. by Brett Cannon · 12 years ago
- 468bcaf merge by Raymond Hettinger · 12 years ago
- 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 12 years ago
- 371f746 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
- 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
- 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
- ae95b4f Issue #17845: Clarify the message setup.py prints upon successfully by Brett Cannon · 12 years ago
- a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 12 years ago
- 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
- 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
- f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
- 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
- 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
- 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago