0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix change description. More... almost 7 years ago
Disable Python 3.4 tests on AppVeyor again as can't workaround broken environment. More... almost 7 years ago
Also update setuptools and wheel packages. More... almost 7 years ago
Attempt to update pip/setuptools/wheel before running tox to avoid issues with older versions. More... almost 7 years ago
Disable testing of C extension on AppVeyor as their compiler setup is broken. More... almost 7 years ago
Attempt to restore AppVeyor tests for Python 3.4. More... almost 7 years ago
Ensure the decorator returns the correct signature so linters aren't confused. More... almost 7 years ago
Don't test using Python 3.4 on Windows. More... almost 7 years ago
Always remove wrapper from GC before clearing any attributes. More... almost 7 years ago
Increment version to 1.11.2. More... almost 7 years ago
Merge tag '1.11.1' into develop More... about 7 years ago
Merge branch 'release/1.11.1' More... about 7 years ago
Fix memory leak in partial when applied to call of instance method via class type. More... about 7 years ago
Fix duplication of first positional parameter, and failure when keyword parameters supplied. More... about 7 years ago
C extension of partial() equivalent would fail when no positional arguments supplied. More... about 7 years ago
Expose PartialCallableObjectProxy in public API. More... about 7 years ago
Update copyright year. More... about 7 years ago
Increment version to 1.11.1. More... about 7 years ago
Merge branch 'release/1.11.0' More... about 7 years ago
Merge tag '1.11.0' into develop More... about 7 years ago
Skip missing interpreters when running tox. More... about 7 years ago
Fix typo in __annotations__ property on object proxy. More... over 7 years ago
Make protocol argument name match convention. More... over 7 years ago
Update that must be __reduce_ex_() that is implemented by object proxy. More... over 7 years ago
Override __reduce_ex__ and require it be overridden as __reduce__ alone ignore in Python 2.7. More... over 7 years ago
Fix AppVeyor badge link. More... over 7 years ago
Add default implementation of special pickle methods that raise not implemented error. More... over 7 years ago
Add default implementation of special copy methods that raise not implemented error. More... over 7 years ago
Create meta lock globally. More... over 7 years ago
Add warning about dropping support for Python 2.6 and 3.3. More... over 7 years ago