aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/locale.py
Commit message (Expand)AuthorAge
* Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...Ronald Oussoren2011-05-17
* Merged revisions 80521 via svnmerge fromR. David Murray2010-09-05
* Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-19
* Merged revisions 74687 via svnmerge fromRonald Oussoren2009-09-06
* Fix for issue 6202Ronald Oussoren2009-06-07
* Merged revisions 72469 via svnmerge fromJeroen Ruigrok van der Werven2009-05-08
* Merged revisions 72468 via svnmerge fromJeroen Ruigrok van der Werven2009-05-08
* Merged revisions 72399 via svnmerge fromJeroen Ruigrok van der Werven2009-05-06
* Merged revisions 72375 via svnmerge fromJeroen Ruigrok van der Werven2009-05-06
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-01
* svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess...Antoine Pitrou2009-03-18
* Merged revisions 70356 via svnmerge fromAntoine Pitrou2009-03-14
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-26
* Merged revisions 65237 via svnmerge fromAntoine Pitrou2008-07-25
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-10
* strxfrm and strcoll are conditionally defined, alwsy provide some implNeal Norwitz2008-03-10
* Default to ASCII as the locale.getpreferredencoding, if the POSIXMartin v. Löwis2008-03-08
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Whitespace normalization.Tim Peters2006-01-20
* Readd bug report note.Georg Brandl2006-01-20
* Bug #1371247: Update Windows LCIDs in locale.py.Georg Brandl2006-01-20
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-20
* SF patch #1051395: locale.getdefaultlocale does not return tuple in some OSRaymond Hettinger2005-01-01
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-13
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-10
* Patch #962487: Don't crash for empty locale names.Martin v. Löwis2004-07-26
* atof: correct parameter nameSkip Montanaro2004-04-10
* Replace sequential split/join calls on strings with a single replace call.Brett Cannon2004-03-23
* Support '' as the argument for the setlocale emulation. Fixes #678259.Martin v. Löwis2003-03-30
* Whitespace normalization.Tim Peters2002-11-09
* This stopped working on Windows, due to a reference to the non-existentTim Peters2002-11-05
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-03
* point people to the Python bug tracker, rather than to a mailFredrik Lundh2002-10-19
* eliminate unqualified except when checking for presence of LC_MESSAGESSkip Montanaro2002-03-25
* Remove some dead code (PyChecker)Andrew M. Kuchling2001-08-13
* Implement Mark Favas's suggestion. There's a clear bug in _group():Guido van Rossum2001-04-16
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-13
* setlocale(): In _locale-missing compatibility function, stringBarry Warsaw2001-03-23
* String method conversion.Eric S. Raymond2001-02-09
* test___all__ was failing on WIndows because locale.py doesn't reallyTim Peters2001-01-24
* a few more modules get __all__Skip Montanaro2001-01-24
* In format(), consider sign only after grouping.Martin v. Löwis2001-01-21
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16