diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 14:42:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 14:42:43 (GMT) |
commit | cca5548159bde03b344cf1f2a2b5ea2eec3a59aa (patch) | |
tree | e4b824e0d4dbd13241a4a6dc287d8e6fc397faa2 /Misc | |
parent | 2fd4abe6a1f54fe7a5409abf84060bae47a52044 (diff) | |
parent | 485acde0feb93c65de6d1a204efb81df6156d9a6 (diff) | |
download | cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.zip cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.gz cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.bz2 |
merge with 3.3.1 release clone
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 34 | ||||
-rw-r--r-- | Misc/RPM/python-3.3.spec | 2 |
2 files changed, 26 insertions, 10 deletions
@@ -5,9 +5,9 @@ Python News What's New in Python 3.3.2? =========================== -*Release date: XXXX-XX-XX* +.. *Release date: XXXX-XX-XX* -*Not yet released, see sections below for changes released in 3.3.0* +*Not yet released, see sections below for changes released in 3.3.1* Core and Builtins ----------------- @@ -54,6 +54,22 @@ What's New in Python 3.3.1? *Release date: 07-Apr-2013* +Build +----- + +- Issue #17550: Fix the --enable-profiling configure switch. + +Library +------- + +- Issue #17625: In IDLE, close the replace dialog after it is used. + + +What's New in Python 3.3.1 release candidate 1? +=============================================== + +*Release date: 24-Mar-2013* + Core and Builtins ----------------- @@ -1246,7 +1262,7 @@ Documentation - Create a 'Concurrent Execution' section in the docs, and split up the 'Optional Operating System Services' section to use a more user-centric classification scheme (splitting them across the new CE section, IPC and text - processing). Operating system limitatons can be reflected with the Sphinx + processing). Operating system limitations can be reflected with the Sphinx ``:platform:`` tag, it doesn't make sense as part of the Table of Contents. - Issue #4966: Bring the sequence docs up to date for the Py3k transition and @@ -3454,7 +3470,7 @@ Library - Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk. -- Issue #13642: Unquote before b64encoding user:password during Basic +- Issue #13642: Unquote before b64encoding ``user:password`` during Basic Authentication. Patch contributed by Joonas Kuorilehto. - Issue #13726: Fix the ambiguous -S flag in regrtest. It is -o/--slow for slow @@ -3938,8 +3954,8 @@ Library - Issue #12590: IDLE editor window now always displays the first line when opening a long file. With Tk 8.5, the first line was hidden. -- Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscates) - Connection:close header. +- Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscate) + a ``Connection: close`` header. - Issue #12102: Document that buffered files must be flushed before being used with mmap. Patch by Steffen Daode Nurpmeso. @@ -4265,7 +4281,7 @@ Library Patch by John O'Connor. - Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. - With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused + With Tk < 8.5, PythonCmd() in _tkinter.c raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd(). - Issue #11799: urllib.request Authentication Handlers will raise a ValueError @@ -4544,7 +4560,7 @@ Library - Issue #11127: Raise a TypeError when trying to pickle a socket object. -- Issue #11563: Connection:close header is sent by requests using URLOpener +- Issue #11563: ``Connection: close`` header is sent by requests using URLOpener class which helps in closing of sockets after connection is over. Patch contributions by Jeff McNeil and Nadeem Vawda. @@ -5052,7 +5068,7 @@ Tests - Issue #11505: improves test coverage of string.py. Patch by Alicia Arlen -- Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a +- Issue #11490: test_subprocess.test_leaking_fds_on_error no longer gives a false positive if the last directory in the path is inaccessible. - Issue #11223: Fix test_threadsignals to fail, not hang, when the diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index 936a21f..7eb1cc6 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.3.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.3.0 +%define version 3.3.1 %define libvers 3.3 #--end constants-- %define release 1pydotorg |