Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
| | | | | the latest latex2html beta. | ||||
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
| | | | | the latest latex2html beta. | ||||
* | Remove an unnecessary "%" character that seems to cause a minor glitch | Fred Drake | 1998-10-21 | 1 | -1/+1 |
| | | | | with the latest latex2html. | ||||
* | add_link(): Fix to use $section_info instead of $toc_section_info, | Fred Drake | 1998-10-20 | 1 | -1/+3 |
| | | | | | | | based on email from Ross Moore <ross@mpce.mq.edu.au>. Set $HTML_VERSION to 4.0, since that's what we really generate (well, 4.0 "transitional"). | ||||
* | Reflect new name of index style file. | Fred Drake | 1998-10-19 | 3 | -5/+5 |
| | |||||
* | Renamed myindex.ist to something more reasonable. | Fred Drake | 1998-10-19 | 1 | -0/+0 |
| | |||||
* | No longer needed since we have nice, contributed navigation buttons. | Fred Drake | 1998-10-19 | 1 | -35/+0 |
| | |||||
* | If building HTML and the icons should be served from the same | Fred Drake | 1998-10-19 | 1 | -4/+6 |
| | | | | | | | | directory as the HTML (--iconserver .), copy the icons into place. Clarify that lynx is needed for --text in the usage message. Fix a typo in a comment. | ||||
* | ArabictoRoman(): Removed, since it wasn't used anywhere. | Fred Drake | 1998-10-19 | 1 | -23/+0 |
| | |||||
* | Typo: JIFF -> JFIF. | Guido van Rossum | 1998-10-19 | 1 | -1/+1 |
| | |||||
* | PyMapping_SetItemString() returns int, not an object. | Guido van Rossum | 1998-10-16 | 1 | -1/+1 |
| | |||||
* | In build_html(), strip off leading "./" from filename, added by | Fred Drake | 1998-10-16 | 1 | -0/+1 |
| | | | | kpsewhich. This caused a problem with the latest latex2html beta. | ||||
* | Clarify that close() of a stream opened by popen() returns None if the | Guido van Rossum | 1998-10-15 | 1 | -1/+2 |
| | | | | exit status is zero. | ||||
* | Moved search and match around so that search is documented first. | Guido van Rossum | 1998-10-13 | 1 | -25/+25 |
| | |||||
* | Document the new list.extend() method. Interesting enough, the | Barry Warsaw | 1998-10-09 | 1 | -0/+6 |
| | | | | | canonical definition of extend() is very similar to append() except that the former doesn't list-ify the argument! | ||||
* | Make the dependencies really work for the HTML version. | Fred Drake | 1998-10-07 | 1 | -0/+2 |
| | |||||
* | Change the default split level to not split on marked \paragraph and | Fred Drake | 1998-10-07 | 1 | -2/+2 |
| | | | | \subparagraph sections. Indicate the default in the --help message. | ||||
* | If --debug was used, don't delete the temporary .perl file used to | Fred Drake | 1998-10-07 | 1 | -1/+3 |
| | | | | pass options to latex2html. | ||||
* | Don't attempt to add paragraph and subparagraph sections to the PDF | Fred Drake | 1998-10-07 | 1 | -1/+7 |
| | | | | | | outline. Work around font-long bogosity caused by ' in docstring. | ||||
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 |
| | |||||
* | Fix encoding of \ in some string literals in the discussion of "raw" | Fred Drake | 1998-10-01 | 1 | -2/+2 |
| | | | | strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | Fix some confusion in the __repr__() and __str__() descriptions. | Fred Drake | 1998-10-01 | 1 | -82/+85 |
| | | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | Fix encoding of \n in a couple of places (reported by Lorenzo | Fred Drake | 1998-10-01 | 1 | -11/+11 |
| | | | | M. Catucci <lorenzo@argon.roma2.infn.it>). | ||||
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 |
| | |||||
* | Add warning that on Windows it only works on sockets. | Guido van Rossum | 1998-09-28 | 1 | -1/+7 |
| | |||||
* | Document new urllib features by Eric Raymond. | Guido van Rossum | 1998-09-28 | 1 | -5/+22 |
| | |||||
* | Added realclean and distclean targets to match ../Makefile. | Fred Drake | 1998-09-23 | 1 | -0/+3 |
| | |||||
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
| | | | | (Reported by Gary Herron.) | ||||
* | Patch by Greg Stein to document the 'P' flag. | Guido van Rossum | 1998-09-21 | 1 | -0/+17 |
| | |||||
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
| | |||||
* | Get rid of 'ppp' that accidentally crept in. | Guido van Rossum | 1998-09-17 | 1 | -1/+1 |
| | |||||
* | Richard Wolff's changes, documenting his changes to pdb.py. | Guido van Rossum | 1998-09-17 | 1 | -13/+96 |
| | |||||
* | Add a \label to the section "Fancier Output Formatting" (it's referenced from | Fred Drake | 1998-09-11 | 1 | -156/+89 |
| | | | | | | the KOE docs). Some markup nits. | ||||
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -36/+36 |
| | |||||
* | do_cmd_methodlineni(): New function, needed because the ref. manual now | Fred Drake | 1998-09-10 | 1 | -0/+9 |
| | | | | actually uses this markup. | ||||
* | Added comment about support for rational numbers, and pointer to | Fred Drake | 1998-09-10 | 1 | -1/+6 |
| | | | | Demos/classes/Rat.py. | ||||
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -65/+63 |
| | | | | Fixes/index improvements from Michael Ernst <mernst@cs.washington.edu>. | ||||
* | Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>. | Fred Drake | 1998-09-10 | 1 | -1/+1 |
| | |||||
* | \itembreak, | Fred Drake | 1998-09-09 | 1 | -20/+7 |
| | | | | | | \itemjoin: Remove obsolete macros. \itemnewline: Rename to \py@itemnewline, since it's only used internally. | ||||
* | Ignore the generated README file. | Fred Drake | 1998-08-28 | 2 | -0/+2 |
| | |||||
* | When building the tarball of the PostScript files, also generate & include a | Fred Drake | 1998-08-28 | 1 | -1/+2 |
| | | | | little README giving the page count of each file when printed. | ||||
* | Target to generate a little README file with the page counts of the PostScript | Fred Drake | 1998-08-28 | 1 | -0/+4 |
| | | | | files. | ||||
* | Script to generate page counts of the PostScript files. | Fred Drake | 1998-08-28 | 1 | -0/+23 |
| | |||||
* | Support long options that take arguments of the form --option=value as well | Fred Drake | 1998-08-28 | 1 | -5/+40 |
| | | | | | | as --option value. Minor nits cleaned up. | ||||
* | Markup changes in the section on disciplines to match method descriptions | Fred Drake | 1998-08-28 | 1 | -165/+171 |
| | | | | | | a little better, and produce better HTML. Add some index entries. | ||||
* | Describe what happens when ``raise C, x'' is called where C is a class | Guido van Rossum | 1998-08-25 | 1 | -7/+13 |
| | | | | and x is not an instance of C (nor of a class derived of C). | ||||
* | Clarify Y2K behavior when a tuple with a 2-digit date is passed to | Guido van Rossum | 1998-08-25 | 1 | -2/+15 |
| | | | | mktime() and such. | ||||
* | round(): Mark the second (optional) parameter as optional, since it's | Fred Drake | 1998-08-24 | 1 | -4/+4 |
| | | | | | | described that way. setattr(): Clarify that the attribute doesn't need to exist to be set. | ||||
* | Added some cross-references to the end. | Fred Drake | 1998-08-24 | 1 | -0/+6 |
| | |||||
* | spoking --> speaking | Fred Drake | 1998-08-24 | 1 | -7/+7 |
| | | | | object whose method this is --> object on which the method operates |