| Commit message (Expand) | Author | Age | Files | Lines |
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
|
|
* | Oops; file copy error somewhere along the way.... | Fred Drake | 1998-03-06 | 1 | -86/+71 |
|
|
* | Change the date to March 6, 1998. | Guido van Rossum | 1998-03-06 | 14 | -8931/+25896 |
|
|
* | Relocating file to Doc/texinputs. | Fred Drake | 1998-03-06 | 3 | -1146/+0 |
|
|
* | Revised Makefile to handle the new directories correctly. | Fred Drake | 1998-03-06 | 1 | -52/+52 |
|
|
* | Utility to help create outline information for PDF. | Fred Drake | 1998-03-06 | 1 | -0/+115 |
|
|
* | Relocating file to Doc/tools. | Fred Drake | 1998-03-06 | 1 | -2379/+0 |
|
|
* | Add reference to the copy_reg module in the See Also: section. | Fred Drake | 1998-03-06 | 2 | -0/+12 |
|
|
* | Revise some of the PDF support to get at least preliminary outline support. | Fred Drake | 1998-03-06 | 2 | -12/+102 |
|
|
* | Ignore *.bkm files. | Fred Drake | 1998-03-06 | 1 | -0/+1 |
|
|
* | LaTeX class for Python HOWTO documents. | Fred Drake | 1998-03-06 | 1 | -0/+88 |
|
|
* | Relocating file to Doc/perl. | Fred Drake | 1998-03-06 | 2 | -719/+0 |
|
|
* | Misc. revisions to LaTeX2HTML support. | Fred Drake | 1998-03-06 | 4 | -32/+20 |
|
|
* | Relocated .latex2html-init to l2hinit.perl. | Fred Drake | 1998-03-06 | 2 | -0/+417 |
|
|
* | Moved & renamed to perl/l2hinit.perl | Fred Drake | 1998-03-06 | 1 | -399/+0 |
|
|
* | Relocating file to Doc/tools. | Fred Drake | 1998-03-06 | 13 | -2005/+0 |
|
|
* | Got rid of the last tab character in this file. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Always set the __file__ attribute, so dynamic link modules are indicated. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Check for HAVE_MKTIME (if you don't have it, some tests will fail, but | Guido van Rossum | 1998-03-06 | 1 | -0/+9 |
|
|
* | Added mktime to checked functions | Guido van Rossum | 1998-03-06 | 3 | -3/+6 |
|
|
* | When we have no setvbuf(), make the file totally unbuffered using | Guido van Rossum | 1998-03-06 | 1 | -1/+4 |
|
|
* | Don't use setvbuf unless HAVE_SETVBUF is defined. | Guido van Rossum | 1998-03-06 | 1 | -4/+12 |
|
|
* | Fix the URL for the regex-to-re HOWTO. | Fred Drake | 1998-03-06 | 4 | -4/+4 |
|
|
* | Clear class_map in constructor so that when it later detects an error | Guido van Rossum | 1998-03-06 | 1 | -1/+2 |
|
|
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
|
|
* | Oops, I *thoughT* I had seen a better address for Andrew.... | Fred Drake | 1998-03-05 | 2 | -2/+2 |
|
|
* | Updated URL & email addresses related to the PCT. | Fred Drake | 1998-03-05 | 2 | -4/+4 |
|
|
* | Corrected citation markup in first paragraph. | Fred Drake | 1998-03-05 | 2 | -6/+6 |
|
|
* | Update documentation release date. | Fred Drake | 1998-03-05 | 2 | -2/+2 |
|
|
* | For verbatim text, don't bounce down a size. | Fred Drake | 1998-03-05 | 2 | -8/+4 |
|
|
* | Setting LINKFORSHARED for IRIX was a mistake. | Guido van Rossum | 1998-03-05 | 2 | -140/+132 |
|
|
* | Move the change to ending the abstract from python.sty to manual.cls; it | Fred Drake | 1998-03-05 | 4 | -30/+28 |
|
|
* | latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. | Fred Drake | 1998-03-05 | 1 | -3/+9 |
|
|
* | Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, | Fred Drake | 1998-03-05 | 2 | -8/+10 |
|
|
* | Some changes because gcc on SGI doesn't support '-all' | Guido van Rossum | 1998-03-05 | 2 | -147/+159 |
|
|
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -18/+24 |
|
|
* | Oops, bug omission: also scan internal code objects for imports! | Guido van Rossum | 1998-03-05 | 1 | -31/+37 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 2 | -312/+320 |
|
|
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
|
|
* | Support for frozen packages, matching the revamped Tools/freeze. | Guido van Rossum | 1998-03-05 | 1 | -14/+60 |
|
|
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 4 | -199/+438 |
|
|
* | Create the module index only if a conditional is true. | Fred Drake | 1998-03-04 | 2 | -6/+14 |
|
|
* | Define a new conditional, use this to control creation of module index | Fred Drake | 1998-03-04 | 2 | -0/+2 |
|
|
* | Improve separation of document class and python semantic constructs. This | Fred Drake | 1998-03-04 | 4 | -134/+144 |
|
|
* | Untested changes to make the '-s windows' option | Guido van Rossum | 1998-03-04 | 2 | -0/+17 |
|
|
* | Remove item on migration to LaTeX2e document classes. Done. | Fred Drake | 1998-03-04 | 1 | -3/+0 |
|
|
* | tarballs: Ok, we do support info for the moment, so add that to the tarballs | Fred Drake | 1998-03-04 | 1 | -1/+1 |
|
|
* | pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball | Fred Drake | 1998-03-04 | 1 | -1/+4 |
|
|