0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test script to run unit tests under tox with and without extensions. More... over 12 years ago
Run tests with pypy as we as py26,py27,py33. More... over 12 years ago
Change to py.test as test runner under tox. More... over 12 years ago
Fallback to building pure Python variant if extension cannot be compiled. More... over 12 years ago
Implement remaining number methods for object proxy. More... over 12 years ago
Implemented proxying of __nonzero__/__bool__ in object proxy. More... over 12 years ago
Update unit tests to test that isinstance() for base class works via object proxy. More... over 12 years ago
Update unit tests to check for wrapper on RHS of comparisons. More... over 12 years ago
Wrong cast to satisfy type checking of method dispatch table when compiling. More... over 12 years ago
Use a '_wrapt_' prefix on our special decorator arguments so that user keyword params aren't restricted to using more common names. More... over 12 years ago
Handle name preservation for an adapter when creating the decorator rather than in the wrapper itself. More... over 12 years ago
Implement proxying of rich comparisons. More... over 12 years ago
Implement proxying of hash function for C implementation of object proxy. More... over 12 years ago
Implementing proxying of context manager methods in proxy object C implementation. More... over 12 years ago
Test class name typo. More... over 12 years ago
Add test of iterating over object wrapped with ObjectProxy. More... over 12 years ago
Implement inheritance between C implementations of wrapper classes and object proxy. More... over 12 years ago
Method list of ObjectWrapper not correct terminated in C implementation. More... over 12 years ago
Implement __call__ for C implementation of ObjectProxy. More... over 12 years ago
Fix typo in documentation. More... over 12 years ago
Calling vars() on Python version of wrapper requires explicit __dict__ as override property. More... over 12 years ago
Add skeleton for Sphinx based documentation. More... over 12 years ago
Add support for __dir__ proxying in ObjectProxy. More... over 12 years ago
Updates to unit tests. More... over 12 years ago
The __qualname__ and __name__ attributes should not be written back to the wrapped/target in constructor. More... over 12 years ago
Rename WrapperBase to ObjectProxy and promote to public API. More... over 12 years ago
Move wrapper storage out of WrapperBase as not a part of ObjectProxy functionality and applies to specific wrapper types. More... over 12 years ago
Proxy through query/update of annotations in C version of wrapper. More... over 12 years ago
Propagate __name__ and __qualname__ updates as well as saving them against the wrapper. More... over 12 years ago
Make compilation of extensions optional through an environment variable. More... over 12 years ago