summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-031-0/+3
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-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
* Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+5
* Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-292-0/+4
* Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-0/+3
* Branch mergeÉric Araujo2011-07-291-33/+34
|\
| * Change one line I missed in 7527f3f9829Éric Araujo2011-07-291-1/+1
| * Branch mergeÉric Araujo2011-07-281-0/+9
| |\
| * \ Branch merge.Éric Araujo2011-07-261-32/+33
| |\ \
| | * | Fix sorting or wording of some NEWS entries.Éric Araujo2011-07-261-27/+28
* | | | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-292-0/+4
* | | | 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
* | | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-271-0/+3
|/ /
* | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-0/+6
|/
* 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 under Turkish locales.Antoine Pitrou2011-07-241-0/+2
* Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-231-0/+5
* Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-231-0/+3
* Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-0/+4
* Add Misc/NEWS entry for c741ba9e37ef.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
* type check AST strings and identifiersBenjamin 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 mergeBarry Warsaw2011-07-191-2/+9
|\
| * - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-2/+9
* | Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-0/+4
* | 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
* Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-182-0/+5
* Close the call queue in concurrent.futures.ProcessPoolExecutor whenAntoine Pitrou2011-07-161-0/+3
* Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-151-0/+2
* Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+2
* MergeAntoine Pitrou2011-07-151-0/+3
|\
| * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
| |\
| | * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
| | * Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
* | | merge headsBenjamin Peterson2011-07-151-0/+3
|\ \ \ | |/ /
| * | Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-151-0/+3
* | | catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-151-0/+3
|/ /
* | Merge - 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
* | Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIO...Antoine Pitrou2011-07-131-0/+3
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-122-0/+7
* | Merge 3.2.1 release clone into main repo.Georg Brandl2011-07-092-16/+13
|\ \