| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not | Victor Stinner | 2011-01-14 | 1 | -0/+4 |
|
|
* | Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() | Victor Stinner | 2011-01-14 | 1 | -0/+2 |
|
|
* | Issue #10899: No function type annotations in the standard library. | Raymond Hettinger | 2011-01-12 | 1 | -0/+3 |
|
|
* | Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch | Antoine Pitrou | 2011-01-12 | 1 | -0/+3 |
|
|
* | don't segfault on deleting __abstractmethods__ #10892 | Benjamin Peterson | 2011-01-12 | 1 | -0/+3 |
|
|
* | Issue #5109: array.array constructor will now use fast code when | Alexander Belopolsky | 2011-01-11 | 1 | -0/+3 |
|
|
* | developers.txt entry for Eli (at Brett's request) | Nick Coghlan | 2011-01-11 | 1 | -0/+3 |
|
|
* | #10820: Fix OS X framework installs to support version-specific | Ned Deily | 2011-01-10 | 1 | -0/+3 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -0/+2 |
|
|
* | Issue #10872: The repr() of TextIOWrapper objects now includes the mode | Antoine Pitrou | 2011-01-09 | 1 | -0/+3 |
|
|
* | Add Ned Deily. | Martin v. Löwis | 2011-01-09 | 1 | -0/+3 |
|
|
* | #10869: do not visit root node twice in ast.increment_lineno(). | Georg Brandl | 2011-01-09 | 2 | -0/+4 |
|
|
* | #5871: protect against header injection attacks. | R. David Murray | 2011-01-09 | 1 | -0/+7 |
|
|
* | NEWS: merge #1777412 and #10827 entries | Victor Stinner | 2011-01-08 | 1 | -11/+6 |
|
|
* | Issue #1777412: document the change in the NEWS file | Victor Stinner | 2011-01-08 | 1 | -0/+5 |
|
|
* | Issue #10859: Make `contextlib.GeneratorContextManager` officially | Antoine Pitrou | 2011-01-08 | 1 | -0/+3 |
|
|
* | Issue #10042: Fixed the total_ordering decorator to handle cross-type | Raymond Hettinger | 2011-01-08 | 2 | -0/+4 |
|
|
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -0/+4 |
|
|
* | Fix formatting of values with embedded newlines when rfc2047 encoding | R. David Murray | 2011-01-07 | 1 | -1/+5 |
|
|
* | Put NEWS entry in the right section. | Antoine Pitrou | 2011-01-07 | 1 | -4/+4 |
|
|
* | Issue #8020: Avoid a crash where the small objects allocator would read | Antoine Pitrou | 2011-01-07 | 2 | -0/+5 |
|
|
* | Issue #10827: Changed the rules for 2-digit years. The time.asctime | Alexander Belopolsky | 2011-01-07 | 1 | -0/+8 |
|
|
* | Issue #10841: set binary mode on files; the parser translates newlines | Victor Stinner | 2011-01-07 | 1 | -0/+4 |
|
|
* | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -0/+2 |
|
|
* | Remove buffer API from stable ABI for now, see #10181. | Martin v. Löwis | 2011-01-06 | 1 | -0/+2 |
|
|
* | Issue #7858: Raise an error properly when os.utime() fails under Windows | Antoine Pitrou | 2011-01-06 | 1 | -0/+3 |
|
|
* | Issue #3839: wsgiref should not override a Content-Length header set by | Antoine Pitrou | 2011-01-06 | 2 | -0/+4 |
|
|
* | Issue #10655: Fix the build on PowerPC on Linux with GCC when building with | David Malcolm | 2011-01-06 | 1 | -0/+5 |
|
|
* | Issue #1677694: Refactor and improve test_timeout. Original patch by | Antoine Pitrou | 2011-01-06 | 1 | -0/+3 |
|
|
* | Issue #10492: bdb.Bdb.run() only traces the execution of the code | Victor Stinner | 2011-01-06 | 1 | -0/+3 |
|
|
* | Fix mistake in NEWS | Antoine Pitrou | 2011-01-05 | 1 | -1/+1 |
|
|
* | Issue #7995: When calling accept() on a socket with a timeout, the returned | Antoine Pitrou | 2011-01-05 | 1 | -0/+3 |
|
|
* | Issue #5485: Add tests for the UseForeignDTD method of expat parser objects. | Antoine Pitrou | 2011-01-05 | 1 | -0/+3 |
|
|
* | Issue #10756: add the author, Andreas Stührk | Victor Stinner | 2011-01-05 | 2 | -1/+3 |
|
|
* | Issue #10756: atexit normalizes the exception before displaying it. | Victor Stinner | 2011-01-05 | 1 | -0/+2 |
|
|
* | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -0/+3 |
|
|
* | Issue #8013: time.asctime and time.ctime no longer call system asctime | Alexander Belopolsky | 2011-01-04 | 1 | -0/+6 |
|
|
* | Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows | Victor Stinner | 2011-01-04 | 1 | -2/+2 |
|
|
* | Issue #10819: SocketIO.name property returns -1 when its closed, instead of | Victor Stinner | 2011-01-04 | 1 | -0/+3 |
|
|
* | Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if | Victor Stinner | 2011-01-04 | 1 | -0/+4 |
|
|
* | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-01-04 | 1 | -0/+4 |
|
|
* | Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the | Victor Stinner | 2011-01-04 | 1 | -0/+3 |
|
|
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -0/+6 |
|
|
* | news for 6643 | Gregory P. Smith | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue #6293: Have regrtest.py echo back sys.flags. This is done by default | Antoine Pitrou | 2011-01-03 | 1 | -0/+7 |
|
|
* | Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in | Antoine Pitrou | 2011-01-03 | 2 | -0/+4 |
|
|
* | Issue #10806, issue #9905: Fix subprocess pipes when some of the standard | Antoine Pitrou | 2011-01-03 | 1 | -0/+4 |
|
|
* | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue 10502: addition of unittestgui to Tools/ | Michael Foord | 2011-01-03 | 1 | -0/+4 |
|
|
* | test_tkinter: use a context manager to close directly the pipe | Victor Stinner | 2011-01-03 | 1 | -0/+1 |
|
|