1. 30 Ock, 2007 1 kayıt (commit)
  2. 22 Ara, 2006 2 kayıt (commit)
  3. 07 Haz, 2005 1 kayıt (commit)
  4. 14 Tem, 2003 1 kayıt (commit)
  5. 13 Tem, 2003 4 kayıt (commit)
  6. 12 Tem, 2003 2 kayıt (commit)
    • Tim Peters's avatar
      _commit(): Modernization. · 3898a70b
      Tim Peters yazdı
      3898a70b
    • Tim Peters's avatar
      There's a persistent rumor on the spambayes mailing list that dumbdbm · 7dfd5701
      Tim Peters yazdı
      databases are associated with corruption problems, so I studied this code
      carefully and ran some brutal stress tests.  I didn't find any bugs,
      although it's unclear whether this code *intends* that __setitem__ can
      leave the directory file out of synch with the data file (so
      if a dumbdbm isn't properly closed, and the value of an existing key
      was ever replaced, corruption is almost certain, where "corruption"
      means the directory file is out of synch with the data file).
      
      Added many comments and generally modernized the code.  Examples of the
      latter:  we have better ways of reading a whole file line-by-line now;
      eval() now tolerates a trailing newline; the %r format code can be used
      to avoid explicit repr/backtick calls; and the code often broke tuples
      into their components when it was clearer and faster to just leave them
      as tuples.
      7dfd5701
  7. 11 Tem, 2003 1 kayıt (commit)
  8. 28 Haz, 2003 1 kayıt (commit)
  9. 01 Mar, 2003 1 kayıt (commit)
  10. 01 Haz, 2002 1 kayıt (commit)
  11. 29 May, 2002 1 kayıt (commit)
  12. 16 Şub, 2002 1 kayıt (commit)
  13. 21 Ara, 2001 1 kayıt (commit)
    • Anthony Baxter's avatar
      forward-patch from release21-maint branch: · ed905708
      Anthony Baxter yazdı
        Make dumbdbm merely "dumb", rather than "terminally broken". Without this
        patch, it's almost impossible to use dumbdbm _without_ causing horrible
        datalossage. With this patch, dumbdbm passes my own horrible torture test,
        as well as the roundup test suite.
      
        dumbdbm really could do with a smidgin of a rewrite or two, but that's not
        suitable for the release21-maint branch.
      ed905708
  14. 07 Ara, 2001 1 kayıt (commit)
  15. 24 Eki, 2001 1 kayıt (commit)
  16. 04 Eyl, 2001 1 kayıt (commit)
  17. 19 Tem, 2001 1 kayıt (commit)
  18. 03 May, 2001 1 kayıt (commit)
  19. 02 Mar, 2001 1 kayıt (commit)
  20. 18 Şub, 2001 1 kayıt (commit)
  21. 20 Ock, 2001 1 kayıt (commit)
  22. 14 Ock, 2001 1 kayıt (commit)
  23. 11 Ara, 2000 1 kayıt (commit)
  24. 10 Tem, 2000 1 kayıt (commit)
  25. 27 Nis, 1999 1 kayıt (commit)
  26. 28 May, 1996 1 kayıt (commit)
  27. 25 Ock, 1996 1 kayıt (commit)
  28. 10 Agu, 1995 1 kayıt (commit)
  29. 23 Nis, 1995 1 kayıt (commit)
  30. 10 Ock, 1995 1 kayıt (commit)