summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* sort last committed name in alphabetical orderGiampaolo Rodola'2011-11-221-1/+1
* fix wrong credit and issue id given in previous commitGiampaolo Rodola'2011-11-221-1/+1
* Fix 13245:Giampaolo Rodola'2011-11-221-0/+1
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-0/+1
|\
| * Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-0/+1
* | Merge branch 3.2 (closes #13338)Petri Lehtinen2011-11-191-0/+1
|\ \ | |/
| * Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-191-0/+1
* | Add entries for distutils2 contributors (their patches are in packaging)Éric Araujo2011-11-141-0/+5
* | Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups.Florent Xicluna2011-11-111-41/+38
|\ \ | |/
| * Remove duplicate ACKS.Florent Xicluna2011-11-111-2/+0
* | Issue #13191: typo in argparse docsEli Bendersky2011-11-111-0/+1
|\ \ | |/
| * Issue #13191: typo in argparse docsEli Bendersky2011-11-111-0/+1
* | Issue #13365: correct an error in the documentation of str.expandtabs. Patch ...Eli Bendersky2011-11-111-0/+1
|\ \ | |/
| * Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-111-0/+1
* | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-091-0/+1
|\ \ | |/
| * Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-091-0/+1
* | Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+1
|\ \ | |/
| * Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+1
| * Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-0/+1
* | Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.Charles-François Natali2011-11-021-0/+1
* | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. PatchCharles-François Natali2011-10-291-0/+1
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-0/+1
* | Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.pyMeador Inge2011-10-221-0/+1
* | Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-211-0/+1
* | Merge #11751 from 3.2Éric Araujo2011-10-111-0/+1
|\ \ | |/
| * Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* | Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-081-0/+1
|\ \ | |/
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-071-0/+1
* | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-061-0/+2
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-0/+1
|\ \ | |/
| * Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-0/+1
| * Add John to ACKSAntoine Pitrou2011-10-041-0/+1
* | Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+2
|\ \ | |/
| * Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+2
* | merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+1
|\ \ | |/
| * #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+1
* | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
|\ \ | |/
| * Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
* | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an arrayVictor Stinner2011-09-281-0/+1
* | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
|\ \ | |/
| * Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
* | Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+1
|\ \ | |/
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+1
* | #12888: merge with 3.2.Ezio Melotti2011-09-051-0/+1
|\ \ | |/
| * #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-0/+1
* | Merge: #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-0/+1
|\ \ | |/
| * Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-0/+1
| * Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-0/+1
* | Issue12810: Remove check for negative unsigned value in socketmodule.c. PatchCharles-François Natali2011-08-241-0/+1