- 05 Mar, 2008 18 commits
-
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Skip Montanaro authored
versions.
-
Thomas Heller authored
compatibility with PEP3118.
-
Thomas Heller authored
-
Georg Brandl authored
-
Jeffrey Yasskin authored
calls (which don't exist on non-Unix platforms). Thanks to Trent Nelson for the report and patch.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
before timing out. This doesn't change the duration of the test under normal circumstances. This is targetted at fixing the spurious failures on the FreeBSD buildbot primarily.
-
Neal Norwitz authored
should prevent a failure in tearDown masking any real test failure.
-
Neal Norwitz authored
Patch from Trent Nelson. (I can't test this.)
-
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 8 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?
-