1. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  2. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  3. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  4. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  5. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  6. f62b352 Remove the "Comments and Questions" section, allowing this to be used by Fred Drake · 25 years ago
  7. b9bd0b7 Version of about.dat that should only be used for the standard documentation. by Fred Drake · 25 years ago
  8. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  9. f42d7a7 Oops, missed this one! by Fred Drake · 25 years ago
  10. d3d28d3 img_tag(): Tighten up the generated SRC attribute a bit; if the image by Fred Drake · 25 years ago
  11. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  12. 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
  13. 191439a Some updates to allow ../tools/mkhowto to add various bits to the by Fred Drake · 25 years ago
  14. 3e1a98a PNG version of the icons, converted from the GIFs by Fred Drake · 25 years ago
  15. 0297719 Added section about where to send comments, questions, & bug reports. by Fred Drake · 25 years ago
  16. 933d5a7 os.name: Note that 'java' is one of the registered names. by Fred Drake · 25 years ago
  17. e6fb1c4 Added documentation for inet_aton() and inet_ntoa(), from Ben by Fred Drake · 25 years ago
  18. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  19. 244ad3c Name the parameter to expr() and suite() "source" instead of "string". by Fred Drake · 25 years ago
  20. 8779f64 Added descriptions of the t#, w, and w# PyArg_ParseTuple() format by Fred Drake · 25 years ago
  21. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  22. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  23. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  24. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  25. 3cf4eb4 Specify: \geq --> &geq; by Fred Drake · 25 years ago
  26. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  27. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  28. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  29. e7f1920 Doco update from Sjoerd Mullender. by Guido van Rossum · 25 years ago
  30. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  31. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  32. b68a125 Added additional index entries. Minor markup nits. by Fred Drake · 25 years ago
  33. 76dd228 whrandom should come immediately after random, not before. by Fred Drake · 25 years ago
  34. c924b8d Clarified start parameter to Py_CompileString, documented by Fred Drake · 25 years ago
  35. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  36. 7eba1d8 Tell what the result objects are (based on comment from the list). by Fred Drake · 25 years ago
  37. 9ed56de Added item regarding random/whrandom. by Fred Drake · 25 years ago
  38. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  39. 31e5e37 Explain the possible range of values for the pid parameter to waitpid(). by Fred Drake · 25 years ago
  40. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  41. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  42. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  43. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  44. 58c5a2a Started documentation on buffer objects & types. Very preliminary. by Fred Drake · 25 years ago
  45. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  46. 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
  47. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  48. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  49. 32bc45f Removed PyMapping_Clear() -- it was wishful thinking and serves no by Guido van Rossum · 25 years ago
  50. 83c0983 Use the mksourcepgk script instead of mktarball.sh. by Fred Drake · 25 years ago
  51. 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
  52. 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
  53. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  54. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  55. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  56. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  57. c71b802 Markup nits. by Fred Drake · 25 years ago
  58. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  59. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  60. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  61. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  62. 2394c98 Minor updates. by Fred Drake · 25 years ago
  63. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  64. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  65. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  66. 478a265 Minor update. by Fred Drake · 25 years ago
  67. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  68. 4ef3ea0 Add support for bzip2 compression. by Fred Drake · 25 years ago
  69. 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
  70. b5213c3 Ignore additional compressed formats. by Fred Drake · 25 years ago
  71. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  72. 7dcc69a Add zip archive support for html, pdf, ps, and latex archives. by Fred Drake · 25 years ago
  73. 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
  74. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  75. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  76. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  77. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  78. 860e256 Added comment clarifying that RELEASE is the documentation release by Fred Drake · 25 years ago
  79. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  80. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  81. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  82. bb7eff9 Updated Milan's email address. by Fred Drake · 25 years ago
  83. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  84. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  85. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  86. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  87. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  88. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  89. e72d48d Bump the release number to 1.5.2p1. by Fred Drake · 25 years ago
  90. 919e74c Darn! Forgot to re-target. by Fred Drake · 25 years ago
  91. 5a8aaa7 Remove one item. by Fred Drake · 25 years ago
  92. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  93. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  94. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  95. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  96. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  97. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  98. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  99. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  100. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago