| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
not only source SUPPORTED file in glibc sources tree.
|
|\
| |
| |
| |
| | |
Remove just added the sr_rs.utf8@latn alias because it is
derived from sr_rs@latin.
|
|\ \
| |/
| |
| | |
The makelocalealias.py script no longer ignores UTF-8 mapping.
|
|/
|
|
|
| |
The makelocalealias.py script now can parse the SUPPORTED file
from glibc sources and supports command line options for source paths.
|
|\
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
| |
calculated. Generalized support of the euro modifier.
|
| |
|
|
|
|
| |
the same result as in 2.x.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
........
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
doesn't seem to like "UTF-8").
Removed the UTF-8 aliases since these should be available for all locales.
|
|
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.
|