- 26 Apr, 2003 5 commits
-
-
Tim Peters authored
"import test.autotest", temp_imp failed because the import lock was still held at the test's end (the test assumed it wouldn't be), and then a RuntimeError got raised at the end of the entire suite run because test_imp cleared the import lock as a side effect of trying to test that the import lock wasn't held (but a legitimate import is in progress, so the lock should be held, and the import machinery complained when it found that the lock was unexpectedly cleareed). Also removed the unittest scaffolding. It didn't buy anything here, and the test was raising regrtest's TestFailed instead of using the unittest failure-reporting mechanisms.
-
Skip Montanaro authored
711019.
-
Tim Peters authored
-
Fred Drake authored
-
Guido van Rossum authored
-
- 25 Apr, 2003 35 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
original. New files are written using the eol convention of the platform, given by os.linesep. All files are read and written in binary mode.
-
Fred Drake authored
-
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
-