summaryrefslogtreecommitdiffstats
path: root/Doc/commontex
Commit message (Collapse)AuthorAgeFilesLines
* add missing version entryFred Drake2007-01-181-0/+1
|
* More post-release wibbleNeal Norwitz2006-08-181-1/+1
|
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
|
* pre-release machinationsAnthony Baxter2006-08-021-1/+1
|
* preparing for 2.5b2Anthony Baxter2006-07-101-1/+1
|
* Reset the doc date to today for the automatic doc buildsNeal Norwitz2006-06-221-1/+1
|
* Preparing for 2.5b1.Anthony Baxter2006-06-191-1/+1
|
* Now that 2.5a2 is out, revert to the current dateAndrew M. Kuchling2006-04-271-1/+1
|
* 2.5a2Anthony Baxter2006-04-271-1/+1
|
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-031-20/+43
| | | | with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
* preparation for 2.5a1Anthony Baxter2006-04-032-1/+3
|
* Even more copyright year locations!Georg Brandl2006-02-111-1/+1
|
* Update general copyright years to 2006.Georg Brandl2006-02-111-1/+2
|
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-1/+0
| | | | properties now.
* add 2.4.1 to the release historyFred Drake2005-03-291-0/+1
|
* add 2.3.5, 2.4 to the history and licensing infoFred Drake2005-02-081-0/+2
|
* Remove rotor licenseAndrew M. Kuchling2004-08-311-28/+0
|
* update to reflect the current location of the SF bugs search boxFred Drake2004-05-111-1/+1
|
* add missing and forthcoming releasesFred Drake2004-03-311-0/+2
|
* Update copyright years, and change copyright.tex to use the same spellingTim Peters2004-03-202-2/+2
| | | | | as license.tex (SF patch 795531 complained about the spelling discrepancy, although this "repairs" that flaw in a different way than the patch).
* Added license notices that are required to be included in theRaymond Hettinger2004-03-031-1/+331
| | | | documentation as well as the source code.
* PythonLabs --> Python Software FoundationFred Drake2004-01-021-1/+1
|
* Add the first of (hopefully) many third-party licenses and acknowledgements.Raymond Hettinger2003-12-201-0/+59
|
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-272-3/+2
| | | | fewer changes to make to version numbers after a release.
* Move content input files shared among the documents into a new directoryFred Drake2003-09-275-0/+442
(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.