summaryrefslogtreecommitdiffstats
path: root/Modules/bsddbmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Make new gcc -Wall happyGuido van Rossum1998-04-101-3/+3
|
* Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>.Guido van Rossum1998-04-091-22/+148
|
* Apply two changes, systematically:Guido van Rossum1997-10-011-3/+3
| | | | | | | | | | | | | | | | | (1) Use PyErr_NewException("module.class", NULL, NULL) to create the exception object. (2) Remove all calls to Py_FatalError(); instead, return or ignore the errors -- the import code now checks PyErr_Occurred() after calling a module's init function, so it's no longer a fatal error for the initialization to fail. Also did some small cleanups, e.g. removed unnecessary test for "already initialized" from initfpectl(), and unified initposix()/initnt(). I haven't checked this very thoroughly, so while the changes are pretty trivial -- beware of untested code!
* Patches by AMK to check that the db is still open.Guido van Rossum1997-07-171-0/+20
|
* Already renamed. Indented.Roger E. Masse1997-01-161-471/+513
|
* Fix bad format char in error msg (%s should be %d).Guido van Rossum1996-12-051-3/+1
| | | | Keep gcc -Wall happy.
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
|
* Force O_BINARY in flags if defined, for e.g. Microsoft platforms.Guido van Rossum1996-09-111-1/+10
|
* Dynamically initialize ob_type field, for Windows DLLGuido van Rossum1996-09-111-1/+2
|
* Converted to new style names by Skip MontanaroGuido van Rossum1996-07-241-130/+129
|
* Be more careful about default args.Guido van Rossum1996-05-231-16/+25
|
* Initial revisionGuido van Rossum1995-08-301-0/+667