1. 06 Nov, 2019 1 commit
  2. 01 Nov, 2019 3 commits
  3. 23 Oct, 2019 1 commit
  4. 16 May, 2019 1 commit
  5. 09 May, 2019 2 commits
  6. 25 Apr, 2019 5 commits
  7. 24 Apr, 2019 3 commits
  8. 17 Apr, 2019 1 commit
  9. 26 Mar, 2019 2 commits
  10. 17 Feb, 2019 1 commit
  11. 21 Nov, 2018 2 commits
  12. 20 Nov, 2018 3 commits
  13. 17 Nov, 2018 2 commits
  14. 16 Nov, 2018 3 commits
  15. 15 Nov, 2018 1 commit
  16. 13 Nov, 2018 1 commit
  17. 12 Nov, 2018 2 commits
    • Jason Madden's avatar
      Merge pull request #105 from zopefoundation/issue102 · 7b7ce089
      Jason Madden authored
      Fully test the C implementation of the PickleCache
      7b7ce089
    • Jason Madden's avatar
      Fully test the C implementation of the PickleCache · e2116d98
      Jason Madden authored
      Fix discrepancies between it and the Python implementation:
      
        - The C implementation now raises ``ValueError`` instead of
          ``AssertionError`` for certain types of bad inputs.
        - The Python implementation uses the C wording for error messages.
        - The C implementation properly implements ``IPickleCache``; methods
          unique to the Python implementation were moved to
          ``IExtendedPickleCache``.
        - The Python implementation raises ``AttributeError`` if a
          persistent class doesn't have a ``p_jar`` attribute.
      
      Fixes #102
      e2116d98
  18. 22 Oct, 2018 4 commits
  19. 21 Oct, 2018 1 commit
  20. 20 Oct, 2018 1 commit