| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Update URL to get Perl. (Anyone want to re-write LaTeX2HTML in Python? ;) | Fred Drake | 1998-03-04 | 1 | -12/+31 |
|
|
* | Oops, remove some debugging prints. | Fred Drake | 1998-03-04 | 2 | -4/+0 |
|
|
* | changeit(): Added support for \deprecated{}. | Fred Drake | 1998-03-04 | 2 | -2/+56 |
|
|
* | Preliminary LaTeX2HTML 98.1p1 support. Includes patch from Ross Moore to | Fred Drake | 1998-03-04 | 1 | -213/+247 |
|
|
* | Comment out the attempt to get index-related stuff processed in the right | Fred Drake | 1998-03-04 | 2 | -48/+48 |
|
|
* | Simplify some of the escaping around ']' in \item[...] markup in light of | Fred Drake | 1998-03-04 | 2 | -8/+8 |
|
|
* | For each of the l2h??? targets, remove the sed hack that rips out a comma; | Fred Drake | 1998-03-03 | 1 | -16/+0 |
|
|
* | Of course, I shouldn't have used lseek() to find out the file's | Guido van Rossum | 1998-03-03 | 1 | -6/+3 |
|
|
* | Oops -- overuse of dabbrev-expand introduced a strange bug, where | Guido van Rossum | 1998-03-03 | 1 | -1/+1 |
|
|
* | Perish Evil Revelry and Lamentation. | Fred Drake | 1998-03-03 | 2 | -0/+8 |
|
|
* | Add a single Python-wide (!) lock on import. Only one thread at a | Guido van Rossum | 1998-03-03 | 1 | -8/+71 |
|
|
* | Raise ValueError: "unconvertible time" when ctime() returns NULL, | Guido van Rossum | 1998-03-03 | 1 | -0/+4 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -7/+67 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -4/+32 |
|
|
* | Obsolete. | Fred Drake | 1998-03-03 | 2 | -1338/+0 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -19/+107 |
|
|
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 17 | -23/+2785 |
|
|
* | Logical markup. | Fred Drake | 1998-03-03 | 2 | -174/+174 |
|
|
* | Instead of 'import mac', use 'import os' -- this way, the path syntax | Guido van Rossum | 1998-03-03 | 1 | -9/+9 |
|
|
* | Misc changes for AIX: install the python.exp file, and properly use $(srcdir). | Guido van Rossum | 1998-03-03 | 3 | -3/+18 |
|
|
* | Overhaul. | Fred Drake | 1998-03-03 | 1 | -26/+70 |
|
|
* | Fix typo. | Fred Drake | 1998-03-03 | 2 | -2/+2 |
|
|
* | Nit for \refexmodindex{} (reference to extension module). | Fred Drake | 1998-03-03 | 1 | -1/+2 |
|
|
* | Simplify the parameters passed to node2label.pl. | Fred Drake | 1998-03-03 | 1 | -5/+4 |
|
|
* | Marked reference to the Python Library Reference with \emph{}. | Fred Drake | 1998-03-03 | 2 | -452/+476 |
|
|
* | Script to create a source distribution. See comments at top. | Fred Drake | 1998-03-03 | 2 | -0/+72 |
|
|
* | Ignore tarballs. | Fred Drake | 1998-03-03 | 1 | -0/+1 |
|
|
* | Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but | Ken Manheimer | 1998-03-03 | 1 | -1/+1 |
|
|
* | Initialize adlist variable in getrouteaddr(), so an illegal address | Guido van Rossum | 1998-03-03 | 1 | -0/+1 |
|
|
* | Added msvcrt. | Guido van Rossum | 1998-03-03 | 2 | -0/+12 |
|
|
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
|
|
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
|
|
* | &replace_verbatim, | Fred Drake | 1998-03-02 | 1 | -5/+7 |
|
|
* | Typo (coestring -> codestring) discovered by Mark Hammond. | Guido van Rossum | 1998-03-02 | 1 | -1/+1 |
|
|
* | Fix the handling of errors in Py_FlushLine() in a few places. | Guido van Rossum | 1998-02-28 | 1 | -5/+7 |
|
|
* | Make the title page include all the interesting information. | Fred Drake | 1998-02-27 | 1 | -4/+49 |
|
|
* | &do_cmd_deprecated: New function. | Fred Drake | 1998-02-27 | 1 | -0/+14 |
|
|
* | Update. | Fred Drake | 1998-02-27 | 1 | -2/+3 |
|
|
* | Deprecate the read() and write() methods. | Fred Drake | 1998-02-27 | 2 | -16/+8 |
|
|
* | Added semi-structured support for feature deprecation. | Fred Drake | 1998-02-27 | 1 | -1/+23 |
|
|