- 08 Feb, 2001 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- Rearrange pickle imports.
-
Jeffrey Shell authored
built and a dictionary was being found where a list was expected (the dictionary was in the form of {'rolename':1}, used to set the default roles for a permission. Changed the line to get the keys of the dictionary).
-
Shane Hathaway authored
-
- 07 Feb, 2001 10 commits
-
-
Guido van Rossum authored
Document running the regression test. Add TO DO list.
-
Guido van Rossum authored
attribute list.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
constructor.
-
Guido van Rossum authored
-
Guido van Rossum authored
This uses Tim Peters's ndiff to produce nice diffs without invoking an external program.
-
Guido van Rossum authored
-
- 06 Feb, 2001 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
* Merge hardening of ZMI contents view against subobjects with flaky 'get_size' (Collector #1900).
-
Chris McDonough authored
It has more informative default output useful for testing things that take out the interpreter halfway through the test script (like segfaulting C extensions). Instead of printing dots as tests are run, it prints the testname. It also has other features, listed below. Changes from 1.2.0 to 1.3.0 --------------------------- * Clearer and more verbose text output format * Tests run in text mode can now be interrupted using ctrl-c * New FunctionTestCase class provides support for wrapping legacy test functions into PyUnit test case instances * Code is now compatible with JPython (new example: examples/withjpython.py) * Support for short descriptions of tests, taken from __doc__ strings by default * Updated and expanded documentation * Tested with Python 2 * Changed module reloading mechanism in GUI test runner to fix a problem with Python 2 on Win32 reported by Henrik Weber (bug 125463) * Convenient new unittest.main() function for use by all test modules For more information, see http://pyunit.sourceforge.net
-
- 05 Feb, 2001 11 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The output of both has the same form, and most be interpreted using the TALInterpreter class. However the METALCompiler output only does (METAL) macro expansion and leaves everything else (i.e. TAL statements) alone.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
- 02 Feb, 2001 5 commits
-
-
Jeffrey Shell authored
classes (DavLockManager now does its own Find-ish command).
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Chris McDonough authored
This tempfile module is r1.27 from the Python MAIN CVS branch. It fixes two rac e conditions. We will place this in lib/python and try to keep it up to date until we ditch Py thon 1.52, at which time we can rely on the (patched) tempfile.py that ships wit h the Python 2.X series.
-
- 01 Feb, 2001 1 commit
-
- 31 Jan, 2001 4 commits
-
-
Chris McDonough authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-