summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.Florent Xicluna2010-02-271-18/+3
* Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...Florent Xicluna2010-02-272-3/+53
* Add a test for normpath to test_macpath.Ezio Melotti2010-02-271-0/+6
* #691291: codecs.open() should not convert end of lines on reading and writing.Florent Xicluna2010-02-262-4/+24
* Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-242-0/+4
* Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-242-2/+3
* Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni...Eric Smith2010-02-241-0/+37
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-242-0/+6
* Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin toR. David Murray2010-02-241-15/+6
* Merged revisions 78407 via svnmerge fromBenjamin Peterson2010-02-241-15/+13
* The primary copy of lib2to3 is not trunk, so the lib2to3 changeR. David Murray2010-02-241-3/+0
* Issue #7649: Fix u'%c' % char for character in range 0x80..0xFFVictor Stinner2010-02-231-0/+13
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-232-0/+8
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-0/+16
* issue#6442 use in operator instead of has_keyJack Diederich2010-02-231-1/+1
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...Michael Foord2010-02-233-7/+34
* Fix spacing nit. Thanks Eric Smith for the public humiliation.Mark Dickinson2010-02-231-4/+4
* Make global variable overflowok into a keyword argument; this fixes a failur...Mark Dickinson2010-02-231-16/+16
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-234-177/+0
* completed the __all__ list and changed the module doctestTarek Ziadé2010-02-231-4/+5
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-232-2/+596
* removed debugging codeTarek Ziadé2010-02-231-4/+1
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-2317-41/+190
* Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.Eric Smith2010-02-231-0/+32
* Support for old TestResult object (unittest) with warnings when using unsuppo...Michael Foord2010-02-223-8/+77
* * fix issue#7476Jack Diederich2010-02-222-0/+5
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-222-1/+16
* #7627: MH.remove() would fail if the MH mailbox was locked;Andrew M. Kuchling2010-02-222-10/+9
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-221-0/+2
* Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changingSenthil Kumaran2010-02-221-1/+1
* Silence UnicodeWarning in crazy unittest test.Michael Foord2010-02-211-4/+7
* Reduce number of random tests in test_strtod, to avoid hogging buildbot time.Mark Dickinson2010-02-211-36/+30
* Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot t...Mark Dickinson2010-02-211-0/+6
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-0/+55
* Issue 7970: When email.Parser.Parser parses a MIME message of typeR. David Murray2010-02-213-2/+45
* skip tests with a non-ascii cwd when the file system encoding is asciiEzio Melotti2010-02-204-17/+32
* Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")Senthil Kumaran2010-02-202-2/+6
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-206-45/+28
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-207-5/+54
* Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...Senthil Kumaran2010-02-192-2/+12
* - apply patch from issue 7005Fred Drake2010-02-192-38/+101
* Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...Michael Foord2010-02-182-9/+7
* unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...Michael Foord2010-02-183-46/+72
* Doctest fixes for decimal.py: add an integer-argument doctest for logical_in...Mark Dickinson2010-02-181-18/+20
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-182-18/+778
* #7941: fix error messageEzio Melotti2010-02-161-1/+1
* #7930: fix stripidEzio Melotti2010-02-162-3/+14
* Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...Mark Dickinson2010-02-121-0/+3
* Adding TextTestResult to unittest.__all__Michael Foord2010-02-111-1/+2
* Improve issue 7835 fix per MAL to handle the case that theR. David Murray2010-02-111-4/+5