Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the "italic correction" command ("\/") to the list of ignored commands. | Fred Drake | 1997-11-25 | 2 | -2/+2 |
| | | | | | There is at least one of there in the library reference, and this reduces the warning count. We *do* know what to do with it! | ||||
* | Removed leading comment about this being "introductory" documentation; | Fred Drake | 1997-11-25 | 2 | -4/+12 |
| | | | | | | | | compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small. | ||||
* | Get rid of math mode in some places. | Guido van Rossum | 1997-11-25 | 12 | -18/+18 |
| | |||||
* | Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp. | Guido van Rossum | 1997-11-25 | 2 | -2/+2 |
| | |||||
* | Remove strange use of $math$ mode to produce a backslash. | Guido van Rossum | 1997-11-25 | 2 | -2/+4 |
| | |||||
* | Oops, did the previous delete the wrong way. | Guido van Rossum | 1997-11-25 | 2 | -2/+0 |
| | |||||
* | Get rid of last traces of module 'audio' | Guido van Rossum | 1997-11-24 | 3 | -123/+2 |
| | |||||
* | Add fileinput. | Guido van Rossum | 1997-11-24 | 2 | -0/+4 |
| | |||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 7 | -1/+383 |
| | |||||
* | Add description for some modules that have been added since this intro | Guido van Rossum | 1997-11-20 | 2 | -0/+42 |
| | | | | section was last revised... | ||||
* | Add description for Queue; fix typo (whichdbm should be whichdb). | Guido van Rossum | 1997-11-20 | 2 | -2/+8 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 5 | -1/+179 |
| | | | | | | | Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python. | ||||
* | In the description of sub(), give a better explanation of the | Barry Warsaw | 1997-11-20 | 2 | -8/+36 |
| | | | | | interface when repl is a function. Also give a simple example of using a function repl. | ||||
* | Fix the release date for 1.5b1 to be Nov. 26 | Guido van Rossum | 1997-11-18 | 2 | -2/+2 |
| | |||||
* | Add support for NULL macro (like UNIX, ABC etc.). | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
| | |||||
* | Add xmllib; remove (slow) from description of htmllib. | Guido van Rossum | 1997-11-18 | 2 | -2/+8 |
| | |||||
* | dis is now documented; bisect is deemed useful. | Guido van Rossum | 1997-11-18 | 2 | -6/+2 |
| | |||||
* | Document s.connect_ex(), which does not raise an exception on error. | Guido van Rossum | 1997-11-18 | 2 | -0/+14 |
| | |||||
* | Clarified reference to old profiler. | Guido van Rossum | 1997-11-18 | 2 | -6/+14 |
| | | | | Mention conversion to Perl-style regular expressions. | ||||
* | Added doc for errorcode dictionary. | Guido van Rossum | 1997-11-18 | 2 | -2/+12 |
| | |||||
* | Adding dis and xmllib docs | Guido van Rossum | 1997-11-18 | 3 | -1/+5 |
| | |||||
* | Docu for xmllib.py, by Sjoerd Mullender. | Guido van Rossum | 1997-11-18 | 2 | -0/+370 |
| | |||||
* | Docu for dis.py, written by Martin von Loewis. | Guido van Rossum | 1997-11-18 | 2 | -0/+1048 |
| | |||||
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 2 | -4/+20 |
| | |||||
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 2 | -14/+2 |
| | |||||
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 2 | -42/+2 |
| | |||||
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 2 | -6/+6 |
| | |||||
* | count() now has a 4th parameter too. Also rephrased the docs for find | Guido van Rossum | 1997-10-20 | 2 | -24/+18 |
| | | | | to use the same, better words to explain start/end. | ||||
* | Documented exc_info(); also updated exc_type and last_type docs. | Guido van Rossum | 1997-10-20 | 2 | -36/+114 |
| | |||||
* | Change Python-as-executable-script example to use "#! /usr/bin/env python" | Fred Drake | 1997-10-15 | 2 | -10/+10 |
| | | | | | | | | | since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing. | ||||
* | Restore the \seealso formatting that got lost when I updated the math | Fred Drake | 1997-10-13 | 2 | -2/+6 |
| | | | | module documentation. | ||||
* | Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. | Fred Drake | 1997-10-13 | 1 | -0/+47 |
| | | | | This seems to take care of everything but tables and equations. | ||||
* | Remove macpath entry -- it is already documented. | Fred Drake | 1997-10-13 | 2 | -4/+0 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | |||||
* | Remove superfluous comman from between "not" and "in" when describing the | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | | | | "not in" operator. | ||||
* | struct _frozen: | Fred Drake | 1997-10-13 | 2 | -8/+8 |
| | | | | | | | | Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen | ||||
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 2 | -6/+8 |
| | | | | on the StandardError class. | ||||
* | Added pointer to api.tex and note about the out-of-date-ness of this | Guido van Rossum | 1997-10-07 | 2 | -0/+14 |
| | | | | document. | ||||
* | Set Oct 10 as the release date. | Guido van Rossum | 1997-10-07 | 2 | -2/+2 |
| | |||||
* | Change title to {Python/C API Reference Manual}; remove \bcode \ecode | Guido van Rossum | 1997-10-07 | 2 | -22/+22 |
| | | | | which appears to be out of fashion in this file. | ||||
* | And "ni" has been documented... | Fred Drake | 1997-10-06 | 2 | -4/+0 |
| | |||||
* | Oops; don't know if this was my typo or not: There was a "p" on a line that | Fred Drake | 1997-10-06 | 2 | -2/+2 |
| | | | | should have been blank. | ||||
* | Updated the section "Parsing Python". | Fred Drake | 1997-10-06 | 2 | -24/+2 |
| | |||||
* | Added keyword module entry. | Fred Drake | 1997-10-06 | 2 | -0/+2 |
| | |||||
* | Minor nits (Lib/token.py is a file, token is a module...). | Fred Drake | 1997-10-06 | 2 | -4/+104 |
| | | | | Added docs for symbol and token modules at the end. | ||||
* | Documentation for the keyword module. | Fred Drake | 1997-10-06 | 2 | -0/+18 |
| | |||||
* | Move the pprint docs after the code docs, so that all parser/codegen type | Fred Drake | 1997-10-06 | 2 | -2/+2 |
| | | | | things come together. | ||||
* | Document the mapping object's new get() method. | Barry Warsaw | 1997-10-06 | 2 | -0/+10 |
| | |||||
* | Add the four latex2html output directories: api, ext, lib, tut. | Fred Drake | 1997-10-06 | 1 | -0/+4 |
| | |||||
* | Done with tread state descriptions. Sigh! | Guido van Rossum | 1997-10-06 | 2 | -100/+618 |
| |