1. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  2. 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  3. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  4. 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 13 years ago
  5. 40fc59d Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 13 years ago
  6. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  7. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  8. 5512f32 Merged revisions 87463 via svnmerge from by Alexander Belopolsky · 14 years ago
  9. b2eacd9 Issue #9063: Corrected the tzinfo example. by Alexander Belopolsky · 14 years ago
  10. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  11. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  12. 8b9f0c5 Fix email doc update I overlooked (thanks, Éric) by R. David Murray · 14 years ago
  13. 14fb799 Issue #7061: Added a 'Turtle star' sidebar by Alexander Belopolsky · 14 years ago
  14. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  15. c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 14 years ago
  16. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  17. bb30da9 Fixing the file call in the rfc822.Message replacement example. by Sean Reifscheider · 14 years ago
  18. 78a44c5 Adding an example of reproducing the rfc822.Message() parsing. by Sean Reifscheider · 14 years ago
  19. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  20. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  21. dd31d11 Merged revisions 76435 via svnmerge from by Jesse Noller · 15 years ago
  22. 394cd70 Merged revisions 76433 via svnmerge from by Jesse Noller · 15 years ago
  23. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  24. 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 15 years ago
  25. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  26. 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
  27. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  28. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  29. 5133529 #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples. by Georg Brandl · 15 years ago
  30. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  31. 939c178 Merged revisions 71874,71882,71890 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  32. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 15 years ago
  33. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 15 years ago
  34. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  35. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  36. 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
  37. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  38. aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
  39. 45a583b Fix a grammar mistake in a comment. by Alexandre Vassalotti · 16 years ago
  40. d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 16 years ago
  41. 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  42. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  43. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  44. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 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
  46. 0d7d6cf Same documentation for sqlite3 module as in 2.6. by Gerhard Häring · 16 years ago
  47. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 16 years ago
  48. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  49. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  50. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  51. b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
  52. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago