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 34 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add installation and repository sections to documentation.
Graham Dumpleton
More...
over 12 years ago
Add license file for simplified BSD license package is released under.
Graham Dumpleton
More...
over 12 years ago
Renaming and synchronised decorator example.
Graham Dumpleton
More...
over 12 years ago
Wrong lock type for synchronised decorator example.
Graham Dumpleton
More...
over 12 years ago
Fix various typos/errors in documentation.
Graham Dumpleton
More...
over 12 years ago
Remove Python 3 keyword only example from quick start documentation.
Graham Dumpleton
More...
over 12 years ago
Expand available documentation with more detail on decorator usage.
Graham Dumpleton
More...
over 12 years ago
Fix typo in code comments.
Graham Dumpleton
More...
over 12 years ago
Add comparative benchmarks for different decorator implementations.
Graham Dumpleton
More...
over 12 years ago
Remove redundant local variables.
Graham Dumpleton
More...
over 12 years ago
Drop wrapper args/kwargs concept from function wrappers as now relying on closures. #1
Graham Dumpleton
More...
over 12 years ago
Drop wrapper args/kwargs concept from decorator and rely on function closures for decorators with arguments. #1
Graham Dumpleton
More...
over 12 years ago
Change documentation to use function closure for decorator with arguments. #1
Graham Dumpleton
More...
over 12 years ago
Fix typo in documentation.
Graham Dumpleton
More...
over 12 years ago
Add example in the form of a test, for a memoize decorator.
Graham Dumpleton
More...
over 12 years ago
Incorrect class name for unit test.
Graham Dumpleton
More...
over 12 years ago
No need to traverse __wrapped__ when normal function.
Graham Dumpleton
More...
over 12 years ago
Drop generated index and search page.
Graham Dumpleton
More...
over 12 years ago
Move documentation from the README into ReadTheDocs.
Graham Dumpleton
More...
over 12 years ago
Corrections to README file examples.
Graham Dumpleton
More...
over 12 years ago
Document issues with behaviour of classmethod.__get__() in Python.
Graham Dumpleton
More...
over 12 years ago
Add test of synchronized decorator within static and class method decorators.
Graham Dumpleton
More...
over 12 years ago
Fix typo and add clarification in README.
Graham Dumpleton
More...
over 12 years ago
Need to check again for appropriate synchronised lock inside of meta lock to avoid race condition.
Graham Dumpleton
More...
over 12 years ago
Check synchronised decorator works when methods called via type for instance and via instance for static and class method.
Graham Dumpleton
More...
over 12 years ago
Use inspect.isclass() to determine when wrapper is being passed a class for wrapped or instance.
Graham Dumpleton
More...
over 12 years ago
Add basic examples and description of usage to the README.
Graham Dumpleton
More...
over 12 years ago
Add example as a test for a thread synchronisation decorator.
Graham Dumpleton
More...
over 12 years ago
Ensure that wrapper function for decorator is available as __wrapped__ via the decorator.
Graham Dumpleton
More...
over 12 years ago
No point retaining Python version references as they will not work when C one is loaded and renaming done.
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