summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Bug #1067760: Deprecate passing floats to file.seek.Martin v. Löwis2006-11-121-0/+1
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-121-0/+5
* 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
* More editsAndrew M. Kuchling2006-11-081-10/+26
* Add table of contents; this required fixing a few headings. Some more smalle...Andrew M. Kuchling2006-11-081-17/+21
* Add section on operator module; make a few editsAndrew M. Kuchling2006-11-081-8/+38
* Add section on the functional moduleAndrew M. Kuchling2006-11-081-1/+144
* Bug #1592533: rename variable in heapq doc example, to avoid shadowingGeorg Brandl2006-11-081-4/+4
* Patch #1592072: fix docs for return value of PyErr_CheckSignals.Georg Brandl2006-11-081-1/+1
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
* Fix grammatical error as well.Thomas Heller2006-11-071-2/+2
* Fix markup.Thomas Heller2006-11-071-4/+2
* note that user can control directory location even if default dir is usedSkip Montanaro2006-11-061-1/+6
* Update linkAndrew M. Kuchling2006-11-051-1/+1
* Fix a 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
* Added relativeCreated to Formatter doc (has been in the system for a long tim...Vinay Sajip2006-10-311-0/+3
* 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
* Some wording changes and markup fixesAndrew M. Kuchling2006-10-271-6/+6
* Add itemAndrew M. Kuchling2006-10-271-1/+4
* Set svn:keywords propertyAndrew M. Kuchling2006-10-271-1/+1
* Patch #1567274: Support SMTP over TLS.Martin v. Löwis2006-10-271-0/+12
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...Andrew M. Kuchling2006-10-261-4/+4
* Patch #1580674: with this patch os.readlink uses the filesystem encoding toRonald Oussoren2006-10-221-0/+2
* [Bug #1576348] Fix typo in exampleAndrew M. Kuchling2006-10-191-1/+1
* Mention the bdist_msi module. Will backport to 2.5.Martin v. Löwis2006-10-151-0/+5
* Clean up the language of a sentence relating to the connect() function andBrett Cannon2006-10-141-1/+1
* 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
* Note that the excel_tab class is registered as the "excel-tab" dialect.Skip Montanaro2006-10-071-10/+10
* Case fixAndrew M. Kuchling2006-10-061-1/+1
* - update linksFred Drake2006-10-061-6/+8
* Clarify what "re-initialization" means for init_builtin() and init_dynamic().Brett Cannon2006-10-051-12/+13
* Documentation clarified to mention optional parameters.Vinay Sajip2006-10-031-4/+4
* Documentation omitted the additional parameter to LogRecord.__init__ which wa...Vinay Sajip2006-10-031-2/+4
* 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 typoGeorge Yoshida2006-09-301-1/+1