summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 #9118: help(None) will now return NoneType doc instead ofAlexander Belopolsky2010-07-041-2/+3
* Merged revisions 81478,82530-82531 via svnmerge fromBenjamin Peterson2010-07-042-2/+9
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-0/+7
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-032-27/+38
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-033-1/+32
* Fix a spelling mistake in a comment.Brett Cannon2010-07-031-1/+1
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-0316-542/+415
* Issue #9094: Make python -m pickletools disassemble pickles given inAlexander Belopolsky2010-07-031-1/+40
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-032-8/+140
* Merged revisions 82492 via svnmerge fromVictor Stinner2010-07-031-0/+33
* Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...Nick Coghlan2010-07-032-2/+69
* Make test_import a little bit more robust for cleaning up after itself in theBrett Cannon2010-07-031-6/+8
* Merged revisions 82461 via svnmerge fromBenjamin Peterson2010-07-021-42/+29
* fix lookup of __ceil__Benjamin Peterson2010-07-021-0/+1
* correctly lookup __trunc__ and __floor__Benjamin Peterson2010-07-011-0/+3
* Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.Ezio Melotti2010-07-012-10/+165
* Merged revisions 82404 via svnmerge fromGiampaolo RodolĂ 2010-06-301-8/+13
* Merged revisions 82403 via svnmerge fromBenjamin Peterson2010-06-301-0/+1
* Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...Michael Foord2010-06-302-2/+176