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 33 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Incorrect increment of reference count on persistent type object.
Graham Dumpleton
More...
over 12 years ago
Memory leak in C implementation of object proxy when instance method called via class and instance passed in explicitly.
Graham Dumpleton
More...
over 12 years ago
In place operators were not correctly replacing wrapped object with result of operation on the wrapped object.
Graham Dumpleton
More...
over 12 years ago
Increment document version to 1.2.0.
Graham Dumpleton
More...
over 12 years ago
Increment version to 1.2.0.
Graham Dumpleton
More...
over 12 years ago
Cutover documentation for a 1.1.0 release.
Graham Dumpleton
More...
over 12 years ago
Calculate owner when calling __get__() in case target doesn't allow default value for owner.
Graham Dumpleton
More...
over 12 years ago
Extend synchronized example in documentation to allow lock object to be passed in explicitly to override default.
Graham Dumpleton
More...
over 12 years ago
Update synchronized decorator so that it can be supplied a lock object explicitly to override default.
Graham Dumpleton
More...
over 12 years ago
Extend synchronized example to show how can implement a context manager for synchronised statements.
Graham Dumpleton
More...
over 12 years ago
Update synchronized decorator so that it can be used as a context manager for synchronized statements.
Graham Dumpleton
More...
over 12 years ago
Updated CHANGES file for recent updates to package.
Graham Dumpleton
More...
over 12 years ago
Added a synchronized decorator for thread mutex locking around functions, class instances and classes.
Graham Dumpleton
More...
over 12 years ago
Expose C extension variants of function wrapper base and bound wrapper classes to allow customisation in pure Python code.
Graham Dumpleton
More...
over 12 years ago
Unit tests and fixes for weak function proxy.
Graham Dumpleton
More...
over 12 years ago
Fix unit test for setting attributes in derived classes to run properly on Python 3.3.
Graham Dumpleton
More...
over 12 years ago
Added a weakref proxy implementation that works with both normal functions and instance methods.
Graham Dumpleton
More...
over 12 years ago
Ensure renamed README and CHANGES file are added into source tar ball when created.
Graham Dumpleton
More...
over 12 years ago
Added a CHANGES file.
Graham Dumpleton
More...
over 12 years ago
Rename README file.
Graham Dumpleton
More...
over 12 years ago
Unit tests for manipulating as yet un-initialised base class in derived class __new__() and __init__().
Graham Dumpleton
More...
over 12 years ago
Only raise exception if no wrapped object if actually need to access it to set an attribute.
Graham Dumpleton
More...
over 12 years ago
Only raise exception if no wrapped object if actually need to access it, else have issues in __new__() of derived class.
Graham Dumpleton
More...
over 12 years ago
Increment version to 1.1.0.
Graham Dumpleton
More...
over 12 years ago
Add section in documentation for conference presentations related to package.
Graham Dumpleton
More...
over 12 years ago
Fix the typo in the fix to the reference to wrapped when called in documentation example.
Graham Dumpleton
More...
over 12 years ago
Add example of decorator with optional arguments to documentation.
Graham Dumpleton
More...
over 12 years ago
Fix incorrect variable reference in code example for documentation.
Graham Dumpleton
More...
over 12 years ago
Increment documentation version to 1.0.0.
Graham Dumpleton
More...
over 12 years ago
Increment version to 1.0.0 ready for release. :-)
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