summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-221-0/+2
* | news noteBenjamin Peterson2011-07-221-0/+3
* | Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-0/+2
* | Upstream merge.Barry Warsaw2011-07-191-9/+17
|\ \
| * | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-9/+17
* | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-191-0/+4
|/ /
* | #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-0/+3
* | Issue #12574: correct capitalization of the Queue module. Patch by Rafe KettlerEli Bendersky2011-07-171-0/+1
* | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
* | port 8d05f697acd4 (#11627)Benjamin Peterson2011-07-151-0/+3
* | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
* | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+3
* | Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-132-0/+4
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-122-0/+7
* | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+3
* | Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-0/+4
* | Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+4
* | Close #12501: Adjust callable() warning: callable() is only not supported inVictor Stinner2011-07-081-0/+3