Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor consistency adjustments. | Fred Drake | 2002-03-28 | 1 | -11/+12 |
| | |||||
* | Expose C library's gettext. Fixes #516412. | Martin v. Löwis | 2002-03-27 | 1 | -0/+18 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -4/+4 |
| | |||||
* | Markup adjustment: \[...\] is math markup and does not translate well when | Fred Drake | 2001-09-27 | 1 | -6/+7 |
| | | | | | | used with text as was done here. Fixed so that the typeset version wraps the warning text and the HTML version does not create images of the warning text. | ||||
* | Expose nl_langinfo through locale where available. | Martin v. Löwis | 2001-08-10 | 1 | -0/+119 |
| | |||||
* | Add a missing "\" to the markup. | Fred Drake | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Remove all mentions of the strop module -- it has been pronounced Evil. | Fred Drake | 2001-05-10 | 1 | -9/+7 |
| | | | | | | (The string "strop" is found in the rexec documentation, but that should not be changed until strop is actually removed or rexec no longer allows it.) | ||||
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -1/+1 |
| | | | | Switch from octal escapes to hex escapes for other nonprintable characters. | ||||
* | Use a table to describe the keys to the locale information dictionary; | Fred Drake | 2000-11-30 | 1 | -68/+43 |
| | | | | | this is slightly easier to read than the list environment that had been used. | ||||
* | Oops, back out change committed by accident! This is not ready, and | Fred Drake | 2000-11-17 | 1 | -34/+0 |
| | | | | breaks things. | ||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -0/+34 |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | ||||
* | Several additions and updates based on text from Marc-Andre Lemburg | Fred Drake | 2000-10-25 | 1 | -123/+221 |
| | | | | | | <mal@lemburg.com>. Lots of markup reformatting to make it easier for me to read & maintain. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Remove extraneous "contains" -- pointed out by Daniel Barclay | Fred Drake | 1999-07-01 | 1 | -1/+3 |
| | | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation. | ||||
* | Logical markup & other small nits. | Fred Drake | 1999-04-21 | 1 | -16/+15 |
| | |||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 1 | -3/+3 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | 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 | -1/+1 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Markup consistency. | Fred Drake | 1998-04-03 | 1 | -10/+11 |
| | |||||
* | Hyphenate "built-in" for consistency. | Fred Drake | 1998-04-02 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -73/+80 |
| | | | | | Convert one bulleted list to a {tableii} environment; the other should probably be converted, but I haven't decided to what. | ||||
* | Fixed and extended the example; the original example contained some | Guido van Rossum | 1998-02-22 | 1 | -3/+6 |
| | | | | bogus code. | ||||
* | Added two subsections with extra hints and details, even for | Guido van Rossum | 1998-02-22 | 1 | -0/+73 |
| | | | | extensions and embedding programs. | ||||
* | 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. | ||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -3/+3 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -26/+29 |
| | | | | | | | | Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}. | ||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 1 | -0/+187 |