summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #1011: fix rfc822.Message.getheader docs.Georg Brandl2007-08-241-2/+4
* 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 #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
* Fix stray backticks.Georg Brandl2007-08-192-4/+3
* Fix PDB command descriptions.Georg Brandl2007-08-181-4/+4
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+6
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
* Added a note in each regarding the fact that unicode strings that look the sameMark Summerfield2007-08-161-1/+5
* Replace "Caveat" paragraphs by .. warning::s.Georg Brandl2007-08-155-21/+30
* Mark deprecated modules as such.Georg Brandl2007-08-1513-3/+15
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-15309-0/+83230