summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
| * correctly lookup __dir__Benjamin Peterson2011-05-231-0/+3
* | Set up branch to be rc2 next.Georg Brandl2011-05-211-2/+2
* | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-211-1/+1
|\ \
| * | Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-151-1/+1
* | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-0/+4
|\ \ \ | | |/ | |/|
| * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-191-0/+3
| * | Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, supportVictor Stinner2011-05-181-0/+3
* | | Fix section titleAntoine Pitrou2011-05-181-1/+1
* | | Issue #12065: connect_ex() on an SSL socket now returns the original errnoAntoine Pitrou2011-05-181-0/+15
* | | Issue #12096: Fix a race condition in test_threading.test_waitfor(). PatchVictor Stinner2011-05-171-0/+3
* | | Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5Ronald Oussoren2011-05-171-0/+3
* | | (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8...Ronald Oussoren2011-05-171-0/+3
|\ \ \ | |/ /
| * | Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...Ronald Oussoren2011-05-171-0/+3
* | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-0/+3
| * Issue #10756: atexit normalizes the exception before displaying it. Patch byVictor Stinner2011-05-151-0/+3
* | NEWS entry for fix of issue #9516Ronald Oussoren2011-05-151-0/+3
* | Branch merge.Georg Brandl2011-05-151-0/+3
|\ \
| * \ (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-0/+3
| |\ \ | | |/
| | * Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.Victor Stinner2011-05-151-0/+3
* | | Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section.Georg Brandl2011-05-151-44/+65
|/ /
* | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-0/+5
|\ \ | |/
| * Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-0/+5
* | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
|\ \ | |/
| * Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
| * #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-0/+2
* | #5723: merge with 3.1.Ezio Melotti2011-05-141-0/+2
* | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-0/+3
* | Merge in changes from 3.2.1b1 release repo.Georg Brandl2011-05-131-53/+55
|\ \
| * | Bump to 3.2.1b1.Georg Brandl2011-05-081-54/+56
* | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+6
|\ \ \ | | |/ | |/|
| * | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+5
* | | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-0/+4
* | | Merge from 3.1Kurt B. Kaiser2011-05-111-0/+3
|\ \ \ | |/ /
| * | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-0/+4
| * | Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-101-0/+4
* | | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-101-0/+3
* | | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-0/+5
* | | #12051: merge with 3.1.Ezio Melotti2011-05-101-0/+3
|\ \ \ | |/ /
| * | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-101-0/+3
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+3
* | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+2
|\ \ \ | |/ /
| * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+2
* | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clearVictor Stinner2011-05-091-0/+3
|\ \ \ | |/ /
| * | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,Victor Stinner2011-05-091-0/+3
* | | merge 11164Martin v. Löwis2011-05-091-0/+2
|\ \ \ | |/ /
| * | Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-0/+2
* | | The option is actually --no-as-needed.Martin v. Löwis2011-05-091-1/+1
* | | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-0/+2
* | | #11910: merge with 3.1.Ezio Melotti2011-05-091-0/+2
|\ \ \ | |/ /