summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.Georg Brandl2007-08-311-7/+6
* Fix more lingering print statements.Collin Winter2007-08-301-2/+2
* Cosmetic fixes to make this work with Py3k (as well as with 2.5 still).Guido van Rossum2007-08-251-5/+5
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-2/+2
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-2/+3
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-171-0/+9
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-0/+80
* Move the 3k reST doc tree in place.Georg Brandl2007-08-152-0/+28
* Delete the LaTeX doc tree.Georg Brandl2007-08-1545-10500/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-4/+4
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-4/+4
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-7/+6
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-4/+3
* Run 2to3 over Doc/tools/.Collin Winter2007-03-2115-64/+66
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-109-10/+13
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-12/+31
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-212-1/+34
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+6
* 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