- 24 Nis, 2003 40 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
Let netrc handle entries with login fields (mail servers for instance) by having login default to ''. Backport candidate.
-
Skip Montanaro yazdı
use cStringIO if available.
-
Skip Montanaro yazdı
argument function is available on the current platform
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
particular resources
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* added an (incomplete) description of the utils.Sniffer class
-
Barry Warsaw yazdı
Unicode in GNUTranslations. Also provide better descriptions of *gettext() overridden methods, esp. w.r.t. the behavior in the face of fallbacks.
-
Barry Warsaw yazdı
__init__(): Removed since we no longer need the coerce flag. Message ids and strings are now always coerced to Unicode, /if/ the catalog specified a charset parameter. gettext(), ngettext(): Since the message strings are Unicodes in the catalog, coerce back to encoded 8-bit strings on return. ugettext(), ungettext(): Coerce the message ids to Unicode when there's no entry for the id in the catalog. Minor code cleanups; use booleans where appropriate.
-
Barry Warsaw yazdı
GNUTranslations constructor.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
use re module make chomp() use rstrip()
-
Andrew M. Kuchling yazdı
use re module use .split() string method Doesn't use 'for line in sys.stdin'; that ends up changing its interactive behaviour.
-
Andrew M. Kuchling yazdı
Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
As a side issue on this bug, it was noted that list and tuple iterators used macros to directly access containers and would not recognize __getitem__ overrides. If the method is overridden, the patch returns a generic sequence iterator which calls the __getitem__ method; otherwise, it returns a high custom iterator with direct access to container elements.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
Closes SF bug #724751.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Theres now a separate function for each of the format codes b, B, H, I, k, i, l, L, K.
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
(requested by GvR. patch contributed by Michael Stone)
-
Raymond Hettinger yazdı
(contributed by John J Lee)
-
Fred Drake yazdı
-
Barry Warsaw yazdı
to the PyBSDDB project at SourceForge.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-