summaryrefslogtreecommitdiffstats
path: root/Lib/locale.py
Commit message (Expand)AuthorAgeFilesLines
* eliminate unqualified except when checking for presence of LC_MESSAGESSkip Montanaro2002-03-251-1/+1
* Remove some dead code (PyChecker)Andrew M. Kuchling2001-08-131-3/+1
* Implement Mark Favas's suggestion. There's a clear bug in _group():Guido van Rossum2001-04-161-1/+1
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-131-10/+30
* setlocale(): In _locale-missing compatibility function, stringBarry Warsaw2001-03-231-2/+1
* String method conversion.Eric S. Raymond2001-02-091-12/+12
* test___all__ was failing on WIndows because locale.py doesn't reallyTim Peters2001-01-241-3/+10
* a few more modules get __all__Skip Montanaro2001-01-241-0/+5
* In format(), consider sign only after grouping.Martin v. Löwis2001-01-211-4/+9
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* -- removed get_default compatibility kludgeFredrik Lundh2000-07-101-2/+3
* - repaired locale.py for non-windows platforms. the try/exceptFredrik Lundh2000-07-091-2/+5
* - merged setlocale and set_locale. the internal setlocaleFredrik Lundh2000-07-091-92/+159
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-3/+61
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-11/+505
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-18/+18
* Add Martin von Loewis as the author of this module.Guido van Rossum1997-11-191-0/+1
* User-level locale module. A wrapper around _locale which addsGuido van Rossum1997-11-191-0/+75