summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore *.bkm files.Fred Drake1998-03-061-0/+1
* LaTeX class for Python HOWTO documents.Fred Drake1998-03-061-0/+88
* Relocating file to Doc/perl.Fred Drake1998-03-062-719/+0
* Misc. revisions to LaTeX2HTML support.Fred Drake1998-03-064-32/+20
* Relocated .latex2html-init to l2hinit.perl.Fred Drake1998-03-062-0/+417
* Moved & renamed to perl/l2hinit.perlFred Drake1998-03-061-399/+0
* Relocating file to Doc/tools.Fred Drake1998-03-0613-2005/+0
* Got rid of the last tab character in this file.Guido van Rossum1998-03-061-1/+1
* Always set the __file__ attribute, so dynamic link modules are indicated.Guido van Rossum1998-03-061-1/+1
* Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the hGuido van Rossum1998-03-061-1/+1
* Check for HAVE_MKTIME (if you don't have it, some tests will fail, butGuido van Rossum1998-03-061-0/+9
* Added mktime to checked functionsGuido van Rossum1998-03-063-3/+6
* When we have no setvbuf(), make the file totally unbuffered usingGuido van Rossum1998-03-061-1/+4
* Don't use setvbuf unless HAVE_SETVBUF is defined.Guido van Rossum1998-03-061-4/+12
* Fix the URL for the regex-to-re HOWTO.Fred Drake1998-03-064-4/+4
* Clear class_map in constructor so that when it later detects an errorGuido van Rossum1998-03-061-1/+2
* Use a better way to bind the checkext instance variable to a checkGuido van Rossum1998-03-051-9/+8
* Oops, I *thoughT* I had seen a better address for Andrew....Fred Drake1998-03-052-2/+2
* Updated URL & email addresses related to the PCT.Fred Drake1998-03-052-4/+4
* Corrected citation markup in first paragraph.Fred Drake1998-03-052-6/+6
* Update documentation release date.Fred Drake1998-03-052-2/+2
* For verbatim text, don't bounce down a size.Fred Drake1998-03-052-8/+4
* Setting LINKFORSHARED for IRIX was a mistake.Guido van Rossum1998-03-052-140/+132
* Move the change to ending the abstract from python.sty to manual.cls; itFred Drake1998-03-054-30/+28
* latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.Fred Drake1998-03-051-3/+9
* Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/,Fred Drake1998-03-052-8/+10
* Some changes because gcc on SGI doesn't support '-all'Guido van Rossum1998-03-052-147/+159
* Unfold some lines that were previously folded but don't need to beGuido van Rossum1998-03-051-7/+12
* Reindented, removed tabs.Guido van Rossum1998-03-051-18/+24
* Oops, bug omission: also scan internal code objects for imports!Guido van Rossum1998-03-051-31/+37
* Reindented, removed tabs.Guido van Rossum1998-03-052-312/+320
* Some nits...Guido van Rossum1998-03-051-8/+9
* Support for frozen packages, matching the revamped Tools/freeze.Guido van Rossum1998-03-051-14/+60
* Added support for packages.Guido van Rossum1998-03-054-199/+438
* Create the module index only if a conditional is true.Fred Drake1998-03-042-6/+14
* Define a new conditional, use this to control creation of module indexFred Drake1998-03-042-0/+2
* Improve separation of document class and python semantic constructs. ThisFred Drake1998-03-044-134/+144
* Untested changes to make the '-s windows' optionGuido van Rossum1998-03-042-0/+17
* Remove item on migration to LaTeX2e document classes. Done.Fred Drake1998-03-041-3/+0
* tarballs: Ok, we do support info for the moment, so add that to the tarballsFred Drake1998-03-041-1/+1
* pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarballFred Drake1998-03-041-1/+4
* Update URL to get Perl. (Anyone want to re-write LaTeX2HTML in Python? ;)Fred Drake1998-03-041-12/+31
* Oops, remove some debugging prints.Fred Drake1998-03-042-4/+0
* changeit(): Added support for \deprecated{}.Fred Drake1998-03-042-2/+56
* Preliminary LaTeX2HTML 98.1p1 support. Includes patch from Ross Moore toFred Drake1998-03-041-213/+247
* Comment out the attempt to get index-related stuff processed in the rightFred Drake1998-03-042-48/+48
* Simplify some of the escaping around ']' in \item[...] markup in light ofFred Drake1998-03-042-8/+8
* For each of the l2h??? targets, remove the sed hack that rips out a comma;Fred Drake1998-03-031-16/+0
* Of course, I shouldn't have used lseek() to find out the file'sGuido van Rossum1998-03-031-6/+3
* Oops -- overuse of dabbrev-expand introduced a strange bug, whereGuido van Rossum1998-03-031-1/+1