1. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  2. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  3. 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 10 years ago
  4. 992cf1d Issue #18972: Modernize email examples and use the argparse module in them. by Serhiy Storchaka · 11 years ago
  5. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  6. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  7. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  8. 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 12 years ago
  9. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 12 years ago
  10. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  11. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 12 years ago
  12. be2cf33 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  13. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 12 years ago
  14. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  15. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  16. 9bf59aa merge with 3.2 by Sandro Tosi · 13 years ago
  17. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  18. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  19. 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  20. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  21. 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 13 years ago
  22. 40fc59d Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 13 years ago
  23. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  24. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  25. 5512f32 Merged revisions 87463 via svnmerge from by Alexander Belopolsky · 14 years ago
  26. b2eacd9 Issue #9063: Corrected the tzinfo example. by Alexander Belopolsky · 14 years ago
  27. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  28. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  29. 8b9f0c5 Fix email doc update I overlooked (thanks, Éric) by R. David Murray · 14 years ago
  30. 14fb799 Issue #7061: Added a 'Turtle star' sidebar by Alexander Belopolsky · 14 years ago
  31. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  32. c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 14 years ago
  33. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  34. bb30da9 Fixing the file call in the rfc822.Message replacement example. by Sean Reifscheider · 14 years ago
  35. 78a44c5 Adding an example of reproducing the rfc822.Message() parsing. by Sean Reifscheider · 14 years ago
  36. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  37. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  38. dd31d11 Merged revisions 76435 via svnmerge from by Jesse Noller · 15 years ago
  39. 394cd70 Merged revisions 76433 via svnmerge from by Jesse Noller · 15 years ago
  40. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  41. 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 15 years ago
  42. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  43. 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
  44. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  45. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  46. 5133529 #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples. by Georg Brandl · 15 years ago
  47. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  48. 939c178 Merged revisions 71874,71882,71890 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  49. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 15 years ago
  50. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 15 years ago
  51. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  52. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  53. 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
  54. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  55. aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
  56. 45a583b Fix a grammar mistake in a comment. by Alexandre Vassalotti · 16 years ago
  57. d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 16 years ago
  58. 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  59. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  60. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  61. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  62. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  63. 0d7d6cf Same documentation for sqlite3 module as in 2.6. by Gerhard Häring · 16 years ago
  64. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 16 years ago
  65. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  66. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  67. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  68. b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
  69. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago