- 25 Nis, 2003 25 kayıt (commit)
-
-
Guido van Rossum yazdı
literally from inet_pton.
-
Skip Montanaro yazdı
to migrate.
-
Skip Montanaro yazdı
-
Fred Drake yazdı
os.walk() generator.
-
Guido van Rossum yazdı
This makes the test pass on Windows again (and on other platforms that don't have these).
-
Guido van Rossum yazdı
mode. XXX I'm not convinced that this is the right solution -- arguably, on Windows, the _fileobject class should honor the mode argument and do newline translation. But it's never done that so I think there's no urgent need to fix this today.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Fred Drake yazdı
due to using a single module-level namespace where multiple namespaces were used before. There *really* need to be tests for the sniffer stuff. This could have been avoided. Skip, please review, and add sniffer tests!
-
Guido van Rossum yazdı
-
Skip Montanaro yazdı
-
Walter Dörwald yazdı
-
Brett Cannon yazdı
should go in test_urllibnet.py . Still need to write tests for _urlopener usage and urlretrieve.
-
Tim Peters yazdı
seems much easier to use. Code, docs, NEWS, and additions to test_os.py (testing this sucker is a bitch!).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- The socket module now provides the functions inet_pton and inet_ntop for converting between string and packed representation of IP addresses. See SF patch #658327. This still needs a bit of work in the doc area, because it is not available on all platforms (especially not on Windows).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
RuntimeError.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 24 Nis, 2003 15 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
functions with different signatures.
-
Skip Montanaro yazdı
-
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ı
-