summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-042-0/+4
* Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-042-0/+6
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+2
* Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-292-0/+4
* Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-282-0/+4
* Backport issue #12973 itertools fix from 3.x.Mark Dickinson2011-09-241-3/+3
* Issue #7732: Fix a crash on importing a module if a directory has the same nameVictor Stinner2011-09-231-0/+3
* Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead ofVictor Stinner2011-09-221-0/+3
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+3
* Backport issue #12973 list_repeat fix from 3.x.Mark Dickinson2011-09-191-1/+3
* Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviou...Mark Dickinson2011-09-191-0/+5
* Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-0/+2
* 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-1/+5
|\
| * Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-101-1/+5
* | NEWSJesus Cea2011-09-101-0/+3
|/
* Branch mergeÉric Araujo2011-09-051-0/+3
|\
| * Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-021-0/+3
* | Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-0/+5
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-0/+3
|/
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+3
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-0/+3
* Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+3
* Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-282-0/+4
* Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoidCharles-François Natali2011-08-251-0/+3
* Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...Antoine Pitrou2011-08-241-0/+3
* Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-0/+3
* Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-0/+2
* Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-0/+3
* Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-201-0/+3
* Guard shutil._make_archive against a logger=None argument.Éric Araujo2011-08-191-0/+2
* Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-0/+3
* NEWS entry.Barry Warsaw2011-08-151-0/+3
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+3
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-0/+3
* Fix incorrect mtime comparison in distutils (#11933).Éric Araujo2011-08-022-0/+3
* Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-311-0/+3
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-312-0/+5
* Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-0/+3
* Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-292-0/+4
* Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-271-0/+6
* - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-0/+2
* Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-271-0/+3
* Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-0/+3
* Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-251-0/+3
* Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-242-0/+3
* Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.Antoine Pitrou2011-07-241-0/+3
* Fix typo in NEWS entry for dbf1e1a27427.Nadeem Vawda2011-07-231-1/+1
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+2