summaryrefslogtreecommitdiff
path: root/Lib/locale.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28596: The preferred encoding is UTF-8 on Android.Xavier de Gaye2016-12-171-9/+15
* Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | merge 3.5.Senthil Kumaran2016-04-121-9/+8
|\ \ | |/
| * [minor] - Correct the docstring of locale.str. Patch by poleto.Senthil Kumaran2016-04-121-9/+8
* | locale.delocalize(): only call localeconv() onceVictor Stinner2015-11-031-2/+6
|/
* Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+1
* Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+1
* Issue #13918: Provide a locale.delocalize() function which can removeAntoine Pitrou2014-10-231-6/+9
* Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
* Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
* Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-021-0/+9
* Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-0/+99
* Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-271-426/+40
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-3/+4
|\
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-3/+4
* | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
|\ \ | |/
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-43/+75
* | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-43/+75
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...Antoine Pitrou2013-10-121-16/+5
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
|/
* 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