summaryrefslogtreecommitdiffstats
path: root/Doc
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
* 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
* Fix stray backticks.Georg Brandl2007-08-192-4/+3
* Fix PDB command descriptions.Georg Brandl2007-08-181-4/+4
* Clarify the comment about setting the PYTHON variable for the Doc Makefile.Brett Cannon2007-08-171-2/+3
* Use glossary x-refs, document new ``!`` feature.Georg Brandl2007-08-172-13/+18
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-172-0/+79
* Move the glossary from the tutorial to toplevel.Georg Brandl2007-08-175-352/+337
* Note that smtplib example needs a mailserver.Georg Brandl2007-08-171-0/+2
* Fix problem reported by Andre Roberge.Georg Brandl2007-08-171-5/+5
* - 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-162-2/+12
* Replace "Caveat" paragraphs by .. warning::s.Georg Brandl2007-08-155-21/+30
* Mark deprecated modules as such.Georg Brandl2007-08-1514-3/+25
* Fix a wrong path in the Makefile.Georg Brandl2007-08-151-1/+1
* Don't use "?=" which seems to be a GNUism.Georg Brandl2007-08-151-3/+3
* Add the roman.py module which docutils require.Georg Brandl2007-08-151-0/+80
* Fail somewhat more gracefully when using Python < 2.5.Georg Brandl2007-08-151-0/+9
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-15445-0/+136056
* Delete the LaTeX doc tree.Georg Brandl2007-08-15513-154687/+0
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-6/+0
* Clarify the docs for TransientResource.Brett Cannon2007-08-141-4/+5
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-0/+4
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
* Patch #1765839: add link to https+proxy urllib2 opener.Georg Brandl2007-08-061-1/+6
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-021-2/+2
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-241-3/+5
* Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
* Use "Unix" as platform name, not "UNIX".Georg Brandl2007-07-181-1/+1
* Typo fixAndrew M. Kuchling2007-07-141-1/+1