1. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  2. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  3. bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 24 years ago
  4. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 24 years ago
  5. 14ea85f Add entry for readline documentation. by Fred Drake · 24 years ago
  6. b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 24 years ago
  7. 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 24 years ago
  8. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  9. fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 24 years ago
  10. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
  11. 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 24 years ago
  12. 3c9f936 Two new sections. Preliminary. by Fred Drake · 24 years ago
  13. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 25 years ago
  14. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  15. adf2dbf Added section for filecmp. by Fred Drake · 25 years ago
  16. 143db4b cmp and cmpcache are now obsolete, so don't include their by Fred Drake · 25 years ago
  17. 76dd228 whrandom should come immediately after random, not before. by Fred Drake · 25 years ago
  18. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  19. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  20. abc64b7 Added entry for pty module. by Fred Drake · 25 years ago
  21. e4d7818 Added entries for mutex and nis modules. by Fred Drake · 25 years ago
  22. c4e3bf9 Add entries for the sched module. by Fred Drake · 25 years ago
  23. 1b2dc90 Add entries for tty module. by Fred Drake · 25 years ago
  24. af81a50 Added more sections... by Fred Drake · 25 years ago
  25. 707f8e6 Added entry for the chunk module. by Fred Drake · 25 years ago
  26. 2cd31dc Added entry for curses module. by Fred Drake · 25 years ago
  27. 4755e7d Three more modules documented by Moshe! by Fred Drake · 25 years ago
  28. 26da284 Add/remove entries due to additional sections from Moshe. by Fred Drake · 25 years ago
  29. c46864e Misc. changes related to the new sections. by Fred Drake · 25 years ago
  30. 7df4dd7 Add entry for the fpformat module. by Fred Drake · 25 years ago
  31. 957ac3f Add section for the sha module. by Fred Drake · 25 years ago
  32. 5254a6d Move stat to the Generic chapter. by Fred Drake · 25 years ago
  33. 4ae5269 Updated to reflect additions. by Fred Drake · 25 years ago
  34. 666255f Document the dbhash module, and link to it from appropriate places. by Fred Drake · 25 years ago
  35. 658cef0 Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! by Fred Drake · 25 years ago
  36. 4d358b5 Added sections for pyclbr and tokenize. by Fred Drake · 26 years ago
  37. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 26 years ago
  38. 28bc711 Added section for MimeWriter, contributed by Christopher Petrilli by Fred Drake · 26 years ago
  39. 12ba786 Moved posixpath to os.path. by Fred Drake · 26 years ago
  40. 9d814c6 Document the repr module. This removes the entire "Code objects and by Fred Drake · 26 years ago
  41. bc866ce Documentation for the ConfigParser module, by Christopher G. Petrilli by Fred Drake · 26 years ago
  42. 9ea3e36 Move the jpeg module to the SGI section; it is dependent on the "cl" by Fred Drake · 26 years ago
  43. 60adb36 Document the sndhdr module. by Fred Drake · 26 years ago
  44. 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
  45. 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
  46. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  47. 23f414c Added new sections. by Fred Drake · 26 years ago
  48. f44c485 New organization of internet modules into protocols/support and data chapters. by Fred Drake · 26 years ago
  49. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  50. 64e3b43 Move files around to get the names to match the module names except for by Fred Drake · 26 years ago
  51. d623d20e7d6 Complete the addition of libthreading.tex. (Isn't it annoying that by Guido van Rossum · 26 years ago
  52. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  53. b818b46 Add section documenting mimetypes module. by Fred Drake · 26 years ago
  54. 188a847 Moved popen2 entry to make more sense. by Fred Drake · 26 years ago
  55. f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 26 years ago
  56. a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 26 years ago
  57. 1d9fb63 Remove commented-out Mac chapter. by Fred Drake · 26 years ago
  58. 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 26 years ago
  59. 363ab1a Comment out the soundex section. by Fred Drake · 26 years ago
  60. bd40088 Add section for ni back in, but comment it out. by Fred Drake · 26 years ago
  61. eac469c Commented out sections on obsolete & Macintosh modules. by Fred Drake · 26 years ago
  62. 4bde97f Add fileinput section under Misc. Services. by Fred Drake · 26 years ago
  63. 9ac80cb Removed references to ni. by Fred Drake · 26 years ago
  64. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 26 years ago
  65. 7d20ffe Adjust the index inclusion for the new index support. by Fred Drake · 26 years ago
  66. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  67. 540e13d Derive the name of the modules .ind from the jobname. by Fred Drake · 27 years ago
  68. 83c1a39 Separate chapter and section. by Fred Drake · 27 years ago
  69. 1aabe5e Separate binhex and binuu documentation from binascii. Support better by Fred Drake · 27 years ago
  70. b4efb6c Separate Mac user interface modules into separate files, to better support by Fred Drake · 27 years ago
  71. b0df567 Separate the parse, symbol, and token documentation into separate files. by Fred Drake · 27 years ago
  72. 2a4646c Remove obsolete pagenumbering / pagestyle cruft. by Fred Drake · 27 years ago
  73. 2d75443 Add entry for copy_reg module. by Fred Drake · 27 years ago
  74. b660b63 Use \emph{} for all references to the other documents, not just some of them. by Fred Drake · 27 years ago
  75. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  76. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  77. 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  78. 0b1337d Add module index before the general index. by Fred Drake · 27 years ago
  79. 9cb6480 Added Greg Stein's docs for BaseHTTPServer.py. by Guido van Rossum · 27 years ago
  80. b2c6ef8 Change {\em ...} to \emph{...}; this seems to be the developing preference by Fred Drake · 27 years ago
  81. f3d729c Fixed SFT #23842: leave in non-standard style options when checking in an by Fred Drake · 27 years ago
  82. 5b7220f Oops, did the previous delete the wrong way. by Guido van Rossum · 27 years ago
  83. d5da7a6 Get rid of last traces of module 'audio' by Guido van Rossum · 27 years ago
  84. bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 27 years ago
  85. 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 27 years ago
  86. eae121e Adding dis and xmllib docs by Guido van Rossum · 27 years ago
  87. 14bf341 Added keyword module entry. by Fred Drake · 27 years ago
  88. 00eb96a Move the pprint docs after the code docs, so that all parser/codegen type by Fred Drake · 27 years ago
  89. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
  90. e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
  91. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
  92. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
  93. 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 27 years ago
  94. d2b9f81 Add entry for the pprint module. by Fred Drake · 27 years ago
  95. 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 27 years ago
  96. 84057a3 Added cmath by Guido van Rossum · 27 years ago
  97. 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 27 years ago
  98. e5bb790 Added libmailbox, obsolete libstdwin by Guido van Rossum · 27 years ago
  99. 6181e00 Added AMK's SocketServer docs. by Guido van Rossum · 27 years ago
  100. dfb4120 Add zlib by Guido van Rossum · 27 years ago