1. 7d5f5dd Added htmldoc, to generate the HTML for "Documenting Python". by Fred Drake · 26 years ago
  2. 90fc0a7 Be sure "make" understands the "doc" target is phony. by Fred Drake · 26 years ago
  3. 1508743 Add support for "Documenting Python". by Fred Drake · 26 years ago
  4. 63f2177 Bump release to 1.5.2b2. by Fred Drake · 26 years ago
  5. 28e66d1 Added the info tarball to the tarballs target. Added the README to by Fred Drake · 26 years ago
  6. ffd5112 Add the info "dir" fragment to the info tarball. by Fred Drake · 26 years ago
  7. fcb7adb Fix the HTML tarball target to generate the HTML if needed instead of bombing. by Fred Drake · 26 years ago
  8. b6584ca Remove the "lib-" prefix from the name of the info archive. by Fred Drake · 26 years ago
  9. 8522041 Bump $(RELEASE). by Fred Drake · 26 years ago
  10. a76b63c Bump the release to 1.5.2a2. by Fred Drake · 26 years ago
  11. 2335a30 When building the tarball of the PostScript files, also generate & include a by Fred Drake · 26 years ago
  12. eb7fe4f Massive cleanup: Use Makefiles in subdirs properly, move most of the by Fred Drake · 27 years ago
  13. 370f3c9 Bump RELEASE to 1.5.2a1. by Fred Drake · 27 years ago
  14. bd65706 Added new files to the LIBFILES variable. by Fred Drake · 27 years ago
  15. 96e1102 Updated list of Library Reference files. by Fred Drake · 27 years ago
  16. f54556e Fixed wrapping on some long lines. by Fred Drake · 27 years ago
  17. 228e31e Update the documentation release number in RELEASE. by Fred Drake · 27 years ago
  18. b3563158 Pass paper size to dvips explicitly. by Fred Drake · 27 years ago
  19. d19b9d6 Fix two remaining references to all-pdf and all-ps to only use pdf and ps. by Fred Drake · 27 years ago
  20. efc17bd Added ref/ref.tex to REFFILES. by Fred Drake · 27 years ago
  21. 6f5bf8d Minor tidy. by Fred Drake · 27 years ago
  22. 34116ba Remove all-<format> targets in favor of just <format>. by Fred Drake · 27 years ago
  23. 3f8a59f Reflect file renamings for the Python Library Reference. by Fred Drake · 27 years ago
  24. 465a42a Added targets dvi, pdf, and ps, to make all of the documents in those formats. by Fred Drake · 27 years ago
  25. a9f445c Add libthreading.tex to LIBFILES. by Fred Drake · 27 years ago
  26. f78a52c Added cmd, smtplib, multifile by Guido van Rossum · 27 years ago
  27. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 27 years ago
  28. 79c0f0e Fix the webcheck target so it checks the right files.... by Fred Drake · 27 years ago
  29. edde150 Add mimetypes documentation to library reference dependencies. by Fred Drake · 27 years ago
  30. e593b62 Small change to the l2h target allowing the output dir, $(HTMLDIR), to be by Fred Drake · 27 years ago
  31. cdbd391 Add support for the Macintosh Library Modules document. by Fred Drake · 27 years ago
  32. e34ab30 Switch to .tgz instead of .tar.gz to appease Windows users. by Fred Drake · 27 years ago
  33. 29cabd4 Pass the release number to the tools/mktarball.sh script. by Fred Drake · 27 years ago
  34. d69e2c4 Update some of the comments. by Fred Drake · 27 years ago
  35. b9838d9 Fix a comment. by Fred Drake · 27 years ago
  36. 445cfd3 l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other by Fred Drake · 27 years ago
  37. df68e3d $(KPSEWHICH): Use the older style of calling kpsewhich with the arg by Fred Drake · 27 years ago
  38. 566d209 Oops! Must have deleted a word by accident before the last check-in of this by Fred Drake · 27 years ago
  39. f295113 Cleaned out some more cruft. by Fred Drake · 27 years ago
  40. 106fe12 Better go ahead and remove some cruftiness.... by Fred Drake · 27 years ago
  41. 9cdf087 Support the new directory structure. by Fred Drake · 27 years ago
  42. bbe33c5 More changes to support the new directory structure. by Fred Drake · 27 years ago
  43. a6bb396 First cut at welcoming the Python Reference Manual back to the fold. by Fred Drake · 27 years ago
  44. 9fab3aa Move a bit closer to HTML generation without depending on the temp files by Fred Drake · 27 years ago
  45. 23916e7 clean target: Remove intermediate files from creation of outline in PDF. by Fred Drake · 27 years ago
  46. 3af9f25 Added libpoplib.tex to dependencies for the library reference. by Fred Drake · 27 years ago
  47. 0d27d08 Don't override the default $ADDRESS. by Fred Drake · 27 years ago
  48. bdbdb80 Separate the Mac-related files from the library reference files. The new by Fred Drake · 27 years ago
  49. d671e8f Added dependency on the tools/toc2bkm.py script for the PDF files. by Fred Drake · 27 years ago
  50. f5013f1 Add RELEASE make variable; this gets the entire release # ("1.5.1"). by Fred Drake · 27 years ago
  51. 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 27 years ago
  52. 6b529ae Remove @webchecker.pickle in the "clean" target. by Fred Drake · 27 years ago
  53. ea2f2b9 Use new index style for makeindex. by Fred Drake · 27 years ago
  54. 396a7cf Reverting some the index stuff to use tools/newind.py again; this works by Fred Drake · 27 years ago
  55. 520f8bd Ok, remove dependency on the obsolete tools/modindex.py. by Fred Drake · 27 years ago
  56. 8bc9657 Adjust index file resetting; just remove the files. The new index support by Fred Drake · 27 years ago
  57. 2c954fa Remove info targets from "world" and "tarballs". by Fred Drake · 27 years ago
  58. e4837a1 Revised Makefile to handle the new directories correctly. by Fred Drake · 27 years ago
  59. e61d7af latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. by Fred Drake · 27 years ago
  60. 85551a3 tarballs: Ok, we do support info for the moment, so add that to the tarballs by Fred Drake · 27 years ago
  61. b1cd771 pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball by Fred Drake · 27 years ago
  62. 12577ab For each of the l2h??? targets, remove the sed hack that rips out a comma; by Fred Drake · 27 years ago
  63. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 27 years ago
  64. 791f2ae Simplify the parameters passed to node2label.pl. by Fred Drake · 27 years ago
  65. 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 27 years ago
  66. 888dfa9 Change quoting of the "echo" commands yet again.... why can't shells agree? by Fred Drake · 27 years ago
  67. 4d3b2a2 clean: Remove *.out (hyperref's internal files for building outlines for PDF). by Fred Drake · 27 years ago
  68. 906f7ea Change quoting a little bit to avoid problems building it at CNRI. by Fred Drake · 27 years ago
  69. 5ad78f3 Changed way *.ind are forced to exist; the files are now reset to contain by Fred Drake · 27 years ago
  70. f7f2e70 Don't ignore makeinfo errors. by Fred Drake · 27 years ago
  71. 9168328 Add missing files to $(LIBFILES). by Fred Drake · 27 years ago
  72. a799835 Revised some targets to make better use of make "special" variables, to avoid by Fred Drake · 27 years ago
  73. 8ff4b8b Add new files from the Mac user interface breakup. by Fred Drake · 27 years ago
  74. dd94676 Added libsymbol.tex, libtoken.tex to dependencies for the libref. by Fred Drake · 27 years ago
  75. 5fd242b Clarified comment about the PS generation when using the all-pdf target. by Fred Drake · 27 years ago
  76. ddae414 Added all-formats target: use this to get both PDF and PS files; using the by Fred Drake · 27 years ago
  77. 3b26eed Added rule to generate the PDF format using pdflatex. Commented out since by Fred Drake · 27 years ago
  78. 6eab2fb Clean up some of the definitions related to info generation. by Fred Drake · 27 years ago
  79. 04cf4dc Added tarpdf target. by Fred Drake · 27 years ago
  80. 5d8f0ed Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. by Fred Drake · 27 years ago
  81. 4be0071 Include indfix.py script in lib.dvi's processing. by Fred Drake · 27 years ago
  82. 6b7fc6f Add *.pdf files to the clobber target (same target as *.ps). by Fred Drake · 27 years ago
  83. 126d840 Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion by Fred Drake · 27 years ago
  84. 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 27 years ago
  85. 95810e4 Removed tarps2, tardvi targets based on comments from Guido. by Fred Drake · 27 years ago
  86. 33d05b9 Added targets: by Fred Drake · 27 years ago
  87. 34252f9 lib.dvi target: Added commands to generate the modules index. by Fred Drake · 27 years ago
  88. 1c8b9e4 Clean out *.texi and *.info* as well for "make clean". by Fred Drake · 27 years ago
  89. 13704a8 Added .PHONY annotation for lib.info target; the real target is by Fred Drake · 27 years ago
  90. 3d913ad Revised lib1.texi target to deal with some conversion nastiness. See comment. by Fred Drake · 27 years ago
  91. 9cb6480 Added Greg Stein's docs for BaseHTTPServer.py. by Guido van Rossum · 27 years ago
  92. 05dd3c0 Added back info generation. Still buggy in the final phase (makeinfo run). by Fred Drake · 27 years ago
  93. 0f280b6 Use $LOGNAME instead of $USER to get the current user -- it seems to by Guido van Rossum · 27 years ago
  94. 330c660 The dependency of tarhtml on l2h was a bad idea. by Guido van Rossum · 27 years ago
  95. 84cca44 Added utility target tarhtml to tar and gzip the HTML files plus their by Guido van Rossum · 27 years ago
  96. bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 27 years ago
  97. 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 27 years ago
  98. eae121e Adding dis and xmllib docs by Guido van Rossum · 27 years ago
  99. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  100. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago