1. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 24 years ago
  2. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 24 years ago
  3. d1a56f4 Noted by Guido: by Fred Drake · 24 years ago
  4. 898915d Noted by Guido: by Fred Drake · 24 years ago
  5. 43b89b6 Noted by Guido: by Fred Drake · 24 years ago
  6. bf4041a Merged in changes from 1.5.2p2 release. by Fred Drake · 24 years ago
  7. 02ba621 Merged in changes from 1.5.2p2 release as appropriate. by Fred Drake · 24 years ago
  8. 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 24 years ago
  9. 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  10. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  11. 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 24 years ago
  12. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  13. 659ebfa Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  14. eb725cd Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  15. 6a0d844 UserString section: by Fred Drake · 24 years ago
  16. 4293468 Note that "Unicode" is always capitalized. by Fred Drake · 24 years ago
  17. 54fd845 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  18. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  19. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  20. ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  21. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  22. 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 24 years ago
  23. 9c26f5d Added rule to copy in the icons/ directory. by Fred Drake · 24 years ago
  24. 3bb719f List of subdirs that are generated during the build. by Fred Drake · 24 years ago
  25. e018bee Build rules for the "long HTML" version. by Fred Drake · 24 years ago
  26. ddc6c27 Improve explanation of reference counts for PyString_Concat(). by Fred Drake · 24 years ago
  27. 38d062d Reflect the two new sections in the dependencies. by Fred Drake · 24 years ago
  28. 3c9f936 Two new sections. Preliminary. by Fred Drake · 24 years ago
  29. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  30. bdcc96c Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan by Fred Drake · 24 years ago
  31. 8e14f05 Fix small errors in description of Mac, Windows installation schemes. by Greg Ward · 24 years ago
  32. 2957656 Third attempt at documenting an installation scheme; this one feels like by Greg Ward · 24 years ago
  33. dee86c6 Script to annotate api.tex with reference count information. by Fred Drake · 24 years ago
  34. 169f91b [from 2000-02-25] Second attempt at describing an installation scheme; this is by Greg Ward · 24 years ago
  35. 7c1e5f6 [from 2000-02-23] Description of the baroque and already-obsolete by Greg Ward · 24 years ago
  36. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 24 years ago
  37. abc5216 The "Distributing Python Modules" manual; currently empty (I'll get to it by Greg Ward · 24 years ago
  38. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 24 years ago
  39. 3c227ee Added dependency on libtabnanny.tex. by Fred Drake · 24 years ago
  40. 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 24 years ago
  41. 89af077 This branch is for 1.6 & forward. by Fred Drake · 24 years ago
  42. c29e41d Script to help locate markup that LaTeX2HTML has a problem with. by Fred Drake · 24 years ago
  43. 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 24 years ago
  44. 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 24 years ago
  45. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 24 years ago
  46. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 24 years ago
  47. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  48. 9093834 Added item about specific missing entries in the C API manual. by Fred Drake · 25 years ago
  49. 6a90b5e Removed a couple of items that got done(!). by Fred Drake · 25 years ago
  50. 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
  51. b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
  52. 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
  53. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  54. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  55. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  56. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  57. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  58. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  59. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  60. d81b1b0 Set the date and version to reflect the actual status, not the last by Fred Drake · 25 years ago
  61. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  62. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  63. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  64. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  65. 29a710f Document \citetitle and \programopt. by Fred Drake · 25 years ago
  66. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  67. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  68. 9fa76f1 Use \citetitle in several places, and \programopt where appropriate. by Fred Drake · 25 years ago
  69. 698d520 Use \citetitle in several places. by Fred Drake · 25 years ago
  70. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  71. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  72. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  73. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  74. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  75. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  76. 310ee61 Missed a couple of program options that had been marked by \code. by Fred Drake · 25 years ago
  77. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  78. be48646 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  79. 7b8195a \programopt: New macro, used to mark command-line parameters in the by Fred Drake · 25 years ago
  80. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 25 years ago
  81. 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
  82. c6d45af Straighten out dependencies so changes in the texinputs/* get reflected. by Fred Drake · 25 years ago
  83. 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  84. 5a31946 Added dependency on filecmp section, removed dependencies on cmp and by Fred Drake · 25 years ago
  85. 47a27b6 Make references to new filecmp module hyperlinks now that there's documentation. by Fred Drake · 25 years ago
  86. adf2dbf Added section for filecmp. by Fred Drake · 25 years ago
  87. c7b5b3c filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 25 years ago
  88. 7eaf682 Added deprecation notes, in case anyone decides to read these anyway. by Fred Drake · 25 years ago
  89. 143db4b cmp and cmpcache are now obsolete, so don't include their by Fred Drake · 25 years ago
  90. a8052a3 Added cmp and cmpcache to the "Obsolete" section. by Fred Drake · 25 years ago
  91. 714fd26 Documented Beep() function. by Fred Drake · 25 years ago
  92. d651280 Module/script to parse the reference count data file and make the by Fred Drake · 25 years ago
  93. 805bf1b Added note that Skip created the initial version of this file. by Fred Drake · 25 years ago
  94. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  95. 39d4a02 Fixed typo in explanation of abspath(); noticed by Paul Prescod by Fred Drake · 25 years ago
  96. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  97. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  98. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  99. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  100. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago