- 25 Nis, 2003 34 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
NEWS.txt idlever.py
-
Fred Drake yazdı
This is a modified form of SF patch #718027 (mostly markup changes).
-
Kurt B. Kaiser yazdı
Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
-
Fred Drake yazdı
- lots of general cleanup
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
in the last revison
-
Skip Montanaro yazdı
-
Fred Drake yazdı
(SF patch #545480).
-
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 6 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.
-