summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-0/+11
* Issue 7835: Shelve's __del__ method calls its close method, and itsR. David Murray2010-02-101-1/+5
* #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
* Remove deprecation on assert_. It is used too frequently.Michael Foord2010-02-101-1/+1
* Issue 7893 and Issue 7588Michael Foord2010-02-105-37/+77
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-092-2/+19
* 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-082-2/+4
* Fix missing string formatting placeholder.Georg Brandl2010-02-081-1/+1
* Fix undefined local.Georg Brandl2010-02-081-1/+1
* Fix missing string formatting argument.Georg Brandl2010-02-081-1/+1
* Fix exc_value -> exception in docstringEzio Melotti2010-02-081-1/+1
* logging: gingerly re-enabling skipped tests after improving thread sync code ...Vinay Sajip2010-02-082-4/+6
* 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-072-1/+19
* assertRaises as context manager now allows you to access exception as documentedMichael Foord2010-02-072-3/+8
* Remove unused imports in test modules.Georg Brandl2010-02-0774-135/+40
* Rename "exc_value" attribute on assertRaises context manager to "exception".Georg Brandl2010-02-072-11/+3
* Issue #7870: Remove duplicate test methods. Reported by Georg Brandl.Antoine Pitrou2010-02-071-19/+0
* Actually raise on failure, instead of doing nothing.Mark Dickinson2010-02-071-2/+2
* logging: Removed some more 1.5.2 support code.Vinay Sajip2010-02-071-24/+3
* Add missing global declarations for 'overflowok'; remove 'overflowrequired', ...Mark Dickinson2010-02-071-9/+7
* Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2...Vinay Sajip2010-02-072-17/+7
* Remove duplicate test method.Georg Brandl2010-02-071-6/+1
* Add a minimal test for fnmatchcase().Georg Brandl2010-02-071-0/+5