Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added reverse lookup | Barry Warsaw | 1998-03-11 | 1 | -33/+94 |
| | |||||
* | *Sigh* | Fred Drake | 1998-03-11 | 1 | -0/+8 |
| | | | | | | | | Add a -q option for "quiet" operation. Nothing gets out (not even stderr, since that's tossed to stdout for capture in the .how file). It's a good idea to use -l to get the log in case there are problems. Maybe this should be the default and add a --verbose option to get the stdout? There's way too much junk output. | ||||
* | Allow the user to operate the script in debugging mode (-D), which just does | Fred Drake | 1998-03-11 | 1 | -9/+39 |
| | | | | | | | | a "set -x". Allow keeping a transcript, using -l, in $FILE.how. Allow keeping of all the temp files created by the process, using -k. | ||||
* | Somewhat more direct way of locating the file, using __FILE__. | Fred Drake | 1998-03-11 | 1 | -2/+7 |
| | | | | | Leave find_my_file() around for now, even though we're not using it at the moment. | ||||
* | Replace lists of attributes for code and frame objects with a reference to the | Fred Drake | 1998-03-11 | 2 | -36/+4 |
| | | | | Python Reference Manual. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -34/+36 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -62/+62 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -54/+60 |
| | | | | | Changed example to use "import posixfile" instead of "from posixfile import *" since only one symbol was used. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -72/+72 |
| | | | | | | | Made references to constants in other TERMIOS module explicit in termios description. Removed superfluous backslash from example. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -32/+32 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 2 | -246/+280 |
| | | | | Added information on the exception attributes when exceptions are classes. | ||||
* | Script to format HOWTO documents. Currently only tested on the "Using | Fred Drake | 1998-03-10 | 1 | -0/+122 |
| | | | | | | | | | Kerberos from Python" HOWTO (this will change shortly, I hope). This needs to be run from it's location in the Doc/tools directory, and not via a symlink. I'll try and fix this in the future. The help message needs work. | ||||
* | Use the location of the initialization file to augment the style-specific | Fred Drake | 1998-03-10 | 1 | -5/+23 |
| | | | | | .perl file search path, rather than making assumptions about the current directory. | ||||
* | clean_title(): Remove debugging prints. | Fred Drake | 1998-03-10 | 1 | -2/+0 |
| | |||||
* | clean_title(): Clean a little more carefully. Still does funny things with | Fred Drake | 1998-03-10 | 1 | -6/+15 |
| | | | | | underscores. Might this be a fundamental PDF limitation? Hm, could still be a TeX thing. | ||||
* | In the source dist., don't include: | Fred Drake | 1998-03-10 | 1 | -0/+5 |
| | | | | | | | | | | | | - the .cvsignore files; these are only useful in the CVS tree - ref/ref.pdf - ref/ref.ps After compression, these last two account for about one-half MB, and half the tarball. They can be picked up from the appropriate format dist if needed. | ||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -50/+52 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -84/+48 |
| | | | | | | Correct misuse of indexsubutem. Describe the Queue class using {classdesc}{Queue}, not {funcdesc}{__init__}. | ||||
* | Add some more labels for logical addressing. | Fred Drake | 1998-03-10 | 2 | -0/+6 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -166/+172 |
| | |||||
* | patch for re.sub bug, by AMK. | Guido van Rossum | 1998-03-10 | 3 | -6/+7 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -146/+160 |
| | | | | | Convert one bulleted list to a {tableii} environment; the other should probably be converted, but I haven't decided to what. | ||||
* | Use a {datadesc} environment to describe errorcode. | Fred Drake | 1998-03-10 | 2 | -18/+26 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -24/+22 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -78/+72 |
| | | | | Use {funcdesc} and {excdesc} to describe the module, not just running text. | ||||
* | Logical markup. small nits. | Fred Drake | 1998-03-10 | 2 | -72/+70 |
| | |||||
* | Integrate with OptionsWindow... need to hook into Tab key | Barry Warsaw | 1998-03-10 | 1 | -5/+19 |
| | |||||
* | Integrate with OptionsWindow... not sure it should be modal | Barry Warsaw | 1998-03-10 | 1 | -6/+26 |
| | |||||
* | Cosmetic | Barry Warsaw | 1998-03-10 | 1 | -7/+7 |
| | |||||
* | Ok, remove dependency on the obsolete tools/modindex.py. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| | |||||
* | Remove \newif relating to index support; no longer needed. Index control | Fred Drake | 1998-03-09 | 2 | -2/+0 |
| | | | | is now shared and located solely in python.sty. | ||||
* | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 6 | -14/+18 |
| | |||||
* | Obsolete. | Fred Drake | 1998-03-09 | 2 | -84/+0 |
| | |||||
* | Adjust index file resetting; just remove the files. The new index support | Fred Drake | 1998-03-09 | 1 | -4/+3 |
| | | | | | | doesn't fail if the files don't exist. Use makeindex for the module index. | ||||
* | Adjust the index support a bit to make it easier to deal with module index. | Fred Drake | 1998-03-09 | 1 | -23/+38 |
| | | | | | | | | Don't generate the mod???.idx file if it wasn't requested with the new command \makemodindex. Change the format of mod???.idx to match that of "normal" .idx files. This lets us use makeindex for it and not need a special script. | ||||
* | Don't generate a \label{} here. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| | |||||
* | Markup adjustments. | Fred Drake | 1998-03-08 | 2 | -46/+50 |
| | |||||
* | Mark the journal title. | Fred Drake | 1998-03-08 | 2 | -2/+2 |
| | |||||
* | Correct spelling of emdash. | Fred Drake | 1998-03-08 | 2 | -2/+2 |
| | |||||
* | Moved solitary "see also" paragraph into a {seealso} environment, and told | Fred Drake | 1998-03-08 | 2 | -12/+14 |
| | | | | why the reader should see also. | ||||
* | Cleaned up some remaining markup nits. | Fred Drake | 1998-03-08 | 2 | -86/+74 |
| | | | | | Andrew: In description of (?iLmsx), you say it matches the empty string and sets the corresponding flag. Is this correct? Or does it only set the flag? | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -14/+16 |
| | |||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 2 | -10/+10 |
| | |||||
* | Small nits. | Fred Drake | 1998-03-08 | 2 | -6/+8 |
| | | | | Don't run into the right margin. | ||||
* | Nits. | Fred Drake | 1998-03-08 | 2 | -8/+16 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -84/+88 |
| | | | | Spell emdash right. | ||||
* | Spell emdash with three hyphens. | Fred Drake | 1998-03-08 | 2 | -14/+10 |
| | | | | Minor nits. | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -24/+24 |
| | | | | Index entry. | ||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 2 | -178/+46 |
| | | | | | Combine function pairs: add() and __add__() go together. This way they share a single description and use less space. | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -104/+116 |
| | | | | | | | Don't prepend the module name when referring to functions or data in the same module. Correct the description of "modules". |