Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Noted report of missing material in the extending & embedding manual, | Fred Drake | 1999-02-22 | 1 | -0/+5 |
| | | | | as reported by Clay Spence <cspence@sarnoff.com>. | ||||
* | Revised description of blank line handling for the interpreter, based | Fred Drake | 1999-02-22 | 1 | -7/+11 |
| | | | | on a comment from /F. | ||||
* | BabylMailbox description: Properly escape the backslashes in the | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | | | | string representations. | ||||
* | Oops, used a \label twice - fix one of them. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | |||||
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 5 | -11/+13 |
| | |||||
* | Shorten section title. | Fred Drake | 1999-02-20 | 1 | -2/+2 |
| | |||||
* | Added descriptions for BabylMailbox and Maildir (Qmail) mailbox | Fred Drake | 1999-02-20 | 1 | -5/+15 |
| | | | | objects. | ||||
* | Shorten section title. | Fred Drake | 1999-02-20 | 6 | -12/+12 |
| | |||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 15 | -66/+72 |
| | |||||
* | Give subsections reasonable file names in the HTML. | Fred Drake | 1999-02-19 | 1 | -6/+6 |
| | |||||
* | Added an index entry. | Fred Drake | 1999-02-19 | 1 | -3/+6 |
| | |||||
* | do_cmd_arabic(): Override the l2h-provided version to remove that | Fred Drake | 1999-02-19 | 1 | -0/+7 |
| | | | | obnoxious <SPAN CLASS="arabic">...</SPAN> markup. | ||||
* | Specify the sizes of H? relative to the normal font size as | Fred Drake | 1999-02-19 | 1 | -2/+3 |
| | | | | | | | | percentages; using "large", "x-large" makes them too big for some troublemakers. ;-) (Not specifying them at all causes some browsers to make them the same size as normal text. ;-( ) | ||||
* | Shortened the short synopsis -- too long. | Fred Drake | 1999-02-19 | 1 | -3/+2 |
| | |||||
* | Use more current approach to recording authors. | Fred Drake | 1999-02-19 | 1 | -6/+3 |
| | |||||
* | Shortened the short synopsis -- way too long. | Fred Drake | 1999-02-19 | 1 | -1/+1 |
| | |||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 7 | -18/+18 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | Noted that the module was added in 1.5.2. | Fred Drake | 1999-02-19 | 1 | -0/+1 |
| | |||||
* | Update description of what modules "look like" when printed. | Fred Drake | 1999-02-19 | 1 | -2/+7 |
| | |||||
* | Use current approach to record documentation author. | Fred Drake | 1999-02-18 | 1 | -4/+2 |
| | |||||
* | Record module & documentation author. | Fred Drake | 1999-02-18 | 1 | -3/+3 |
| | |||||
* | Documentation for pyclbr and tokenize modules. | Fred Drake | 1999-02-18 | 2 | -0/+102 |
| | |||||
* | Bow to font-lock at the end of the docstring, since it throws stuff | Fred Drake | 1999-02-18 | 1 | -2/+2 |
| | | | | | | | off. Make sure the path paramter to readmodule() is a list before adding it with sys.path, or the addition could fail. | ||||
* | Added sections for pyclbr and tokenize. | Fred Drake | 1999-02-18 | 1 | -0/+2 |
| | |||||
* | Remove the "Parsing Python" section. Hurray! | Fred Drake | 1999-02-18 | 1 | -15/+0 |
| | |||||
* | More files. | Fred Drake | 1999-02-18 | 1 | -0/+2 |
| | |||||
* | Mark <verbatim> elements that represent interactive sessions; these | Fred Drake | 1999-02-18 | 1 | -0/+11 |
| | | | | become <interpreter-session> elements. | ||||
* | Minor adjustments to reflect esis2sgml.py changes. | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | Added "esis" target to only generate the ESIS data. | ||||
* | Some adjustments, mostly to make it more general. | Fred Drake | 1999-02-18 | 1 | -21/+97 |
| | |||||
* | Make the _rmtt regular expression deal with the new CSS-friendly | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | changes to the HTML documentation. | ||||
* | Add notes to __builtin__.float() and string.atof() that the NaN and Inf | Fred Drake | 1999-02-18 | 2 | -12/+20 |
| | | | | results are possible but non-portable. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r152b2'.v1.5.2b2 | cvs2svn | 1999-02-18 | 1 | -0/+1 |
| | |||||
* | Updated for 1.5.2b2 release. | Guido van Rossum | 1999-02-18 | 1 | -2/+2 |
| | |||||
* | New in 1.5.2b2. | Guido van Rossum | 1999-02-18 | 1 | -0/+232 |
| | |||||
* | Couple of new names. | Guido van Rossum | 1999-02-18 | 1 | -1/+8 |
| | |||||
* | Comment out confusing write call. | Guido van Rossum | 1999-02-18 | 1 | -1/+1 |
| | |||||
* | Update note about the (...) format specifier for PyArg_ParseTuple(). | Fred Drake | 1999-02-18 | 1 | -4/+10 |
| | |||||
* | atof() description: Add information about accepting 'NaN' to produce | Fred Drake | 1999-02-18 | 2 | -9/+12 |
| | | | | the NaN value. | ||||
* | Some new stuff. Get the HTML docs via a new variable. | Guido van Rossum | 1999-02-17 | 1 | -93/+100 |
| | | | | | Comment out freeze script (doesn't work at all). Add dialog to get program manager group. | ||||
* | Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" | Guido van Rossum | 1999-02-17 | 1 | -7/+10 |
| | | | | | is used in the format string, instead of requiring a tuple. This is in line with the general trend towards accepting arbitrary sequences. | ||||
* | Updated list of standard exceptions in section 4.1. | Fred Drake | 1999-02-17 | 1 | -0/+3 |
| | |||||
* | News in 0.3. | Guido van Rossum | 1999-02-17 | 1 | -0/+38 |
| | |||||
* | Small updates and grammatical adjustments. | Fred Drake | 1999-02-17 | 1 | -24/+28 |
| | | | | Remove comment about this manual being out of date from the abstract. | ||||
* | Bump version to 0.3. | Guido van Rossum | 1999-02-17 | 2 | -4/+5 |
| | |||||
* | When the parameter to PyInt_AsLong() has already been checked with | Fred Drake | 1999-02-17 | 1 | -2/+2 |
| | | | | PyInt_Check(), use PyInt_AS_LONG() instead (two places). | ||||
* | After all, we don't need to call the callbacks ourselves! | Guido van Rossum | 1999-02-17 | 1 | -1/+0 |
| | |||||
* | When deleting, call the callbacks *after* deleting the window from our list! | Guido van Rossum | 1999-02-17 | 1 | -2/+1 |
| | |||||
* | _safe_repr(): Simplify the condition tests in the first possible | Fred Drake | 1999-02-17 | 1 | -7/+2 |
| | | | | return path. | ||||
* | Fix up the Windows menu via the new callback mechanism instead of | Guido van Rossum | 1999-02-17 | 1 | -2/+4 |
| | | | | | depending on menu post commands (which don't work when the menu is torn off). | ||||
* | Support callbacks to patch up Windows menus everywhere. | Guido van Rossum | 1999-02-17 | 1 | -2/+25 |
| |