| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale... | Serhiy Storchaka | 2018-05-06 | 1 | -5/+57 |
|
|
* | bpo-30409: locale.getpreferredencoding doesn't return result (#1672) | Sean McCully | 2017-05-21 | 1 | -13/+10 |
|
|
* | bpo-6393: Fix locale.getprerredencoding() on macOS (#1555) | Victor Stinner | 2017-05-12 | 1 | -1/+13 |
|
|
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | [minor] - Correct the docstring of locale.str. Patch by poleto. | Senthil Kumaran | 2016-04-13 | 1 | -10/+8 |
|
|
* | Closes #25742: locale.setlocale() now accepts a Unicode string for its second | Victor Stinner | 2015-11-27 | 1 | -1/+5 |
|
|
* | Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+11 |
|
|
* | Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is | Serhiy Storchaka | 2014-10-02 | 1 | -1/+0 |
|
|
* | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-01 | 1 | -0/+7 |
|
|
* | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 1 | -0/+99 |
|
|
* | Issue #20086: Restored the use of locale-independing mapping instead of | Serhiy Storchaka | 2014-01-17 | 1 | -3/+3 |
|
|
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -3/+4 |
|
|
* | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 1 | -11/+43 |
|
|
* | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 1 | -43/+75 |
|
|
* | Issue #8767: Restore building with --disable-unicode. | Martin v. Löwis | 2012-05-20 | 1 | -1/+9 |
|
|
* | Update lingering references to ex-parrot. I mean ex-devguide. | Éric Araujo | 2012-02-26 | 1 | -2/+1 |
|
|
* | Issue #3067: Enhance the documentation and docstring of locale.setlocale() | Petri Lehtinen | 2011-11-05 | 1 | -2/+3 |
|
|
* | Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 |
|
|
* | The simplest possible fix for the regression in bug 12752 by encoding unicodes | Barry Warsaw | 2011-08-15 | 1 | -0/+2 |
|
|
* | Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. | Antoine Pitrou | 2011-07-24 | 1 | -1/+8 |
|
|
* | Revert d370d609d09b as requested by Terry Jan Reedy: | Victor Stinner | 2011-06-20 | 1 | -1/+1 |
|
|
* | Close #3067: locale.setlocale() accepts a Unicode locale. | Victor Stinner | 2011-06-20 | 1 | -1/+1 |
|
|
* | (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF... | Ronald Oussoren | 2011-05-17 | 1 | -1/+1 |
|
|
* | Issue #6656: fix locale.format_string to handle escaped percents and mappings. | R. David Murray | 2010-04-26 | 1 | -14/+22 |
|
|
* | Issue #8374: Update the internal alias table in the :mod:`locale` module | Antoine Pitrou | 2010-04-11 | 1 | -13/+89 |
|
|
* | Issue #6620: Slightly safer code for _grouping_intervals in the locale | Mark Dickinson | 2009-08-04 | 1 | -0/+3 |
|
|
* | backport r73268 | Benjamin Peterson | 2009-06-07 | 1 | -3/+1 |
|
|
* | Update the Windows locale mapping with the ones introduced with Vista. | Jeroen Ruigrok van der Werven | 2009-05-08 | 1 | -13/+44 |
|
|
* | Add ISO-8859-16. | Jeroen Ruigrok van der Werven | 2009-05-08 | 1 | -0/+1 |
|
|
* | Be more explicit about the error we are catching. | Jeroen Ruigrok van der Werven | 2009-05-06 | 1 | -1/+1 |
|
|
* | Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent | Jeroen Ruigrok van der Werven | 2009-05-06 | 1 | -1/+4 |
|
|
* | Fix issue 2522. locale.format now checks that it is passed | R. David Murray | 2009-04-01 | 1 | -8/+15 |
|
|
* | Attempt to fix Solaris buildbot failure on test_locale | Antoine Pitrou | 2009-03-18 | 1 | -1/+1 |
|
|
* | Issue #1222: locale.format() bug when the thousands separator is a space char... | Antoine Pitrou | 2009-03-14 | 1 | -32/+51 |
|
|
* | convert test_locale to unittest, and add a mechanism to override localconv() ... | Antoine Pitrou | 2008-07-25 | 1 | -0/+16 |
|
|
* | Update the locale module alias table. | Marc-André Lemburg | 2008-05-30 | 1 | -19/+160 |
|
|
* | Patch #1710352: add missing public functions to locale.__all__. | Georg Brandl | 2007-05-01 | 1 | -3/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-18 | 1 | -1/+1 |
|
|
* | Patch #1180296: improve locale string formatting functions | Georg Brandl | 2006-05-17 | 1 | -44/+126 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-20 | 1 | -1/+1 |
|
|
* | Readd bug report note. | Georg Brandl | 2006-01-20 | 1 | -0/+6 |
|
|
* | Bug #1371247: Update Windows LCIDs in locale.py. | Georg Brandl | 2006-01-20 | 1 | -32/+179 |
|
|
* | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE | Matthias Klose | 2005-09-20 | 1 | -1/+3 |
|
|
* | SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
|
|
* | Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib | Marc-André Lemburg | 2004-12-13 | 1 | -104/+1 |
|
|
* | locale.py now uses an updated locale alias table (built using | Marc-André Lemburg | 2004-12-10 | 1 | -219/+871 |
|
|
* | Patch #962487: Don't crash for empty locale names. | Martin v. Löwis | 2004-07-26 | 1 | -1/+1 |
|
|
* | atof: correct parameter name | Skip Montanaro | 2004-04-10 | 1 | -3/+3 |
|
|
* | Replace sequential split/join calls on strings with a single replace call. | Brett Cannon | 2004-03-23 | 1 | -5/+3 |
|
|