summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* fix weird sh-bang lineFred Drake2003-12-181-1/+1
|
* avoid bash-ismsFred Drake2003-12-181-2/+2
|
* One more backported patch related to the removal of version numbers fromFred Drake2003-12-051-4/+7
| | | | the Doc/ tree on this branch.
* Anthony started backporting the changes needed to remove version numbersFred Drake2003-12-051-3/+22
| | | | | from the Doc/ tree; this finishes the job. Version information is now extracted from Python's Include/patchlevel.h.
* This commit was manufactured by cvs2svn to create branchcvs2svn2003-10-211-0/+72
| | | | 'release23-maint'.
* - 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
* Revert the last change to this script on the 2.3.x maint branch; theFred Drake2003-09-301-6/+4
| | | | | | rest of the patches needed for that to work are giong to be saved for post-2.3.2 to avoid introducing new risks in the documentation build process.
* Backport changes from trunk needed to make the GNU info format build.Fred Drake2003-09-292-3/+9
|
* Backported from trunk revision 1.16:Fred Drake2003-09-281-4/+6
| | | | | | - change computation of VERSION to use tools/getversioninfo; this is more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now
* re.sub expands escape sequences in it's second argument.Thomas Heller2003-09-271-1/+1
|
* - use string methodsFred Drake2003-09-271-12/+17
| | | | - 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/+1
| | | | whole main page.
* Support 2.3 docs in HTMLHelp format.Thomas Heller2003-09-221-0/+16
|
* control where this lands by default in dev/doc/ on python.org,Fred Drake2003-08-071-0/+5
| | | | but check it in on the right branch this time
* Merging release23-branch into the long-term Python 2.3 maintenance branchBarry Warsaw2003-08-044-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
|
* Modernization: Use string methods, use str instead ofFred Drake2002-10-161-17/+14
| | | | | types.StringType, inherit from list instead of UserList.
* Use string methods.Fred Drake2002-10-167-23/+18
|
* Use string methods. Organize the imports in Python Normal Form.Fred Drake2002-10-161-5/+5
|
* Use string methods; minor code cleanup.Fred Drake2002-10-161-21/+26
|
* Use the same shade of blue as the site navigation areas.Fred Drake2002-10-141-2/+2
|
* Minor refactoring to avoid code duplication.Fred Drake2002-10-141-17/+10
|
* build(): Use self.builddir, not self.doc when copying the icons, soBarry Warsaw2002-10-011-1/+1
| | | | they'll end up in the right directory when --dir is used.
* When the HTML output dir is specified using --dir=~/foo, the tildeFred Drake2002-10-011-1/+1
| | | | | needs to be expanded by mkhowto, since the shell won't touch it except at the start of the complete argument.
* Include the --dir argument in the help text.Fred Drake2002-10-011-0/+1
|
* Change the default path to icons so that "mkhowto" does the "right thing" byFred Drake2002-10-011-2/+2
| | | | | | default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents.
* Don't use tempfile.mktemp(), since it produces annoying warnings, andFred Drake2002-08-271-5/+6
| | | | usually isn't what we want anyway.
* Accomodate the packaging changes when we unpack into the dev/doc/ areaFred Drake2002-08-091-1/+2
| | | | on python.org.
* Lots of changes to the packaging of the documentation, all to keepFred Drake2002-08-091-10/+11
| | | | | | | | directories clean where the packages are unpacked. Each package now contains a single directory, Python-Docs-<version>/, which contains the files for that version of the documentation. Closes SF feature request #567576.
* Remove unused variable.Fred Drake2002-07-091-1/+0
|
* Added support for some of the more recently defined macros andFred Drake2002-06-271-0/+14
| | | | environments.
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-032-6/+903
| | | | | | | | This patch adds Milan Zamazal's conversion script and modifies the mkinfo script to build the info doc files from the LaTeX sources. Currently, the mac, doc and inst TeX files are not handled. Explicitly checks for GNU Emacs 21.
* Boost the list of stop words, by merging in the little list JeremyTim Peters2002-05-021-7/+9
| | | | | just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB.
* Work around limitation of Cygwin Perl: To avoid a permission denial, we needFred Drake2002-05-021-1/+10
| | | | | | to do the inplace-edit with a backup file. A quick test leads me to believe this is sufficient to allow building the documentation on Cygwin; a full test is in progress.