Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 7 | -0/+1433 |
| | |||||
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 4 | -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 PyBytes | Christian Heimes | 2008-05-26 | 4 | -15/+15 |
| | |||||
* | #2525: update timezone info examples in the docs. | Georg Brandl | 2008-04-07 | 1 | -8/+38 |
| | |||||
* | Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which | Gerhard Häring | 2008-03-29 | 1 | -0/+16 |
| | | | | complained about commit, rollback and close not being documented. | ||||
* | Add email example how to send a multipart message. | Georg Brandl | 2008-02-02 | 1 | -0/+48 |
| | | | | Written for GHOP by Martin Matejek. | ||||
* | Fix email example. | Georg Brandl | 2007-10-13 | 1 | -1/+1 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 44 | -0/+2121 |