summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Small grammar fix, thanks Sjoerd.Georg Brandl2006-10-121-1/+1
* Bug #1560114: the Mac filesystem does have accurate informationGeorg Brandl2006-10-121-1/+1
* Add a note to fpectl docs that it's not built by defaultGeorg Brandl2006-10-121-1/+6
* Bug #1546628: add a note about urlparse.urljoin() and absolute paths.Georg Brandl2006-10-121-1/+15
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-121-0/+35
* Bug #1575746: fix typo in property() docs.Georg Brandl2006-10-121-1/+1
* Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471)Skip Montanaro2006-10-081-10/+10
* Case fixesAndrew M. Kuchling2006-10-061-1/+1
* - update linksFred Drake2006-10-061-6/+8
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-301-5/+5
* Bug #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-301-16/+18
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4
* SF bug #1567976 : fix typo(backport from r52048)George Yoshida2006-09-301-1/+1
* Make examples do error checking on Py_InitModuleAndrew M. Kuchling2006-09-271-4/+10
* SF Bug #1563963, add missing word and cleanup first sentanceNeal Norwitz2006-09-231-2/+2
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-181-1/+1
* revise explanation of returns_unicode to reflect bool valuesFred Drake2006-09-151-3/+4
* - fix module name in links in formatted documentationFred Drake2006-09-151-25/+14
* Backport uuid doc cleanup from rev. 51883.Georg Brandl2006-09-151-22/+21
* Correct elementtree module index entry.Georg Brandl2006-09-151-1/+1
* Backport rev 51866-51868 from trunk (sqlite3 documentation fixes).Georg Brandl2006-09-141-48/+51
* preparing for 2.5c2Anthony Baxter2006-09-111-1/+1
* Fix typo in exampleAndrew M. Kuchling2006-09-081-1/+1
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
* Rearrange example a bit, and show rpartition() when separator is not foundAndrew M. Kuchling2006-09-051-2/+4
* Bug #1552618: change docs of dict.has_key() to reflect recommendationGeorg Brandl2006-09-051-5/+5
* Fix str.rpartition(sep) when sep is not found in str.Neal Norwitz2006-09-051-2/+2
* Backport of decimal module context management updates from rev 51694 to 2.5 r...Nick Coghlan2006-09-032-30/+31
* Backport 51663:Neal Norwitz2006-09-031-2/+2
* SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 tooNeal Norwitz2006-09-021-1/+1
* evalfile() should be execfile().Georg Brandl2006-09-011-1/+1
* - SF patch #1550263: Enhance and correct unittest docsFred Drake2006-09-011-32/+70
* patch for documentation for recent uuid changes (from ping)Anthony Baxter2006-08-221-15/+15
* Minor editsAndrew M. Kuchling2006-08-182-3/+3
* Typo in tp_clear docs.Georg Brandl2006-08-181-1/+1
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-183-22/+20
* Tutorial:Thomas Heller2006-08-161-29/+48
* Update bug/patch countsAndrew M. Kuchling2006-08-161-1/+1
* Link to docs; remove an XXX commentAndrew M. Kuchling2006-08-161-3/+1
* Bump document version to 1.0; remove pystone paragraphAndrew M. Kuchling2006-08-161-4/+1
* Add UnicodeWarningAndrew M. Kuchling2006-08-161-0/+34
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
* Improve markup in PyUnicode_RichCompare.Georg Brandl2006-08-141-19/+14
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-144-4/+38
* SF bug #1539336, distutils example code missingNeal Norwitz2006-08-131-0/+2
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-3/+22
* Followup to bug #1069160.Tim Peters2006-08-101-6/+6
* Reindent codeAndrew M. Kuchling2006-08-091-31/+33
* Add missing 'self' parametersAndrew M. Kuchling2006-08-091-3/+6