1. 01 Aug, 2016 1 commit
  2. 04 Apr, 2016 2 commits
  3. 14 Jun, 2015 1 commit
  4. 19 May, 2015 4 commits
  5. 13 May, 2015 1 commit
    • Jason Madden's avatar
      Let object.__getattribute__ work in methods wrapped with an acquisition wrapper. Fixes #9. · 5ec1f3f7
      Jason Madden authored
      Dict-based objects are easy, just an assignment. But objects with
      __slots__ require generating new classes on-the-fly with matching
      descriptors (which is how slots are actually implemented). One
      prominent use-case is the `persistent` library which is slot-based.
      
      This is only implemented for the pure-python version because it's only
      been observed to be a problem in that use-case.
      5ec1f3f7
  6. 05 May, 2015 1 commit
  7. 23 Apr, 2015 6 commits
  8. 21 Apr, 2015 1 commit
  9. 04 Apr, 2015 2 commits
  10. 31 Mar, 2015 6 commits
  11. 30 Mar, 2015 4 commits
  12. 29 Mar, 2015 2 commits
  13. 28 Mar, 2015 1 commit
  14. 21 Mar, 2015 1 commit
  15. 20 Mar, 2015 5 commits
  16. 19 Mar, 2015 2 commits