summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-191-0/+3
* Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.Stefan Krah2010-07-191-0/+1
* Issue #9265: Incorrect name passed as arg[0] when shell=TrueStefan Krah2010-07-191-0/+19
* This patch adds a testcase that demonstrates a problemRonald Oussoren2010-07-191-0/+6
* Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.xAlexander Belopolsky2010-07-171-0/+69
* Fix possible failure in pickling tests due to different instantiationsAntoine Pitrou2010-07-161-0/+10
* Issue #9251: test_threaded_import didn't fail when run through regrtestAntoine Pitrou2010-07-141-55/+50
* Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-0/+32
* Woops, test_sndhdr.py contains the same code twice: fix itVictor Stinner2010-07-131-24/+0
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-1310-0/+59
* Set sys.modules[name] to None instead of 0 to block module import.Alexander Belopolsky2010-07-131-1/+1
* Yield more information on failure in test_struct boolean test.Mark Dickinson2010-07-121-2/+7
* allow byte literalsBenjamin Peterson2010-07-111-0/+1
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-111-0/+13
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-112-0/+18
* test for set literalsBenjamin Peterson2010-07-111-0/+1
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-111-0/+3
* ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-101-1/+5
* #3071: tell how many values were expected when unpacking too many.Georg Brandl2010-07-101-3/+3
* be more robust across platformsBenjamin Peterson2010-07-091-1/+1
* Re-flow several long lines from #1578269.Brian Curtin2010-07-095-11/+18
* Fix the breakage of Lib/tarfile.py on non-Windows platforms due toBrian Curtin2010-07-091-0/+1
* wrapBenjamin Peterson2010-07-091-1/+2
* allow more exceptionsBenjamin Peterson2010-07-091-3/+3
* OverflowError is fineBenjamin Peterson2010-07-091-1/+2
* 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.R. David Murray2010-07-091-1/+16
* use assert methodBenjamin Peterson2010-07-091-1/+1
* fix repr of complicated structseqs #9206Benjamin Peterson2010-07-081-1/+9
* assert tuple inheritanceBenjamin Peterson2010-07-081-0/+1
* Undo inadvertant checkin.Brian Curtin2010-07-081-1/+1
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-0811-243/+564
* Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.Mark Dickinson2010-07-081-0/+13
* Issue #8605: Skip test_gdb if Python is compiled with optimizations.Antoine Pitrou2010-07-081-0/+10
* In test_decimal, convert heuristic for skipping tests into an explicit skiplist.Mark Dickinson2010-07-081-41/+35
* ValueError in this case is also acceptableBenjamin Peterson2010-07-071-4/+8
* don't ignore exceptions from PyObject_IsTrueBenjamin Peterson2010-07-071-0/+6
* this needn't be in the loopBenjamin Peterson2010-07-071-2/+2
* Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.Mark Dickinson2010-07-072-8/+72
* Issue #9000: datetime.timezone objects now have eval-friendly repr.Alexander Belopolsky2010-07-061-0/+9
* Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...Brett Cannon2010-07-051-1/+1
* Added two more test cases for datetimeAlexander Belopolsky2010-07-051-0/+6
* looking up on the type is correct, so this isn't an XXXBenjamin Peterson2010-07-051-7/+0
* Added more tests for utctimetuple()Alexander Belopolsky2010-07-051-1/+21
* pydoc still has a silly encodingBenjamin Peterson2010-07-051-1/+1
* Issue #9130: Validate ellipsis tokens in relative imports.Mark Dickinson2010-07-041-0/+6
* Fix symbol numbers in test_parser test.Mark Dickinson2010-07-041-8/+8
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-0/+20
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-0/+7