0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Freenode is extremely dead More... about 4 years ago
Remove Rackspace thanks from README More... about 4 years ago
Merge pull request #85 from timgates42/bugfix_typos More... almost 5 years ago
docs: Fix a few typos More... about 5 years ago
bump to 1.1.0 More... over 6 years ago
get rid of the very last bare-except More... over 6 years ago
deprecate do_return. More... over 6 years ago
bump version to 1.0 More... over 6 years ago
Merge pull request #83 from python-effect/black More... over 6 years ago
use an if statement instead of a && because the && was resulting in a failing exit code More... over 6 years ago
oops bash syntax More... over 6 years ago
oops, yaml syntax More... over 6 years ago
ok let's just take black out of the requirements and install it conditionally in travis More... over 6 years ago
black doesn't seem to be working on pypy... More... over 6 years ago
ok I guess black and flake8 disagree, so we have to go with black here (since it's not configurable) More... over 6 years ago
fix lints More... over 6 years ago
oh yeah, add black to the dev requirements More... over 6 years ago
use black to format python code, and update travis to run black --check More... over 6 years ago
Merge pull request #82 from python-effect/py3-exceptions More... over 6 years ago
delete the `async.py` module, which was only around for compatibility with old users of effect that were using python 2 More... over 6 years ago
also remove all __future__ usage More... over 6 years ago
clean up lint, and also encode flake8 configuration properly More... over 6 years ago
get rid of all use of the `six` module now that we are py3-only More... over 6 years ago
pypy3 only More... over 6 years ago
only run travis on 3.6 and up, and drop the special xenial 3.7 thingy More... over 6 years ago
delete vscode settings, woops More... over 6 years ago
and another one More... over 6 years ago
remove some references to supporting python 2 More... over 6 years ago
change effect to use Except instances instead of exc_info tuples. This means that effect now only supports Python 3 and above. More... over 6 years ago
bump version to 0.12.0+ More... over 7 years ago