summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Logical markup, a couple of index entries.Fred Drake1998-03-082-24/+34
* Remove info targets from "world" and "tarballs".Fred Drake1998-03-071-2/+2
* Allow the user to specify the "biggest" section type from the command line;Fred Drake1998-03-071-6/+15
* Remove unnecessary blank line in long code sample.Fred Drake1998-03-072-6/+4
* Never, NEVER try to recover a screwed up file by carving a chunk out of anFred Drake1998-03-071-70/+70
* Add quotes around some variable definitions; add a "clean" target.Guido van Rossum1998-03-071-5/+10
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
* Rearrange some stuff so that the warning for unknown modules is alsoGuido van Rossum1998-03-071-17/+21
* When writing the Windows Makefile, don't forget to strip some filenamesGuido van Rossum1998-03-071-2/+3
* Oops; file copy error somewhere along the way....Fred Drake1998-03-061-86/+71
* Change the date to March 6, 1998.Guido van Rossum1998-03-0614-8931/+25896
* Relocating file to Doc/texinputs.Fred Drake1998-03-063-1146/+0
* Revised Makefile to handle the new directories correctly.Fred Drake1998-03-061-52/+52
* Utility to help create outline information for PDF.Fred Drake1998-03-061-0/+115
* Relocating file to Doc/tools.Fred Drake1998-03-061-2379/+0
* Add reference to the copy_reg module in the See Also: section.Fred Drake1998-03-062-0/+12
* Revise some of the PDF support to get at least preliminary outline support.Fred Drake1998-03-062-12/+102
* 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