Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 87463 via svnmerge from | Alexander Belopolsky | 2010-12-24 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87463 | alexander.belopolsky | 2010-12-23 19:24:11 -0500 (Thu, 23 Dec 2010) | 1 line Issue #9063: Corrected the tzinfo example. ........ | ||||
* | Fixing the file call in the rfc822.Message replacement example. | Sean Reifscheider | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Adding an example of reproducing the rfc822.Message() parsing. | Sean Reifscheider | 2010-03-19 | 1 | -0/+17 |
| | |||||
* | normalize shebang lines to #!/usr/bin/env python | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 1 | -0/+26 |
| | |||||
* | #7637: avoid repeated-concatenation antipattern in example | Andrew M. Kuchling | 2010-03-01 | 1 | -3/+3 |
| | |||||
* | issue5738: The distribution example was confusing, and out of date. It's too ↵ | Jesse Noller | 2009-11-21 | 1 | -364/+0 |
| | | | | large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. | ||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | Use the preferred form of raise statements in the docs. | Georg Brandl | 2009-06-03 | 3 | -7/+7 |
| | |||||
* | #6055: refer to "sqlite3" consistently. | Georg Brandl | 2009-05-20 | 1 | -3/+4 |
| | |||||
* | #3320: fix spelling. | Georg Brandl | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | Issue #4239: adjust email examples not to use connect() and terminate with | Jeroen Ruigrok van der Werven | 2009-04-25 | 4 | -7/+4 |
| | | | | quit() and not close(). | ||||
* | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -2/+1 |
| | | | | from the code | ||||
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -1/+2 |
| | | | | documentation. | ||||
* | Set eol-style correctly for mp_distributing.py. | Georg Brandl | 2009-01-03 | 1 | -364/+364 |
| | |||||
* | Retain copyright of processing examples. This was requested by a Debian ↵ | Christian Heimes | 2008-11-28 | 7 | -0/+21 |
| | | | | maintainer during packaging of the multiprocessing package for 2.4/2.5 | ||||
* | mp docs - fix issues 4012,3518,4193 | Jesse Noller | 2008-11-28 | 1 | -1/+0 |
| | |||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 5 | -5/+5 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | 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 |