diff options
author | Barry Warsaw <barry@python.org> | 2012-07-30 18:34:43 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-30 18:34:43 (GMT) |
commit | 38732ea8326409e14350de1442558d6b9cf3a443 (patch) | |
tree | 7bc4430d71353c2b1ca9256f795e7145efeed7bf /Misc | |
parent | dee609c09fb9a09d5e341e2f5975150016f85f00 (diff) | |
parent | 504ba313fc081966b721a4e697dffc13840b9e69 (diff) | |
download | cpython-38732ea8326409e14350de1442558d6b9cf3a443.zip cpython-38732ea8326409e14350de1442558d6b9cf3a443.tar.gz cpython-38732ea8326409e14350de1442558d6b9cf3a443.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 13 |
2 files changed, 13 insertions, 1 deletions
@@ -700,6 +700,7 @@ Piotr Meyer Alexis Métaireau Steven Miale Trent Mick +Tom Middleton Stan Mihai Stefan Mihaila Aristotelis Mikropoulos @@ -68,6 +68,9 @@ Core and Builtins Library ------- +- Issue #15463: the faulthandler module truncates strings to 500 characters, + instead of 100, to be able to display long file paths + - Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. Original patch by J Derek Wilson. @@ -267,8 +270,10 @@ Tests Build ----- +- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. + - Issue #15431: Add _freeze_importlib project to regenerate importlib.h - on Windows. Patch by Kristján Valur Jónsson. + on Windows. Patch by Kristján Valur Jónsson. - Issue #14197: For OS X framework builds, ensure links to the shared library are created with the proper ABI suffix. @@ -337,6 +342,12 @@ Core and Builtins Library ------- +- Issue #12288: Consider '0' and '0.0' as valid initialvalue + for tkinter SimpleDialog. + +- Issue #15489: Add a __sizeof__ implementation for BytesIO objects. + Patch by Serhiy Storchaka. + - Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka. |