summaryrefslogtreecommitdiff
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Move opcode handling to Python's extension.Georg Brandl2008-07-231-0/+22
* Fix opensearch template.Georg Brandl2008-07-061-14/+4
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-011-0/+66
* Add OpenSearch and a Python logo to the HTML output.Georg Brandl2008-04-273-0/+19
* Use correct XHTML tags.Georg Brandl2008-04-271-16/+16
* Update template for newest Sphinx.Georg Brandl2008-04-191-0/+3
* Add :issue: directive for easy linking to bugs.python.org.Georg Brandl2008-04-091-0/+24
* Make patchlevel print out the release if called as a script.Georg Brandl2008-03-021-0/+3
* Until we got downloadable docs, stop confusing viewers by talking about a non...Georg Brandl2008-02-291-11/+5
* Adapt to latest doctools refactoring.Georg Brandl2008-01-211-0/+68
* Doc build should work with 2.4 now.Georg Brandl2008-01-161-8/+8
* Add Python-specific content to Doc dir. Update configuration fileGeorg Brandl2008-01-164-8/+136
* 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