summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-211-2/+2
* Clarify the comment about setting the PYTHON variable for the Doc Makefile.Brett Cannon2007-08-171-2/+3
* Add the roman.py module which docutils require.Georg Brandl2007-08-151-0/+80
* Fail somewhat more gracefully when using Python < 2.5.Georg Brandl2007-08-151-0/+9
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-152-0/+28
* Delete the LaTeX doc tree.Georg Brandl2007-08-1545-10490/+0
* Remove references to stdwin which was removed long ago.Neal Norwitz2007-05-131-7/+6
* - Fix the build of the library reference in info format.Matthias Klose2006-12-091-12/+31
* Add 2.5 libraries.Martin v. Löwis2006-03-311-0/+16
* improve reporting of illegal section nesting (provide location whichFred Drake2006-03-311-1/+18
* Add tool to check documentation against declaration.Martin v. Löwis2006-03-011-0/+157
* module list utilityFredrik Lundh2006-01-241-0/+126
* update to reflect move to SubversionFred Drake2006-01-023-272/+8
* update URL into the Python wikiFred Drake2005-09-221-1/+1
* - fix generated Texinfo markup for \deprecatedFred Drake2005-03-101-1/+10
* add missing entries from GNU info conversion tableFred Drake2005-03-101-0/+2
* include each row in the package table, even if there are no packages forFred Drake2005-01-231-8/+11
* add another way to specify an alternate name for the documentation set,Fred Drake2004-11-131-1/+11
* - make the default image type PNG, to match mkhowtoFred Drake2004-11-051-2/+6
* fix accidental commitFred Drake2004-11-021-1/+0
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-1/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-184-18/+18
* Add a definition (found in the Debian patches for 2.3.4)Andrew M. Kuchling2004-07-171-0/+1
* generalize a bit; no need to mention my user id directlyFred Drake2004-07-131-1/+1
* Deal with macros that have to be replaced with simple text; only aFred Drake2004-07-081-4/+14
* fix handling when a proper getopt(1) is available; the "--"Fred Drake2004-06-291-0/+4
* The 'distributing python modules' manual now has an index.Thomas Heller2004-06-181-1/+1
* Use getopt where possible, so this supports option letters that getFred Drake2004-06-171-1/+10
* - add link to the downloadable package in the generated emailFred Drake2004-06-171-2/+24
* make the tarball available for download instead of throwing it awayFred Drake2004-06-171-1/+1
* Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.Thomas Heller2004-06-091-1/+1
* Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT.Thomas Heller2004-06-091-1/+1
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
* remove assignment to unused variableFred Drake2004-05-111-1/+0
* switch to PNG navigation icons by defaultFred Drake2004-04-081-2/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-124-14/+14
* Fix typoRaymond Hettinger2004-02-081-1/+1
* SF patch #880552: Fix typo in usage message(prechm.py)Raymond Hettinger2004-02-081-3/+3
* fix weird sh-bang lineFred Drake2003-12-181-1/+1
* avoid bash-ismsFred Drake2003-12-181-2/+2
* make the generated HTML more XHTML friendlyFred Drake2003-11-251-7/+8
* - don't re-write a SourceForge authenticated CVS root into theFred Drake2003-10-031-4/+7
* normalize whitespaceFred Drake2003-10-021-1/+1
* no longer assign into sys; "print chevron" is the way to goFred Drake2003-10-011-7/+6
* We're long past worrying about Python versions older than 1.5.2;Fred Drake2003-10-011-11/+0
* Update to match the version used to build the 2.3.2c1 documentation.Fred Drake2003-09-291-1/+3
* - change computation of VERSION to use tools/getversioninfo; this isFred Drake2003-09-281-4/+7
* Update the list of directories passed to py2texi.el. The ordering wasFred Drake2003-09-281-1/+1
* Make the "path math" more robust, and support both relative andFred Drake2003-09-281-2/+6
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-272-3/+94