- 27 Nis, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gustavo Niemeyer yazdı
recursion limit for certain setups of FreeBSD and OS/2.
-
Gustavo Niemeyer yazdı
[#727759] get bzip2 to build on Solaris 8 (old bzip library)
-
- 26 Nis, 2003 7 kayıt (commit)
-
-
Tim Peters yazdı
Bugfix candidate.
-
Tim Peters yazdı
-
Tim Peters yazdı
"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 yazdı
711019.
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 25 Nis, 2003 30 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
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!).
-