Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a heavy box around warning notices to make them really stand out in the | Fred Drake | 2004-03-31 | 3 | -1/+31 |
| | | | | PDF and PostScript versions of the docs (the CSS already does this for HTML) | ||||
* | add support for \e to the {alltt} environment | Fred Drake | 2004-02-10 | 1 | -0/+1 |
| | |||||
* | support \e in \file and \filenq; this is useful for Windows paths | Fred Drake | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 1 | -1/+4 |
| | |||||
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 1 | -0/+10 |
| | |||||
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
| | | | | (From SF patch #810751) | ||||
* | Move content input files shared among the documents into a new directory | Fred Drake | 2003-09-27 | 5 | -441/+0 |
| | | | | | | (commontex/), leaving only style support files in texinputs/. This makes texinputs/ part of the formatting tools while commontex/ is strictly part of the actual documentation. | ||||
* | add entry for 2.3.1 | Fred Drake | 2003-09-23 | 1 | -0/+1 |
| | |||||
* | add a note about how \ulink should be different than it actually is | Fred Drake | 2003-09-06 | 1 | -0/+1 |
| | | | | for PDF generation | ||||
* | Update to the same version info used by the interpreter. | Fred Drake | 2003-07-30 | 1 | -3/+3 |
| | |||||
* | update the documentation contact address | Fred Drake | 2003-07-30 | 1 | -3/+3 |
| | |||||
* | Update release information. | Fred Drake | 2003-07-29 | 1 | -2/+2 |
| | |||||
* | Bump release number. | Fred Drake | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | Bump version numbers. | Fred Drake | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | Make the howto document class work properly with the pypaper.sty | Fred Drake | 2003-07-17 | 1 | -1/+1 |
| | | | | | paper-size hook. SF patch #772550. | ||||
* | Make it easier to figure out the where a menuselection starts and ends | Fred Drake | 2003-07-16 | 1 | -1/+1 |
| | | | | by controling the font. | ||||
* | We are now post-beta 2. | Fred Drake | 2003-06-30 | 1 | -2/+2 |
| | |||||
* | Bump version information for Python 2.3 beta 2. | Fred Drake | 2003-06-29 | 1 | -2/+2 |
| | |||||
* | update version history | Fred Drake | 2003-05-22 | 1 | -0/+1 |
| | |||||
* | Version updates for Python 2.3. | Fred Drake | 2003-04-26 | 2 | -4/+7 |
| | |||||
* | Bump the release information. | Fred Drake | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | Bump version number. | Fred Drake | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | Update the copyright year. | Guido van Rossum | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | Revert merge from 2.3 alpha 1 release branch; the change does not | Fred Drake | 2003-01-01 | 1 | -1/+1 |
| | | | | apply to the trunk. | ||||
* | Merging in changes from r23a1-branch. Doc/makefile had conflicts, which | Tim Peters | 2003-01-01 | 1 | -1/+1 |
| | | | | I leave to Fred to sort out. | ||||
* | The trunk is (nominally) post-alpha. | Fred Drake | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Update version numbers. | Fred Drake | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Start something that might make table notes easier to deal with, | Fred Drake | 2002-12-30 | 1 | -0/+21 |
| | | | | eventually. | ||||
* | Thinking on comp.text.tex seems to be that it's better to override | Fred Drake | 2002-11-04 | 1 | -3/+3 |
| | | | | \@makefntext than \@footnotetext, so we'll do that instead. | ||||
* | Define abstract way to get the normal and smaller font sizes that work | Fred Drake | 2002-10-31 | 1 | -16/+28 |
| | | | | even in the footnote context. | ||||
* | Add a couple of comments about the use of \normalsize and | Fred Drake | 2002-10-30 | 1 | -1/+3 |
| | | | | \footnotesize. | ||||
* | Add a comment showing how one of the macros should be used. | Fred Drake | 2002-08-02 | 1 | -0/+1 |
| | |||||
* | Abstract the creation of signature lines for callable things; the new | Fred Drake | 2002-07-02 | 1 | -7/+19 |
| | | | | | | | \py@sigline macro will wrap the argument list so it will not extend into the right margin. Substantially based on a contribution from Dave Cole. This addresses one of the comments in SF bug #574742. | ||||
* | \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only | Skip Montanaro | 2002-04-19 | 1 | -3/+3 |
| | | | | revealed itself when i added index generating lines to doc/doc.tex) | ||||
* | Separate out a \cfuncline macro from the cfuncdesc environment. | Fred Drake | 2002-04-15 | 1 | -1/+4 |
| | | | | | This matches many other of the *desc environments, and is useful when multiple functions share a description. | ||||
* | Move the listing of the type structure, since both the C API reference and | Fred Drake | 2002-04-15 | 1 | -0/+76 |
| | | | | the Extending & Embedding manual use it. | ||||
* | Additional support for describing C structure members. | Fred Drake | 2002-04-12 | 1 | -0/+11 |
| | |||||
* | Add \csimplemacro to parallel the csimplemacrodesc environment. | Fred Drake | 2002-04-09 | 1 | -1/+2 |
| | | | | Fix a typo in the comments for csimplemacrodesc. | ||||
* | Update the table of releases. | Fred Drake | 2002-04-08 | 1 | -0/+3 |
| | |||||
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -3/+3 |
| | | | | | permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation. | ||||
* | Extend \verbatiminput so that the typeset version provides the same appearance | Fred Drake | 2002-03-28 | 1 | -0/+14 |
| | | | | as a verbatim environment. (The HTML version is already fine.) | ||||
* | Make \url to force horizontal mode. | Fred Drake | 2002-03-26 | 1 | -0/+1 |
| | |||||
* | pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not | Fred Drake | 2002-03-16 | 1 | -0/+8 |
| | | | | | | change the installed version on either of the machines I use to format the docs. Instead, use a compatibility hack to support both versions. This is also better for external users of the Python styles. | ||||
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -16/+6 |
| | | | | | | level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117. | ||||
* | Make the release status obvious in the title area. | Fred Drake | 2002-03-15 | 2 | -2/+2 |
| | |||||
* | Add 2002 to PSF copyrights. | Michael W. Hudson | 2002-02-27 | 1 | -2/+2 |
| | | | | | Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed... | ||||
* | Update the instructions on reporting bugs to reflect that anonymous reports | Fred Drake | 2002-02-04 | 1 | -10/+6 |
| | | | | are no longer accepted. | ||||
* | Update version number to match Include/patchlevel.h. | Fred Drake | 2002-02-04 | 1 | -3/+3 |
| | |||||
* | Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. | Fred Drake | 2001-12-21 | 1 | -1/+1 |
| | |||||
* | Add a new environment for whole-paragraph (or longer) notes & warnings. | Fred Drake | 2001-12-14 | 1 | -2/+7 |
| |