summaryrefslogtreecommitdiff
path: root/Lib/locale.py
Commit message (Expand)AuthorAgeFilesLines
* (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF...Ronald Oussoren2011-05-171-1/+1
* Issue #6656: fix locale.format_string to handle escaped percents and mappings.R. David Murray2010-04-261-14/+22
* Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-13/+89
* Issue #6620: Slightly safer code for _grouping_intervals in the localeMark Dickinson2009-08-041-0/+3
* backport r73268Benjamin Peterson2009-06-071-3/+1
* Update the Windows locale mapping with the ones introduced with Vista.Jeroen Ruigrok van der Werven2009-05-081-13/+44
* Add ISO-8859-16.Jeroen Ruigrok van der Werven2009-05-081-0/+1
* Be more explicit about the error we are catching.Jeroen Ruigrok van der Werven2009-05-061-1/+1
* Wrap getpreferredencoding()'s use of setlocale in a try/except to preventJeroen Ruigrok van der Werven2009-05-061-1/+4
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-011-8/+15
* Attempt to fix Solaris buildbot failure on test_localeAntoine Pitrou2009-03-181-1/+1
* Issue #1222: locale.format() bug when the thousands separator is a space char...Antoine Pitrou2009-03-141-32/+51
* convert test_locale to unittest, and add a mechanism to override localconv() ...Antoine Pitrou2008-07-251-0/+16
* Update the locale module alias table.Marc-André Lemburg2008-05-301-19/+160
* Patch #1710352: add missing public functions to locale.__all__.Georg Brandl2007-05-011-3/+5
* Whitespace normalization.Tim Peters2006-05-181-1/+1
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-44/+126
* Whitespace normalization.Tim Peters2006-01-201-1/+1
* Readd bug report note.Georg Brandl2006-01-201-0/+6
* Bug #1371247: Update Windows LCIDs in locale.py.Georg Brandl2006-01-201-32/+179
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-201-1/+3
* SF patch #1051395: locale.getdefaultlocale does not return tuple in some OSRaymond Hettinger2005-01-011-1/+1
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-131-104/+1
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-219/+871
* Patch #962487: Don't crash for empty locale names.Martin v. Löwis2004-07-261-1/+1
* atof: correct parameter nameSkip Montanaro2004-04-101-3/+3
* Replace sequential split/join calls on strings with a single replace call.Brett Cannon2004-03-231-5/+3
* Support '' as the argument for the setlocale emulation. Fixes #678259.Martin v. Löwis2003-03-301-1/+1
* Whitespace normalization.Tim Peters2002-11-091-2/+2
* This stopped working on Windows, due to a reference to the non-existentTim Peters2002-11-051-1/+1
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+41
* point people to the Python bug tracker, rather than to a mailFredrik Lundh2002-10-191-4/+7
* 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