summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80712,81651 via svnmerge fromBenjamin Peterson2010-06-272-9/+19
* Merged revisions 82284 via svnmerge fromRonald Oussoren2010-06-271-2/+7
* Merged revisions 82276 via svnmerge fromRonald Oussoren2010-06-271-3/+3
* Merged revisions 82272 via svnmerge fromRonald Oussoren2010-06-271-1/+3
* Untabify.Georg Brandl2010-06-271-4/+4
* #9064: accept number of frames for "up" and "down" commands in pdb.Georg Brandl2010-06-272-16/+34
* Merged revisions 82242 via svnmerge fromR. David Murray2010-06-261-1/+1
* Merged revisions 82233 via svnmerge fromR. David Murray2010-06-261-0/+5
* fix typosBenjamin Peterson2010-06-251-2/+2
* Merged revisions 82229 via svnmerge fromBenjamin Peterson2010-06-251-0/+1
* Merged revisions 82225 via svnmerge fromBenjamin Peterson2010-06-251-0/+1
* only take into account positional arguments count in related error messagesBenjamin Peterson2010-06-253-3/+11
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-255-8/+24
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-251-0/+10
* PyArg_Parse*() functions: factorize code for s/z and u/Z formatsVictor Stinner2010-06-241-1/+1
* Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytesVictor Stinner2010-06-241-1/+1
* Merged revisions 82189 via svnmerge fromBenjamin Peterson2010-06-241-2/+4
* Added more test casesAlexander Belopolsky2010-06-231-1/+13
* Test future pickle protocols. Thanks Antoine Pitrou for suggestion.Alexander Belopolsky2010-06-231-2/+3
* Issue #9051: Instances of timezone class can now be pickled.Alexander Belopolsky2010-06-231-14/+19
* Merged revisions 82167 via svnmerge fromBenjamin Peterson2010-06-221-4/+3
* Merged revisions 82165 via svnmerge fromBenjamin Peterson2010-06-221-1/+3
* Added more test casesAlexander Belopolsky2010-06-221-0/+25
* Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-212-0/+61
* Merged revisions 82130 via svnmerge fromBenjamin Peterson2010-06-211-3/+12
* Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.Alexander Belopolsky2010-06-211-23/+19
* Move over to assertIs.Brett Cannon2010-06-211-2/+2
* Merged revisions 82117 via svnmerge fromMark Dickinson2010-06-202-102/+6
* Revert r82089. Commit was intended for a branch.Jean-Paul Calderone2010-06-191-203/+2
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-191-2/+203
* Merged revisions 82075 via svnmerge fromJean-Paul Calderone2010-06-182-5/+3
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-182-8/+20
* Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-181-2/+10
* Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.Victor Stinner2010-06-171-5/+1
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-172-8/+79
* Don't use os.normcase when the result we are expecting is None.R. David Murray2010-06-171-1/+1
* Issue #9011: Remove buggy and unnecessary ST->AST compilation codeMark Dickinson2010-06-171-1/+11
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-172-1/+21
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-162-7/+2
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-162-1/+19
* Fix for buildbot failure in r81999.Ronald Oussoren2010-06-151-0/+2
* Minor changes to the choice of assert methodsAlexander Belopolsky2010-06-151-26/+26
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-152-4/+5
* Switch the __import__ state check from using __builtins__ to builtins to beBrett Cannon2010-06-141-8/+3
* Undo r81988 code change leaving added test.Alexander Belopolsky2010-06-141-3/+8
* Issue 6280: Tests and simpler implementation for calendar.timegmAlexander Belopolsky2010-06-142-10/+13
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-141-13/+108
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-1/+129
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-132-0/+47
* Fix mild type confusion in decimal module docstring.Mark Dickinson2010-06-121-1/+2