- 06 Feb, 2001 2 commits
-
-
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 12 commits
-
-
Chris McDonough authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Christopher Petrilli authored
in it.
-
Christopher Petrilli authored
-
Guido van Rossum authored
discussed in today's meeting.
-
Guido van Rossum authored
-
Guido van Rossum authored
- Don't use a wrapper function around macroIndexer.
-
- 30 Jan, 2001 9 commits
-
-
Christopher Petrilli authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Running the test suite with this version ("./runtest.sh -c") now shows two failures: - test2: the checked-in test output is missing the xmlns="..." attributes because the Printer module doesn't emit these for prefix-less xmlns attributes (in cases where node.namespaceURI is set but node.prefix is None). - test8: this version emits a redundant xmlns:m attribute on the expanded macro element. AFAICT this is OK according to the XMLNS standard. The redundant attribute is emitted because macros are compiled without context (since they may be used in a different context).
-
Guido van Rossum authored
- Added (untested) insertStructure().
-
Guido van Rossum authored
(by applying str() if it is neither).
-
Tres Seaver authored
-
Guido van Rossum authored
-