summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #5109: array.array constructor will now use fast code whenAlexander Belopolsky2011-01-111-0/+3
* developers.txt entry for Eli (at Brett's request)Nick Coghlan2011-01-111-0/+3
* #10820: Fix OS X framework installs to support version-specificNed Deily2011-01-101-0/+3
* Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.Terry Reedy2011-01-101-0/+2
* Issue #10872: The repr() of TextIOWrapper objects now includes the modeAntoine Pitrou2011-01-091-0/+3
* Add Ned Deily.Martin v. Löwis2011-01-091-0/+3
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-092-0/+4
* #5871: protect against header injection attacks.R. David Murray2011-01-091-0/+7
* NEWS: merge #1777412 and #10827 entriesVictor Stinner2011-01-081-11/+6
* Issue #1777412: document the change in the NEWS fileVictor Stinner2011-01-081-0/+5
* Issue #10859: Make `contextlib.GeneratorContextManager` officiallyAntoine Pitrou2011-01-081-0/+3
* Issue #10042: Fixed the total_ordering decorator to handle cross-typeRaymond Hettinger2011-01-082-0/+4
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-0/+4
* Fix formatting of values with embedded newlines when rfc2047 encodingR. David Murray2011-01-071-1/+5
* Put NEWS entry in the right section.Antoine Pitrou2011-01-071-4/+4
* Issue #8020: Avoid a crash where the small objects allocator would readAntoine Pitrou2011-01-072-0/+5
* Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-0/+8
* Issue #10841: set binary mode on files; the parser translates newlinesVictor Stinner2011-01-071-0/+4
* Get --coverage to be an acceptable flag for test.regrtest again.Brett Cannon2011-01-061-0/+2
* Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-0/+2
* Issue #7858: Raise an error properly when os.utime() fails under WindowsAntoine Pitrou2011-01-061-0/+3
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-062-0/+4
* Issue #10655: Fix the build on PowerPC on Linux with GCC when building withDavid Malcolm2011-01-061-0/+5
* 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