summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Modernization: Use string methods, use str instead ofFred Drake2002-10-161-17/+14
* 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
* When the HTML output dir is specified using --dir=~/foo, the tildeFred Drake2002-10-011-1/+1
* 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
* Don't use tempfile.mktemp(), since it produces annoying warnings, andFred Drake2002-08-271-5/+6
* Accomodate the packaging changes when we unpack into the dev/doc/ areaFred Drake2002-08-091-1/+2
* Lots of changes to the packaging of the documentation, all to keepFred Drake2002-08-091-10/+11
* 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
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-032-6/+903
* Boost the list of stop words, by merging in the little list JeremyTim Peters2002-05-021-7/+9
* Work around limitation of Cygwin Perl: To avoid a permission denial, we needFred Drake2002-05-021-1/+10
* list_documented_items(): Basic implementation.Fred Drake2002-05-011-4/+33
* moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simplySkip Montanaro2002-04-301-0/+128
* Hack around the "2.1.6 Blank lines" bug in a way that the TOC stillTim Peters2002-04-211-8/+10
* Give the Help viewer a font-size button. This isn't documented by MS,Tim Peters2002-04-211-1/+30
* Move "everything left one": the TOC now shows each doc directory as aTim Peters2002-04-201-9/+10
* Stopped all warnings from the HTML Help Compiler, by generating properTim Peters2002-04-201-21/+34
* Widespread: Used classes in a more natural way. Added convenienceTim Peters2002-04-201-63/+76
* Replaced the fiddly 5-tuples with a new Book convenience class, allowingTim Peters2002-04-201-65/+86
* Fixed a comment.Tim Peters2002-04-201-1/+1
* All over: get rid of blanks before colons that open code blocks.Tim Peters2002-04-201-45/+45
* do_project(): Modernized the code.Tim Peters2002-04-201-9/+10
* Added "What's New" to the 2.2 doc set.Tim Peters2002-04-201-0/+1
* Added a stop-list to reduce the size of the full text search index. Fred,Tim Peters2002-04-191-3/+29
* project_template: use dict interpolation instead of giant tuples.Tim Peters2002-04-191-14/+13
* + Changed TOC to folder-tree style.Tim Peters2002-04-191-1/+2
* Generates inputs to the Microsoft Help Compiler, which creates compiledTim Peters2002-04-191-0/+362
* Remove Emacs turd; not needed with modern Emacs versions.Fred Drake2002-04-171-10/+19
* Start of script to locate C symbols and segregate them into lists ofFred Drake2002-04-161-0/+107
* Replace the simpleminded string.find with a re.search looking only forThomas Heller2002-04-161-2/+2
* When adding a name to the table of macros and environments, make sure itFred Drake2002-04-101-1/+4
* Added support for \csimplemacro and csimplemacrodesc.Fred Drake2002-04-101-0/+6
* Fix bug in command line handling, noted by Fredrik Lundh.Fred Drake2002-04-051-1/+1
* Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,Fred Drake2002-04-053-0/+27
* Add support for \textgreater, \textless.Fred Drake2002-04-041-4/+9
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12
* When linking to an index page, explicitly name index.html instead ofFred Drake2002-02-041-1/+1
* Make this do the right thing with entries which start with the percent sign,Fred Drake2001-12-261-30/+54
* Update to reflect recently added markup.Fred Drake2001-12-151-0/+9
* Script to generate the table of distribution packages, plugging in the sizeFred Drake2001-12-081-0/+97
* Remove meaningless comment.Fred Drake2001-12-041-3/+0
* Drop xmllib in favor of SAX.Fred Drake2001-11-301-21/+30