summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix: Issue9091 Minor documentation clarification.Senthil Kumaran2010-07-051-1/+2
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+5
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-17/+23
* Remove the need for a "()" empty argument list after opcodes.Georg Brandl2010-07-031-62/+70
* Use the right role.Georg Brandl2010-07-031-1/+1
* Wrap and use the correct directive.Georg Brandl2010-07-031-1/+7
* Merged revisions 82476 via svnmerge fromMark Dickinson2010-07-031-1/+1
* Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...Nick Coghlan2010-07-031-4/+7
* Merged revisions 82455,82457,82459 via svnmerge fromEzio Melotti2010-07-021-24/+155
* Some people have mistaken Python bytecode as being stable and unchanging. InBrett Cannon2010-07-021-3/+4
* Merged revisions 82446 via svnmerge fromMark Dickinson2010-07-021-35/+61
* Merged revisions 82433 via svnmerge fromGeorg Brandl2010-07-021-15/+15
* Merged revisions 82420 via svnmerge fromBenjamin Peterson2010-07-011-1/+1
* Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...Michael Foord2010-06-301-0/+57
* Merged revisions 82379 via svnmerge fromMark Dickinson2010-06-291-1/+5
* Make a sentence a little less awkward.Brett Cannon2010-06-291-2/+1
* Added information about pickle security and SocketHandler, and some cross-ref...Vinay Sajip2010-06-291-2/+34
* Merged revisions 82334 via svnmerge fromSenthil Kumaran2010-06-281-2/+2
* Move importlib.abc.SourceLoader to _bootstrap.Brett Cannon2010-06-281-1/+2
* fix versionchangedBenjamin Peterson2010-06-282-3/+3
* Merged revisions 77402,77505,77510 via svnmerge fromBenjamin Peterson2010-06-281-9/+35
* Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.Brett Cannon2010-06-271-111/+107
* Merged revisions 81499,81506 via svnmerge fromBenjamin Peterson2010-06-271-0/+2
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-2710-90/+600
* Add a link to PEP 3147 from the importlib docs.Brett Cannon2010-06-271-0/+3
* #9064: accept number of frames for "up" and "down" commands in pdb.Georg Brandl2010-06-271-4/+6
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+1
* Minor comment formatting.Senthil Kumaran2010-06-221-1/+1
* Minor docs issue.Senthil Kumaran2010-06-221-1/+1
* Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.Alexander Belopolsky2010-06-211-4/+4
* Revert r82089. Commit was intended for a branch.Jean-Paul Calderone2010-06-191-78/+3
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-191-3/+78
* Added a new line at the end of the file.Alexander Belopolsky2010-06-181-1/+1
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-171-0/+7
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-0/+17
* 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
* Merged revisions 81634 via svnmerge fromR. David Murray2010-06-151-6/+17
* Issue 5094: minor documentation fixesAlexander Belopolsky2010-06-151-22/+22
* Merged revisions 81992 via svnmerge fromMark Dickinson2010-06-151-30/+33
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-141-12/+82
* 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
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-121-21/+21
* Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-121-11/+29
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-111-4/+4
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-111-2/+2
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-111-15/+9
* Merged revisions 81864 via svnmerge fromAlexander Belopolsky2010-06-091-1/+1