summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytesVictor Stinner2010-06-243-6/+4
* Add specification for the Py_IS* macros in pyctype.h.Stefan Krah2010-06-241-0/+3
* Blocked revisions 82191 via svnmergeStefan Krah2010-06-240-0/+0
* 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-233-16/+32
* Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.Stefan Krah2010-06-231-42/+42
* Blocked revisions 82177 via svnmergeStefan Krah2010-06-230-0/+0
* Merged revisions 82169 via svnmerge fromAntoine Pitrou2010-06-221-11/+11
* Merged revisions 82167 via svnmerge fromBenjamin Peterson2010-06-221-4/+3
* Merged revisions 82165 via svnmerge fromBenjamin Peterson2010-06-221-1/+3
* Merged revisions 82160 via svnmerge fromBenjamin Peterson2010-06-221-1/+1
* Blocked revisions 82161 via svnmergeBenjamin Peterson2010-06-220-0/+0
* Merged revisions 82157 via svnmerge fromBenjamin Peterson2010-06-222-3/+2
* Blocked revisions 82155 via svnmergeBenjamin Peterson2010-06-220-0/+0
* Added more test casesAlexander Belopolsky2010-06-221-0/+25
* Minor comment formatting.Senthil Kumaran2010-06-221-1/+1
* Minor docs issue.Senthil Kumaran2010-06-221-1/+1
* Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-2116-376/+1986
* Merged revisions 82130 via svnmerge fromBenjamin Peterson2010-06-212-3/+14
* Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.Alexander Belopolsky2010-06-214-36/+31
* Move over to assertIs.Brett Cannon2010-06-211-2/+2
* Merged revisions 82117 via svnmerge fromMark Dickinson2010-06-202-102/+6
* add copyright yearsBenjamin Peterson2010-06-201-1/+1
* update release schedule urlBenjamin Peterson2010-06-201-1/+1
* Blocked revisions 82112 via svnmergeBenjamin Peterson2010-06-200-0/+0
* Revert r82089. Commit was intended for a branch.Jean-Paul Calderone2010-06-197-474/+7
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-197-7/+474
* Issue #8939: Improve arg.rstVictor Stinner2010-06-181-5/+5
* Merged revisions 82075 via svnmerge fromJean-Paul Calderone2010-06-182-5/+3
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-183-10/+22
* Added a new line at the end of the file.Alexander Belopolsky2010-06-181-1/+1
* Fixed a typo in a comment.Alexander Belopolsky2010-06-181-1/+1
* Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-182-2/+14
* Issue #6543: Mention the author of the patch, Amaury Forgeot d'ArcVictor Stinner2010-06-171-1/+2
* Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-176-57/+70
* Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.Victor Stinner2010-06-172-5/+3
* Typo repair.Barry Warsaw2010-06-171-4/+4
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-175-74/+101
* Add note about changes to the `round` function between 2.x and 3.x.Mark Dickinson2010-06-171-0/+9
* Merged revisions 82047 via svnmerge fromSenthil Kumaran2010-06-171-1/+1
* 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-173-27/+16
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-173-1/+24
* Issue #850997: Oops, I forgot the author of the patch: Mark HammondVictor Stinner2010-06-161-1/+1
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-165-45/+149
* Issue #9012: Add _time.c and _time.h to the Visual Studio project fileVictor Stinner2010-06-161-0/+8
* Issue #9012: "Separate compilation of time and datetime modules."Alexander Belopolsky2010-06-164-28/+33
* Merged revisions 82026 via svnmerge fromSenthil Kumaran2010-06-161-2/+4