summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
Commit message (Collapse)AuthorAgeFilesLines
* Move content input files shared among the documents into a new directoryFred Drake2003-09-275-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.1Fred Drake2003-09-231-0/+1
|
* add a note about how \ulink should be different than it actually isFred Drake2003-09-061-0/+1
| | | | for PDF generation
* Update to the same version info used by the interpreter.Fred Drake2003-07-301-3/+3
|
* update the documentation contact addressFred Drake2003-07-301-3/+3
|
* Update release information.Fred Drake2003-07-291-2/+2
|
* Bump release number.Fred Drake2003-07-241-1/+1
|
* Bump version numbers.Fred Drake2003-07-171-1/+1
|
* Make the howto document class work properly with the pypaper.styFred Drake2003-07-171-1/+1
| | | | | paper-size hook. SF patch #772550.
* Make it easier to figure out the where a menuselection starts and endsFred Drake2003-07-161-1/+1
| | | | by controling the font.
* We are now post-beta 2.Fred Drake2003-06-301-2/+2
|
* Bump version information for Python 2.3 beta 2.Fred Drake2003-06-291-2/+2
|
* update version historyFred Drake2003-05-221-0/+1
|
* Version updates for Python 2.3.Fred Drake2003-04-262-4/+7
|
* Bump the release information.Fred Drake2003-04-241-2/+2
|
* Bump version number.Fred Drake2003-02-181-1/+1
|
* Update the copyright year.Guido van Rossum2003-01-021-1/+1
|
* Revert merge from 2.3 alpha 1 release branch; the change does notFred Drake2003-01-011-1/+1
| | | | apply to the trunk.
* Merging in changes from r23a1-branch. Doc/makefile had conflicts, whichTim Peters2003-01-011-1/+1
| | | | I leave to Fred to sort out.
* The trunk is (nominally) post-alpha.Fred Drake2002-12-311-1/+1
|
* Update version numbers.Fred Drake2002-12-312-2/+2
|
* Start something that might make table notes easier to deal with,Fred Drake2002-12-301-0/+21
| | | | eventually.
* Thinking on comp.text.tex seems to be that it's better to overrideFred Drake2002-11-041-3/+3
| | | | \@makefntext than \@footnotetext, so we'll do that instead.
* Define abstract way to get the normal and smaller font sizes that workFred Drake2002-10-311-16/+28
| | | | even in the footnote context.
* Add a couple of comments about the use of \normalsize andFred Drake2002-10-301-1/+3
| | | | \footnotesize.
* Add a comment showing how one of the macros should be used.Fred Drake2002-08-021-0/+1
|
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-021-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 onlySkip Montanaro2002-04-191-3/+3
| | | | revealed itself when i added index generating lines to doc/doc.tex)
* Separate out a \cfuncline macro from the cfuncdesc environment.Fred Drake2002-04-151-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 andFred Drake2002-04-151-0/+76
| | | | the Extending & Embedding manual use it.
* Additional support for describing C structure members.Fred Drake2002-04-121-0/+11
|
* Add \csimplemacro to parallel the csimplemacrodesc environment.Fred Drake2002-04-091-1/+2
| | | | Fix a typo in the comments for csimplemacrodesc.
* Update the table of releases.Fred Drake2002-04-081-0/+3
|
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-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 appearanceFred Drake2002-03-281-0/+14
| | | | as a verbatim environment. (The HTML version is already fine.)
* Make \url to force horizontal mode.Fred Drake2002-03-261-0/+1
|
* pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will notFred Drake2002-03-161-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 theFred Drake2002-03-151-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 Drake2002-03-152-2/+2
|
* Add 2002 to PSF copyrights.Michael W. Hudson2002-02-271-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 reportsFred Drake2002-02-041-10/+6
| | | | are no longer accepted.
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-3/+3
|
* Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+.Fred Drake2001-12-211-1/+1
|
* Add a new environment for whole-paragraph (or longer) notes & warnings.Fred Drake2001-12-141-2/+7
|
* Bump version numbers for the trunk.Fred Drake2001-12-141-1/+1
|
* Reflect change of Digital Creations to Zope Corporation.Fred Drake2001-12-141-6/+6
|
* Save a new version of the productionlist environment for safe-keeping; thisFred Drake2001-12-111-5/+22
| | | | will be replaced shortly. See the comments for more details.
* Add a new environment in the Python docs markup: seealso*. This is similarFred Drake2001-11-301-3/+13
| | | | | | | | to seealso, but does not add the "See also:" header or put the content in a box in the HTML version. Updated the description of \seeurl to better indicate when it should be used; the old description was written before we had \seetitle.
* Post-release bumps. Do *NOT* merge into the 2.2b2 branch.Fred Drake2001-11-161-2/+2
|
* Bump release number & date.Fred Drake2001-11-141-2/+2
|