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