1. 9168328 Add missing files to $(LIBFILES). by Fred Drake · 27 years ago
  2. a799835 Revised some targets to make better use of make "special" variables, to avoid by Fred Drake · 27 years ago
  3. 8ff4b8b Add new files from the Mac user interface breakup. by Fred Drake · 27 years ago
  4. dd94676 Added libsymbol.tex, libtoken.tex to dependencies for the libref. by Fred Drake · 27 years ago
  5. 5fd242b Clarified comment about the PS generation when using the all-pdf target. by Fred Drake · 27 years ago
  6. ddae414 Added all-formats target: use this to get both PDF and PS files; using the by Fred Drake · 27 years ago
  7. 3b26eed Added rule to generate the PDF format using pdflatex. Commented out since by Fred Drake · 27 years ago
  8. 6eab2fb Clean up some of the definitions related to info generation. by Fred Drake · 27 years ago
  9. 04cf4dc Added tarpdf target. by Fred Drake · 27 years ago
  10. 5d8f0ed Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. by Fred Drake · 27 years ago
  11. 4be0071 Include indfix.py script in lib.dvi's processing. by Fred Drake · 27 years ago
  12. 6b7fc6f Add *.pdf files to the clobber target (same target as *.ps). by Fred Drake · 27 years ago
  13. 126d840 Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion by Fred Drake · 27 years ago
  14. 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 27 years ago
  15. 95810e4 Removed tarps2, tardvi targets based on comments from Guido. by Fred Drake · 27 years ago
  16. 33d05b9 Added targets: by Fred Drake · 27 years ago
  17. 34252f9 lib.dvi target: Added commands to generate the modules index. by Fred Drake · 27 years ago
  18. 1c8b9e4 Clean out *.texi and *.info* as well for "make clean". by Fred Drake · 27 years ago
  19. 13704a8 Added .PHONY annotation for lib.info target; the real target is by Fred Drake · 27 years ago
  20. 3d913ad Revised lib1.texi target to deal with some conversion nastiness. See comment. by Fred Drake · 27 years ago
  21. 9cb6480 Added Greg Stein's docs for BaseHTTPServer.py. by Guido van Rossum · 27 years ago
  22. 05dd3c0 Added back info generation. Still buggy in the final phase (makeinfo run). by Fred Drake · 27 years ago
  23. 0f280b6 Use $LOGNAME instead of $USER to get the current user -- it seems to by Guido van Rossum · 27 years ago
  24. 330c660 The dependency of tarhtml on l2h was a bad idea. by Guido van Rossum · 27 years ago
  25. 84cca44 Added utility target tarhtml to tar and gzip the HTML files plus their by Guido van Rossum · 27 years ago
  26. bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 27 years ago
  27. 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 27 years ago
  28. eae121e Adding dis and xmllib docs by Guido van Rossum · 27 years ago
  29. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  30. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
  31. 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
  32. 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
  33. e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
  34. b235d9e Tweaked all l2h targets to remove the target directory before renaming by Guido van Rossum · 27 years ago
  35. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
  36. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
  37. bc0cd37 l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. by Fred Drake · 27 years ago
  38. 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 27 years ago
  39. 18600a4 Add libpprint.tex to the lib.dvi dependencies. by Fred Drake · 27 years ago
  40. 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 27 years ago
  41. 84057a3 Added cmath by Guido van Rossum · 27 years ago
  42. b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 27 years ago
  43. 41c302f add libmailbox by Guido van Rossum · 27 years ago
  44. 6181e00 Added AMK's SocketServer docs. by Guido van Rossum · 27 years ago
  45. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  46. dfb4120 Add zlib by Guido van Rossum · 27 years ago
  47. e76b7a8 Added fnmatch, base64 and quopri, received from Andrew Kuchling. by Guido van Rossum · 27 years ago
  48. 571391b New stuff by AMK. by Guido van Rossum · 28 years ago
  49. 7f3b042 Added docs for UserDict,UserList by Guido van Rossum · 28 years ago
  50. e6d579d Added docs for glob by Guido van Rossum · 28 years ago
  51. 20af95b Added docs for mailcap by Guido van Rossum · 28 years ago
  52. 612316f Add a rough list of undocumented stuff at the end. by Guido van Rossum · 28 years ago
  53. cda3d7d Added (minimal) StringIO docs. by Guido van Rossum · 28 years ago
  54. 3dd68d3 Added libstat.tex by Guido van Rossum · 28 years ago
  55. 3c7b2dc Added docs for Jeremy's resource module. by Guido van Rossum · 28 years ago
  56. 3486f27 Added soundex (sigh) by Guido van Rossum · 28 years ago
  57. 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago
  58. d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
  59. fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
  60. f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
  61. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  62. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  63. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  64. a80c398 Added chapter on restricted execution. by Guido van Rossum · 28 years ago
  65. 5f2aa71 (Makefile): Push texi2html.py options into a make variable. by Fred Drake · 28 years ago
  66. 0b95abc (Makefile): Add libformatter.tex to the library document dependencies. by Fred Drake · 28 years ago
  67. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  68. be0a8a6 Added bastion and (dummy) rexec docs by Guido van Rossum · 28 years ago
  69. f8daa4f Changes to dependencies (Fred) by Guido van Rossum · 28 years ago
  70. 40006cf Added imghdr,xdrlib; reformatted Makefile somewhat by Guido van Rossum · 28 years ago
  71. eb8d503 Separate .dvi and .ps targets. More rational destination for texi2html.py. by Guido van Rossum · 28 years ago
  72. ca81470 add libparser.tex by Guido van Rossum · 29 years ago
  73. da53c52 Documented MACFS, macostools, EasyDialogs and FrameWork modules. by Jack Jansen · 29 years ago
  74. 4549b13 Documented binascii, binhex and uu modules. Put them in the by Jack Jansen · 29 years ago
  75. f9adf48 documented termios + TERMIOS by Guido van Rossum · 30 years ago
  76. 5ae34bf Don't reference removed files in Makefile by Guido van Rossum · 30 years ago
  77. ecde781 restructured library manual accordiung to functional group by Guido van Rossum · 30 years ago
  78. ffd6de1 New documentation on the CD module. by Sjoerd Mullender · 30 years ago
  79. 73827c6 use macros more; added some more docs by Guido van Rossum · 30 years ago
  80. e83e380 added lots of comments by Guido van Rossum · 30 years ago
  81. 85c4ff2 added macdnr by Guido van Rossum · 30 years ago
  82. df804f8 converted docs for Jim Roskind's profiler by Guido van Rossum · 30 years ago
  83. dc46c7f small nits and new files by Guido van Rossum · 30 years ago
  84. a12ef94 added WWW sections by Guido van Rossum · 30 years ago
  85. 817a842 added www chapters by Guido van Rossum · 30 years ago
  86. 1dfb7d7 Added libaifc.tex to list of library files. by Sjoerd Mullender · 30 years ago
  87. e6757c2 don't assum '.' is in PATH by Guido van Rossum · 30 years ago
  88. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  89. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  90. 3cbc16d * lib2.tex (sys): updated sys.std{in,out,err} docs. Added by Guido van Rossum · 31 years ago
  91. 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
  92. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
  93. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  94. 970871f * Changed preface in texipre.dat. by Guido van Rossum · 32 years ago
  95. 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 32 years ago
  96. 4ac605e Changes to some math using underscore as subscript, necessary since by Guido van Rossum · 32 years ago
  97. 95cd2ef Incorporated Jan-Hein's changes and texinfo conversion. by Guido van Rossum · 32 years ago
  98. 5b34373 > * Makefile: always create .ps files; add qua to 'all' target; by Guido van Rossum · 32 years ago
  99. 1f4f743 Remove bibtex log file. by Guido van Rossum · 32 years ago
  100. a3d5076 Change recipe to build qua. by Guido van Rossum · 32 years ago