summaryrefslogtreecommitdiffstats
path: root/Doc/includes
Commit message (Collapse)AuthorAgeFilesLines
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-033-7/+7
|
* #6055: refer to "sqlite3" consistently.Georg Brandl2009-05-201-3/+4
|
* #3320: fix spelling.Georg Brandl2009-04-251-1/+1
|
* Issue #4239: adjust email examples not to use connect() and terminate withJeroen Ruigrok van der Werven2009-04-254-7/+4
| | | | quit() and not close().
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-2/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
| | | | documentation.
* Set eol-style correctly for mp_distributing.py.Georg Brandl2009-01-031-364/+364
|
* Retain copyright of processing examples. This was requested by a Debian ↵Christian Heimes2008-11-287-0/+21
| | | | maintainer during packaging of the multiprocessing package for 2.4/2.5
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-281-1/+0
|
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵Jesse Noller2008-08-195-5/+5
| | | | and convert them to properties. Update the docs and the examples included.
* 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