- 13 Nis, 2006 38 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Add metadata example
-
Andrew M. Kuchling yazdı
-
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 2 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)
-