summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Typo fixAndrew M. Kuchling2006-05-261-1/+1
* Add buffer support for struct, socketAndrew M. Kuchling2006-05-261-8/+40
* Add str.partition()Andrew M. Kuchling2006-05-261-0/+21
* Typo fixesAndrew M. Kuchling2006-05-261-1/+1
* Clarify docs for str.partition().Georg Brandl2006-05-261-4/+5
* needforspeed: partition implementation, part two.Fredrik Lundh2006-05-261-0/+8
* Add a x-ref to newer calling APIs.Georg Brandl2006-05-251-0/+4
* Someone seems to just have copy-pasted the docs ofGeorg Brandl2006-05-251-4/+4
* fix broken links in PDFFred Drake2006-05-252-3/+22
* Minor edits; add an itemAndrew M. Kuchling2006-05-251-2/+9
* Add itemAndrew M. Kuchling2006-05-231-0/+5
* Add two itemsAndrew M. Kuchling2006-05-231-4/+8
* Use 'speed' instead of 'performance', because I agree with the argumentAndrew M. Kuchling2006-05-231-2/+2
* Mention string improvementsAndrew M. Kuchling2006-05-231-1/+4
* Add some items; mention the sprintAndrew M. Kuchling2006-05-231-0/+18
* PyErr_NewException now accepts a tuple of base classes as itsGeorg Brandl2006-05-231-1/+2
* Apply patch #1492255 from Mike Foord.George Yoshida2006-05-211-3/+3
* Fix the TeX compile error.George Yoshida2006-05-211-1/+1
* Minor editsAndrew M. Kuchling2006-05-201-3/+3
* Apply patch #1492147 from Mike Foord.George Yoshida2006-05-201-1/+1
* - Add 'as' and 'with' as new keywords in 2.5.George Yoshida2006-05-201-9/+13
* - markup fixGeorge Yoshida2006-05-202-4/+5
* Typo fix; add clarifying wordAndrew M. Kuchling2006-05-191-2/+2
* Bug #1490688: properly document %e, %f, %g format subtleties.Georg Brandl2006-05-181-11/+30
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+7
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-9/+52
* Apply patch #1489784 from Michael Foord.Georg Brandl2006-05-171-39/+62
* Remove misleading comment about type-class unification.Georg Brandl2006-05-171-6/+5
* Text files missing the SVN eol-style property.Tim Peters2006-05-1626-463/+463
* Document ImportWarningGeorge Yoshida2006-05-161-0/+5
* Mention that Exception is now a subclass of BaseException.George Yoshida2006-05-161-1/+1
* PEP 243 has been withdrawn, so don't refer to it any more.Andrew M. Kuchling2006-05-161-26/+14
* Add itemAndrew M. Kuchling2006-05-161-0/+6
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+13
* Typo repair.Tim Peters2006-05-132-2/+2
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-132-22/+57
* Add \exception markupGeorge Yoshida2006-05-132-3/+3
* Integrated the rest of the pysqlite reference manual into the PythonGerhard Häring2006-05-121-44/+316
* Duplicated description about the illegal continue usage can be found in nearl...George Yoshida2006-05-121-5/+2
* At first there were 6 steps, but one was removed after that.George Yoshida2006-05-121-1/+1
* SF patch #1473132: Improve docs for tp_clear and tp_traverse,Tim Peters2006-05-121-4/+84
* typo fixAndrew M. Kuchling2006-05-111-2/+2
* Grammar fixGeorge Yoshida2006-05-111-2/+2
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-111-1/+5
* Fix two small errors in argument lists.Georg Brandl2006-05-101-3/+3
* Clarify description of exception handlingAndrew M. Kuchling2006-05-101-8/+12
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-101-1/+5
* Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garba...Georg Brandl2006-05-101-0/+3
* Bug #1485447: subprocess: document that the "cwd" parameter isn't used to fin...Georg Brandl2006-05-101-6/+9
* Bug #1482988: indicate more prominently that the Stats class is in the pstats...Georg Brandl2006-05-101-2/+3