summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Cleanup docs for NamedTuple.Raymond Hettinger2007-09-181-72/+71
* A bit of reordering, also show more subheadings in the lang ref index.Georg Brandl2007-09-182-43/+43
* Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...Raymond Hettinger2007-09-181-1/+18
* Add item; sort properlyAndrew M. Kuchling2007-09-181-15/+53
* Sync-up named tuples with the latest version of the ASPN recipe.Raymond Hettinger2007-09-171-3/+35
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-161-9/+30
* Remove bdb from the "undocumented modules" list.Georg Brandl2007-09-151-3/+0
* Some additions (examples and a bit on the tutorial).Facundo Batista2007-09-141-20/+45
* Included the new functions, and new descriptions.Facundo Batista2007-09-141-121/+437
* Make target uniqueAndrew M. Kuchling2007-09-131-1/+1
* Add various itemsAndrew M. Kuchling2007-09-131-0/+428
* Replaced variable o with obj in operator.rst because o is easy toMark Summerfield2007-09-134-41/+50
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
* Bug #1152: use non-deprecated name in example.Georg Brandl2007-09-121-1/+1
* New documentation page for the bdb module.Georg Brandl2007-09-124-8/+357
* Fix some documentation bugs.Bill Janssen2007-09-111-34/+54
* More work on SSL support.Bill Janssen2007-09-102-145/+253
* Allow making update with no prior checkout.Martin v. Löwis2007-09-101-1/+1
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-093-1/+8
* Fix a wrong indentation for sublists.Georg Brandl2007-09-071-2/+2
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-071-0/+9
* Fix typo: c_float represents to C float type.Thomas Heller2007-09-061-1/+1
* Backport from 3k: #1116: fix reference to old filename.Georg Brandl2007-09-061-1/+1
* Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ me...Georg Brandl2007-09-051-0/+15
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-36/+45
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-041-0/+16
* Added cross-references plus a note about dict & list shallow copying.Mark Summerfield2007-09-045-6/+15
* Add more itemsAndrew M. Kuchling2007-09-011-3/+32
* Wording changeAndrew M. Kuchling2007-09-011-1/+1
* Add various itemsAndrew M. Kuchling2007-09-011-3/+35
* Markup fixAndrew M. Kuchling2007-09-011-1/+1
* Fix typo.Walter Dörwald2007-09-011-1/+1
* Fix wrong function names.Walter Dörwald2007-09-011-2/+2
* Added a note and examples to explain that re.split does not split on anSkip Montanaro2007-09-011-0/+7
* Document sets' ">" and "<" operations (backport from py3k).Georg Brandl2007-09-011-0/+10
* Fix RST link (backport from Py3k).Georg Brandl2007-09-011-1/+1
* Fix subitem markup.Georg Brandl2007-08-311-7/+7
* Document new shorthand notation for index entries.Georg Brandl2007-08-311-4/+11
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+11
* Added more cross-references.Mark Summerfield2007-08-303-4/+9
* Stronger urge to convert filenames to str before using them as argument to Zi...Georg Brandl2007-08-301-1/+1
* This contains a number of things:Bill Janssen2007-08-291-64/+133
* Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation forWalter Dörwald2007-08-281-1/+1
* Fix some glitches.Georg Brandl2007-08-281-19/+20
* Adding basic imputil documentation.Sean Reifscheider2007-08-282-0/+234
* Document rev. 57574.Georg Brandl2007-08-281-1/+9
* Patch 10124 by Bill Janssen, docs for the new ssl code.Guido van Rossum2007-08-274-92/+322
* Spell check (also americanify behaviour, it's almost 3 times as common)Neal Norwitz2007-08-261-26/+26