0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use context diff so easier to see differences. More... 8 months ago
Enforce positional/keyword params for decorator. More... 8 months ago
Add section comment. More... 8 months ago
Reorder type hints. More... 8 months ago
Add type hints for ObjectProxy and CallableObjectProxy. More... 8 months ago
Add type hint for __wrapped__ attribute. More... 8 months ago
Add type hints for BoundFunctionWrapper. More... 8 months ago
Add mypy checks for function wrapper. More... 8 months ago
Swap to class for partial callable object proxy type hints. More... 8 months ago
Add doc strings and type hints for weak function proxy. More... 8 months ago
Fix test documentation. More... 8 months ago
Update partial class documentation. More... 8 months ago
Reorder export list. More... 8 months ago
Missing export of partial in __all__. More... 8 months ago
Add doc strings and type hints for partial(). More... 8 months ago
Added partial alias for PartialCallableObjectProxy. More... 8 months ago
Add the partial alias for PartialCallableObjectProxy. More... 8 months ago
The __rdiv__ method was not supported in Python 3+. More... 8 months ago
The __idiv__ method was not supported in Python 3+. More... 8 months ago
The __div__ method was not supported in Python 3+. More... 8 months ago
Reformat comments. More... 8 months ago
Merge pull request #287 from grayjk/other-cleanup More... 8 months ago
Add type hints and doc strings for synchronized decorator. More... 8 months ago
Additional tests for function wrappers. More... 8 months ago
Match prototypes for function wrappers in type hints. More... 8 months ago
Update just commands for mypy testing. More... 8 months ago
Add type hints and dic strings to post import hooks functions. More... 8 months ago
Remove redundant import. More... 8 months ago
Fix typos in change notes. More... 8 months ago
Remove reference to getcallargs() and formatargspec() in wrapt module. More... 8 months ago