| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable. | Fred Drake | 2002-07-09 | 1 | -1/+0 |
|
|
* | Added support for some of the more recently defined macros and | Fred Drake | 2002-06-27 | 1 | -0/+14 |
|
|
* | Integrated SF patch #539487 by Matthias Klose: | Fred Drake | 2002-05-03 | 2 | -6/+903 |
|
|
* | Boost the list of stop words, by merging in the little list Jeremy | Tim Peters | 2002-05-02 | 1 | -7/+9 |
|
|
* | Work around limitation of Cygwin Perl: To avoid a permission denial, we need | Fred Drake | 2002-05-02 | 1 | -1/+10 |
|
|
* | list_documented_items(): Basic implementation. | Fred Drake | 2002-05-01 | 1 | -4/+33 |
|
|
* | moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply | Skip Montanaro | 2002-04-30 | 1 | -0/+128 |
|
|
* | Hack around the "2.1.6 Blank lines" bug in a way that the TOC still | Tim Peters | 2002-04-21 | 1 | -8/+10 |
|
|
* | Give the Help viewer a font-size button. This isn't documented by MS, | Tim Peters | 2002-04-21 | 1 | -1/+30 |
|
|
* | Move "everything left one": the TOC now shows each doc directory as a | Tim Peters | 2002-04-20 | 1 | -9/+10 |
|
|
* | Stopped all warnings from the HTML Help Compiler, by generating proper | Tim Peters | 2002-04-20 | 1 | -21/+34 |
|
|
* | Widespread: Used classes in a more natural way. Added convenience | Tim Peters | 2002-04-20 | 1 | -63/+76 |
|
|
* | Replaced the fiddly 5-tuples with a new Book convenience class, allowing | Tim Peters | 2002-04-20 | 1 | -65/+86 |
|
|
* | Fixed a comment. | Tim Peters | 2002-04-20 | 1 | -1/+1 |
|
|
* | All over: get rid of blanks before colons that open code blocks. | Tim Peters | 2002-04-20 | 1 | -45/+45 |
|
|
* | do_project(): Modernized the code. | Tim Peters | 2002-04-20 | 1 | -9/+10 |
|
|
* | Added "What's New" to the 2.2 doc set. | Tim Peters | 2002-04-20 | 1 | -0/+1 |
|
|
* | Added a stop-list to reduce the size of the full text search index. Fred, | Tim Peters | 2002-04-19 | 1 | -3/+29 |
|
|
* | project_template: use dict interpolation instead of giant tuples. | Tim Peters | 2002-04-19 | 1 | -14/+13 |
|
|
* | + Changed TOC to folder-tree style. | Tim Peters | 2002-04-19 | 1 | -1/+2 |
|
|
* | Generates inputs to the Microsoft Help Compiler, which creates compiled | Tim Peters | 2002-04-19 | 1 | -0/+362 |
|
|
* | Remove Emacs turd; not needed with modern Emacs versions. | Fred Drake | 2002-04-17 | 1 | -10/+19 |
|
|
* | Start of script to locate C symbols and segregate them into lists of | Fred Drake | 2002-04-16 | 1 | -0/+107 |
|
|
* | Replace the simpleminded string.find with a re.search looking only for | Thomas Heller | 2002-04-16 | 1 | -2/+2 |
|
|
* | When adding a name to the table of macros and environments, make sure it | Fred Drake | 2002-04-10 | 1 | -1/+4 |
|
|
* | Added support for \csimplemacro and csimplemacrodesc. | Fred Drake | 2002-04-10 | 1 | -0/+6 |
|
|
* | Fix bug in command line handling, noted by Fredrik Lundh. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 3 | -0/+27 |
|
|
* | Add support for \textgreater, \textless. | Fred Drake | 2002-04-04 | 1 | -4/+9 |
|
|
* | Mark the notice about the new development version of the docs as not needing | Fred Drake | 2002-04-04 | 1 | -0/+1 |
|
|
* | Update to push the docs to python.org instead of python.sf.net. | Fred Drake | 2002-04-01 | 2 | -9/+12 |
|
|
* | When linking to an index page, explicitly name index.html instead of | Fred Drake | 2002-02-04 | 1 | -1/+1 |
|
|
* | Make this do the right thing with entries which start with the percent sign, | Fred Drake | 2001-12-26 | 1 | -30/+54 |
|
|
* | Update to reflect recently added markup. | Fred Drake | 2001-12-15 | 1 | -0/+9 |
|
|
* | Script to generate the table of distribution packages, plugging in the size | Fred Drake | 2001-12-08 | 1 | -0/+97 |
|
|
* | Remove meaningless comment. | Fred Drake | 2001-12-04 | 1 | -3/+0 |
|
|
* | Drop xmllib in favor of SAX. | Fred Drake | 2001-11-30 | 1 | -21/+30 |
|
|
* | Add a couple of entries to the whitespace-cleanups table. | Fred Drake | 2001-11-30 | 1 | -0/+2 |
|
|
* | Added two new conversion specifications. | Fred Drake | 2001-11-30 | 1 | -0/+7 |
|
|
* | A few small changes: | Fred Drake | 2001-11-29 | 1 | -8/+17 |
|
|
* | Avoid trailing blank lines in the output. | Fred Drake | 2001-11-19 | 1 | -0/+4 |
|
|
* | Adjust input pre-processing so that a comment on the last line does not | Fred Drake | 2001-11-19 | 1 | -1/+3 |
|
|
* | No need to preprocess the header files - use ctags -I flag instead to | Thomas Heller | 2001-11-12 | 1 | -27/+15 |
|
|
* | Remove my name, probably bad style. | Thomas Heller | 2001-11-09 | 1 | -2/+0 |
|
|
* | Script to print undocumented symbols found in Python header files. | Thomas Heller | 2001-11-09 | 1 | -0/+99 |
|
|
* | Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in | Fred Drake | 2001-10-30 | 1 | -1/+30 |
|
|
* | One more LaTeX-ism that we'd rather ignore. | Fred Drake | 2001-10-25 | 1 | -0/+1 |
|
|
* | No need to run make twice here. | Fred Drake | 2001-10-25 | 1 | -1/+0 |
|
|
* | Do a little bit more to try and add <link> elements to the header, not that | Fred Drake | 2001-10-22 | 1 | -1/+10 |
|
|
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+6 |
|
|