summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix SF #1599879, socket.gethostname should ref getfqdn directly.Neal Norwitz2006-11-211-2/+2
* Bug #1597576: mention that the new base64 api has been introduced in py2.4.Georg Brandl2006-11-161-1/+1
* Bug #1594758: wording improvement for dict.update() docs.Georg Brandl2006-11-111-1/+2
* Bug #1594742: wrong word in stringobject doc.Georg Brandl2006-11-111-1/+1
* [Feature request #1542920] Link to wsgi.orgAndrew M. Kuchling2006-11-101-1/+2
* Bug #1592533: rename variable in heapq doc example, to avoid shadowingGeorg Brandl2006-11-081-4/+4
* Fix markup and grammatical errors. Backport from trunkThomas Heller2006-11-071-6/+4
* backport: note that user can control directory location even if default dir i...Skip Montanaro2006-11-061-1/+6
* Fix code example by adding a missing import.Thomas Heller2006-11-021-1/+1
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
* From SF 1557890, fix problem of using wrong type in example.Neal Norwitz2006-10-281-1/+1
* Fix nth() itertool recipe.Georg Brandl2006-10-281-2/+2
* Point users to the subprocess module in the docs for os.system, os.spawn*, os...Andrew M. Kuchling2006-10-274-9/+38
* [Bug #1562583] Mention the set_reuse_addr() methodAndrew M. Kuchling2006-10-271-3/+5
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
* [Bug #1585690] Note that line_num was added in Python 2.5Andrew M. Kuchling2006-10-271-0/+1
* Small grammar fix, thanks Sjoerd.Georg 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 #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 #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-301-16/+18
* 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
* 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
* 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-031-21/+22
* Backport 51663:Neal Norwitz2006-09-031-2/+2
* - 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
* Tutorial:Thomas Heller2006-08-161-29/+48
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-142-0/+8
* Reword paragraph to clarifyAndrew M. Kuchling2006-08-081-4/+5
* Patch #1534922: correct and enhance unittest docs.Georg Brandl2006-08-051-142/+174
* Fix mangled sentenceAndrew M. Kuchling2006-08-041-1/+1
* fix typosGregory P. Smith2006-08-041-4/+4
* Fix a mistake.Thomas Heller2006-08-021-3/+3
* A few nore words about what ctypes does.Thomas Heller2006-08-021-7/+28
* [Bug #848556] Remove \d* from second alternative to avoid exponential case wh...Andrew M. Kuchling2006-07-311-1/+1
* [Bug #1514540] Instead of putting the standard types in a section, put them i...Andrew M. Kuchling2006-07-312-30/+30
* Remove reference to notationAndrew M. Kuchling2006-07-311-2/+2
* Typo fixAndrew M. Kuchling2006-07-311-1/+1