- 13 Apr, 2006 27 commits
-
-
Martin v. Löwis authored
-
Thomas Heller authored
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 authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
are concerned.
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Martin v. Löwis authored
Fixes part of #1445210.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
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 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 13 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
-