1. b390daf Adjust the index support a bit to make it easier to deal with module index. by Fred Drake · 26 years ago
  2. 8fcad7b Don't generate a \label{} here. by Fred Drake · 26 years ago
  3. 2eda4ca Markup adjustments. by Fred Drake · 26 years ago
  4. cd14a87 Mark the journal title. by Fred Drake · 26 years ago
  5. 23bc85a Correct spelling of emdash. by Fred Drake · 26 years ago
  6. 7ddd043 Moved solitary "see also" paragraph into a {seealso} environment, and told by Fred Drake · 26 years ago
  7. 013ad98 Cleaned up some remaining markup nits. by Fred Drake · 26 years ago
  8. 8fab8cf Logical markup. by Fred Drake · 26 years ago
  9. b991f8d Some logical markup. by Fred Drake · 26 years ago
  10. b55f9d3 Small nits. by Fred Drake · 26 years ago
  11. cc444e3 Nits. by Fred Drake · 26 years ago
  12. bccc640 Logical markup. by Fred Drake · 26 years ago
  13. 0c2af2b Spell emdash with three hyphens. by Fred Drake · 26 years ago
  14. 266b4c1 Logical markup. by Fred Drake · 26 years ago
  15. c07ae9f Some logical markup. by Fred Drake · 26 years ago
  16. 0fd72ee Logical markup. by Fred Drake · 26 years ago
  17. 580eb26 Logical markup, a couple of index entries. by Fred Drake · 26 years ago
  18. 2c954fa Remove info targets from "world" and "tarballs". by Fred Drake · 26 years ago
  19. 473a90e Allow the user to specify the "biggest" section type from the command line; by Fred Drake · 26 years ago
  20. cd05ca9 Remove unnecessary blank line in long code sample. by Fred Drake · 26 years ago
  21. 1c8d0e0 Never, NEVER try to recover a screwed up file by carving a chunk out of an by Fred Drake · 26 years ago
  22. 2addd2a Add quotes around some variable definitions; add a "clean" target. by Guido van Rossum · 26 years ago
  23. cef85a2 Adapted to the new situation. by Guido van Rossum · 26 years ago
  24. a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 26 years ago
  25. 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 26 years ago
  26. 6663b22 Oops; file copy error somewhere along the way.... by Fred Drake · 26 years ago
  27. 47e09c4 Change the date to March 6, 1998. by Guido van Rossum · 26 years ago
  28. 1e9be5d Relocating file to Doc/texinputs. by Fred Drake · 26 years ago
  29. e4837a1 Revised Makefile to handle the new directories correctly. by Fred Drake · 26 years ago
  30. 361ee65 Utility to help create outline information for PDF. by Fred Drake · 26 years ago
  31. 1546fc3 Relocating file to Doc/tools. by Fred Drake · 26 years ago
  32. 4074896 Add reference to the copy_reg module in the See Also: section. by Fred Drake · 26 years ago
  33. ebcb658 Revise some of the PDF support to get at least preliminary outline support. by Fred Drake · 26 years ago
  34. 8f9728b Ignore *.bkm files. by Fred Drake · 26 years ago
  35. dbe132c LaTeX class for Python HOWTO documents. by Fred Drake · 26 years ago
  36. 6f7398b Relocating file to Doc/perl. by Fred Drake · 26 years ago
  37. b3c9bca Misc. revisions to LaTeX2HTML support. by Fred Drake · 26 years ago
  38. bc7101d Relocated .latex2html-init to l2hinit.perl. by Fred Drake · 26 years ago
  39. bc772f4 Moved & renamed to perl/l2hinit.perl by Fred Drake · 26 years ago
  40. 2023d38 Relocating file to Doc/tools. by Fred Drake · 26 years ago
  41. 0b0e7b5 Got rid of the last tab character in this file. by Guido van Rossum · 26 years ago
  42. ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 26 years ago
  43. b7da642 Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h by Guido van Rossum · 26 years ago
  44. 60cd813 Check for HAVE_MKTIME (if you don't have it, some tests will fail, but by Guido van Rossum · 26 years ago
  45. 1809975 Added mktime to checked functions by Guido van Rossum · 26 years ago
  46. f8b4de0 When we have no setvbuf(), make the file totally unbuffered using by Guido van Rossum · 26 years ago
  47. 22ffac1 Don't use setvbuf unless HAVE_SETVBUF is defined. by Guido van Rossum · 26 years ago
  48. 859c797 Fix the URL for the regex-to-re HOWTO. by Fred Drake · 26 years ago
  49. 8a6dba3 Clear class_map in constructor so that when it later detects an error by Guido van Rossum · 26 years ago
  50. 88b02cf Use a better way to bind the checkext instance variable to a check by Guido van Rossum · 26 years ago
  51. 2135117 Oops, I *thoughT* I had seen a better address for Andrew.... by Fred Drake · 26 years ago
  52. 8b8eae3 Updated URL & email addresses related to the PCT. by Fred Drake · 26 years ago
  53. 2c0ef4d Corrected citation markup in first paragraph. by Fred Drake · 26 years ago
  54. 55a7cf3 Update documentation release date. by Fred Drake · 26 years ago
  55. c113745 For verbatim text, don't bounce down a size. by Fred Drake · 26 years ago
  56. 56896dd Setting LINKFORSHARED for IRIX was a mistake. by Guido van Rossum · 26 years ago
  57. aa54e2d Move the change to ending the abstract from python.sty to manual.cls; it by Fred Drake · 26 years ago
  58. e61d7af latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. by Fred Drake · 26 years ago
  59. 2888bf6 Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, by Fred Drake · 26 years ago
  60. 2b5ca00 Some changes because gcc on SGI doesn't support '-all' by Guido van Rossum · 26 years ago
  61. e039425 Unfold some lines that were previously folded but don't need to be by Guido van Rossum · 26 years ago
  62. 541e783 Reindented, removed tabs. by Guido van Rossum · 26 years ago
  63. 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 26 years ago
  64. 912a14c Reindented, removed tabs. by Guido van Rossum · 26 years ago
  65. 1e07403 Some nits... by Guido van Rossum · 26 years ago
  66. a5568d3 Support for frozen packages, matching the revamped Tools/freeze. by Guido van Rossum · 26 years ago
  67. 75dc496 Added support for packages. by Guido van Rossum · 26 years ago
  68. 3455edc Create the module index only if a conditional is true. by Fred Drake · 26 years ago
  69. 54b03b8 Define a new conditional, use this to control creation of module index by Fred Drake · 26 years ago
  70. 28f1391 Improve separation of document class and python semantic constructs. This by Fred Drake · 26 years ago
  71. f888350 Untested changes to make the '-s windows' option work on Windows. by Guido van Rossum · 26 years ago
  72. c7e76c8 Remove item on migration to LaTeX2e document classes. Done. by Fred Drake · 26 years ago
  73. 85551a3 tarballs: Ok, we do support info for the moment, so add that to the tarballs by Fred Drake · 26 years ago
  74. b1cd771 pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball by Fred Drake · 26 years ago
  75. 71472a5 Update URL to get Perl. (Anyone want to re-write LaTeX2HTML in Python? ;) by Fred Drake · 26 years ago
  76. cefcb33 Oops, remove some debugging prints. by Fred Drake · 26 years ago
  77. b98cd39 changeit(): Added support for \deprecated{}. by Fred Drake · 26 years ago
  78. 34d6f5b Preliminary LaTeX2HTML 98.1p1 support. Includes patch from Ross Moore to by Fred Drake · 26 years ago
  79. 2da947a Comment out the attempt to get index-related stuff processed in the right by Fred Drake · 26 years ago
  80. 3fe985f Simplify some of the escaping around ']' in \item[...] markup in light of by Fred Drake · 26 years ago
  81. 12577ab For each of the l2h??? targets, remove the sed hack that rips out a comma; by Fred Drake · 26 years ago
  82. dcb5e7f Of course, I shouldn't have used lseek() to find out the file's by Guido van Rossum · 26 years ago
  83. d65911b Oops -- overuse of dabbrev-expand introduced a strange bug, where by Guido van Rossum · 26 years ago
  84. 986c100 Perish Evil Revelry and Lamentation. by Fred Drake · 26 years ago
  85. 75acc9c Add a single Python-wide (!) lock on import. Only one thread at a by Guido van Rossum · 26 years ago
  86. 7853570 Raise ValueError: "unconvertible time" when ctime() returns NULL, by Guido van Rossum · 26 years ago
  87. 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  88. 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  89. 49d9b62 Obsolete. by Fred Drake · 26 years ago
  90. bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  91. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  92. 5352537 Logical markup. by Fred Drake · 26 years ago
  93. 5c1d229 Instead of 'import mac', use 'import os' -- this way, the path syntax by Guido van Rossum · 26 years ago
  94. 69f6580 Misc changes for AIX: install the python.exp file, and properly use $(srcdir). by Guido van Rossum · 26 years ago
  95. 34eefe5 Overhaul. by Fred Drake · 26 years ago
  96. 40e72f7 Fix typo. by Fred Drake · 26 years ago
  97. 4ad89bf Nit for \refexmodindex{} (reference to extension module). by Fred Drake · 26 years ago
  98. 791f2ae Simplify the parameters passed to node2label.pl. by Fred Drake · 26 years ago
  99. d7bb303 Marked reference to the Python Library Reference with \emph{}. by Fred Drake · 26 years ago
  100. fcf275e Script to create a source distribution. See comments at top. by Fred Drake · 26 years ago