- 05 Mar, 2008 3 commits
-
-
Neal Norwitz authored
Patch from Trent Nelson. Also simplified removing a file by using test_support.
-
Amaury Forgeot d'Arc authored
would give bogus error messages, because of untested exceptions:: >>> f(**g(1=2)) XXX undetected error Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'int' object is not iterable instead of the expected SyntaxError: keyword can't be an expression Will backport.
-
Andrew M. Kuchling authored
-
- 04 Mar, 2008 14 commits
-
-
Raymond Hettinger authored
-
Fred Drake authored
-
Thomas Heller authored
-
Thomas Heller authored
The bundled libffi copy is now in sync with the recently released libffi3.0.4 version, apart from some small changes to Modules/_ctypes/libffi/configure.ac. I gave up on using libffi3 files on os x. Instead, static configuration with files from pyobjc is used.
-
Neal Norwitz authored
As reported by Trent Nelson on python-dev.
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 03 Mar, 2008 16 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Christian Heimes authored
Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too?
-
Neal Norwitz authored
-
Brett Cannon authored
that regrtest can execute the test_main() directly instead of relying on import side-effects.
-
Brett Cannon authored
tests is important.
-
Brett Cannon authored
tests is important.
-
Brett Cannon authored
Also rename the driver function to test_main() instead of main_test().
-
Jeffrey Yasskin authored
ceval.c. This is worth about a .03-.04us speedup on a simple with block.
-
Brett Cannon authored
issues. Thanks to Antoine Pitrou for the patch.
-
- 02 Mar, 2008 7 commits
-
-
Gregory P. Smith authored
stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons.
-
Georg Brandl authored
-
Georg Brandl authored
-
Gerhard Häring authored
-
Gerhard Häring authored
support "create table if not exists", yet.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-