summaryrefslogtreecommitdiff
path: root/Doc/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+1
* #20477: add examples of using the new contentmanager API.R David Murray2014-02-072-0/+130
* Issue #18972: Modernize email examples and use the argparse module in them.Serhiy Storchaka2013-10-062-80/+51
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-146-862/+89
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+7
* Issue #14428: Use the new time.perf_counter() and time.process_time() functionsVictor Stinner2012-04-291-5/+1
* Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.Larry Hastings2012-02-281-0/+134
|\
| * Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)Larry Hastings2012-02-281-0/+134
* | Merge branch '3.2'Petri Lehtinen2012-02-161-2/+1
|\ \ | |/
| * sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-2/+1
* | Merge branch '3.2'Petri Lehtinen2012-02-153-135/+81
|\ \ | |/ |/|
| * Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-11/+0
| * Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.Amaury Forgeot d'Arc2011-11-063-51/+3
| * merge with 3.2Sandro Tosi2011-10-313-87/+81
| |\
| | * Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-123-87/+81
* | | Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-157-46/+23
|/ /
* | caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
|/
* Merge #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
|\
| * #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
* | #11883: replace incorrect call to sendmail with correct call to send_messageR David Murray2011-04-301-1/+1
* | Issue 11929: Minor whitespace clean-ups.Raymond Hettinger2011-04-267-17/+26
* | #11565: Merge with 3.1.Ezio Melotti2011-03-169-10/+62
|\ \ | |/ |/|
| * Issue #9063: Corrected the tzinfo example.Alexander Belopolsky2010-12-241-1/+1
| * Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-224-4/+4
| * Fix email doc update I overlooked (thanks, Éric)R. David Murray2010-11-201-1/+1
| * Issue #7061: Added a 'Turtle star' sidebarAlexander Belopolsky2010-11-091-0/+10
| * #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-082-4/+3
| * Syntax fixes for examples in the Doc/includesSenthil Kumaran2010-10-172-4/+4
| * Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-3/+3
| * Fixing the file call in the rfc822.Message replacement example.Sean Reifscheider2010-03-201-1/+1
| * Adding an example of reproducing the rfc822.Message() parsing.Sean Reifscheider2010-03-191-0/+17
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-113-3/+3
| * Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-0/+26
| * Merged revisions 76433 via svnmerge fromJesse Noller2009-11-211-364/+0
| * #6732: fix return value of module init function in example.Georg Brandl2009-09-011-0/+1
| * #6814: remove traces of xrange().Georg Brandl2009-09-011-3/+3
| * Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 87463 via svnmerge fromAlexander Belopolsky2010-12-241-1/+1
* | Merged revisions 86670 via svnmerge fromÉric Araujo2010-11-224-4/+4
* | Merged revisions 76435 via svnmerge fromJesse Noller2009-11-211-364/+0
* | Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-012-3/+4
* | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
|/
* Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge fromGeorg Brandl2009-05-251-3/+4
* #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examp...Georg Brandl2009-05-054-4/+4
* Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Merged revisions 71874,71882,71890 via svnmerge fromJeroen Ruigrok van der Werven2009-04-264-7/+4
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-026-6/+6
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-011-1/+6
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-244-0/+4