- 01 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 May, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Ock, 2006 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 Eyl, 2005 1 kayıt (commit)
-
-
Matthias Klose yazdı
to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages.
-
- 01 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Jiwon Seo.)
-
- 13 Ara, 2004 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
doesn't seem to like "UTF-8"). Removed the UTF-8 aliases since these should be available for all locales.
-
- 10 Ara, 2004 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
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 Tem, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Nis, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 23 Mar, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks Andrew Gaul.
-
- 30 Mar, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 05 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
_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 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
The @euro part is backported to 2.2.3.
-
- 19 Eki, 2002 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
account I hardly ever use...
-
- 25 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
see bug 411881
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 16 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Nis, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
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 kayıt (commit)
-
-
Barry Warsaw yazdı
comparison should be done with != instead of "is not".
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 24 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
know which names it exports. Didn't fix its ignorance, but patched over the consequence.
-
Skip Montanaro yazdı
-
- 21 Ock, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Suggested by Kevin Jacobs in bug report #129417.
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
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 Tem, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- added a few extra comments to locale.py
-
- 09 Tem, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
checked for the wrong exception. my fault. sorry. (first reported by Alex Coventry)
-
Fredrik Lundh yazdı
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 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 08 Haz, 2000 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
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 Haz, 2000 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
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 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
*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 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Kas, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
format(), str(), atof(), and atoi(). The last three are locale sensitive versions of the corresponding standard functions (only for numbers though); format() does general %[efg] formatting taking the locale into account, optionally with thousands grouping.
-