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