- 13 Apr, 2006 13 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
using a C++ compiler. Still lots and lots of errors in the modules built by setup.py, and a bunch of warnings from g++ in the core.
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Anthony Baxter authored
prepends the exception's module name to non-builtin exceptions, like the interpreter itself does. broke a number of doctests. should be discussed before checking in (see discussion on python-dev).
-
Anthony Baxter authored
-
Anthony Baxter authored
-
- 12 Apr, 2006 27 commits
-
-
Georg Brandl authored
exception's module name to non-builtin exceptions, like the interpreter itself does.
-
Gregory P. Smith authored
bsddb.*open() methods cachesize parameter wouldn't work (raised an internal bsddb.db exception when it was given). The set_cachesize call needed to be moved from the DB object to the DBEnv since the env was introduced to allow for threading. (will backport to 2.4)
-
Gregory P. Smith authored
Using None for a filename with the 'n' flag when calling bsddb.btopen would cause an error while checking if the file None existed. error not likely to be seen as anyone using None for a filename would likely use the 'c' flag in the first place.
-
Phillip J. Eby authored
pointer dereferences.
-
Andrew M. Kuchling authored
Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL's suggestion; typographical tidying of MvL's name
-
Andrew M. Kuchling authored
-
Armin Rigo authored
in dicts and sets when computing the total number of references.
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
e.g. SimpleXMLRPCServer wasn't in here yet.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
Wrapped in a try/except.
-
Armin Rigo authored
-
Walter Dörwald authored
Add tests for the output of the TextCalendar and HTMLCalendar classes.
-
Neal Norwitz authored
-
Tim Peters authored
"O" arguments, so must not decref them. This accounts for why running test_contextlib.test_main() in a loop eventually tried to deallocate Py_None.
-
Neal Norwitz authored
report failures, we'll see. Skip certain hopeless tests: compiler and logging. compiler will likely always show varying leaks since it doesn't work on a defined set of modules unless -u compiler is specified. But that takes forever (we only run with -u network currently). logging causes hangs when running with -R.
-
Neal Norwitz authored
Add tests for generator expressions too.
-
Neal Norwitz authored
-
Anthony Baxter authored
-
Neal Norwitz authored
-
Anthony Baxter authored
-
Anthony Baxter authored
code work with C++ compilers.
-
Anthony Baxter authored
with the getstring() results in pattern_subx. Will come back to that.
-
Anthony Baxter authored
-