Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Trio Collective

Building friendly and robust libraries for concurrency and networking in Python
Collective - Host: opensource - https://opencollective.com/python-trio - Code: https://github.com/python-trio

Switch to mypyc-compiled black mirror pre-commit hook

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Update `black` invocation for new structure

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Bump the dependencies group with 5 updates

github.com/python-trio/trustme - dependabot[bot] opened this pull request about 1 year ago
Try to prevent autodeps from running in forked repos

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Bump cryptography from 41.0.5 to 41.0.7

github.com/python-trio/trustme - dependabot[bot] opened this pull request about 1 year ago
remove multierror

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Cleanup of tests, and removal of _assert_raises

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Refactor `gc_collect_harder` to use new PyPy API

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Address PyPy flakiness in test_for_leaking_fds

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Export test fixes

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
change strict_exception_groups default to True

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
CI changes

github.com/python-trio/trio - A5rocks opened this issue about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Don't use absolute path for sleep binary in tests

github.com/python-trio/trio - VincentVanlaer opened this pull request about 1 year ago
Use TypeVarTuple in our APIs

github.com/python-trio/trio - TeamSpen210 opened this pull request about 1 year ago
Add trio.CapacityLimiter.wait_no_borrows

github.com/python-trio/trio - VincentVanlaer opened this pull request about 1 year ago
Require mypy < 1.7.0

github.com/python-trio/trio-typing - CoolCat467 opened this pull request about 1 year ago
Add the ability to specify the buffer size.

github.com/python-trio/trio-websocket - palkeo opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Update black and ruff

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Make pyright recognize `open_memory_channel` as generic

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
pypy3.10 testsuite doesn't work

github.com/python-trio/trio-asyncio - oremanj opened this issue about 1 year ago
Further tweaks for Python version bump

github.com/python-trio/trio-asyncio - oremanj opened this pull request about 1 year ago
Drop 3.7, add full testing on 3.12

github.com/python-trio/trio-asyncio - oremanj opened this pull request about 1 year ago
Modernize sniffio integration

github.com/python-trio/trio-asyncio - oremanj opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Minor refactors in _threads.py

github.com/python-trio/trio - richardsheridan opened this pull request about 1 year ago
fill in pyproject.toml project.maintainers field

github.com/python-trio/trio - graingert opened this issue about 1 year ago
move coveragrc to pyproject.toml

github.com/python-trio/trio - graingert opened this pull request about 1 year ago
use the regular readme for the long description

github.com/python-trio/trio - graingert opened this pull request about 1 year ago
do not depend on exceptiongroup pre-release

github.com/python-trio/trio - graingert opened this pull request about 1 year ago
Publicly expose `AsyncIOWrapper`

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
0.23.1: problems with testing `trio`

github.com/python-trio/trio - kloczek opened this issue about 1 year ago
switch to PEP 621

github.com/python-trio/trio - graingert opened this pull request about 1 year ago
Bump version to 0.23.1

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Remove incorrect assertion for Anaconda interpreters

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
trio 0.23.0 - AssertionError in Conda

github.com/python-trio/trio - anakin87 opened this issue about 1 year ago
Bump dependencies from commit e6ae3e

github.com/python-trio/trio - github-actions[bot] opened this pull request about 1 year ago
Bump version to 0.23.0

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
CI timeout on setting up python

github.com/python-trio/trio - jakkdl opened this issue about 1 year ago
Add removals as a newsfragment type

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
Remove redundant line from docstring of `to_thread_run`

github.com/python-trio/trio - richardsheridan opened this pull request about 1 year ago
Bump the dependencies group with 9 updates

github.com/python-trio/trustme - dependabot[bot] opened this pull request about 1 year ago
Bump dependencies from commit 6c50dc

github.com/python-trio/trio - github-actions[bot] opened this pull request about 1 year ago
`removal` newsfragments do not show in history

github.com/python-trio/trio - richardsheridan opened this issue about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Remove infinity support for tcp listener backlogs

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Remove apport excepthook

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Convert markdown link in README.rst to reST

github.com/python-trio/trio - richardsheridan opened this pull request about 1 year ago
add newsfragment for issue #2611, PR #2826

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Bump version to 1.3.0.post0

github.com/python-trio/outcome - A5rocks opened this pull request about 1 year ago
Replace Autodeps with pre-commit?

github.com/python-trio/trio - richardsheridan opened this issue about 1 year ago
Sort pre-commit config file

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Stop running `pypy-3.9-nightly` for windows CI

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Fix thread reentry deadlocks

github.com/python-trio/trio - richardsheridan opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
test windows and MacOS 3.11 and 3.12

github.com/python-trio/trio - jakkdl opened this issue about 1 year ago
fix B904

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Don't double-wrap exceptions in nurseries

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
try changing windows pypy-3.9-nightly to pypy-3.9

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Post release fixes

github.com/python-trio/outcome - A5rocks opened this pull request about 1 year ago
Create a Limiter Protocol

github.com/python-trio/trio - jakkdl opened this issue about 1 year ago
Enable ruff flake8-simplify rule

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Enable flake8-pytest-style

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Enable flake8-pyi

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago
Type all remaining tests

github.com/python-trio/trio - jakkdl opened this pull request about 1 year ago
Bump dependencies from commit b161fe

github.com/python-trio/trio - github-actions[bot] opened this pull request about 1 year ago
Bump urllib3 from 2.0.6 to 2.0.7

github.com/python-trio/trustme - dependabot[bot] opened this pull request about 1 year ago
Bump version to 1.3.0

github.com/python-trio/outcome - A5rocks opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Bump RTD builder Python version

github.com/python-trio/trio - A5rocks opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

github.com/python-trio/trio - pre-commit-ci[bot] opened this pull request about 1 year ago
Fix some type issues with `trio.Path`

github.com/python-trio/trio - TeamSpen210 opened this pull request about 1 year ago
Enable flake8-type-checking rule

github.com/python-trio/trio - CoolCat467 opened this pull request about 1 year ago