summaryrefslogtreecommitdiffstats
path: root/Tools/i18n/makelocalealias.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 79977 via svnmerge fromAntoine Pitrou2010-04-111-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 -> python3Benjamin Peterson2010-03-111-1/+1
|
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-8/+4
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-7/+7
|
* Whitespace normalization.Tim Peters2005-01-071-2/+1
|
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-131-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 usingMarc-André Lemburg2004-12-101-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.