| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18972: Modernize email examples and use the argparse module in them. | Serhiy Storchaka | 2013-10-06 | 2 | -80/+51 |
|
|
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 6 | -862/+89 |
|
|
* | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -0/+7 |
|
|
* | Issue #14428: Use the new time.perf_counter() and time.process_time() functions | Victor Stinner | 2012-04-29 | 1 | -5/+1 |
|
|
* | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. | Larry Hastings | 2012-02-29 | 1 | -0/+134 |
|\ |
|
| * | Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) | Larry Hastings | 2012-02-29 | 1 | -0/+134 |
|
|
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-16 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | sqlite3: Fix documentation errors concerning Cursor.rowcount | Petri Lehtinen | 2012-02-16 | 1 | -2/+1 |
|
|
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-15 | 7 | -35/+23 |
|\ \
| |/ |
|
| * | Issue #13491: Fix many errors in sqlite3 documentation | Petri Lehtinen | 2012-02-15 | 7 | -46/+23 |
|
|
* | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 1 | -11/+0 |
|
|
* | | Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. | Amaury Forgeot d'Arc | 2011-11-06 | 3 | -51/+3 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | caught is the right pp of catch; thanks to Don Bennett from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+1 |
|
|
* | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance | Eli Bendersky | 2011-08-12 | 3 | -87/+81 |
|/ |
|
* | Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
|\ |
|
| * | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
|
|
* | | #11883: replace incorrect call to sendmail with correct call to send_message | R David Murray | 2011-04-30 | 1 | -1/+1 |
|
|
* | | Issue 11929: Minor whitespace clean-ups. | Raymond Hettinger | 2011-04-26 | 7 | -17/+26 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 87463 via svnmerge from | Alexander Belopolsky | 2010-12-24 | 1 | -1/+1 |
|
|
| * | Merged revisions 86670 via svnmerge from | Éric Araujo | 2010-11-22 | 4 | -4/+4 |
|
|
| * | Merged revisions 76435 via svnmerge from | Jesse Noller | 2009-11-21 | 1 | -364/+0 |
|
|
| * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 2 | -3/+4 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
* | | Issue #9063: Corrected the tzinfo example. | Alexander Belopolsky | 2010-12-24 | 1 | -1/+1 |
|
|
* | | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 4 | -4/+4 |
|
|
* | | Fix email doc update I overlooked (thanks, Éric) | R. David Murray | 2010-11-20 | 1 | -1/+1 |
|
|
* | | Issue #7061: Added a 'Turtle star' sidebar | Alexander Belopolsky | 2010-11-09 | 1 | -0/+10 |
|
|
* | | #10321: Add support for sending binary DATA and Message objects to smtplib | R. David Murray | 2010-11-08 | 2 | -4/+3 |
|
|
* | | Syntax fixes for examples in the Doc/includes | Senthil Kumaran | 2010-10-17 | 2 | -4/+4 |
|
|
* | | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -3/+3 |
|
|
* | | 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 |
|
|
* | | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 3 | -3/+3 |
|
|
* | | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -0/+26 |
|
|
* | | Merged revisions 76433 via svnmerge from | Jesse Noller | 2009-11-21 | 1 | -364/+0 |
|
|
* | | #6732: fix return value of module init function in example. | Georg Brandl | 2009-09-01 | 1 | -0/+1 |
|
|
* | | #6814: remove traces of xrange(). | Georg Brandl | 2009-09-01 | 1 | -3/+3 |
|
|
* | | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|/ |
|
* | Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -3/+4 |
|
|
* | #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examp... | Georg Brandl | 2009-05-05 | 4 | -4/+4 |
|
|
* | Merged revisions 71814-71817,71901-71903 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 71874,71882,71890 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 4 | -7/+4 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 6 | -6/+6 |
|
|
* | Issue #1717: documentation fixes related to the cmp removal. | Mark Dickinson | 2009-02-01 | 1 | -1/+6 |
|
|
* | return the module object from PyMODINIT_FUNC | Benjamin Peterson | 2008-12-24 | 4 | -0/+4 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 6 | -134/+137 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 7 | -0/+21 |
|
|