- 14 Mar, 2009 1 commit
-
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70356 | antoine.pitrou | 2009-03-14 01:07:21 +0100 (sam., 14 mars 2009) | 3 lines Issue #1222: locale.format() bug when the thousands separator is a space character. ........
-
- 25 Jul, 2008 1 commit
-
-
Antoine Pitrou authored
convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222)
-
- 30 May, 2008 1 commit
-
-
Marc-André Lemburg authored
Closes #3011.
-
- 01 May, 2007 1 commit
-
-
Georg Brandl authored
-
- 18 May, 2006 1 commit
-
-
Tim Peters authored
-
- 17 May, 2006 1 commit
-
-
Georg Brandl authored
-
- 20 Jan, 2006 3 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Sep, 2005 1 commit
-
-
Matthias Klose authored
to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages.
-
- 01 Jan, 2005 1 commit
-
-
Raymond Hettinger authored
(Contributed by Jiwon Seo.)
-
- 13 Dec, 2004 1 commit
-
-
Marc-André Lemburg authored
doesn't seem to like "UTF-8"). Removed the UTF-8 aliases since these should be available for all locales.
-
- 10 Dec, 2004 1 commit
-
-
Marc-André Lemburg authored
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.
-
- 26 Jul, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 10 Apr, 2004 1 commit
-
-
Skip Montanaro authored
-
- 23 Mar, 2004 1 commit
-
-
Brett Cannon authored
Thanks Andrew Gaul.
-
- 30 Mar, 2003 1 commit
-
-
Martin v. Löwis authored
-
- 09 Nov, 2002 1 commit
-
-
Tim Peters authored
-
- 05 Nov, 2002 1 commit
-
-
Tim Peters authored
_locale.getdefaultlocale. Guessing a leading underscore was intended, but don't really understood this stuff (locale looks like Spanish for the opposite of global to me <wink>).
-
- 03 Nov, 2002 1 commit
-
-
Martin v. Löwis authored
The @euro part is backported to 2.2.3.
-
- 19 Oct, 2002 1 commit
-
-
Fredrik Lundh authored
account I hardly ever use...
-
- 25 Mar, 2002 1 commit
-
-
Skip Montanaro authored
see bug 411881
-
- 13 Aug, 2001 1 commit
-
-
Andrew M. Kuchling authored
-
- 16 Apr, 2001 1 commit
-
-
Guido van Rossum authored
its first return statement returns a single value while its caller always expects it to return a tuple of two items. Fix this by returning (s, 0) instead. This won't make the locale test on Irix succeed, but now it will fail because of a bug in the platform's en_US locale rather than because of a bug in the locale module.
-
- 13 Apr, 2001 1 commit
-
-
Martin v. Löwis authored
fixes bug #414940, and redoes the fix for #129417 in a different way. It also fixes a number of other problems with locale-specific formatting: If there is leading or trailing spaces, then no grouping should be applied in the spaces, and the total length of the string should not be changed due to grouping. Also added test case which works only if the en_US locale is available.
-
- 23 Mar, 2001 1 commit
-
-
Barry Warsaw authored
comparison should be done with != instead of "is not".
-
- 09 Feb, 2001 1 commit
-
-
Eric S. Raymond authored
-
- 24 Jan, 2001 2 commits
-
-
Tim Peters authored
know which names it exports. Didn't fix its ignorance, but patched over the consequence.
-
Skip Montanaro authored
-
- 21 Jan, 2001 1 commit
-
-
Martin v. Löwis authored
Suggested by Kevin Jacobs in bug report #129417.
-
- 16 Jul, 2000 1 commit
-
-
Thomas Wouters authored
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 10 Jul, 2000 1 commit
-
-
Fredrik Lundh authored
-- added a few extra comments to locale.py
-
- 09 Jul, 2000 2 commits
-
-
Fredrik Lundh authored
checked for the wrong exception. my fault. sorry. (first reported by Alex Coventry)
-
Fredrik Lundh authored
function is overridden by a python version which accepts *either* a string (old behaviour) or a locale tuple. - renamed a few methods (for consistency): get_locale => getlocale get_default_locale => getdefaultlocale set_to_default => resetlocale (!) - the _locale implementation module can now implement an optional _getdefaultlocale function. if that function isn't available, a POSIX-based approach is used (checking LANG and other environment variables, as usual). (patch #100765)
-
- 28 Jun, 2000 1 commit
-
-
Jeremy Hylton authored
-
- 08 Jun, 2000 1 commit
-
-
Marc-André Lemburg authored
Added emulations of the C APIs in _locale to be used when the _locale module is not enabled. They return the correct values assuming the 'C' locale.
-
- 07 Jun, 2000 1 commit
-
-
Marc-André Lemburg authored
Added a new locale name aliasing engine which also supports locale encodings, a feature which is used by the new default encoding support in site.py.
-
- 04 Feb, 2000 1 commit
-
-
Guido van Rossum authored
*this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 26 Mar, 1998 1 commit
-
-
Guido van Rossum authored
-
- 19 Nov, 1997 1 commit
-
-
Guido van Rossum authored
-