summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-261-0/+1
* Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+1
* sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+1
* Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-0/+1
* Add myself to Misc/ACKSPetri Lehtinen2012-02-121-0/+1
* Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-121-0/+1
* #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-0/+2
* Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+1
* Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-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 #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-0/+1
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-091-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-141-0/+1
* Fix distutils’ check and register Unicode handling (#13114).Éric Araujo2011-10-091-0/+1
* Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-0/+1
* Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+2
* 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 #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 incorrect mtime comparison in distutils (#11933).Éric Araujo2011-08-021-0/+1
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-0/+2
* 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 #12574: correct capitalization of the Queue module. Patch by Rafe KettlerEli Bendersky2011-07-171-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
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+1
* merge 2.7.2 release branch with fix for #12009Benjamin Peterson2011-06-101-0/+1
|\
| * fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-101-0/+1
* | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-311-0/+1
|/
* raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-261-0/+1
* Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)Victor Stinner2011-05-261-0/+1
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+1
* Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-071-0/+1
* (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-011-0/+1
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-0/+1
* Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-0/+1
* Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-271-0/+1
* Fix the total_ordering decorator to handle cross-type comparisonsÉric Araujo2011-03-191-0/+1
* Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-0/+1
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-0/+1
* Port #11488 patch from 3.1 (changeset f816841bab03)R David Murray2011-03-141-0/+1
* #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-101-0/+1
* Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-311-0/+1
* Merged revisions 87394 via svnmerge fromNed Deily2011-01-181-0/+1