summaryrefslogtreecommitdiff
path: root/Tools/i18n/makelocalealias.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20079: makelocalealias.py now supports installed SUPPORTED file,Serhiy Storchaka2014-10-021-8/+12
* Issue #20076: Apply optimization in makelocalealias.py repeatedly.Serhiy Storchaka2014-10-021-6/+50
|\
| * Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-021-4/+0
| |\ | |/ |/|
| * Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-1/+44
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
* | Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-271-0/+27
|/
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+6
* Issue #20033: makelocalealias.py now works with non-ASCII locales and producesSerhiy Storchaka2013-12-231-5/+5
* Merged revisions 79977 via svnmerge fromAntoine Pitrou2010-04-111-1/+1
* 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
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-0/+70