summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add boilerplate "What's New" document so the docs will buildFred Drake2006-09-232-1/+135
* 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
* Correct elementtree module index entry.Georg Brandl2006-09-151-1/+1
* Fix grammar errors and improve clarity.Ka-Ping Yee2006-09-151-22/+21
* More wordsmithingAndrew M. Kuchling2006-09-121-26/+28
* Some editing, markup fixesAndrew M. Kuchling2006-09-121-23/+24
* Markup typo fixAndrew M. Kuchling2006-09-121-1/+1
* Fix typo in exampleAndrew M. Kuchling2006-09-081-1/+1
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
* Add missing wordAndrew M. Kuchling2006-09-081-1/+1
* Add a warning notice on top of the generated grammar.txt.Armin Rigo2006-09-071-0/+6
* 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 endcase for str.rpartition()Raymond Hettinger2006-09-041-2/+2
* Typo fix for decimal docsNick Coghlan2006-09-031-1/+1