Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Skip Montanaro | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | Fix bug #422702: Make flag argument to open optional, and document it that way. | Martin v. Löwis | 2001-06-05 | 1 | -1/+1 |
| | |||||
* | fail more completely by deleting dbhash from sys.modules if bsddb can't be | Skip Montanaro | 2001-01-25 | 1 | -1/+7 |
| | | | | | loaded - prevents second import later from succeeding spuriously - mostly of use in regression tests where the module might get imported more than once | ||||
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
| | | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation. | ||||
* | Clarify why we define error. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | The permissions ('mode' flag) should default to 0666. | Guido van Rossum | 1998-07-03 | 1 | -1/+1 |
| | |||||
* | backward compatible interface for bsddb | Guido van Rossum | 1996-01-25 | 1 | -0/+8 |