summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+2
* Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-0/+3
|\
| * Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-0/+3
* | Merge #15415 from 3.3Nick Coghlan2013-07-281-0/+3
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-0/+3
| * Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-281-0/+3
* | Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-281-0/+3
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-281-0/+3
* | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-261-0/+3
|\ \ | |/
| * Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-261-0/+3
* | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-0/+2
|\ \ | |/
| * Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-0/+2
* | Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-261-0/+2
|\ \ | |/
| * Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-261-0/+2
* | Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-261-0/+2
* | merge for issue #18556Brett Cannon2013-07-251-0/+3
|\ \ | |/
| * Issue #18556: Check the return value for PyUnicode_AsWideChar() inBrett Cannon2013-07-251-0/+3
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-251-0/+2
* | Issue #18549: Eliminate dead code in socket_ntohl().Christian Heimes2013-07-251-0/+2
|\ \ | |/
| * Issue #18549: Eliminate dead code in socket_ntohl().Christian Heimes2013-07-251-0/+2
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-0/+4
* | MergeBrian Curtin2013-07-221-0/+4
|\ \
| * \ Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-0/+4
| |\ \ | | |/
| | * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-0/+4
* | | Fix #18530. Remove extra stat call from posixpath.ismountBrian Curtin2013-07-221-0/+3
|/ /
* | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-221-0/+3
|\ \ | |/
| * Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-221-0/+3
* | Merge with 3.3Terry Jan Reedy2013-07-221-0/+2
|\ \ | |/
| * Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-0/+2
* | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-211-0/+2
|\ \ | |/
| * Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-211-0/+2
* | Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...Antoine Pitrou2013-07-201-0/+3
* | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
|\ \ | |/
| * Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
* | Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...Vinay Sajip2013-07-191-0/+3
* | (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-191-0/+2
|\ \ | |/
| * #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-191-0/+2
* | Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-0/+3
|\ \ | |/
| * Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-0/+3
* | Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-0/+3
|\ \ | |/
| * Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-0/+3
* | Issue #18408: Mention changes in Misc/NEWSVictor Stinner2013-07-161-0/+3
* | Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-0/+2
|\ \ | |/
| * Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-0/+2
* | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-0/+3
|\ \ | |/
| * Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-0/+3
* | Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-3/+7
|\ \ | |/
| * Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-0/+3
* | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-0/+3
|\ \ | |/