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