Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mojibake in the locale aliases mapping. (GH-6716) | Serhiy Storchaka | 2018-05-06 | 1 | -0/+3 |
| | |||||
* | bpo-20087: Revert "make the glibc alias table take precedence over the X11 ↵ | Benjamin Peterson | 2017-03-19 | 1 | -1/+1 |
| | | | | | one (#422)" (#713) This reverts commit 02371e0ed1ee82ec73e7d363bcf2ed40cde1397a. | ||||
* | make the glibc alias table take precedence over the X11 one (#422) | Benjamin Peterson | 2017-03-07 | 1 | -1/+1 |
| | | | bpo-20087 | ||||
* | Issue #20079: makelocalealias.py now supports installed SUPPORTED file, | Serhiy Storchaka | 2014-10-02 | 1 | -8/+12 |
| | | | | not only source SUPPORTED file in glibc sources tree. | ||||
* | Issue #20076: Apply optimization in makelocalealias.py repeatedly. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+6 |
|\ | | | | | | | | | Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin. | ||||
* \ | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-02 | 1 | -4/+0 |
|\ \ | |/ | | | | | The makelocalealias.py script no longer ignores UTF-8 mapping. | ||||
* | | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 1 | -1/+44 |
|/ | | | | | The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths. | ||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | ||||
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
* | | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-27 | 1 | -0/+27 |
|/ | | | | calculated. Generalized support of the euro modifier. | ||||
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
| | |||||
* | Issue #20033: makelocalealias.py now works with non-ASCII locales and produces | Serhiy Storchaka | 2013-12-23 | 1 | -5/+5 |
| | | | | the same result as in 2.x. | ||||
* | Merged revisions 79977 via svnmerge from | Antoine Pitrou | 2010-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines Issue #8374: Update the internal alias table in the :mod:`locale` module to cover recent locale changes and additions. ........ | ||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 1 | -8/+4 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -7/+7 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -2/+1 |
| | |||||
* | Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib | Marc-André Lemburg | 2004-12-13 | 1 | -0/+4 |
| | | | | | | doesn't seem to like "UTF-8"). Removed the UTF-8 aliases since these should be available for all locales. | ||||
* | locale.py now uses an updated locale alias table (built using | Marc-André Lemburg | 2004-12-10 | 1 | -0/+70 |
Tools/i18n/makelocalealias.py, a tool to parse the X11 locale alias file); the encoding lookup was enhanced to use Python's encoding alias table As sige-effect, this fixes SF bug [ 1080864 ] locale.py doesn't recognize valid locale setting. |