| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Separate the parse, symbol, and token documentation into separate files. | Fred Drake | 1998-02-18 | 8 | -138/+134 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 6 | -16/+24 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 14 | -0/+14 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -10/+14 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 8 | -6/+14 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 6 | -112/+120 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 12 | -2/+18 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -24/+30 |
|
|
* | Don't make backups. | Fred Drake | 1998-02-18 | 2 | -6/+6 |
|
|
* | \url{}: For pdflatex, make the link active & make it blue. If anyone figures | Fred Drake | 1998-02-18 | 1 | -7/+11 |
|
|
* | Add normpath(). Clarify normcase(). (Note -- this doc section | Guido van Rossum | 1998-02-18 | 2 | -6/+24 |
|
|
* | Patch HREFs in html files, replacing nodeXXX.html with label.html. | Jeremy Hylton | 1998-02-18 | 2 | -0/+76 |
|
|
* | (1) Change normpath() to *not* also call normcase(). | Guido van Rossum | 1998-02-18 | 1 | -7/+7 |
|
|
* | Add mktime_tz(). Add () to a function reference in parsedate_tz(). | Guido van Rossum | 1998-02-18 | 2 | -2/+18 |
|
|
* | Fix sign reversal in mktime_tz discovered by Bill van Melle. | Guido van Rossum | 1998-02-18 | 1 | -1/+1 |
|
|
* | __modified(): Make sure `rgbs' is a tuple | Barry Warsaw | 1998-02-18 | 1 | -1/+1 |
|
|
* | Several optimizations: | Barry Warsaw | 1998-02-18 | 1 | -51/+81 |
|
|
* | Cache conversions from triplets to rrggbb's and vice versa. Wasteful | Barry Warsaw | 1998-02-18 | 1 | -13/+22 |
|
|
* | main(): Include a \label{modindex} in the output so latex won't let us re-use | Fred Drake | 1998-02-17 | 2 | -2/+4 |
|
|
* | &do_cmd_textohtmlmoduleindex: Get the modindex key added to the label->node | Fred Drake | 1998-02-17 | 1 | -2/+2 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-17 | 4 | -0/+4 |
|
|
* | Added about dialog | Barry Warsaw | 1998-02-17 | 1 | -4/+60 |
|
|
* | Use \manpage{} markup for referencing a UNIX man page. | Fred Drake | 1998-02-17 | 2 | -10/+10 |
|
|
* | Added comment explaining the only warning produced by makeindex, since there | Fred Drake | 1998-02-17 | 2 | -0/+28 |
|
|
* | Remove Macintosh ligatures item. Solution: Update your Times fonts. | Fred Drake | 1998-02-17 | 1 | -2/+2 |
|
|
* | Started a TODO list with the latest bug reports. | Fred Drake | 1998-02-17 | 1 | -0/+9 |
|
|
* | Clarified comment about the PS generation when using the all-pdf target. | Fred Drake | 1998-02-17 | 1 | -3/+3 |
|
|
* | Add magic to make PDF generation use maximal compression. | Fred Drake | 1998-02-17 | 1 | -0/+3 |
|
|
* | Added all-formats target: use this to get both PDF and PS files; using the | Fred Drake | 1998-02-17 | 1 | -5/+11 |
|
|
* | Updated date for interim documentation release. | Fred Drake | 1998-02-17 | 2 | -2/+2 |
|
|
* | If generating PDF, include the author and title information in acroread's | Fred Drake | 1998-02-17 | 1 | -1/+12 |
|
|
* | Massive changes. Fewer warnings from the Python Library Reference. Still | Fred Drake | 1998-02-17 | 2 | -186/+262 |
|
|
* | Added chip selection stuff, strip label | Barry Warsaw | 1998-02-17 | 1 | -8/+40 |
|
|
* | Added method to set selected color to nearest. | Barry Warsaw | 1998-02-17 | 1 | -8/+16 |
|
|
* | Update indexsubitem for file attributes correctly. | Fred Drake | 1998-02-17 | 2 | -2/+6 |
|
|
* | \nodename{} must appear immediately after \section{} for the info conversion. | Fred Drake | 1998-02-17 | 2 | -2/+2 |
|
|
* | Indent {verbatim} environments like in the printed version. | Fred Drake | 1998-02-16 | 1 | -0/+7 |
|
|
* | Move optional package inclusions to the top, to make them easier to find. | Fred Drake | 1998-02-16 | 1 | -5/+51 |
|
|
* | Oh, well, various miscellaneous changes. | Guido van Rossum | 1998-02-16 | 1 | -10/+21 |
|
|
* | Swap two statements in the dedent check loop. This makes absolutely | Guido van Rossum | 1998-02-16 | 1 | -1/+1 |
|
|
* | NNTP.xgtitle() description: Add a missing ")" from the response value | Fred Drake | 1998-02-16 | 2 | -4/+8 |
|
|
* | Made the area for wildcards in the description wider, so we don't invade the | Fred Drake | 1998-02-16 | 2 | -12/+14 |
|
|
* | Fixed formatting of the program name for crypt. | Fred Drake | 1998-02-16 | 2 | -2/+4 |
|
|
* | In the example file name, use the current Python version, not a hardcoded | Fred Drake | 1998-02-16 | 2 | -14/+14 |
|
|
* | For the lists which describe the regular expression syntax, increase the | Fred Drake | 1998-02-16 | 2 | -8/+14 |
|
|
* | Use \version to get the current Python version number, where possible. This | Fred Drake | 1998-02-16 | 2 | -12/+12 |
|
|
* | Mark up filename extensions consistently. | Fred Drake | 1998-02-16 | 2 | -42/+42 |
|
|
* | Added rule to generate the PDF format using pdflatex. Commented out since | Fred Drake | 1998-02-16 | 1 | -0/+12 |
|
|
* | Fixed the bug in searching for triple quotes -- change the 'quote2' | Guido van Rossum | 1998-02-16 | 1 | -2/+2 |
|
|
* | Removed various "(New in 1.5a?!)" constructs. Other notes pertaining to | Fred Drake | 1998-02-16 | 2 | -44/+6 |
|
|