Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a
/
Lib
/
locale.py
af08087
Issue #20086: Restored the use of locale-independing mapping instead of
by Serhiy Storchaka
· 12 years ago
d551b28
Issue #20027: Fixed locale aliases for devanagari locales.
by Serhiy Storchaka
· 12 years ago
0e4d852
Issue #20034: Updated alias mapping to most recent locale.alias file
by Serhiy Storchaka
· 12 years ago
bd78986
Issue #5815: Fixed support for locales with modifiers. Fixed support for
by Serhiy Storchaka
· 12 years ago
ed11a5d
Issue #8767: Restore building with --disable-unicode.
by Martin v. Löwis
· 13 years ago
8d4d74e
Update lingering references to ex-parrot. I mean ex-devguide.
by Éric Araujo
· 13 years ago
416ecff
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
by Petri Lehtinen
· 14 years ago
e4ae5f7
Closes #13283: removal of two unused variable in locale.py
by Jesus Cea
· 14 years ago
edfba82
The simplest possible fix for the regression in bug 12752 by encoding unicodes
by Barry Warsaw
· 14 years ago
4cfae02
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
by Antoine Pitrou
· 14 years ago
ecb863b
Revert d370d609d09b as requested by Terry Jan Reedy:
by Victor Stinner
· 14 years ago
c36c6cc
Close #3067: locale.setlocale() accepts a Unicode locale.
by Victor Stinner
· 14 years ago
372954e
(backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8"
by Ronald Oussoren
· 14 years ago
3939dcd
Issue #6656: fix locale.format_string to handle escaped percents and mappings.
by R. David Murray
· 15 years ago
fc53153
Issue #8374: Update the internal alias table in the :mod:`locale` module
by Antoine Pitrou
· 15 years ago
4b45673
Issue #6620: Slightly safer code for _grouping_intervals in the locale
by Mark Dickinson
· 16 years ago
e021c9c
backport r73268
by Benjamin Peterson
· 16 years ago
b87b334
Update the Windows locale mapping with the ones introduced with Vista.
by Jeroen Ruigrok van der Werven
· 16 years ago
51133d4
Add ISO-8859-16.
by Jeroen Ruigrok van der Werven
· 16 years ago
c924b3d
Be more explicit about the error we are catching.
by Jeroen Ruigrok van der Werven
· 16 years ago
041f465
Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
by Jeroen Ruigrok van der Werven
· 16 years ago
a83da35
Fix issue 2522. locale.format now checks that it is passed
by R. David Murray
· 16 years ago
7c33bd5
Attempt to fix Solaris buildbot failure on test_locale
by Antoine Pitrou
· 16 years ago
feeafff
Issue #1222: locale.format() bug when the thousands separator is a space character.
by Antoine Pitrou
· 16 years ago
ba54eda
convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222)
by Antoine Pitrou
· 17 years ago
adff65b
Update the locale module alias table.
by Marc-André Lemburg
· 17 years ago
09728b7
Patch #1710352: add missing public functions to locale.__all__.
by Georg Brandl
· 18 years ago
fd4c419
Whitespace normalization.
by Tim Peters
· 19 years ago
b89316f
Patch #1180296: improve locale string formatting functions
by Georg Brandl
· 19 years ago
777f108
Whitespace normalization.
by Tim Peters
· 20 years ago
5035c1c
Readd bug report note.
by Georg Brandl
· 20 years ago
b709c2c
Bug #1371247: Update Windows LCIDs in locale.py.
by Georg Brandl
· 20 years ago
f3f231f
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
by Matthias Klose
· 20 years ago
346e67f
SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS
by Raymond Hettinger
· 21 years ago
b4cebd4
Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib
by Marc-André Lemburg
· 21 years ago
bb4f1bd
locale.py now uses an updated locale alias table (built using
by Marc-André Lemburg
· 21 years ago
c8ae31d
Patch #962487: Don't crash for empty locale names.
by Martin v. Löwis
· 21 years ago
249369c
atof: correct parameter name
by Skip Montanaro
· 21 years ago
aaeffaf
Replace sequential split/join calls on strings with a single replace call.
by Brett Cannon
· 21 years ago
103d6e7
Support '' as the argument for the setlocale emulation. Fixes #678259.
by Martin v. Löwis
· 22 years ago
230a60c
Whitespace normalization.
by Tim Peters
· 23 years ago
a326f47
This stopped working on Windows, due to a reference to the non-existent
by Tim Peters
· 23 years ago
f0a4668
Add getpreferredencoding. Support @euro modifiers. Fixes #554676.
by Martin v. Löwis
· 23 years ago
37a0982
point people to the Python bug tracker, rather than to a mail
by Fredrik Lundh
· 23 years ago
0897f0c
eliminate unqualified except when checking for presence of LC_MESSAGES
by Skip Montanaro
· 23 years ago
1f877ef
Remove some dead code (PyChecker)
by Andrew M. Kuchling
· 24 years ago
67addfe
Implement Mark Favas's suggestion. There's a clear bug in _group():
by Guido van Rossum
· 24 years ago
88ad12a
Patch #415777: new grouping strategy.
by Martin v. Löwis
· 24 years ago
7519e7a
setlocale(): In _locale-missing compatibility function, string
by Barry Warsaw
· 24 years ago
be9b507
String method conversion.
by Eric S. Raymond
· 24 years ago
1baf829
test___all__ was failing on WIndows because locale.py doesn't really
by Tim Peters
· 25 years ago
17ab123
a few more modules get __all__
by Skip Montanaro
· 25 years ago
db78687
In format(), consider sign only after grouping.
by Martin v. Löwis
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
663809e
-- removed get_default compatibility kludge
by Fredrik Lundh
· 25 years ago
0466132
- repaired locale.py for non-windows platforms. the try/except
by Fredrik Lundh
· 25 years ago
6c86b99
- merged setlocale and set_locale. the internal setlocale
by Fredrik Lundh
· 25 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 25 years ago
2348114
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 25 years ago
5431bc3
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 25 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
bd1169a
Add Martin von Loewis as the author of this module.
by Guido van Rossum
· 28 years ago
eef1d4e
User-level locale module. A wrapper around _locale which adds
by Guido van Rossum
· 28 years ago