summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* #691291: codecs.open() should not convert end of lines on reading and writing.Florent Xicluna2010-02-261-0/+15
* Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-241-0/+1
* Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-241-1/+2
* 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-241-0/+4
* 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-231-0/+4
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...Michael Foord2010-02-231-1/+18
* 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
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-231-1/+316
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-2312-27/+132
* 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-221-1/+49
* * fix issue#7476Jack Diederich2010-02-221-0/+2
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-221-0/+15
* #7627: MH.remove() would fail if the MH mailbox was locked;Andrew M. Kuchling2010-02-221-0/+7
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-221-0/+2
* 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
* 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-201-1/+5
* 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-203-1/+32
* Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...Senthil Kumaran2010-02-191-1/+10
* - apply patch from issue 7005Fred Drake2010-02-191-20/+57
* Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...Michael Foord2010-02-181-6/+3
* unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...Michael Foord2010-02-181-12/+20
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-181-0/+438
* #7930: fix stripidEzio Melotti2010-02-161-0/+13
* Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...Mark Dickinson2010-02-121-0/+3
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-0/+11
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-103-25/+93
* Fix for unittest tests, to be merged to py3kMichael Foord2010-02-101-3/+3
* Issue 7893 and Issue 7588Michael Foord2010-02-101-10/+45
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-091-0/+17
* Convert test failure from output-producing to self.fail().Georg Brandl2010-02-081-6/+5
* Make assertMultiLineEqual the default for comparing unicode strings.Michael Foord2010-02-081-2/+3
* Fix missing string formatting placeholder.Georg Brandl2010-02-081-1/+1
* logging: gingerly re-enabling skipped tests after improving thread sync code ...Vinay Sajip2010-02-081-2/+0
* Issue #7857: Another attempt to keep the buildbots happy.Vinay Sajip2010-02-081-1/+3
* logging: skipped listening tests because they're not working reliably.Vinay Sajip2010-02-081-0/+2
* Removed spurious print statement in test.Vinay Sajip2010-02-081-1/+0
* Fix test_fnmatch.Georg Brandl2010-02-081-5/+5
* Skip test_strtod entirely when correctly-rounded string->float isn't implementedMark Dickinson2010-02-071-2/+4
* Issue 6003: ZipFile.writestr "compression_type" argumentRonald Oussoren2010-02-071-0/+14
* assertRaises as context manager now allows you to access exception as documentedMichael Foord2010-02-071-2/+7
* Remove unused imports in test modules.Georg Brandl2010-02-0774-135/+40