summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-1311-4/+63
* 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
* #6026: skip test_get_file_list when zlib is not available.Ezio Melotti2010-07-121-0/+1
* allow byte literalsBenjamin Peterson2010-07-112-1/+2
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-112-1/+22
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-112-0/+18
* test for set literalsBenjamin Peterson2010-07-111-0/+1
* Allow set literals in literal_eval().Georg Brandl2010-07-111-0/+2
* Fix for issue 9164Ronald Oussoren2010-07-111-2/+1
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-112-1/+5
* ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-102-3/+23
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-102-2/+11
* #1434090: properly append child in expatbuilder doctype handler.Georg Brandl2010-07-101-1/+1
* #3071: tell how many values were expected when unpacking too many.Georg Brandl2010-07-101-3/+3
* Oops. Fix distutils tests that r82746 broke.Jeffrey Yasskin2010-07-091-1/+3
* be more robust across platformsBenjamin Peterson2010-07-091-1/+1
* remove SocketIO.__del__; close() can handle itBenjamin Peterson2010-07-091-4/+0
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-091-0/+5
* 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-092-6/+15
* 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-092-1/+19
* 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-0813-253/+609
* Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.Mark Dickinson2010-07-081-13/+31
* Fix misplaced exactness check that was causing unnecessary work in Decimal.__...Mark Dickinson2010-07-081-3/+4
* Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.Mark Dickinson2010-07-082-6/+21
* 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
* Revert -r82559; it's not clear that this is the right thing to do, and the c...Mark Dickinson2010-07-041-2/+3
* Re-encode shlex.py in UTF-8, and remove coding cookie.Mark Dickinson2010-07-041-3/+2
* Remove coding cookie from heapq.py.Mark Dickinson2010-07-041-3/+1