summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #9089: PyNumber_Int is no more. Remove it from the docs.Mark Dickinson2010-06-272-15/+0
* Wording fix.Georg Brandl2010-06-271-4/+1
* #9064: accept number of frames for "up" and "down" commands in pdb.Georg Brandl2010-06-271-4/+6
* #9078: fix some Unicode C API descriptions, in comments and docs.Georg Brandl2010-06-271-4/+4
* Merged revisions 82251 via svnmerge fromAlexander Belopolsky2010-06-261-1/+2
* Merged revisions 82236 via svnmerge fromAlexander Belopolsky2010-06-261-3/+3
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+1
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-252-17/+8
* 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
* Issue #8939: Improve arg.rstVictor Stinner2010-06-181-5/+5
* 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
* Add note about changes to the `round` function between 2.x and 3.x.Mark Dickinson2010-06-171-0/+9
* 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
* 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
* 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 #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-0/+2
* 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
* Fix some bugs in c-api/arg.rst documentationVictor Stinner2010-06-111-16/+15
* 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
* http://bugs.python.org/issue8832Kristján Valur Jónsson2010-06-091-0/+7
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-082-7/+3
* Fix #8946. Extra PyObject* parameter documented which doesn't exist.Brian Curtin2010-06-081-3/+3
* Merged revisions 81489 via svnmerge fromAlexander Belopolsky2010-06-081-7/+10
* Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functionsVictor Stinner2010-06-071-89/+91
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-071-4/+2
* Merged revisions 81788 via svnmerge fromTarek Ziadé2010-06-061-1/+1
* bltn-file-objects don't exist in python3Benjamin Peterson2010-06-061-1/+1
* reST indentation nitBenjamin Peterson2010-06-061-1/+1
* fix typoBenjamin Peterson2010-06-061-1/+1
* Merged revisions 81774-81775 via svnmerge fromBenjamin Peterson2010-06-061-2/+2
* Merged revisions 81767 via svnmerge fromMichael Foord2010-06-051-2/+21
* Merged revisions 81756 via svnmerge fromAlexander Belopolsky2010-06-051-24/+25