summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liblocale.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF #998170, fix typo. Backport candidateNeal Norwitz2004-07-291-1/+1
|
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-5/+6
| | | | | | | | | | | | | | | | | | | | discussed recently in python-dev: In _locale module: - bind_textdomain_codeset() binding In gettext module: - bind_textdomain_codeset() function - lgettext(), lngettext(), ldgettext(), ldngettext(), which return translated strings encoded in preferred system encoding, if bind_textdomain_codeset() was not used. - Added equivalent functionality in translate() function and catalog classes. Every change was also documented.
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-19/+0
|
* Use de_DE in example, change message for unknown locale. Fixes #797447.Martin v. Löwis2003-09-031-1/+1
| | | | Will backport to 2.3.
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
|
* Fix minor typos.Raymond Hettinger2003-05-121-2/+2
|
* Change email address.Martin v. Löwis2003-04-181-2/+2
|
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+14
| | | | The @euro part is backported to 2.2.3.
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
| | | | Closes SF bug #568577.
* Minor consistency adjustments.Fred Drake2002-03-281-11/+12
|
* Expose C library's gettext. Fixes #516412.Martin v. Löwis2002-03-271-0/+18
|
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
|
* Markup adjustment: \[...\] is math markup and does not translate well whenFred Drake2001-09-271-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öwis2001-08-101-0/+119
|
* Add a missing "\" to the markup.Fred Drake2001-07-201-1/+1
|
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-101-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 Yee2001-01-241-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 Drake2000-11-301-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, andFred Drake2000-11-171-34/+0
| | | | breaks things.
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-171-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 LemburgFred Drake2000-10-251-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 hopeThomas Wouters2000-07-161-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 BarclayFred Drake1999-07-011-1/+3
| | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation.
* Logical markup & other small nits.Fred Drake1999-04-211-16/+15
|
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-191-3/+3
| | | | Lannert <lannert@uni-duesseldorf.de>.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Lighten up tables.Fred Drake1998-04-111-1/+1
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Markup consistency.Fred Drake1998-04-031-10/+11
|
* Hyphenate "built-in" for consistency.Fred Drake1998-04-021-1/+1
|
* Logical markup.Fred Drake1998-03-101-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 someGuido van Rossum1998-02-221-3/+6
| | | | bogus code.
* Added two subsections with extra hints and details, even forGuido van Rossum1998-02-221-0/+73
| | | | extensions and embedding programs.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 differentFred Drake1998-02-091-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 Drake1997-12-171-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 Rossum1997-11-201-0/+187