| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes copied from the FrameMaker version. Hardly anything (but then | Guido van Rossum | 1998-07-24 | 1 | -6/+5 |
|
|
* | Changes copied from the FrameMaker version. Not too much. | Guido van Rossum | 1998-07-24 | 1 | -108/+112 |
|
|
* | Changes copied from the FrameMaker version. Also documented some | Guido van Rossum | 1998-07-24 | 1 | -83/+141 |
|
|
* | Remove all-<format> targets in favor of just <format>. | Fred Drake | 1998-07-24 | 1 | -11/+13 |
|
|
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 5 | -15/+16 |
|
|
* | Remove use of the avant package; Helvetica isn't as pretty, but works for | Fred Drake | 1998-07-24 | 1 | -1/+0 |
|
|
* | Document Ellipsis (not much of a documentation snippet, but at least | Guido van Rossum | 1998-07-24 | 1 | -0/+9 |
|
|
* | Added 3 missing types: ComplexType, SliceType, EllipsisType. | Guido van Rossum | 1998-07-24 | 1 | -0/+13 |
|
|
* | Move files around in a different way, so CVS picks up all the changes. ;-) | Fred Drake | 1998-07-24 | 1 | -861/+119 |
|
|
* | Reflect file renamings for the Python Library Reference. | Fred Drake | 1998-07-24 | 1 | -17/+41 |
|
|
* | Move files around to get the names to match the module names except for | Fred Drake | 1998-07-24 | 5 | -133/+875 |
|
|
* | Reduce the number of levels in the Table of Contents by one, mostly for the | Fred Drake | 1998-07-24 | 1 | -0/+1 |
|
|
* | Remove item about one section === one module; done. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
|
|
* | Changes copied from the FrameMaker version, and some new stuff | Guido van Rossum | 1998-07-23 | 1 | -160/+292 |
|
|
* | \textunderscore: Re-define with a width that's more appropriate for the | Fred Drake | 1998-07-23 | 1 | -0/+6 |
|
|
* | Document the 'p' format character. | Fred Drake | 1998-07-23 | 1 | -7/+16 |
|
|
* | Fix up Barry's markup, which didn't pass the latex test. ;-) | Fred Drake | 1998-07-23 | 1 | -8/+7 |
|
|
* | Added descriptions of EnvironmentError and OSError; updated IOError to | Barry Warsaw | 1998-07-23 | 1 | -18/+51 |
|
|
* | Updated the description of os.error to reflect the fact that it is now | Barry Warsaw | 1998-07-23 | 1 | -6/+11 |
|
|
* | Logical markup. | Fred Drake | 1998-07-23 | 1 | -42/+42 |
|
|
* | Changes copied from the FrameMaker version (hardly anything original). | Guido van Rossum | 1998-07-23 | 1 | -88/+99 |
|
|
* | Use the new module synopsis syntax, even though we don't need a synopsis table | Fred Drake | 1998-07-23 | 1 | -2/+3 |
|
|
* | use_latex(): Hack to pass .syn files though uniq, so that the last module | Fred Drake | 1998-07-23 | 1 | -1/+10 |
|
|
* | Added targets dvi, pdf, and ps, to make all of the documents in those formats. | Fred Drake | 1998-07-23 | 1 | -3/+3 |
|
|
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 139 | -707/+628 |
|
|
* | Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable | Fred Drake | 1998-07-23 | 13 | -80/+64 |
|
|
* | 'name space' -> 'namespace' | Guido van Rossum | 1998-07-23 | 1 | -8/+8 |
|
|
* | Lots of new stuff for "module synopsis support." Public interface consists | Fred Drake | 1998-07-23 | 1 | -51/+151 |
|
|
* | \py@ModSynopsisFilename: New macro; gives names of the .syn file. | Fred Drake | 1998-07-23 | 1 | -0/+3 |
|
|
* | \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file. | Fred Drake | 1998-07-23 | 1 | -0/+9 |
|
|
* | Ignore the new ".syn" files used to handle module synopses. | Fred Drake | 1998-07-23 | 2 | -0/+2 |
|
|
* | Lots of changes copied from the FrameMaker version. Also documented | Guido van Rossum | 1998-07-23 | 1 | -231/+625 |
|
|
* | # Oops, correct Latex errors. | Guido van Rossum | 1998-07-22 | 1 | -2/+2 |
|
|
* | Document how to make a POST request with urlopen(). | Guido van Rossum | 1998-07-22 | 1 | -6/+25 |
|
|
* | Add new syntax for specifying filenames on break and clear commands. | Guido van Rossum | 1998-07-20 | 1 | -3/+12 |
|
|
* | Complete the addition of libthreading.tex. (Isn't it annoying that | Guido van Rossum | 1998-07-20 | 2 | -0/+5 |
|
|
* | Add libthreading.tex to LIBFILES. | Fred Drake | 1998-07-20 | 1 | -1/+1 |
|
|
* | Added libthreading.tex ; this is mostly the contents of threading_api.py, | Andrew M. Kuchling | 1998-07-20 | 1 | -0/+561 |
|
|
* | Eric Raymond documents two already-existing functions (bmp, png). | Guido van Rossum | 1998-07-17 | 1 | -0/+2 |
|
|
* | Added item about index item/subitem separation. | Fred Drake | 1998-07-08 | 1 | -5/+6 |
|
|
* | Fix suggested by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it> to keep the | Fred Drake | 1998-07-08 | 1 | -1/+1 |
|
|
* | In the example iterating over sys.argv and opening each argument, | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | Rewritten a bit to address some criticism in the newsgroup. | Guido van Rossum | 1998-07-06 | 1 | -31/+44 |
|
|
* | Added back the description of the exec statement. It appears that I | Guido van Rossum | 1998-07-06 | 1 | -0/+38 |
|
|
* | Normalize markup. | Fred Drake | 1998-07-02 | 1 | -68/+78 |
|
|
* | Normalize the markup. | Fred Drake | 1998-07-02 | 1 | -38/+42 |
|
|
* | Added index entry. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
|
|
* | Added \deprecated to exit_thread() function. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
|
|
* | Fix the \kbd definition so it didn't leave the courier face on. | Fred Drake | 1998-07-01 | 1 | -1/+1 |
|
|
* | Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands | Fred Drake | 1998-07-01 | 1 | -29/+36 |
|
|