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 badge type. More... over 7 years ago
Update TravisCI status badge. More... over 7 years ago
Add AppVeyor status badge. More... over 7 years ago
Update AppVeyor tests. More... over 7 years ago
Merge pull request #113 from eire1130/develop More... over 7 years ago
Merge pull request #119 from FedericoStra/develop More... over 7 years ago
Workaround for Python 3.7 on TravisCI. More... over 7 years ago
Add TravisCI test for Python 3.7. More... over 7 years ago
Merge pull request #124 from hugovk/rm-eol More... over 7 years ago
Skip 1.10.12 and increment to 1.11.0. More... over 7 years ago
Skip 1.10.12 and increment to 1.11.0. More... over 7 years ago
Update copyright year. More... over 7 years ago
Drop global Python list. More... over 7 years ago
Don't set flags in global as triggers separate test. More... over 7 years ago
Restrict pypy tests on TravisCI. More... over 7 years ago
Add TravisCI test for pypy3.5. More... over 7 years ago
Restrict Travis to Python 3.6 main runner. More... over 7 years ago
Preserve introspection for Class.instancemethod() calls. More... over 7 years ago
Ignore pytest cache directory. More... over 7 years ago
Fix hash type for Python 3.3+. More... over 7 years ago
Upgrade Python syntax with pyupgrade More... over 7 years ago
Drop support for EOL Python 2.6 and 3.3 More... over 7 years ago
Fix test_function.py More... almost 8 years ago
explicitly import importlib.util and keep support for python 3.3 More... about 8 years ago
remove comment More... over 8 years ago
removed deprecated find_loader in favor of find_spec and removed py33 support. More... over 8 years ago
Not correctly propagating exception when using inplace or operator. More... over 8 years ago
Test for complex() on proxy object. More... over 8 years ago
Implement __complex__() special method so complex() works on proxy object. More... over 8 years ago
Arithmetic operations on proxy weren't check argument types correctly when raising exception about uninitialized wrapper. More... over 8 years ago