1. 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
  2. 05 May, 2015 1 commit
  3. 23 Apr, 2015 6 commits
  4. 21 Apr, 2015 1 commit
  5. 04 Apr, 2015 2 commits
  6. 31 Mar, 2015 6 commits
  7. 30 Mar, 2015 4 commits
  8. 29 Mar, 2015 2 commits
  9. 28 Mar, 2015 1 commit
  10. 21 Mar, 2015 1 commit
  11. 20 Mar, 2015 5 commits
  12. 19 Mar, 2015 2 commits
  13. 17 Feb, 2015 2 commits
  14. 20 Dec, 2014 1 commit
  15. 18 Dec, 2014 3 commits
  16. 02 Nov, 2014 2 commits