Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix version number. | Fred Drake | 1998-04-13 | 1 | -1/+1 | |
| | ||||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -4/+2 | |
| | ||||||
* | Update release number and date. | Fred Drake | 1998-04-09 | 1 | -2/+2 | |
| | ||||||
* | Data attributes of objects should not be indexed with trailing parentheses! | Fred Drake | 1998-04-07 | 1 | -2/+2 | |
| | ||||||
* | Style specification for building *.ind from *.idx. This is needed to avoid | Fred Drake | 1998-04-04 | 1 | -0/+11 | |
| | | | | | | wrapping of long lines, which tools/indfix.py doesn't understand, and needs to to handle collapsing of entries which can share a common emtry and just be short entries themselves. We get the added benefit of nicer formatting. | |||||
* | Increase space between the end of a regexp and the little right floor symbol | Fred Drake | 1998-04-03 | 1 | -1/+1 | |
| | | | | used as a closing quote. At AMK's request. | |||||
* | Removed an obsolete hack that's been commented out for a long time. | Fred Drake | 1998-04-02 | 1 | -10/+10 | |
| | | | | Added comments to various sections. | |||||
* | \bifuncindex: Fix so entries combine correctly with those of the built-in | Fred Drake | 1998-04-02 | 1 | -1/+1 | |
| | | | | functions section. | |||||
* | Fix one remaining internal use of \code{} that could use the simpler form. | Fred Drake | 1998-04-02 | 1 | -1/+2 | |
| | ||||||
* | Added some comments. | Fred Drake | 1998-04-01 | 1 | -0/+7 | |
| | ||||||
* | \tableofcontents: Add support for some warning reduction in python.sty. | Fred Drake | 1998-03-27 | 2 | -0/+2 | |
| | ||||||
* | Add comments about several of the environments. | Fred Drake | 1998-03-27 | 1 | -57/+137 | |
| | | | | | | | | | | Cleaned up some problems that caused minor warnings. Added environments for object methods and members, with non-indexing variants. This includes reduced use of the indexsubitem setting, allowing more robust index generation. Removed some unused definitions. | |||||
* | Don't use the fncychap package for HOWTO documents; appendices break. Still | Fred Drake | 1998-03-25 | 3 | -28/+31 | |
| | | | | use them for manuals. | |||||
* | Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the | Fred Drake | 1998-03-25 | 3 | -17/+17 | |
| | | | | | latest pdftex. (Which we have here at CNRI.) This makes the PDF targets work again. | |||||
* | Reverting some of the index stuff to work with LaTeX2HTML better. | Fred Drake | 1998-03-17 | 1 | -3/+0 | |
| | ||||||
* | {classdesc} environment: Index as "Foo (class in foolib)" instead of | Fred Drake | 1998-03-16 | 1 | -1/+1 | |
| | | | | "Foo (in module foolib)". Is now independent of indexsubitem. | |||||
* | \regexp{}: Rewritten to look like Freidl's book. Too rip-off? | Fred Drake | 1998-03-12 | 1 | -4/+9 | |
| | | | | \envvar{}: Bow to font-lock-mode a few times...! | |||||
* | \withsubitem{}: New macro. Change indexsubitem temporarily for another | Fred Drake | 1998-03-12 | 1 | -12/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | macro. Intended usage: \withsubitem{(in module foo)}{\ttindex{myfunc()}} This allows indexing functions from other modules/class/whatnot without being dependent on the exact expansions of several macros internal to python.sty. It's also easier to read in the source! Some new "logical" macros that seem to be useful: \regexp{}: For regular expressions. To make it easier to keep the appearance consistent. \mimetype{}: Don't use \code{}! \envvar{}: Environment variable. This does some indexing as well. \character{}: Just a character we want to talk about in the text, but not a Python constant. | |||||
* | Remove \newif relating to index support; no longer needed. Index control | Fred Drake | 1998-03-09 | 2 | -2/+0 | |
| | | | | is now shared and located solely in python.sty. | |||||
* | Adjust the index support a bit to make it easier to deal with module index. | Fred Drake | 1998-03-09 | 1 | -23/+38 | |
| | | | | | | | | Don't generate the mod???.idx file if it wasn't requested with the new command \makemodindex. Change the format of mod???.idx to match that of "normal" .idx files. This lets us use makeindex for it and not need a special script. | |||||
* | Never, NEVER try to recover a screwed up file by carving a chunk out of an | Fred Drake | 1998-03-07 | 1 | -70/+70 | |
| | | | | | | | | | | RCS ,v archive! And certainly don't check it back in without testing it. ;-( "@" becomes "@@" everywhere. This one *is* tested! | |||||
* | Oops; file copy error somewhere along the way.... | Fred Drake | 1998-03-06 | 1 | -86/+71 | |
| | ||||||
* | Revise some of the PDF support to get at least preliminary outline support. | Fred Drake | 1998-03-06 | 1 | -6/+51 | |
| | | | | | Rewrite \seemodule (again) to allow an optional argument to support modules which include an underscore in the names. See example in comments. | |||||
* | LaTeX class for Python HOWTO documents. | Fred Drake | 1998-03-06 | 1 | -0/+88 | |
| | ||||||
* | Update documentation release date. | Fred Drake | 1998-03-05 | 1 | -1/+1 | |
| | ||||||
* | Move the change to ending the abstract from python.sty to manual.cls; it | Fred Drake | 1998-03-05 | 2 | -15/+14 | |
| | | | | is not appropriate for the howto document class. | |||||
* | Create the module index only if a conditional is true. | Fred Drake | 1998-03-04 | 1 | -3/+7 | |
| | ||||||
* | Define a new conditional, use this to control creation of module index | Fred Drake | 1998-03-04 | 1 | -0/+1 | |
| | | | | data file. | |||||
* | Improve separation of document class and python semantic constructs. This | Fred Drake | 1998-03-04 | 2 | -67/+72 | |
| | | | | will allow us to have a class of smaller documents as well. | |||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 2 | -0/+662 | |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | |||||
* | Updated date for interim documentation release. | Fred Drake | 1998-02-17 | 1 | -1/+1 | |
| | ||||||
* | Use new \authoraddress{}; author's name and address are now separate. | Fred Drake | 1998-02-12 | 1 | -4/+6 | |
| | | | | | | Use new \release{}; this is now separate from \date{}. Use \email{} instead of \code{} for email addresses. | |||||
* | New file. Written by Ulf A. Lindgren <lindgren@ae.chalmers.se>; we have | Fred Drake | 1998-02-11 | 1 | -0/+430 | |
| | | | | | | | permission to distribute this without modifications. This is the latest version, directly from Ulf. CTAN:macros/latex/contrib/supported/fncychap/ | |||||
* | Mark the URL "ftp://ftp.python.org" with \url{}. | Fred Drake | 1998-02-11 | 1 | -1/+1 | |
| | ||||||
* | Consistency: "{\tt ...}" ==> "\code{...}" | Fred Drake | 1998-01-20 | 1 | -1/+1 | |
| | ||||||
* | Set the release date for 1.5 (final). | Guido van Rossum | 1997-12-30 | 1 | -1/+1 | |
| | ||||||
* | Planned release date for 1.5b2. | Guido van Rossum | 1997-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix the release date for 1.5b1 to be Nov. 26 | Guido van Rossum | 1997-11-18 | 1 | -1/+1 | |
| | ||||||
* | Set Oct 10 as the release date. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 | |
| | ||||||
* | Date | Guido van Rossum | 1997-08-15 | 1 | -1/+1 | |
| | ||||||
* | Bump up the version number. The date still needs to be set (Guido will | Fred Drake | 1997-07-25 | 1 | -1/+1 | |
| | | | | | have to do that one!), but at least the version will match the release version. (1.5a2 got skipped for this.) | |||||
* | Fix the date. | Guido van Rossum | 1997-05-09 | 1 | -1/+1 | |
| | ||||||
* | Added disclaimer. | Guido van Rossum | 1996-10-25 | 1 | -9/+16 | |
| | ||||||
* | New date and version number. | Guido van Rossum | 1996-10-22 | 1 | -1/+1 | |
| | ||||||
* | New version/date | Guido van Rossum | 1996-08-23 | 1 | -1/+1 | |
| | ||||||
* | New zip code and release; added guido@python.org as alternative email. | Guido van Rossum | 1996-07-30 | 1 | -3/+3 | |
| | ||||||
* | Change of address; 1.4 beta 1. | Guido van Rossum | 1996-06-26 | 1 | -4/+4 | |
| | ||||||
* | new version / date | Guido van Rossum | 1995-10-08 | 1 | -1/+1 | |
| | ||||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -1/+1 | |
| | ||||||
* | version 1.2-proof-3 | Guido van Rossum | 1995-03-28 | 1 | -1/+1 | |
| |