| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34311: Add locale.localize (GH-15275) | Cédric Krier | 2021-04-12 | 1 | -3/+13 |
|
|
* | bpo-42208: Add _locale._get_locale_encoding() (GH-23052) | Victor Stinner | 2020-10-31 | 1 | -43/+39 |
|
|
* | bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) | Inada Naoki | 2020-01-20 | 1 | -0/+2 |
|
|
* | bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-... | Ronald Oussoren | 2019-08-29 | 1 | -0/+4 |
|
|
* | Remove mojibake in the locale aliases mapping. (GH-6716) | Serhiy Storchaka | 2018-05-06 | 1 | -2/+0 |
|
|
* | bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (П... | Serhiy Storchaka | 2018-05-06 | 1 | -4/+53 |
|
|
* | bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) | Victor Stinner | 2017-12-13 | 1 | -0/+6 |
|
|
* | bpo-30152: Reduce the number of imports for argparse. (#1269) | Serhiy Storchaka | 2017-09-25 | 1 | -3/+3 |
|
|
* | bpo-30144: Import collections ABC from collections.abc rather than collection... | Serhiy Storchaka | 2017-04-24 | 1 | -2/+2 |
|
|
* | bpo-29762: More use "raise from None". (#569) | Serhiy Storchaka | 2017-04-05 | 1 | -1/+2 |
|
|
* | test_locale now ignores the DeprecationWarning (#977) | Victor Stinner | 2017-04-03 | 1 | -1/+1 |
|
|
* | bpo-10379: add 'monetary' to format_string, deprecate format | Garvit Khatri | 2017-03-28 | 1 | -20/+25 |
|
|
* | bpo-20087: Revert "make the glibc alias table take precedence over the X11 on... | Benjamin Peterson | 2017-03-20 | 1 | -105/+41 |
|
|
* | make the glibc alias table take precedence over the X11 one (#422) | Benjamin Peterson | 2017-03-08 | 1 | -41/+105 |
|
|
* | Issue #28596: The preferred encoding is UTF-8 on Android. | Xavier de Gaye | 2016-12-17 | 1 | -9/+15 |
|
|
* | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | merge 3.5. | Senthil Kumaran | 2016-04-13 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | [minor] - Correct the docstring of locale.str. Patch by poleto. | Senthil Kumaran | 2016-04-13 | 1 | -9/+8 |
|
|
* | | locale.delocalize(): only call localeconv() once | Victor Stinner | 2015-11-03 | 1 | -2/+6 |
|/ |
|
* | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+1 |
|
|
* | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+1 |
|
|
* | Issue #13918: Provide a locale.delocalize() function which can remove | Antoine Pitrou | 2014-10-23 | 1 | -6/+9 |
|
|
* | 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/+9 |
|
|
* | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 1 | -0/+99 |
|
|
* | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-26 | 1 | -426/+40 |
|
|
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -3/+4 |
|\ |
|
| * | 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 #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 #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 1 | -43/+75 |
|
|
* | | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m... | Antoine Pitrou | 2013-10-11 | 1 | -16/+5 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|/ |
|
* | Fix last remaining references to ex-devguide | Éric Araujo | 2011-11-29 | 1 | -2/+1 |
|
|
* | Issue #3067: Enhance the documentation and docstring of locale.setlocale() | Petri Lehtinen | 2011-11-05 | 1 | -2/+3 |
|
|
* | Issue #3067: Fix the error raised by locale.setlocale() | Petri Lehtinen | 2011-11-04 | 1 | -7/+11 |
|
|
* | Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 |
|
|
* | (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8... | Ronald Oussoren | 2011-05-17 | 1 | -1/+1 |
|\ |
|
| * | Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea... | Ronald Oussoren | 2011-05-17 | 1 | -1/+1 |
|
|
| * | Merged revisions 80521 via svnmerge from | R. David Murray | 2010-09-05 | 1 | -14/+22 |
|
|
| * | Merged revisions 75537,75539 via svnmerge from | Antoine Pitrou | 2009-10-19 | 1 | -2/+1 |
|
|
| * | Merged revisions 74687 via svnmerge from | Ronald Oussoren | 2009-09-06 | 1 | -1/+13 |
|
|
* | | Merged revisions 80512 via svnmerge from | R. David Murray | 2010-04-27 | 1 | -14/+22 |
|
|
* | | Merged revisions 79977 via svnmerge from | Antoine Pitrou | 2010-04-11 | 1 | -13/+89 |
|
|
* | | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows | Antoine Pitrou | 2009-10-19 | 1 | -2/+1 |
|
|
* | | Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but | Ronald Oussoren | 2009-09-06 | 1 | -1/+13 |
|
|