summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-07-30 18:34:43 (GMT)
committerBarry Warsaw <barry@python.org>2012-07-30 18:34:43 (GMT)
commit38732ea8326409e14350de1442558d6b9cf3a443 (patch)
tree7bc4430d71353c2b1ca9256f795e7145efeed7bf /Misc
parentdee609c09fb9a09d5e341e2f5975150016f85f00 (diff)
parent504ba313fc081966b721a4e697dffc13840b9e69 (diff)
downloadcpython-38732ea8326409e14350de1442558d6b9cf3a443.zip
cpython-38732ea8326409e14350de1442558d6b9cf3a443.tar.gz
cpython-38732ea8326409e14350de1442558d6b9cf3a443.tar.bz2
merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS13
2 files changed, 13 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index a76e842..465b5c2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -700,6 +700,7 @@ Piotr Meyer
Alexis Métaireau
Steven Miale
Trent Mick
+Tom Middleton
Stan Mihai
Stefan Mihaila
Aristotelis Mikropoulos
diff --git a/Misc/NEWS b/Misc/NEWS
index 7cbf18e..22d21b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.