summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #1677694: Refactor and improve test_timeout. Original patch byAntoine Pitrou2011-01-061-0/+3
* Issue #10492: bdb.Bdb.run() only traces the execution of the codeVictor Stinner2011-01-061-0/+3
* Fix mistake in NEWSAntoine Pitrou2011-01-051-1/+1
* Issue #7995: When calling accept() on a socket with a timeout, the returnedAntoine Pitrou2011-01-051-0/+3
* Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.Antoine Pitrou2011-01-051-0/+3
* Issue #10756: add the author, Andreas StührkVictor Stinner2011-01-052-1/+3
* Issue #10756: atexit normalizes the exception before displaying it.Victor Stinner2011-01-051-0/+2
* #10790: make append work when output codec is different from input codecR. David Murray2011-01-051-0/+3
* Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-0/+6
* Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on WindowsVictor Stinner2011-01-041-2/+2
* Issue #10819: SocketIO.name property returns -1 when its closed, instead ofVictor Stinner2011-01-041-0/+3
* Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError ifVictor Stinner2011-01-041-0/+4
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-01-041-0/+4
* Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp theVictor Stinner2011-01-041-0/+3
* Issue #10333: Remove ancient GC API, which has been deprecated sinceAntoine Pitrou2011-01-041-0/+6
* news for 6643Gregory P. Smith2011-01-031-0/+3
* Issue #6293: Have regrtest.py echo back sys.flags. This is done by defaultAntoine Pitrou2011-01-031-0/+7
* Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep inAntoine Pitrou2011-01-032-0/+4
* Issue #10806, issue #9905: Fix subprocess pipes when some of the standardAntoine Pitrou2011-01-031-0/+4
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+3
* Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-031-0/+4
* test_tkinter: use a context manager to close directly the pipeVictor Stinner2011-01-031-0/+1
* #8278: In the Windows implementation of stat() and utime(),Amaury Forgeot d'Arc2011-01-031-0/+3
* Issue #10798: Reject supporting concurrent.futures if the system hasMartin v. Löwis2011-01-031-0/+3
* Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs fromVictor Stinner2011-01-021-0/+3
* Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSDAntoine Pitrou2011-01-022-0/+4
* #10801: In zipfile, support different encodings for the header and the filena...Georg Brandl2011-01-011-0/+3
* Fix issue references.Georg Brandl2011-01-011-9/+9
* Issue 6285: add NEWS entry for 3.2.Terry Reedy2011-01-011-0/+3
* Typo.Raymond Hettinger2010-12-311-1/+1
* Fix OrderedDict.setdefault() to work for subclasses that define __missing__().Raymond Hettinger2010-12-311-0/+3
* Remove mentions of the Demo directory.Georg Brandl2010-12-301-0/+7
* Issue 10786: unittest.TextTestRunner default stream no longer bound at import...Michael Foord2010-12-301-0/+4
* Minor clarificationTerry Reedy2010-12-291-2/+2
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-291-0/+5
* Issue #10783: rephrase the changelog (new try)Victor Stinner2010-12-291-1/+1
* Issue #10783: rephrase the changelog (NEWS, What's new)Victor Stinner2010-12-281-2/+1
* Issue 10738: Fix webbrowser.Opera.raise_opts value.Terry Reedy2010-12-281-0/+2
* #9824: encode , and ; in cookie values so that browsers don't split on themR. David Murray2010-12-281-0/+3
* Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-281-0/+2
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-0/+4
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-0/+3
* Remove history; adapt a bit more to reST, since this will once be part of the...Georg Brandl2010-12-281-160/+153
* Add news entry and clarify another.Georg Brandl2010-12-281-2/+4
* #10768: fix ScrolledText widget construction, and make the example work from ...Georg Brandl2010-12-281-0/+2
* #10777: fix iteration over dict keys while mutating the dict.Georg Brandl2010-12-281-0/+3
* #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall...Georg Brandl2010-12-281-0/+6
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-0/+4
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-0/+3
* Issue #10626: test_logging now preserves logger disabled states.Vinay Sajip2010-12-271-2/+4