summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+1
* Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-151-0/+1
* Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-121-0/+1
* Branch mergeÉric Araujo2012-02-051-0/+1
|\
| * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+1
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-1/+2
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+1
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+1
|/
* Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
* Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+1
* Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+1
* Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+1
* Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+1
* Issue #11231: Fix bytes and bytearray docstringsVictor Stinner2011-12-171-0/+1
* Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-0/+1
* Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-0/+1
* Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).Éric Araujo2011-11-291-0/+1
* Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-281-0/+1
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-0/+1
* Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-191-0/+1
* Remove duplicate ACKS.Florent Xicluna2011-11-111-2/+0
* Issue #13191: typo in argparse docsEli 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 #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
* Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-071-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
* #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 #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
* #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-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
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-0/+2
* Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-0/+1
* Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-291-0/+1
* Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-0/+1
* Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-191-0/+1
* Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+1
* Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-131-0/+1
* Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+1
* #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-0/+1
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+1
* Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-0/+1