0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add travis, coveralls and pypi badges. More... over 10 years ago
Add support for travis and coveralls. More... over 10 years ago
Rename src to src/wrapt for pip install -e. Fixes #55 More... over 10 years ago
Set module from name in register_post_import_hook, fixes #53 More... over 10 years ago
Merge branch 'release/1.10.5' More... almost 11 years ago
Merge pull request #41 from gst/patch-1 More... almost 11 years ago
Removed (unnecessary) double assignment in ObjectProxy.__setattr__ More... almost 11 years ago
Add weakref support for C implementation of function wrapper. More... almost 11 years ago
Fix formatting of examples in blog post. More... almost 11 years ago
Add latest blog posts on monkey patching using wrapt. More... almost 11 years ago
Extend register_post_import_hook() to allow deferred loading of import hook function by name. More... about 11 years ago
Fix issue where multiple target modules registered in entry point for discovered module. More... about 11 years ago
Update copyright years. More... about 11 years ago
Increment version to 1.10.5. More... about 11 years ago
Merge branch 'release/1.10.4' More... about 11 years ago
Increment to 1.10.4 to mixup up botched package version number in 1.10.3 release. More... about 11 years ago
Merge branch 'release/1.10.3' More... about 11 years ago
Add release notes for 1.10.3 changes. More... about 11 years ago
Allow __wrapped__ when not set to be overridden in C extension. More... about 11 years ago
Remove unnecessary check when __setattr__ called for wrapper in C extension. More... about 11 years ago
Add post import hook discovery to public API. More... about 11 years ago
Fix variable name type on post import hook discovery. More... about 11 years ago
Increment version to 1.10.3. More... about 11 years ago
Merge branch 'release/1.10.2' More... over 11 years ago
Fix exceptions/crash when ObjectProxy base class is not initialised. More... over 11 years ago
Increment version to 1.10.2. More... over 11 years ago
Merge branch 'release/1.10.1' More... over 11 years ago
Fix memory leak in C extension when applying FunctionWrapper to methods of an instance of a class. More... over 11 years ago
Increment version to 1.10.1 for patch release. More... over 11 years ago
Merge branch 'release/1.10.0' More... over 11 years ago