summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
Commit message (Collapse)AuthorAgeFilesLines
* - update documentation contact addressFred Drake2003-07-291-1/+1
|
* Bump version info.Fred Drake2003-06-201-2/+2
|
* Set release information for Python 2.2.3.Fred Drake2003-05-291-2/+2
|
* update copyright datesFred Drake2003-05-221-1/+1
|
* update version/release informationFred Drake2003-05-221-3/+3
|
* update version historyFred Drake2003-05-221-0/+2
|
* Yes, we have moved past 2.2.2.Fred Drake2002-10-221-2/+2
|
* Update release information for 2.2.2 final.Fred Drake2002-10-141-2/+2
|
* Version number updates for Python 2.2.2.Fred Drake2002-10-041-2/+2
|
* Revise version/date information since we're not about to hit a release.Fred Drake2002-05-021-2/+2
|
* Replace "Digital Creations" with Zope Corporation in one place.Fred Drake2002-04-081-1/+4
| | | | Update the table of releases.
* Prepare for next release.Fred Drake2002-04-011-3/+3
|
* Update from trunk:Fred Drake2002-04-011-9/+16
| | | | | | - make \url force horizontal mode (so it works at the start of a line) - make \verbatiminput produce results that look like a verbatim environment
* Set version info for the emergency "Don't Kill Opera" documentationFred Drake2002-03-291-2/+2
| | | | release.
* Bump version numbers.Fred Drake2002-03-251-1/+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
|
* Update version number prior to release candidate.Fred Drake2002-03-141-1/+1
|
* backport my checkin ofMichael W. Hudson2002-02-271-2/+2
| | | | | | revision 1.5 of license.tex Add 2002 to PSF copyrights.
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
| | | | are no longer accepted.
* Bump version info for maintenance branch.Fred Drake2001-12-281-3/+3
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-2/+2
| | | | 'release22-maint'.
* 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
|
* Fix stupid bug recently introduced for DVI version of the docs (used toFred Drake2001-11-021-1/+1
| | | | generate PostScript).
* Revise the PDF support in the LaTeX style sheet. This still isn't quiteFred Drake2001-10-291-24/+47
| | | | | right, but the tests for whether we are generating PDF are a bit more readable, and some unnecessary indirection has been removed.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Bump release information.Fred Drake2001-10-181-2/+2
|
* New markup: \note{...} and \warning{...}Fred Drake2001-10-091-0/+3
|
* Move the styling for the HTML version of \mailheader into the CSS file.Fred Drake2001-09-261-1/+1
| | | | | | In both the HTML and typeset versions of the documentation, add a colon after the name of a mail header so that it is more easily distinguished from other text.
* Bump version number.Fred Drake2001-09-211-1/+1
|
* Bump version number.Fred Drake2001-09-061-1/+1
|
* New \grammartoken markup, similar to \token but allowed everywhere.Fred Drake2001-08-201-0/+2
|
* Added this LaTeX style file to the package since not all LaTeX installationsFred Drake2001-08-101-0/+329
| | | | | | | have it, especially on non-Unix platforms. (MikTeX in particular does not have it.) This is part of the response to SF patch #429611.
* Define the \mailheader macro and document conventions for using it.Fred Drake2001-08-031-0/+1
|
* 2.2a1 is out; look to the future.Fred Drake2001-07-181-1/+1
|
* Mirror Guido's latest changes to the license file.Fred Drake2001-07-171-32/+44
|
* Define new markup for 5-column tables.Fred Drake2001-07-171-0/+21
|
* Update the release information.Fred Drake2001-07-171-1/+1
|
* Minor change to match the style guide.Fred Drake2001-07-141-1/+1
|
* Add \ulink, grammar production markup.Fred Drake2001-07-061-0/+15
|
* \infinity,Fred Drake2001-06-231-0/+2
| | | | \plusminus: New macros to allow us to avoid math mode for these symbols.
* Remove an extra tab character.Fred Drake2001-06-221-1/+1
|
* Separate the copyright statements and license text; include some newFred Drake2001-06-202-96/+261
| | | | comments regarding the history of Python licensing from Guido.