openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
W
wrapt
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 36 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Test script to run unit tests under tox with and without extensions.
Graham Dumpleton
More...
over 12 years ago
Run tests with pypy as we as py26,py27,py33.
Graham Dumpleton
More...
over 12 years ago
Change to py.test as test runner under tox.
Graham Dumpleton
More...
over 12 years ago
Fallback to building pure Python variant if extension cannot be compiled.
Graham Dumpleton
More...
over 12 years ago
Implement remaining number methods for object proxy.
Graham Dumpleton
More...
over 12 years ago
Implemented proxying of __nonzero__/__bool__ in object proxy.
Graham Dumpleton
More...
over 12 years ago
Update unit tests to test that isinstance() for base class works via object proxy.
Graham Dumpleton
More...
over 12 years ago
Update unit tests to check for wrapper on RHS of comparisons.
Graham Dumpleton
More...
over 12 years ago
Wrong cast to satisfy type checking of method dispatch table when compiling.
Graham Dumpleton
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.
Graham Dumpleton
More...
over 12 years ago
Handle name preservation for an adapter when creating the decorator rather than in the wrapper itself.
Graham Dumpleton
More...
over 12 years ago
Implement proxying of rich comparisons.
Graham Dumpleton
More...
over 12 years ago
Implement proxying of hash function for C implementation of object proxy.
Graham Dumpleton
More...
over 12 years ago
Implementing proxying of context manager methods in proxy object C implementation.
Graham Dumpleton
More...
over 12 years ago
Test class name typo.
Graham Dumpleton
More...
over 12 years ago
Add test of iterating over object wrapped with ObjectProxy.
Graham Dumpleton
More...
over 12 years ago
Implement inheritance between C implementations of wrapper classes and object proxy.
Graham Dumpleton
More...
over 12 years ago
Method list of ObjectWrapper not correct terminated in C implementation.
Graham Dumpleton
More...
over 12 years ago
Implement __call__ for C implementation of ObjectProxy.
Graham Dumpleton
More...
over 12 years ago
Fix typo in documentation.
Graham Dumpleton
More...
over 12 years ago
Calling vars() on Python version of wrapper requires explicit __dict__ as override property.
Graham Dumpleton
More...
over 12 years ago
Add skeleton for Sphinx based documentation.
Graham Dumpleton
More...
over 12 years ago
Add support for __dir__ proxying in ObjectProxy.
Graham Dumpleton
More...
over 12 years ago
Updates to unit tests.
Graham Dumpleton
More...
over 12 years ago
The __qualname__ and __name__ attributes should not be written back to the wrapped/target in constructor.
Graham Dumpleton
More...
over 12 years ago
Rename WrapperBase to ObjectProxy and promote to public API.
Graham Dumpleton
More...
over 12 years ago
Move wrapper storage out of WrapperBase as not a part of ObjectProxy functionality and applies to specific wrapper types.
Graham Dumpleton
More...
over 12 years ago
Proxy through query/update of annotations in C version of wrapper.
Graham Dumpleton
More...
over 12 years ago
Propagate __name__ and __qualname__ updates as well as saving them against the wrapper.
Graham Dumpleton
More...
over 12 years ago
Make compilation of extensions optional through an environment variable.
Graham Dumpleton
More...
over 12 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree