summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix version number.Fred Drake1998-04-131-1/+1
|
* Lighten up tables.Fred Drake1998-04-111-4/+2
|
* Update release number and date.Fred Drake1998-04-091-2/+2
|
* Data attributes of objects should not be indexed with trailing parentheses!Fred Drake1998-04-071-2/+2
|
* Style specification for building *.ind from *.idx. This is needed to avoidFred Drake1998-04-041-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 symbolFred Drake1998-04-031-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 Drake1998-04-021-10/+10
| | | | Added comments to various sections.
* \bifuncindex: Fix so entries combine correctly with those of the built-inFred Drake1998-04-021-1/+1
| | | | functions section.
* Fix one remaining internal use of \code{} that could use the simpler form.Fred Drake1998-04-021-1/+2
|
* Added some comments.Fred Drake1998-04-011-0/+7
|
* \tableofcontents: Add support for some warning reduction in python.sty.Fred Drake1998-03-272-0/+2
|
* Add comments about several of the environments.Fred Drake1998-03-271-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. StillFred Drake1998-03-253-28/+31
| | | | use them for manuals.
* Change uses of \pdfinfo and \pdfcatalog to use the new syntax from theFred Drake1998-03-253-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 Drake1998-03-171-3/+0
|
* {classdesc} environment: Index as "Foo (class in foolib)" instead ofFred Drake1998-03-161-1/+1
| | | | "Foo (in module foolib)". Is now independent of indexsubitem.
* \regexp{}: Rewritten to look like Freidl's book. Too rip-off?Fred Drake1998-03-121-4/+9
| | | | \envvar{}: Bow to font-lock-mode a few times...!
* \withsubitem{}: New macro. Change indexsubitem temporarily for anotherFred Drake1998-03-121-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 controlFred Drake1998-03-092-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 Drake1998-03-091-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 anFred Drake1998-03-071-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 Drake1998-03-061-86/+71
|
* Revise some of the PDF support to get at least preliminary outline support.Fred Drake1998-03-061-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 Drake1998-03-061-0/+88
|
* Update documentation release date.Fred Drake1998-03-051-1/+1
|
* Move the change to ending the abstract from python.sty to manual.cls; itFred Drake1998-03-052-15/+14
| | | | is not appropriate for the howto document class.
* Create the module index only if a conditional is true.Fred Drake1998-03-041-3/+7
|
* Define a new conditional, use this to control creation of module indexFred Drake1998-03-041-0/+1
| | | | data file.
* Improve separation of document class and python semantic constructs. ThisFred Drake1998-03-042-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 generationFred Drake1998-03-032-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 Drake1998-02-171-1/+1
|
* Use new \authoraddress{}; author's name and address are now separate.Fred Drake1998-02-121-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 haveFred Drake1998-02-111-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 Drake1998-02-111-1/+1
|
* Consistency: "{\tt ...}" ==> "\code{...}"Fred Drake1998-01-201-1/+1
|
* Set the release date for 1.5 (final).Guido van Rossum1997-12-301-1/+1
|
* Planned release date for 1.5b2.Guido van Rossum1997-12-101-1/+1
|
* Fix the release date for 1.5b1 to be Nov. 26Guido van Rossum1997-11-181-1/+1
|
* Set Oct 10 as the release date.Guido van Rossum1997-10-071-1/+1
|
* DateGuido van Rossum1997-08-151-1/+1
|
* Bump up the version number. The date still needs to be set (Guido willFred Drake1997-07-251-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 Rossum1997-05-091-1/+1
|
* Added disclaimer.Guido van Rossum1996-10-251-9/+16
|
* New date and version number.Guido van Rossum1996-10-221-1/+1
|
* New version/dateGuido van Rossum1996-08-231-1/+1
|
* New zip code and release; added guido@python.org as alternative email.Guido van Rossum1996-07-301-3/+3
|
* Change of address; 1.4 beta 1.Guido van Rossum1996-06-261-4/+4
|
* new version / dateGuido van Rossum1995-10-081-1/+1
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-1/+1
|
* version 1.2-proof-3Guido van Rossum1995-03-281-1/+1
|