1. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 25 years ago
  2. d1dbf63 Header for PyObject_DelItem() mentioned non-existing 3rd argument. by Guido van Rossum · 25 years ago
  3. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 25 years ago
  4. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 25 years ago
  5. 19a0dba Add caveat on partial dependence on the "cl" module, only available on by Fred Drake · 25 years ago
  6. 9ea3e36 Move the jpeg module to the SGI section; it is dependent on the "cl" by Fred Drake · 25 years ago
  7. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 25 years ago
  8. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 25 years ago
  9. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 25 years ago
  10. a7998f6 Revised comments on null bytes in pattern string. by Fred Drake · 25 years ago
  11. 6ffa445 Fix second description of handling 2-digit years (last item in by Fred Drake · 25 years ago
  12. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 25 years ago
  13. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 25 years ago
  14. 9bbdce5 add_module_idx(), add_idx_hook(): by Fred Drake · 25 years ago
  15. 7eca8e5 Fix typo spotted by Jeff MacDonald <jam@ans.net>. by Fred Drake · 26 years ago
  16. 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
  17. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
  18. 53610ca for method getaddrlist(): Added a note clarifying that all named by Barry Warsaw · 26 years ago
  19. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
  20. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago
  21. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 26 years ago
  22. a50a1df Added clean and clobber targets. by Fred Drake · 26 years ago
  23. 54bad44 Update to the latest version of Michael Ernst's script. by Fred Drake · 26 years ago
  24. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 26 years ago
  25. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 26 years ago
  26. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 26 years ago
  27. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 26 years ago
  28. 79cbadc Added fixinfo.el to the list of dependencies. by Fred Drake · 26 years ago
  29. 79ad1f1 Escape special characters on output. by Fred Drake · 26 years ago
  30. da71e31 Update the comments on info files. by Fred Drake · 26 years ago
  31. e36e4e6 Use \refmodule when we say "use the XXX module instead". by Fred Drake · 26 years ago
  32. da94374 \seemodule: Fix so that each \seemodule entry gets its own paragraph, by Fred Drake · 26 years ago
  33. 2581704 do_cmd_refmodule(): New function to support new \refmodule macro. by Fred Drake · 26 years ago
  34. 8d43a29 Added a few items. by Fred Drake · 26 years ago
  35. fcb7adb Fix the HTML tarball target to generate the HTML if needed instead of bombing. by Fred Drake · 26 years ago
  36. dd7610c Bump the date. Seems like fun. ;-) by Fred Drake · 26 years ago
  37. 701f10f Simplify command that extracts the number of pages from a PostScript by Fred Drake · 26 years ago
  38. 39cddb7 Added \modulesynopsis. by Fred Drake · 26 years ago
  39. 03dd3ef <writer>.send_paragraph(): Clarify what needs to be done by this by Fred Drake · 26 years ago
  40. 5a0ca4e do_cmd_methodline(): Fixed reference to method name when generating by Fred Drake · 26 years ago
  41. 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
  42. 8e2c945 output_body(): For <address> elements, just skip, since they're by Fred Drake · 26 years ago
  43. bb3b002 Patches describing the statvfs() and fstatvfs() functions. Additional by Fred Drake · 26 years ago
  44. b6584ca Remove the "lib-" prefix from the name of the info archive. by Fred Drake · 26 years ago
  45. ed94dde No longer useful. by Fred Drake · 26 years ago
  46. dd21c32 It's finally gone! by Fred Drake · 26 years ago
  47. f2b5374 Remove obsolete files. by Fred Drake · 26 years ago
  48. 78104a9 Replace most everything but the comment at the top. by Fred Drake · 26 years ago
  49. c4e9263 Add a few comments. by Fred Drake · 26 years ago
  50. c58f346 New support scripts for HTML->info conversion that use Michael Ernst's new by Fred Drake · 26 years ago
  51. 3fe1d32 New conversion tools for HTML->info from Michael Ernst by Fred Drake · 26 years ago
  52. 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 26 years ago
  53. c7dd3e1 Markup nit. by Fred Drake · 26 years ago
  54. cf3ce92 Explain how come that pickle and cPickle, while using the same data by Guido van Rossum · 26 years ago
  55. e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
  56. 87e611e Replace the docs for reduce with an adaptation of its docstring, which by Guido van Rossum · 26 years ago
  57. 74429ea Add doc for access() and ttyname(). Patch by Sean Reifschneider. by Guido van Rossum · 26 years ago
  58. fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 26 years ago
  59. c553358 Remove documentation for whatraw() since it's gone now. by Fred Drake · 26 years ago
  60. 60adb36 Document the sndhdr module. by Fred Drake · 26 years ago
  61. a2e4017 Shorten the synopsis that gets into the table of contents. by Fred Drake · 26 years ago
  62. ccc6272 write_idxfile(): New function. Isolate format of the external index by Fred Drake · 26 years ago
  63. 02e18b4 Added missing "from" in IOError description. by Fred Drake · 26 years ago
  64. 26f0f65 Remove obsolete comment. by Fred Drake · 26 years ago
  65. 5d56d36 Make the documents that have indexes dependent on the buildindex.py script. by Fred Drake · 26 years ago
  66. 7d45f6d do_cmd_methodline(): New function, implements indexing version of \methodline. by Fred Drake · 26 years ago
  67. 3b07480 trim_ignored_letters(): Simplify a little. by Fred Drake · 26 years ago
  68. 8d7e11a Update information on the version of latex2html to use, including by Fred Drake · 26 years ago
  69. b75d021 Typo: "TWELV" --> "TWELVE" by Fred Drake · 26 years ago
  70. f07c328 Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) by Andrew M. Kuchling · 26 years ago
  71. 94c4a79 Added index entries to make it easier to locate directory & file operations. by Fred Drake · 26 years ago
  72. 8692998 Added index entries to make it easier to locate directory operations. by Fred Drake · 26 years ago
  73. cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
  74. 76fa3b7 Remove recently documented modules from the undoc list. by Fred Drake · 26 years ago
  75. 03a0235 Print a line to the console reporting the number of index nodes by Fred Drake · 26 years ago
  76. 566c832 Added entry for libshutil.tex. by Fred Drake · 26 years ago
  77. 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
  78. cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
  79. d82af0b Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) by Fred Drake · 26 years ago
  80. d358afe Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
  81. 32f7ae0 Fix many of the specific targets in links from the index. by Fred Drake · 26 years ago
  82. 7d65d38 Add the getpass module to $(LIBFILES). by Fred Drake · 26 years ago
  83. 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
  84. 5ac2a07 Basic documentation for the getpass module. by Fred Drake · 26 years ago
  85. 8522041 Bump $(RELEASE). by Fred Drake · 26 years ago
  86. 5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. by Fred Drake · 26 years ago
  87. 292b9eb Added information on when this was added, allowing us to release the by Fred Drake · 26 years ago
  88. ae48aab Update the date. by Fred Drake · 26 years ago
  89. 1189fa9 Adjust markup to match current conventions, and make it formattable. by Fred Drake · 26 years ago
  90. 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
  91. 5eecd7b Improve a couple of comments. by Fred Drake · 26 years ago
  92. 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
  93. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  94. 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
  95. 782c973 Added libnetrc.tex and libshlex.tex to LIBFILES. by Fred Drake · 26 years ago
  96. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  97. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  98. e848976 Clarify descriptions of some operations; it's not always clear that by Fred Drake · 26 years ago
  99. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  100. b083a9f Sjoerd Mullender writes: by Guido van Rossum · 26 years ago