summaryrefslogtreecommitdiffstats
path: root/Lib/locale.py
Commit message (Expand)AuthorAgeFilesLines
* Fix last remaining references to ex-devguideÉric Araujo2011-11-291-2/+1
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-2/+3
* Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-7/+11
* Closes #13283: removal of two unused variable in locale.pyJesus Cea2011-10-311-2/+0
* (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8...Ronald Oussoren2011-05-171-1/+1
|\
| * Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...Ronald Oussoren2011-05-171-1/+1
| * Merged revisions 80521 via svnmerge fromR. David Murray2010-09-051-14/+22
| * Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-2/+1
| * Merged revisions 74687 via svnmerge fromRonald Oussoren2009-09-061-1/+13
* | Merged revisions 80512 via svnmerge fromR. David Murray2010-04-271-14/+22
* | Merged revisions 79977 via svnmerge fromAntoine Pitrou2010-04-111-13/+89
* | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-WindowsAntoine Pitrou2009-10-191-2/+1
* | Fix for issue 6393: Python crashes on OSX when $LANG is set to some (butRonald Oussoren2009-09-061-1/+13
* | Merged revisions 74312 via svnmerge fromMark Dickinson2009-08-041-0/+3
|/
* Fix for issue 6202Ronald Oussoren2009-06-071-3/+1
* Merged revisions 72469 via svnmerge fromJeroen Ruigrok van der Werven2009-05-081-13/+44
* Merged revisions 72468 via svnmerge fromJeroen Ruigrok van der Werven2009-05-081-0/+1
* Merged revisions 72399 via svnmerge fromJeroen Ruigrok van der Werven2009-05-061-1/+1
* Merged revisions 72375 via svnmerge fromJeroen Ruigrok van der Werven2009-05-061-1/+4
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-011-8/+15
* svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess...Antoine Pitrou2009-03-181-1/+1
* Merged revisions 70356 via svnmerge fromAntoine Pitrou2009-03-141-32/+51
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-1/+1
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-2/+2
* Merged revisions 65237 via svnmerge fromAntoine Pitrou2008-07-251-0/+16
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-19/+160
* strxfrm and strcoll are conditionally defined, alwsy provide some implNeal Norwitz2008-03-101-11/+17
* Default to ASCII as the locale.getpreferredencoding, if the POSIXMartin v. Löwis2008-03-081-1/+5
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-3/+3
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-3/+5
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-35/+35
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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