FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for effect - python-effect/effect · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-effect
/
effect
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
386
Code
Issues
10
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
effect
effect
on
master
User selector
Datepicker
Commit history
Commits on Jul 21, 2021
docs: Fix a few typos
Show description for 8f51f4c
timgates42
committed
8f51f4c
View commit details
Copy full SHA for 8f51f4c
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
get rid of the very last bare-except
radix
committed
e15423e
View commit details
Copy full SHA for e15423e
View code at this point
Browse repository at this point
deprecate do_return.
Show description for 3daf182
radix
committed
3daf182
View commit details
Copy full SHA for 3daf182
View code at this point
Browse repository at this point
ok I guess black and flake8 disagree, so we have to go with black here (since it's not configurable)
radix
committed
b716494
View commit details
Copy full SHA for b716494
View code at this point
Browse repository at this point
fix lints
radix
committed
856f5df
View commit details
Copy full SHA for 856f5df
View code at this point
Browse repository at this point
use black to format python code, and update travis to run black --check
radix
committed
e9007da
View commit details
Copy full SHA for e9007da
View code at this point
Browse repository at this point
Commits on Nov 23, 2019
delete the `async.py` module, which was only around for compatibility with old users of effect that were using python 2
radix
committed
3b7aeba
View commit details
Copy full SHA for 3b7aeba
View code at this point
Browse repository at this point
also remove all __future__ usage
radix
committed
e055198
View commit details
Copy full SHA for e055198
View code at this point
Browse repository at this point
clean up lint, and also encode flake8 configuration properly
radix
committed
8bbd2cc
View commit details
Copy full SHA for 8bbd2cc
View code at this point
Browse repository at this point
get rid of all use of the `six` module now that we are py3-only
radix
committed
70851a4
View commit details
Copy full SHA for 70851a4
View code at this point
Browse repository at this point
change effect to use Except instances instead of exc_info tuples.
Show description for 4ea34a4
radix
committed
4ea34a4
View commit details
Copy full SHA for 4ea34a4
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
ok I guess I can be explicit about the names imported
radix
committed
6ee373d
View commit details
Copy full SHA for 6ee373d
View code at this point
Browse repository at this point
fix test_stop_iteration_only_local to work on Python 3.7
radix
committed
777e30a
View commit details
Copy full SHA for 777e30a
View code at this point
Browse repository at this point
fix test_yield_non_effect since python 3.7 changed inner function naming
radix
committed
47fceb5
View commit details
Copy full SHA for 47fceb5
View code at this point
Browse repository at this point
rename effect.async to effect.parallel_async, replace async.py with 'from .parallel_async import *'
Show description for 238a8a2
radix
committed
238a8a2
View commit details
Copy full SHA for 238a8a2
View code at this point
Browse repository at this point
Commits on Feb 28, 2018
clean up lints (and disable the bare-except one)
radix
committed
71abc15
View commit details
Copy full SHA for 71abc15
View code at this point
Browse repository at this point
Define exceptions with @attr.s(hash=True)
Show description for 26e3d3c
radix
committed
26e3d3c
View commit details
Copy full SHA for 26e3d3c
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
add nested_sequence function
Show description for 8b9fbbd
manishtomar
committed
8b9fbbd
View commit details
Copy full SHA for 8b9fbbd
View code at this point
Browse repository at this point
Commits on Dec 23, 2016
lint
manishtomar
committed
2b9241b
View commit details
Copy full SHA for 2b9241b
View code at this point
Browse repository at this point
add some testing goodies
manishtomar
committed
a8cd04e
View commit details
Copy full SHA for a8cd04e
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
add a test that ensures we can return effects from @do functions
radix
committed
330c97c
View commit details
Copy full SHA for 330c97c
View code at this point
Browse repository at this point
convert test_do.py to use pytest API
radix
committed
fbfb6d6
View commit details
Copy full SHA for fbfb6d6
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
fix example of using Func with Reference in the Reference docstring.
radix
committed
e0ea254
View commit details
Copy full SHA for e0ea254
View code at this point
Browse repository at this point
show next expected intent in the perform_sequence exception
radix
committed
74d2aef
View commit details
Copy full SHA for 74d2aef
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
add a `perform_delay_with_sleep` performer, and do some minor doc tweaks
radix
committed
d3ac5f8
View commit details
Copy full SHA for d3ac5f8
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
add a `noop` helper to effect.testing for use in SequenceDispatchers
radix
committed
71fb692
View commit details
Copy full SHA for 71fb692
View code at this point
Browse repository at this point
add a raise_ helper function which is slightly more convenient than six.reraise
radix
committed
a9b2ed2
View commit details
Copy full SHA for a9b2ed2
View code at this point
Browse repository at this point
allow *args and **kwargs to be passed to Func
radix
committed
bb4623d
View commit details
Copy full SHA for bb4623d
View code at this point
Browse repository at this point
Add effect.io, which has basic stdio intents/performers.
radix
committed
1dd7b24
View commit details
Copy full SHA for 1dd7b24
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
list() on the result of map() to maintain py3 compat
radix
committed
3ef27aa
View commit details
Copy full SHA for 3ef27aa
View code at this point
Browse repository at this point
woops, remove a stray print statement
radix
committed
5054e53
View commit details
Copy full SHA for 5054e53
View code at this point
Browse repository at this point
parallel_sequence helper
radix
committed
e2e53bf
View commit details
Copy full SHA for e2e53bf
View code at this point
Browse repository at this point
apparently I support python 2.6
radix
committed
180433a
View commit details
Copy full SHA for 180433a
View code at this point
Browse repository at this point
fix lint
radix
committed
9be8617
View commit details
Copy full SHA for 9be8617
View code at this point
Browse repository at this point
doc tweaks
radix
committed
eb7e3e4
View commit details
Copy full SHA for eb7e3e4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL