- 25 Apr, 2003 34 commits
-
-
Kurt B. Kaiser authored
NEWS.txt idlever.py
-
Fred Drake authored
This is a modified form of SF patch #718027 (mostly markup changes).
-
Kurt B. Kaiser authored
Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
-
Fred Drake authored
- lots of general cleanup
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
in the last revison
-
Skip Montanaro authored
-
Fred Drake authored
(SF patch #545480).
-
Guido van Rossum authored
literally from inet_pton.
-
Skip Montanaro authored
to migrate.
-
Skip Montanaro authored
-
Fred Drake authored
os.walk() generator.
-
Guido van Rossum authored
This makes the test pass on Windows again (and on other platforms that don't have these).
-
Guido van Rossum authored
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 authored
-
Neal Norwitz authored
-
Fred Drake authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Fred Drake authored
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 authored
-
Skip Montanaro authored
-
Walter Dörwald authored
-
Brett Cannon authored
should go in test_urllibnet.py . Still need to write tests for _urlopener usage and urlretrieve.
-
Tim Peters authored
seems much easier to use. Code, docs, NEWS, and additions to test_os.py (testing this sucker is a bitch!).
-
Guido van Rossum authored
-
Guido van Rossum authored
- 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 authored
-
Guido van Rossum authored
RuntimeError.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 24 Apr, 2003 6 commits
-
-
Tim Peters authored
-
Tim Peters authored
functions with different signatures.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Raymond Hettinger authored
Let netrc handle entries with login fields (mail servers for instance) by having login default to ''. Backport candidate.
-
Skip Montanaro authored
use cStringIO if available.
-