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
Fix binding issue related to unbound methods. More... over 12 years ago
Revert version back to 1.2.1 to allow for a patch release. More... over 12 years ago
Add explicit casts to eliminate compiler warnings. More... over 12 years ago
Increment version to 1.3.0. More... over 12 years ago
Merge branch 'release/v1.2.0' More... over 12 years ago
Allow rebinding when initially bound to instance as None. More... over 12 years ago
Rename titles of pages to be more descriptive. More... over 12 years ago
Add link to Python bug report for known issue item. More... over 12 years ago
Added updated decorator benchmarks and test script to make it easier to run them. More... over 12 years ago
Update main documentation page. More... over 12 years ago
Merge branch 'feature/wrapper-documentation' into develop More... over 12 years ago
Documentation on custom function wrappers. More... over 12 years ago
Document FunctionWrapper. More... over 12 years ago
Document enabled option for decorator factory. More... over 12 years ago
When enabled option is callable, it must be checked on the actual call for a bound method, not when binding occurs. More... over 12 years ago
Change order of keyword only arguments. More... over 12 years ago
Merge branch 'feature/refactor-adapter-mechanism' into develop More... over 12 years ago
Use US spelling to be consistent with everywhere else. More... over 12 years ago
Set __module__ and __doc__ in ObjectProxy of C implementation to prevent those from derived Python class from taking precedence. More... over 12 years ago
Drop adapter support from FunctionWrapper and handle it with a derived class. Changes fix issue with signature preservation for bound methods when using an adapter. Issue #2. More... over 12 years ago
Object proxy documentation. More... over 12 years ago
Stop using internal PyEval functions and optimise how calls are made. More... over 12 years ago
Collapse bound method wrapper functionality into bound function wrapper. More... over 12 years ago
Document in changes file the addition of monkey patching functions. More... over 12 years ago
Add helper functions for performing monkey patching on existing code. More... over 12 years ago
Fix order in which builltin and method variant of __getattr__() is applied for C ObjectProxy. More... over 12 years ago
Merge branch 'feature/post-import-hooks' into develop More... over 12 years ago
Also need to delete class instance as well as function on class under Python 3 for weak function wrapper on instance method. More... over 12 years ago
Documented in changes file post import hook mechanism. More... over 12 years ago
Adjust test to use different module as socket imported by coverage tools. More... over 12 years ago