summaryrefslogtreecommitdiffstats
path: root/Doc/includes
Commit message (Collapse)AuthorAgeFilesLines
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-117-0/+1433
|
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-094-15/+15
| | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
* Renamed PyString to PyBytesChristian Heimes2008-05-264-15/+15
|
* #2525: update timezone info examples in the docs.Georg Brandl2008-04-071-8/+38
|
* Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 whichGerhard Häring2008-03-291-0/+16
| | | | complained about commit, rollback and close not being documented.
* Add email example how to send a multipart message.Georg Brandl2008-02-021-0/+48
| | | | Written for GHOP by Martin Matejek.
* Fix email example.Georg Brandl2007-10-131-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-1544-0/+2121