summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 82018 via svnmerge fromSenthil Kumaran2010-06-161-1/+23
* Remove versionadded accidentally introduced by r82008.R. David Murray2010-06-161-4/+0
* Blocked revisions 81571,81678 via svnmergeR. David Murray2010-06-160-0/+0
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-163-1/+22
* Merged revisions 81634 via svnmerge fromR. David Murray2010-06-151-6/+17
* Fix for buildbot failure in r81999.Ronald Oussoren2010-06-151-0/+2
* Issue 5094: minor documentation fixesAlexander Belopolsky2010-06-152-25/+25
* Minor changes to the choice of assert methodsAlexander Belopolsky2010-06-151-26/+26
* Further refinements to the C file API.Antoine Pitrou2010-06-151-10/+14
* Fixes to the PyFile_FromFd() doc, by Renato Cunha.Antoine Pitrou2010-06-151-4/+5
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-152-4/+5
* Merged revisions 81992 via svnmerge fromMark Dickinson2010-06-151-30/+33
* 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-145-26/+483
* getargs.c: remove last reference to "t#" formatVictor Stinner2010-06-131-1/+0
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-135-5/+317
* Merged revisions 81971 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81969 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-135-6/+67
* Remove unnecessary brackets from docstring optional arguments.Mark Dickinson2010-06-131-2/+2
* Issue #8973: Expanded Struct.__doc__.Alexander Belopolsky2010-06-121-1/+5
* Blocked revisions 81957 via svnmergeMark Dickinson2010-06-120-0/+0
* Issue #8469: Reorder struct module sections for clarity; other minor tweaks.Mark Dickinson2010-06-121-75/+79
* Issue #8469: add standard sizes to struct docs table.Mark Dickinson2010-06-121-40/+40
* Merged revisions 81953 via svnmerge fromBenjamin Peterson2010-06-120-0/+0
* Added acknowlegement for Issue #3129Alexander Belopolsky2010-06-122-2/+3
* Fix mild type confusion in decimal module docstring.Mark Dickinson2010-06-121-1/+2
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-122-25/+25
* Issue #8973: Improve struct module docstrings.Mark Dickinson2010-06-121-22/+37