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
On Python 2 the format of exception differs to Python 3. More... about 3 years ago
On Python 2 the format of exception differs to Python 3. More... about 3 years ago
Fix issues when using keyword argument named self with object proxies. More... about 3 years ago
Document fix for import loader thread deadlocks. More... about 3 years ago
Add version check for Python 3.12. More... about 3 years ago
Test cannot be done on Python 2.X. More... about 3 years ago
Replace user supplied tests for deadlock checks with three separate tests. More... about 3 years ago
Clarify code comments. More... about 3 years ago
Merge branch 'develop' into pr/217 More... about 3 years ago
Add details on changes to module loader tracking in module. More... about 3 years ago
Loader attribute will not exist for this case prior to Python 3.3. More... about 3 years ago
Update test to validate behaviour prior to Python 3.3. More... about 3 years ago
Add extra check on whether __loader__ attribute exists. More... about 3 years ago
Merge branch 'develop' into pr/222 More... about 3 years ago
Fix handing of exceptions in attribute wrappers on a proxy object. More... about 3 years ago
Update version for new changes. More... about 3 years ago
Update copyright year. More... about 3 years ago
Attempt to enable testing for Python 3.12 dev versions. More... about 3 years ago
Eliminate use of imp module in tests as removed in Python 3.12. More... about 3 years ago
Merge pull request #223 from stegayet/chore/ci-improvements More... about 3 years ago
Update pypy versions used for testing. More... about 3 years ago
Pin tox to older versions to avoid unknown pip issues. More... about 3 years ago
Pin runner to old ubuntu version as latest fails. More... about 3 years ago
Version 3.10 must be quoted else is interpreted as 3.1. More... about 3 years ago
Add makefile target to remove coverage files. More... about 3 years ago
Fix up formatting in change notes. More... about 3 years ago
chore(tox): run tests on Python 3.11 final release More... about 3 years ago
chore(ci): upgrade actions More... about 3 years ago
Restore original loader after import More... over 3 years ago
Disable build dependency. More... over 3 years ago