issues
search
agronholm
/
anyio
High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
MIT License
1.82k
stars
139
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add missing space related to a mis-displayed link in the docs
#826
altendky
opened
1 day ago
0
`AsyncFile.readinto()` has incorrect return type
#825
sanmai-NL
closed
2 days ago
3
Allowed wait_socket_readable/writable to accept a file descriptor
#824
davidbrochart
closed
3 days ago
7
Tests failing on riscv64 and ppc64el
#823
juliangilbey
opened
1 week ago
2
Added support for asyncio eager task factories
#822
agronholm
opened
1 week ago
1
Allow `anyio.wait_socket_readable` to accept a file descriptor
#821
davidbrochart
closed
3 days ago
6
Use ThreadSelectorEventLoop on Windows with ProactorEventLoop
#820
davidbrochart
opened
1 week ago
19
Event.set() with an `EventAdapter` does not work unless already running in an async event loop
#819
fyellin
opened
2 weeks ago
6
add the ability to name the thread used by start_blocking_portal, and give it a default name
#818
graingert
opened
3 weeks ago
0
fix docs to_thread/from_thread error for BlockingPortalProvider
#817
graingert
closed
3 weeks ago
1
return in finally swallows exceptions
#816
iritkatriel
opened
3 weeks ago
1
DNS timeouts have a traceback that is confusing for users.
#815
graingert
closed
3 weeks ago
0
[pre-commit.ci] pre-commit autoupdate
#814
pre-commit-ci[bot]
opened
4 weeks ago
0
test on 3.14
#813
graingert
opened
1 month ago
4
gh-580: avoid calling await getaddrinfo(...) in exception handler
#812
graingert
closed
3 weeks ago
0
Version 4.6.2 tagged on the wrong branch/commit
#811
NickCao
closed
1 month ago
1
Switch backend detection to use entrypoints.
#810
Fuyukai
opened
1 month ago
0
avoid refcycles in tracebacks from happy eyeballs exceptions
#809
graingert
opened
1 month ago
1
Rebind instance method fixtures to the same instance as the test
#807
agronholm
closed
1 month ago
1
fix cyclic garbage that keeps traceback frames alive in taskgroup exceptions
#806
graingert
closed
1 month ago
6
pytest-anyio and crashed background task in taskgroup fixture
#805
jakkdl
opened
1 month ago
11
gh-633: fix fixture methods run with different self than the test method
#804
graingert
closed
1 month ago
1
Sync methods do not trigger async fixtures even if pytest.mark.anyio annotated
#803
gaborbernat
opened
1 month ago
7
[pre-commit.ci] pre-commit autoupdate
#802
pre-commit-ci[bot]
closed
1 month ago
1
Fixed TypeError when TLS handshake fails with truststore SSLContext
#801
agronholm
closed
1 month ago
0
Updated Path documentation and made is_junction() conditional
#800
agronholm
closed
1 month ago
0
Fixed missing or inconsistent error when acquiring already owned Lock
#799
agronholm
closed
1 month ago
1
Lock behavior differs between asyncio and trio after the lock changes in 4.5.0
#798
gruuuve
closed
1 month ago
4
AttributeError: type object 'Path' has no attribute 'parser'
#797
hurek
closed
1 month ago
2
[pre-commit.ci] pre-commit autoupdate
#796
pre-commit-ci[bot]
closed
1 month ago
0
When using a truststore SSLContext, certificate verification fails.
#795
LTsCreed
closed
1 month ago
4
AttributeError: 'Path' object has no attribute 'walk'
#794
Goldziher
closed
1 month ago
4
[pre-commit.ci] pre-commit autoupdate
#792
pre-commit-ci[bot]
closed
1 month ago
0
Fix a couple broken links
#791
gschaffner
closed
1 month ago
1
Fix `asyncio.Task.uncancel()` being called too early
#790
gschaffner
opened
1 month ago
0
pytest-anyio should raise error if sync test relies on async fixture
#789
jakkdl
closed
2 days ago
2
[pre-commit.ci] pre-commit autoupdate
#788
pre-commit-ci[bot]
closed
2 months ago
0
Child tasks don't cancel their group's scope correctly when they raise an exception on asyncio
#787
gschaffner
opened
2 months ago
0
aiofiles.tempfile.NamedTemporaryFile replacement
#786
jameshilliard
closed
1 month ago
3
[pre-commit.ci] pre-commit autoupdate
#785
pre-commit-ci[bot]
closed
2 months ago
0
Create devcontainer.json
#784
q1blue
closed
2 months ago
0
Look into creating a shared subprocess implementation between backends
#783
agronholm
opened
2 months ago
0
Accept abstract namespace paths for unix domain sockets
#782
tapetersen
closed
2 months ago
1
create_unix_listener doesn't accept abstract namespace sockets
#781
tapetersen
closed
2 months ago
0
[pre-commit.ci] pre-commit autoupdate
#780
pre-commit-ci[bot]
closed
2 months ago
0
Fixed KeyboardInterrupt hanging the asyncio test runner
#779
agronholm
closed
2 months ago
1
Fixed debugger quit not working when inside a task group
#778
agronholm
closed
2 months ago
1
Convert bytearray to bytes in `StreamProtocol.receive()`
#777
agronholm
closed
2 months ago
1
`SocketStream.receive` sometimes returns `bytearray` objects on Windows
#776
jonathanslenders
closed
2 months ago
2
Fixed TaskGroup and CancelScope exit issues on asyncio
#774
agronholm
closed
2 months ago
11
Next