Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -19/+107 |
| | | | | Also got rid of some inconsistent change log comments near the top. | ||||
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -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 Rossum | 1997-07-17 | 1 | -0/+20 |
| | |||||
* | As per GvR recomendation, added support for a 'sync' attribute for the | Roger E. Masse | 1997-03-25 | 1 | -0/+18 |
| | | | | GDBM module. | ||||
* | Renamed in a grand-ee-ous way! | Roger E. Masse | 1996-12-17 | 1 | -171/+176 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Rewritten keys() and has_key() to avoid memory leaks. | Guido van Rossum | 1996-07-21 | 1 | -11/+17 |
| | |||||
* | support fast mode for gdmb | Guido van Rossum | 1996-01-26 | 1 | -9/+16 |
| | |||||
* | fix leaks in keys(); fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -4/+11 |
| | |||||
* | normalized flag arg and made flag, mode default args; minor cosmetics | Guido van Rossum | 1995-07-07 | 1 | -9/+27 |
| | |||||
* | added firstkey(), nextkey(), reorganize() methods | Guido van Rossum | 1995-03-16 | 1 | -0/+64 |
| | |||||
* | plugged some memory leaks (Steve Clift) | Guido van Rossum | 1995-03-14 | 1 | -9/+16 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Free was called with a struct as argument instead of a field from the | Sjoerd Mullender | 1994-10-13 | 1 | -2/+2 |
| | | | | struct. | ||||
* | * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added | Guido van Rossum | 1994-08-08 | 1 | -0/+279 |
Anthony Baxter's gdbm module (derived from Jack's dbm module) |