summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* We're long past worrying about Python versions older than 1.5.2;Fred Drake2003-10-011-11/+0
| | | | remove old compatibility definition of os.path.abspath().
* 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
| | | | | more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now
* Update the list of directories passed to py2texi.el. The ordering wasFred Drake2003-09-281-1/+1
| | | | wrong, and commontex/ needed to be added.
* Make the "path math" more robust, and support both relative andFred Drake2003-09-281-2/+6
| | | | absolute paths as input.
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-272-3/+94
| | | | fewer changes to make to version numbers after a release.
* re.sub expands escape sequences in it's second argument.Thomas Heller2003-09-271-1/+1
| | | | Will backport to 2.3 myself.
* - use string methodsFred Drake2003-09-271-12/+16
| | | | - make TEXINPUTS work the way it's supposed to in TeX-ish tools
* Change the default window size to 1024x768. This shows at least theThomas Heller2003-09-231-1/+33
| | | | | | | | whole main page. Support 2.3 and 2.4 docs in HTMLHelp format. Already 'backported' to release-23maint.
* update the documentation contact addressFred Drake2003-07-304-4/+4
|
* Map \envvar to the TeXinfo equivalent, @env.Fred Drake2003-07-161-1/+1
|
* Simple support for the alltt environment.Fred Drake2003-07-161-1/+3
|
* Teach this script about \AA and \aa (the Scandanavian A-ringFred Drake2003-07-161-1/+3
| | | | characters); \AA is used in whatsnew23.tex.
* There's a better way to deal with the "comment" environment; I foundFred Drake2003-07-021-0/+1
| | | | this in SF patch #732174.
* Fill out the set of macros and environments supported somewhat.Fred Drake2003-07-021-0/+10
| | | | Some of this is still pretty iffy.
* Update link to Python book information.Fred Drake2003-06-201-1/+1
|
* Include both </tr> tags in the thead, not just the first.Fred Drake2003-05-291-3/+2
|
* When an external application we use exits normally, exit with the sameFred Drake2003-05-141-2/+4
| | | | | | exit code they returned. All other types of exit from child processes are normalized to a return code of 1. Closes SF bug #732143.
* first cut at a shell script to view a single section from the librarySkip Montanaro2003-02-131-0/+129
| | | | reference manual
* Clean up some files that LaTeX2HTML drops in the HTML output directoryFred Drake2003-01-171-0/+5
| | | | sometimes.
* Integrate updates to the GNU info conversion.Fred Drake2002-11-132-51/+76
| | | | | This includes SF patch #590352 and additional support for more of the custom markup.
* More <link> support for generated pages.Fred Drake2002-10-302-3/+24
|
* Added support for --favicon.Fred Drake2002-10-301-2/+15
| | | | Fix support for the Aesop Meta Type.
* Added support for --favicon.Fred Drake2002-10-301-1/+7
|
* Try to fix the broken links caused by multiple \ref on the same line.Neal Norwitz2002-10-181-1/+1
| | | | | | | | SF bug #217195. Not sure if chomp() is correct, but chop() definitely has problems. This change seems to have no ill effects. Backport candidate if Fred agrees.
* Use string methods. Re-organize imports to Python Normal Form.Fred Drake2002-10-161-3/+4
|
* Only reset _is_empty if needed.Fred Drake2002-10-161-1/+1
|