- 13 Nis, 2006 13 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Anthony Baxter yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Anthony Baxter yazdı
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 yazdı
-
Anthony Baxter yazdı
-
- 12 Nis, 2006 27 kayıt (commit)
-
-
Georg Brandl yazdı
exception's module name to non-builtin exceptions, like the interpreter itself does.
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
pointer dereferences.
-
Andrew M. Kuchling yazdı
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 yazdı
-
Armin Rigo yazdı
in dicts and sets when computing the total number of references.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
e.g. SimpleXMLRPCServer wasn't in here yet.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Anthony Baxter yazdı
Wrapped in a try/except.
-
Armin Rigo yazdı
-
Walter Dörwald yazdı
Add tests for the output of the TextCalendar and HTMLCalendar classes.
-
Neal Norwitz yazdı
-
Tim Peters yazdı
"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 yazdı
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 yazdı
Add tests for generator expressions too.
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
code work with C++ compilers.
-
Anthony Baxter yazdı
with the getstring() results in pattern_subx. Will come back to that.
-
Anthony Baxter yazdı
-