Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Make the deprecation notice use the same form as other such notices. | Fred Drake | 2001-10-24 | 1 | -3/+3 |
| | | | | This has sat around in a deprecated state for a *long* time! | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Mark the "Notes:" sections under tables the same way it's done | Fred Drake | 1999-04-21 | 1 | -5/+11 |
| | | | | elsewhere in the library reference. | ||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -2/+6 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -4/+4 |
| | |||||
* | Minor markup nit. | Fred Drake | 1998-04-07 | 1 | -1/+1 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Use \withsubitem{} for indexing extra-module functions. | Fred Drake | 1998-03-12 | 1 | -2/+3 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -27/+30 |
| | | | | | Changed example to use "import posixfile" instead of "from posixfile import *" since only one symbol was used. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 1 | -1/+2 |
| | |||||
* | Capitalize first word in sentences, use periods at end. | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -5/+5 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Don't break a long line at an unpleasant point. | Guido van Rossum | 1998-02-11 | 1 | -2/+1 |
| | |||||
* | Convert a couple of three-column tables with an empty third column to | Fred Drake | 1997-12-23 | 1 | -11/+11 |
| | | | | | two-column tables. This improves the rendering of the HTML version on (at least) some browsers. | ||||
* | Added embryonic description of fcntl.lockf(). Added pointer to that | Guido van Rossum | 1996-10-11 | 1 | -0/+4 |
| | | | | in posixfile (which is obsolescent). | ||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -2/+3 |
| | |||||
* | micro change | Guido van Rossum | 1995-03-18 | 1 | -1/+1 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -9/+11 |
| | | | | unified style; etc. | ||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. | ||||
* | * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); | Guido van Rossum | 1994-08-12 | 1 | -11/+11 |
| | | | | | | | | | | | | describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -14/+11 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 1 | -0/+154 |
lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V |