summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-3/+12
* Revert misguided attempt at fixing incompatibility between -m and -i switches...Nick Coghlan2007-08-251-5/+3
* Document new utility functions in test_support.Georg Brandl2007-08-241-2/+31
* Fix #1012: wrong URL to :mod:`site` in install/index.rst.Georg Brandl2007-08-241-5/+2
* Bug #1011: fix rfc822.Message.getheader docs.Georg Brandl2007-08-241-2/+4
* Bug #1758696: more info about descriptors.Georg Brandl2007-08-231-3/+10
* Bug #1625381: clarify match vs search introduction.Georg Brandl2007-08-231-5/+5
* Bug #1734111: document struct.Struct.size.Georg Brandl2007-08-231-0/+5
* Bug #1752332: httplib no longer uses socket.getaddrinfo().Georg Brandl2007-08-231-1/+1
* Clarify wording a bit.Georg Brandl2007-08-231-11/+13
* Bug #1594966: fix misleading usage exampleGeorg Brandl2007-08-231-16/+4
* Bug #1694833: fix imp.find_module() docs wrt. packages.Georg Brandl2007-08-231-35/+43
* Bug #1573854: fix docs for sqlite3 cursor rowcount attr.Georg Brandl2007-08-231-3/+3
* Bug #1697820: document that the old slice protocol is still used by builtin t...Georg Brandl2007-08-231-0/+3
* Bug #1766421: "return code" vs. "status code".Georg Brandl2007-08-231-2/+2
* Bug #1768121: fix wrong/missing opcode docs.Georg Brandl2007-08-231-5/+23
* Bug #1777168: replace operator names "opa"... with "op1"... and mark everythi...Georg Brandl2007-08-211-5/+5
* Bug #1777160: mention explicitly that e.g. -1**2 is -1.Georg Brandl2007-08-211-1/+1
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-211-2/+2