| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra... | Andrew M. Kuchling | 2005-06-07 | 1 | -0/+1 |
|
|
* | Give dumbdbm a sync() method which Shelve can call. Should solve some | Skip Montanaro | 2003-07-14 | 1 | -0/+2 |
|
|
* | Make close() identical to __del__() for a dumbdbm database. Make | Tim Peters | 2003-07-13 | 1 | -5/+5 |
|
|
* | Repaired typos in comments. | Tim Peters | 2003-07-13 | 1 | -1/+1 |
|
|
* | Fixed critical shutdown race in _Database._commit. | Tim Peters | 2003-07-13 | 1 | -5/+19 |
|
|
* | More comments about why not closing a dumddbm properly can be a disaster. | Tim Peters | 2003-07-13 | 1 | -3/+7 |
|
|
* | _commit(): Modernization. | Tim Peters | 2003-07-12 | 1 | -2/+2 |
|
|
* | There's a persistent rumor on the spambayes mailing list that dumbdbm | Tim Peters | 2003-07-12 | 1 | -28/+69 |
|
|
* | __setitem__: Use integer division for computing # of blocks. | Tim Peters | 2003-07-11 | 1 | -2/+2 |
|
|
* | SF 662923: iterator for dbm keys | Raymond Hettinger | 2003-06-28 | 1 | -1/+2 |
|
|
* | Fix comment, mode really is used | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
|
|
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 | 1 | -0/+12 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-02-16 | 1 | -1/+1 |
|
|
* | forward-patch from release21-maint branch: | Anthony Baxter | 2001-12-21 | 1 | -0/+6 |
|
|
* | Honor the mode argument to dumbdbm.open(); there is not good reason not to, | Fred Drake | 2001-12-07 | 1 | -6/+7 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -7/+3 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Replace __import__ with import as. | Martin v. Löwis | 2001-07-19 | 1 | -1/+1 |
|
|
* | Added support for .__contains__(), .__iter__(), .iterkeys(). | Fred Drake | 2001-05-03 | 1 | -1/+8 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -3/+7 |
|
|
* | removed __all__ from several modules | Skip Montanaro | 2001-02-18 | 1 | -2/+0 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -107/+107 |
|
|
* | Apply rstrip() to the lines read from _dirfile in _update(), so that a | Guido van Rossum | 2000-12-11 | 1 | -1/+1 |
|
|
* | Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: | Andrew M. Kuchling | 2000-07-10 | 1 | -1/+0 |
|
|
* | Cast f.tell() result to int() in _addval(), so it works even on | Guido van Rossum | 1999-04-27 | 1 | -1/+1 |
|
|
* | export error == IOError | Guido van Rossum | 1996-05-28 | 1 | -0/+2 |
|
|
* | fix typo in _setval() return value | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-10 | 1 | -0/+143 |
|
|