summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Georg Brandl2008-02-291-11/+5
| | | | nonexisting table.
* 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
| | | | to work with the newest Sphinx.
* 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
| | | | caused detection of the error)
* 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
| | | | (forward port revision 1.10.4.1)
* - fix generated Texinfo markup for \deprecatedFred Drake2005-03-101-1/+10
| | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2)
* add missing entries from GNU info conversion tableFred Drake2005-03-101-0/+2
| | | | (ported from release24-maint branch revision 1.10.4.1)
* include each row in the package table, even if there are no packages forFred Drake2005-01-231-8/+11
| | | | | that row; the row is commented out in that case (this makes it easier to modify the table after generation)
* add another way to specify an alternate name for the documentation set,Fred Drake2004-11-131-1/+11
| | | | so that this is harder to forget to do for development of new styles
* - make the default image type PNG, to match mkhowtoFred Drake2004-11-051-2/+6
| | | | - add a command-line option to control the image type
* fix accidental commitFred Drake2004-11-021-1/+0
|
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-1/+2
| | | | (SF bug #829073)
* 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
| | | | | | | couple of these are currently found in index data, but these should all be handled in the same way. Closes SF bug #952737.
* fix handling when a proper getopt(1) is available; the "--"Fred Drake2004-06-291-0/+4
| | | | end-of-options marker wasn't recognized
* 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
| | | | jammed together on thos platforms.
* - add link to the downloadable package in the generated emailFred Drake2004-06-171-2/+24
| | | | - misc. changes
* 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
| | | | sources
* 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
| | | | From SF patch #852334.
* Fix typoRaymond Hettinger2004-02-081-1/+1
|
* SF patch #880552: Fix typo in usage message(prechm.py)Raymond Hettinger2004-02-081-3/+3
| | | | | | (Contributed by George Yoshida.) * Also convert tabs to spaces.
* 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
| | | | | anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly
* normalize whitespaceFred Drake2003-10-021-1/+1
|
* no longer assign into sys; "print chevron" is the way to goFred Drake2003-10-011-7/+6
|