- 13 Nis, 2006 30 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
Export the COM entry point functions. Note that there are several conflicting base addresses defined for other extensions, also not all are listed in dllbase_nt.txt.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
are concerned.
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Fixes part of #1445210.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
This may be causing the debian sparc buildbot to fail. Print a little message to let the user ^w buildbot know it's still thinking. We may want to adjust the time period which is currently 5 minutes. Will backport.
-
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 10 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ı
-