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
1 day
ago. based on code collected
1 day
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 31 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix binding issue related to unbound methods.
Graham Dumpleton
More...
over 12 years ago
Revert version back to 1.2.1 to allow for a patch release.
Graham Dumpleton
More...
over 12 years ago
Add explicit casts to eliminate compiler warnings.
Graham Dumpleton
More...
over 12 years ago
Increment version to 1.3.0.
Graham Dumpleton
More...
over 12 years ago
Merge branch 'release/v1.2.0'
Graham Dumpleton
More...
over 12 years ago
Allow rebinding when initially bound to instance as None.
Graham Dumpleton
More...
over 12 years ago
Rename titles of pages to be more descriptive.
Graham Dumpleton
More...
over 12 years ago
Add link to Python bug report for known issue item.
Graham Dumpleton
More...
over 12 years ago
Added updated decorator benchmarks and test script to make it easier to run them.
Graham Dumpleton
More...
over 12 years ago
Update main documentation page.
Graham Dumpleton
More...
over 12 years ago
Merge branch 'feature/wrapper-documentation' into develop
Graham Dumpleton
More...
over 12 years ago
Documentation on custom function wrappers.
Graham Dumpleton
More...
over 12 years ago
Document FunctionWrapper.
Graham Dumpleton
More...
over 12 years ago
Document enabled option for decorator factory.
Graham Dumpleton
More...
over 12 years ago
When enabled option is callable, it must be checked on the actual call for a bound method, not when binding occurs.
Graham Dumpleton
More...
over 12 years ago
Change order of keyword only arguments.
Graham Dumpleton
More...
over 12 years ago
Merge branch 'feature/refactor-adapter-mechanism' into develop
Graham Dumpleton
More...
over 12 years ago
Use US spelling to be consistent with everywhere else.
Graham Dumpleton
More...
over 12 years ago
Set __module__ and __doc__ in ObjectProxy of C implementation to prevent those from derived Python class from taking precedence.
Graham Dumpleton
More...
over 12 years ago
Drop adapter support from FunctionWrapper and handle it with a derived class. Changes fix issue with signature preservation for bound methods when using an adapter. Issue #2.
Graham Dumpleton
More...
over 12 years ago
Object proxy documentation.
Graham Dumpleton
More...
over 12 years ago
Stop using internal PyEval functions and optimise how calls are made.
Graham Dumpleton
More...
over 12 years ago
Collapse bound method wrapper functionality into bound function wrapper.
Graham Dumpleton
More...
over 12 years ago
Document in changes file the addition of monkey patching functions.
Graham Dumpleton
More...
over 12 years ago
Add helper functions for performing monkey patching on existing code.
Graham Dumpleton
More...
over 12 years ago
Fix order in which builltin and method variant of __getattr__() is applied for C ObjectProxy.
Graham Dumpleton
More...
over 12 years ago
Merge branch 'feature/post-import-hooks' into develop
Graham Dumpleton
More...
over 12 years ago
Also need to delete class instance as well as function on class under Python 3 for weak function wrapper on instance method.
Graham Dumpleton
More...
over 12 years ago
Documented in changes file post import hook mechanism.
Graham Dumpleton
More...
over 12 years ago
Adjust test to use different module as socket imported by coverage tools.
Graham Dumpleton
More...
over 12 years ago
←
1
2
…
27
28
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