- 30 Apr, 2006 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
UNIX platforms.
-
Georg Brandl authored
Fix another problem in inspect: if the module for an object cannot be found, don't try to give its __dict__ to linecache.
-
Phillip J. Eby authored
-
Georg Brandl authored
On the way, add a decorator to test_support to facilitate running single test functions in different locales with automatic cleanup.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
George Yoshida authored
-
Andrew M. Kuchling authored
-
- 29 Apr, 2006 8 commits
-
-
Gerhard Häring authored
find a better place for the link to it than alongside bsddb & friends.
-
Brett Cannon authored
-
Martin v. Löwis authored
add expat_config.h.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Ronald Oussoren authored
-
George Yoshida authored
-
- 28 Apr, 2006 13 commits
-
-
Georg Brandl authored
possibly "rounding up" to the next whole second.
-
Thomas Heller authored
-
Georg Brandl authored
since this value is used to name the build directory.
-
Georg Brandl authored
them to the Error errors list.
-
George Yoshida authored
-
Georg Brandl authored
-
Georg Brandl authored
-
George Yoshida authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Printing to stdout, doesn't mean the data was actually written. It depends on the buffering, so we need to flush. This will hopefully really fix the buildbots getting killed due to no output on the slow bots.
-
Neal Norwitz authored
-
- 27 Apr, 2006 7 commits
-
-
Thomas Wouters authored
(since they won't trigger if zlib is already sucessfully imported); they were found by grepping .py files, instead of looking at warning output :)
-
Thomas Wouters authored
- Warn-raise ImportWarning when importing would have picked up a directory as package, if only it'd had an __init__.py. This swaps two tests (for case-ness and __init__-ness), but case-test is not really more expensive, and it's not in a speed-critical section. - Test for the new warning by importing a common non-package directory on sys.path: site-packages - In regrtest.py, silence warnings generated by the build-environment because Modules/ (which is added to sys.path for Setup-created modules) has 'zlib' and '_ctypes' directories without __init__.py's.
-
David Goodger authored
-
Thomas Wouters authored
than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily.
-
Thomas Wouters authored
using a prime number, rather than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily.
-
Thomas Heller authored
are newer then fficonfig.py.
-
Thomas Wouters authored
-