summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-061-0/+3
* Branch mergeÉric Araujo2011-10-061-0/+2
|\
| * More info about PEP 393 in whatsnew and NEWSÉric Araujo2011-10-041-0/+2
* | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+4
|\ \ | |/ |/|
| * Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+4
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-0/+3
|\ \ | |/
| * Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-0/+3
* | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+4
|\ \ | |/
| * Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+4
* | Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+4
|\ \ | |/
| * Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+4
* | Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+2
|\ \ | |/
| * Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+2
* | merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+2
|\ \ | |/
| * #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+2
* | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-0/+3
|\ \ | |/
| * Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-0/+3
* | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+3
|\ \ | |/
| * Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+3
* | ACKS for PEP 393.Martin v. Löwis2011-09-281-1/+2
* | Implement PEP 393.Martin v. Löwis2011-09-281-0/+2
* | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+3
|\ \ | |/
| * Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+3
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-241-0/+4
* | Merge #12973 itertools fix.Mark Dickinson2011-09-241-3/+3
|\ \ | |/
| * Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks St...Mark Dickinson2011-09-241-3/+3
* | Merge 3.2: Issue #7732: Don't open a directory as a file anymore whileVictor Stinner2011-09-231-1/+5
|\ \ | |/
| * Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-231-1/+5
* | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+3
|\ \ | |/
| * Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+3
* | Issue #1172711: Add 'long long' support to the array module.Meador Inge2011-09-211-0/+3
* | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-0/+3
|\ \ | |/
| * - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-0/+3
* | Merge issue #12973 list_repeat fix.Mark Dickinson2011-09-191-0/+4
|\ \ | |/
| * Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.Mark Dickinson2011-09-191-0/+4
* | Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-0/+2
|\ \ | |/
| * Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-0/+2
* | Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+4
|\ \ | |/
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+4
* | Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+3
|\ \ | |/
| * Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+3
| * Branch mergeÉric Araujo2011-09-121-0/+4
| |\
* | \ Branch mergeÉric Araujo2011-09-121-0/+4
|\ \ \
| * | | Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-101-3/+3
| * | | Merge fix for #8933 from 3.2Éric Araujo2011-09-101-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-091-0/+4
* | | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-111-0/+3
* | | | add ChainMap to __all__ (closes #12959)Benjamin Peterson2011-09-111-0/+2
* | | | NEWSJesus Cea2011-09-101-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | NEWSJesus Cea2011-09-101-0/+5
| |/