1. 08 Mar, 2017 3 commits
  2. 27 Feb, 2017 1 commit
  3. 26 Feb, 2017 1 commit
  4. 23 Feb, 2017 2 commits
  5. 22 Feb, 2017 2 commits
  6. 16 Jan, 2017 1 commit
  7. 14 Jan, 2017 2 commits
  8. 13 Jan, 2017 5 commits
  9. 12 Jan, 2017 2 commits
  10. 22 Dec, 2016 1 commit
  11. 20 Dec, 2016 1 commit
  12. 19 Dec, 2016 9 commits
  13. 29 Nov, 2016 5 commits
  14. 15 Nov, 2016 2 commits
  15. 10 Aug, 2016 3 commits
    • Tres Seaver's avatar
      Changelog for PR #32. · 69633df4
      Tres Seaver authored
      [ci skip]
      69633df4
    • Tres Seaver's avatar
      Merge pull request #31 from zerodb/master. · 92e6b354
      Tres Seaver authored
      Get rid of ctypes dependency to make persistent more pure-python compatible.
      
      Update PR's branch to fix tests under Py3k / pypy3.
      92e6b354
    • Tres Seaver's avatar
      Make tests pass for Python 3.4/3.5 and pypy3. · 3a5bf839
      Tres Seaver authored
      - Use 'sys.maxsize' rather than 'sys.maxint' for Py3k compatibility.
      
      - Define it as a module constant, and patch it locally in tests, rather
        than patching 'sys'.
      
      - Call 'c.__hash__()' directly in 'test_hash_equal_constants' to work
        around odd truncation behavior of 'hash()' builtin in pypy3.
      3a5bf839