1. 09 May, 2019 1 commit
  2. 25 Apr, 2019 5 commits
  3. 24 Apr, 2019 3 commits
  4. 17 Apr, 2019 1 commit
  5. 26 Mar, 2019 2 commits
  6. 17 Feb, 2019 1 commit
  7. 21 Nov, 2018 2 commits
  8. 20 Nov, 2018 3 commits
  9. 17 Nov, 2018 2 commits
  10. 16 Nov, 2018 3 commits
  11. 15 Nov, 2018 1 commit
  12. 13 Nov, 2018 1 commit
  13. 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
  14. 22 Oct, 2018 4 commits
  15. 21 Oct, 2018 1 commit
  16. 20 Oct, 2018 4 commits
  17. 19 Oct, 2018 1 commit
    • Jason Madden's avatar
      Include the module in the C repr · 67447f2d
      Jason Madden authored
      Fix the repr of the persistent objects to include the module name when
      using the C extension. This matches the pure-Python behaviour and the
      behaviour prior to 4.4.0.
      
      Fixes #92
      67447f2d
  18. 28 Aug, 2018 3 commits