summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-1/+1
* Patch #1492218: document None being a constant.Georg Brandl2006-05-261-7/+9
* Write more docs.Thomas Heller2006-05-261-17/+175
* Exception isn't the root of all exception classes anymore.Georg Brandl2006-05-261-2/+3
* Add rpartition() and path cachingAndrew M. Kuchling2006-05-261-3/+18
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-0/+9
* Reordered, and wrote more docs.Thomas Heller2006-05-261-74/+127
* Write some docs.Thomas Heller2006-05-261-0/+40
* For now, I gave up with automatic conversion of reST to Python-latex,Thomas Heller2006-05-262-0/+207
* 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