- f558e31 Make $MYDIR absolute -- bug reported by AMK. by Fred Drake · 27 years ago
- 2543769 Use "/usr/bin/env perl" for the #! line, and change the -i option to: by Fred Drake · 27 years ago
- 1125488 build_dvi(): Make sure we run latex enough times; this now matches the # by Fred Drake · 27 years ago
- e603cb1 Revive newind.py. -sigh- by Fred Drake · 27 years ago
- 664b36f *Sigh* by Fred Drake · 27 years ago
- dbc879e Allow the user to operate the script in debugging mode (-D), which just does by Fred Drake · 27 years ago
- e2e904f Script to format HOWTO documents. Currently only tested on the "Using by Fred Drake · 27 years ago
- eff1f76 clean_title(): Remove debugging prints. by Fred Drake · 27 years ago
- ac77b79 clean_title(): Clean a little more carefully. Still does funny things with by Fred Drake · 27 years ago
- 45e564d In the source dist., don't include: by Fred Drake · 27 years ago
- 568113a Obsolete. by Fred Drake · 27 years ago
- 8fcad7b Don't generate a \label{} here. by Fred Drake · 27 years ago
- 473a90e Allow the user to specify the "biggest" section type from the command line; by Fred Drake · 27 years ago
- 361ee65 Utility to help create outline information for PDF. by Fred Drake · 27 years ago
- 2888bf6 Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, by Fred Drake · 27 years ago
- cefcb33 Oops, remove some debugging prints. by Fred Drake · 27 years ago
- b98cd39 changeit(): Added support for \deprecated{}. by Fred Drake · 27 years ago
- fcf275e Script to create a source distribution. See comments at top. by Fred Drake · 27 years ago
- 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 27 years ago
- e817930 Adjusted to work with the newer version of LaTeX2HTML as well. by Fred Drake · 27 years ago
- 74a11e5 Do a little bit more work on a table-driven basis. A little cleanup. by Fred Drake · 27 years ago
- 9c7c6be Clean up name->name conversion a little, *make sure it happens in all the by Fred Drake · 27 years ago
- 526ebb4 Work on a temporary file, not the input file. by Fred Drake · 27 years ago
- ef05803 Support environments {fulllineitems} and {classdesc}, more of the new logical by Fred Drake · 27 years ago
- c02fbe5 breakable_re: Fix the RE so that module definition entries don't prevent by Fred Drake · 27 years ago
- 9caa110 assure a consistent assignment for nodes with multiple labels by Jeremy Hylton · 27 years ago
- 9acafa8 Don't make backups. by Fred Drake · 27 years ago
- daa2d5d Patch HREFs in html files, replacing nodeXXX.html with label.html. by Jeremy Hylton · 27 years ago
- a219e79 main(): Include a \label{modindex} in the output so latex won't let us re-use by Fred Drake · 27 years ago
- e8b4613 Massive changes. Fewer warnings from the Python Library Reference. Still by Fred Drake · 27 years ago
- cffaebb parse_line(): Strip whitespace from the module name. by Fred Drake · 27 years ago
- a94d21f Minor performance nits. by Fred Drake · 27 years ago
- dd244a0 Script to fix up the Library Reference index so it's less ugly. The docstring: by Fred Drake · 27 years ago
- c1ce320 Script to convert module index data to module index. by Fred Drake · 27 years ago
- 43c9350 Getting uglier. But it doesn't completely bomb except for some table stuff. by Fred Drake · 27 years ago
- a4541af A bunch of minor stuff. by Fred Drake · 27 years ago
- 6ccaaf1 Change name of temporary file to avoid possible filesystem issues; matches by Fred Drake · 27 years ago
- cb91e7b Added the "italic correction" command ("\/") to the list of ignored commands. by Fred Drake · 27 years ago
- 6cb2ac2 A nicety (author lost). by Guido van Rossum · 27 years ago
- 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
- b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
- abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
- 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
- acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension by Fred Drake · 28 years ago
- 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
- 11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of by Fred Drake · 28 years ago
- 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
- 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 28 years ago
- a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
- 36f219d More performance and layout improvements by Fred by Guido van Rossum · 28 years ago
- 5f18d6c Reformatted with 4 spaces indent. by Guido van Rossum · 28 years ago
- 49604d3 20% speedup by Fred by Guido van Rossum · 28 years ago
- 29901ff Some improvements by Fred Drake. by Guido van Rossum · 28 years ago
- 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
- a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 30 years ago
- 557ed94 don't print PLAINTEXT = ... by Guido van Rossum · 30 years ago
- 7760cde recognize more latex commands; add obindex by Guido van Rossum · 30 years ago
- b819bdf handle a few new things by Guido van Rossum · 30 years ago
- 26a9d37 new, from ../Demo/www by Guido van Rossum · 30 years ago
- 1cfb6b8 Can't remember the reason for the change, but it was necessary. :-) by Sjoerd Mullender · 30 years ago
- 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
- 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- ab3a250 libsocket.tex: send[to] returns nbytes. by Guido van Rossum · 30 years ago
- c5c67bc At release 1.0.1. Scripts, Makefile, README: cosmetic changes and by Guido van Rossum · 31 years ago
- 36b4807 A small but essential file... by Guido van Rossum · 31 years ago
- 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
- db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
- 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
- 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 31 years ago
- 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 32 years ago
- 95cd2ef Incorporated Jan-Hein's changes and texinfo conversion. by Guido van Rossum · 32 years ago