summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2013-05-171-0/+3
|\
| * only recursively expand in the format spec (closes #17644)Benjamin Peterson2013-05-171-0/+3
* | Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.Richard Oudkerk2013-05-171-0/+2
* | Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-171-0/+2
* | Closes #17981: Merged fix from 3.3.Vinay Sajip2013-05-161-0/+2
|\ \ | |/
| * Issue #17981: Closed socket on error in SysLogHandler.Vinay Sajip2013-05-161-0/+2
* | Issue #17964: Fix os.sysconf(): the return type of the C sysconf() functionVictor Stinner2013-05-161-0/+3
* | Merge with 3.3Brian Curtin2013-05-161-0/+1
|\ \ | |/
| * Add Nick Sloan for his contribution to #17732Brian Curtin2013-05-161-0/+1
| * complain about "global __class__" in a class body (closes #17983)Benjamin Peterson2013-05-151-0/+3
| * post-release update.Georg Brandl2013-05-151-5/+5
* | Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...Giampaolo Rodola'2013-05-161-0/+3
* | hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-151-0/+3
* | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-0/+2
|\ \ | |/
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-2/+4
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-0/+2
|\ \ | |/
| * - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-0/+2
| * Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 releasedoko@ubuntu.com2013-05-151-8/+23
| * when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-151-0/+3
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-3/+0
* | - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-141-0/+3
|\ \ | |/
| * - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-141-0/+3
* | Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
|\ \ | |/
| * Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-0/+2
| * mergeGeorg Brandl2013-05-122-3/+3
| |\
| | * bump to 3.3.2Georg Brandl2013-05-122-3/+3
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-122-0/+5
|\ \ \ | |/ /
| * | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-122-0/+5
| |/
* | merge with 3.3Georg Brandl2013-05-121-0/+3
|\ \ | |/
| * Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-121-0/+3
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-121-3/+0
* | merge with 3.3Georg Brandl2013-05-121-0/+9
|\ \ | |/
| * merge with 3.2Georg Brandl2013-05-121-0/+3
| |\
| | * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-121-0/+3
| * | merge with 3.2Georg Brandl2013-05-121-0/+9
| |\ \ | | |/
| | * Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-121-2/+3
| | * Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+6
| | * Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-121-0/+6
| | * Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-121-0/+3
| | * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-081-3/+14
| * | merge headsGeorg Brandl2013-05-121-0/+2
| |\ \
* | \ \ Issue #17838: merge with 3.3Georg Brandl2013-05-121-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-121-0/+2
* | | | merge 3.3 (#17547)Benjamin Peterson2013-05-111-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-111-0/+6
* | | | Issue #17237: Fix crash in the ASCII decoder on m68k.Antoine Pitrou2013-05-111-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #17237: Fix crash in the ASCII decoder on m68k.Antoine Pitrou2013-05-111-0/+2
| * | | #17841: remove missing codecs aliases from the documentation. Patch by Thoma...Ezio Melotti2013-05-101-0/+1
* | | | #17927: Keep frame from referencing cell-ified arguments.Guido van Rossum2013-05-101-0/+3