- fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 13 years ago
- 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 13 years ago
- 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
- 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
- be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
- bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 13 years ago
- 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
- 9bf59aa merge with 3.2 by Sandro Tosi · 13 years ago
- 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
- 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
- 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
- bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
- 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 14 years ago
- 40fc59d Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 14 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 5512f32 Merged revisions 87463 via svnmerge from by Alexander Belopolsky · 14 years ago
- b2eacd9 Issue #9063: Corrected the tzinfo example. by Alexander Belopolsky · 14 years ago
- da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
- 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
- 8b9f0c5 Fix email doc update I overlooked (thanks, Éric) by R. David Murray · 14 years ago
- 14fb799 Issue #7061: Added a 'Turtle star' sidebar by Alexander Belopolsky · 14 years ago
- 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
- c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 14 years ago
- 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 15 years ago
- bb30da9 Fixing the file call in the rfc822.Message replacement example. by Sean Reifscheider · 15 years ago
- 78a44c5 Adding an example of reproducing the rfc822.Message() parsing. by Sean Reifscheider · 15 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
- dd31d11 Merged revisions 76435 via svnmerge from by Jesse Noller · 15 years ago
- 394cd70 Merged revisions 76433 via svnmerge from by Jesse Noller · 15 years ago
- 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
- 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 15 years ago
- c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
- c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
- 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
- 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
- 5133529 #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples. by Georg Brandl · 16 years ago
- ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
- 939c178 Merged revisions 71874,71882,71890 via svnmerge from by Jeroen Ruigrok van der Werven · 16 years ago
- 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
- c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 16 years ago
- 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
- 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
- d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
- aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
- 45a583b Fix a grammar mistake in a comment. by Alexandre Vassalotti · 16 years ago
- d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 16 years ago
- 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
- 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
- f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
- e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
- 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 17 years ago
- 0d7d6cf Same documentation for sqlite3 module as in 2.6. by Gerhard Häring · 17 years ago
- 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
- bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
- b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago