1. b98cd39 changeit(): Added support for \deprecated{}. by Fred Drake · 27 years ago
  2. fcf275e Script to create a source distribution. See comments at top. by Fred Drake · 27 years ago
  3. 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 27 years ago
  4. e817930 Adjusted to work with the newer version of LaTeX2HTML as well. by Fred Drake · 27 years ago
  5. 74a11e5 Do a little bit more work on a table-driven basis. A little cleanup. by Fred Drake · 27 years ago
  6. 9c7c6be Clean up name->name conversion a little, *make sure it happens in all the by Fred Drake · 27 years ago
  7. 526ebb4 Work on a temporary file, not the input file. by Fred Drake · 27 years ago
  8. ef05803 Support environments {fulllineitems} and {classdesc}, more of the new logical by Fred Drake · 27 years ago
  9. c02fbe5 breakable_re: Fix the RE so that module definition entries don't prevent by Fred Drake · 27 years ago
  10. 9caa110 assure a consistent assignment for nodes with multiple labels by Jeremy Hylton · 27 years ago
  11. 9acafa8 Don't make backups. by Fred Drake · 27 years ago
  12. daa2d5d Patch HREFs in html files, replacing nodeXXX.html with label.html. by Jeremy Hylton · 27 years ago
  13. a219e79 main(): Include a \label{modindex} in the output so latex won't let us re-use by Fred Drake · 27 years ago
  14. e8b4613 Massive changes. Fewer warnings from the Python Library Reference. Still by Fred Drake · 27 years ago
  15. cffaebb parse_line(): Strip whitespace from the module name. by Fred Drake · 27 years ago
  16. a94d21f Minor performance nits. by Fred Drake · 28 years ago
  17. dd244a0 Script to fix up the Library Reference index so it's less ugly. The docstring: by Fred Drake · 28 years ago
  18. c1ce320 Script to convert module index data to module index. by Fred Drake · 28 years ago
  19. 43c9350 Getting uglier. But it doesn't completely bomb except for some table stuff. by Fred Drake · 28 years ago
  20. a4541af A bunch of minor stuff. by Fred Drake · 28 years ago
  21. 6ccaaf1 Change name of temporary file to avoid possible filesystem issues; matches by Fred Drake · 28 years ago
  22. cb91e7b Added the "italic correction" command ("\/") to the list of ignored commands. by Fred Drake · 28 years ago
  23. 6cb2ac2 A nicety (author lost). by Guido van Rossum · 28 years ago
  24. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 29 years ago
  25. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 29 years ago
  26. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 29 years ago
  27. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 29 years ago
  28. acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension by Fred Drake · 29 years ago
  29. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 29 years ago
  30. 11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of by Fred Drake · 29 years ago
  31. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 29 years ago
  32. 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 29 years ago
  33. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 29 years ago
  34. 36f219d More performance and layout improvements by Fred by Guido van Rossum · 29 years ago
  35. 5f18d6c Reformatted with 4 spaces indent. by Guido van Rossum · 29 years ago
  36. 49604d3 20% speedup by Fred by Guido van Rossum · 29 years ago
  37. 29901ff Some improvements by Fred Drake. by Guido van Rossum · 29 years ago
  38. 06f4289 many fixes by anonymous contributor by Guido van Rossum · 30 years ago
  39. a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 30 years ago
  40. 557ed94 don't print PLAINTEXT = ... by Guido van Rossum · 30 years ago
  41. 7760cde recognize more latex commands; add obindex by Guido van Rossum · 30 years ago
  42. b819bdf handle a few new things by Guido van Rossum · 30 years ago
  43. 26a9d37 new, from ../Demo/www by Guido van Rossum · 30 years ago
  44. 1cfb6b8 Can't remember the reason for the change, but it was necessary. :-) by Sjoerd Mullender · 31 years ago
  45. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 31 years ago
  46. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
  47. ab3a250 libsocket.tex: send[to] returns nbytes. by Guido van Rossum · 31 years ago
  48. c5c67bc At release 1.0.1. Scripts, Makefile, README: cosmetic changes and by Guido van Rossum · 31 years ago
  49. 36b4807 A small but essential file... by Guido van Rossum · 32 years ago
  50. 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 32 years ago
  51. db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 32 years ago
  52. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 32 years ago
  53. 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 32 years ago
  54. 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 33 years ago
  55. 95cd2ef Incorporated Jan-Hein's changes and texinfo conversion. by Guido van Rossum · 33 years ago