summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-193-42/+147
* 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-185-20/+790
* Add various itemsAndrew M. Kuchling2010-02-181-6/+47
* Move bsddb47 macros before their use, to make VS 2010 happy.Martin v. Löwis2010-02-181-8/+8
* Stop providing crtassem.h symbols when compiling withMartin v. Löwis2010-02-182-1/+6
* #7941: fix error messageEzio Melotti2010-02-161-1/+1
* #7930: fix stripidEzio Melotti2010-02-162-3/+14
* Make the references to Popen in the description of CallR. David Murray2010-02-161-2/+2
* Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.Martin v. Löwis2010-02-153-6/+10
* Remove incorrect apostrophe.Eric Smith2010-02-151-1/+1
* Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.Martin v. Löwis2010-02-153-16/+37
* Silence more 'comparison between signed and unsigned' warnings.Mark Dickinson2010-02-142-6/+6
* #7926: fix-up wording.Georg Brandl2010-02-141-1/+2
* Silence more compiler warnings; fix an instance of potential undefined behav...Mark Dickinson2010-02-141-4/+5
* Silence some 'comparison between signed and unsigned' compiler warnings.Mark Dickinson2010-02-141-7/+8
* #7926: fix stray parens.Georg Brandl2010-02-141-5/+6
* #7921: fix links. Patch by Brian Curtin.Ezio Melotti2010-02-141-6/+7
* Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...Mark Dickinson2010-02-121-0/+3
* #7907: fix wrong function name in doc. Patch by Brian Curtin.Ezio Melotti2010-02-111-1/+1
* Adding TextTestResult to unittest.__all__Michael Foord2010-02-111-1/+2
* Finish fix for issue 7715, after explicit search for calls to `arch`Ronald Oussoren2010-02-112-9/+9
* Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universalRonald Oussoren2010-02-112-3/+3
* Add guard around the prototype for completion_matches to enableRonald Oussoren2010-02-111-0/+3
* 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-113-8/+21
* Issue 7835: Shelve's __del__ method calls its close method, and itsR. David Murray2010-02-102-1/+8
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-104-25/+104
* 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-107-46/+101
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-094-2/+25
* Doc fix for unittest.Michael Foord2010-02-081-2/+3
* 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-083-6/+14
* 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 typoEzio Melotti2010-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
* Clarify and correct description for ccbench and iobench.Antoine Pitrou2010-02-081-3/+4
* 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
* Add two items; move a subsectionAndrew M. Kuchling2010-02-081-8/+21
* Removed spurious print statement in test.Vinay Sajip2010-02-081-1/+0
* Move distutils into its own subsection; add various itemsAndrew M. Kuchling2010-02-081-46/+113