Ecosyste.ms: OpenCollective

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

github.com/python-trio/trio

Trio – a friendly Python library for async concurrency and I/O
https://github.com/python-trio/trio

Respond to review comments

eed989759b1d18b2130e742adb97f6fca59b20c5 authored almost 6 years ago
Merge pull request #911 from oremanj/disablecxlreuse

Disable cancel scope reuse

9f5afc8914b33e7b880bc33b2d222007bc89099c authored almost 6 years ago
Don't overload _tasks to also indicate the has-been-entered-yet flag

eef73af3fc0e6906c5424ab23f3b0d5085ceca47 authored almost 6 years ago
Remove CancelScope._scope_task

ad1f56614e62f46c5872dc8ecd323f3c68ec7541 authored almost 6 years ago
Merge pull request #916 from python-trio/dependabot/pip/parso-0.3.3

bb990b8e847e2e3621a7af4e22e6255c985c3ea3 authored almost 6 years ago
Bump parso from 0.3.2 to 0.3.3

Bumps [parso](https://github.com/davidhalter/parso) from 0.3.2 to 0.3.3.
- [Release notes](https...

a08715c5e9cd8d9a0917259fadc9aa1aff2a23c5 authored almost 6 years ago
Merge pull request #915 from njsmith/trim-ci

Trim down CI

5f2c16c782520d73acfe83c0fe588d8f97fd1d11 authored almost 6 years ago
Don't mess with stuff we don't have to

https://github.com/python-trio/trio/pull/915#issuecomment-461282418

f65b096559c38a2ca8ca65d3adff19c415db2371 authored almost 6 years ago
Trim down CI

Azure pipelines seems to be working fine for Windows and macOS, so
let's clean things up a bit:
...

0fda9efcae5b1efd7aa77ea9da57e179a6e66cbc authored almost 6 years ago
Add references to forum everywhere, and spruce up README a bit

7aa29aec4cb44e8bfb6325ccd8b20128fc1ac516 authored almost 6 years ago
Merge pull request #912 from njsmith/fix-attrs-requirement

Apparently we need a newer version of attrs now

09614dab8b260ba536fd4d54078e33ff248bea6a authored almost 6 years ago
Apparently we need a newer version of attrs now

df971c6908c6a460de457f9624c35767ce1cc0ce authored almost 6 years ago
yapf

7ac2beab8b1b67767cfb001e88218ee4b031cbbd authored almost 6 years ago
Disable cancel scope reuse

To keep our options open for adding a smarter `was_cancelled` property, per discussion in #886.

90b7fcc647e3b67b3acd44d1ba2c5160bddc4be7 authored almost 6 years ago
yapf

4344b59abcdd57e11dd7859098ee867dc8bbc2df authored almost 6 years ago
CR comments

339a6fa68b29b95b188f948b37b6004d8a0247c9 authored almost 6 years ago
Merge remote-tracking branch 'oremanj/subprocess_run' into subprocess_run

cb1eda64d7c56f36353b85a25b6a8b7cf504ce1d authored almost 6 years ago
Merge remote-tracking branch 'origin/master' into subprocess_run

b857eae41bd52c272fb337e2100df2d93a1252cb authored almost 6 years ago
CR comments

7c2d2d675041b270ee2ea83e7851e26fa65a74b0 authored almost 6 years ago
Merge remote-tracking branch 'origin/master' into generics

870d0d3480a7eeb7ae2e0356617b2ce765324be6 authored almost 6 years ago
Merge pull request #909 from oremanj/cancel_immediately

Cancel a cancel scope upon entry if its deadline is in the past

0a815a015bd06fa6ff929d3bb881c9d44e6d9c8a authored almost 6 years ago
yapf

0f90296fe4617e8d4565553cec47f3a630bc9670 authored almost 6 years ago
Cancel a cancel scope upon entry if its deadline is in the past

Fixes #320. Now that #901 is implemented, the concerns discussed in #835 don't apply.

75725a8148d647b5524d1381758e6c23f586a99e authored almost 6 years ago
coverage

6fda34354f5c29d07a6ce851ab4873fe46be12d8 authored almost 6 years ago
yapf

22747c293aeae4f525ebd44cf3dc5e4d30cc7b54 authored almost 6 years ago
make it slotted

2b8d2b8b6845ef30354c8c98e8b2c827a4ab4937 authored almost 6 years ago
add test of instantiating a SendChannel[T] subclass

77edcbbcc15a113ef9ff9a6e16a1381c6a1ef130 authored almost 6 years ago
Add newsfragment, revert RunVar changes

25e82dd42c567b1a20dc60eda2bbf15a2f77aae2 authored almost 6 years ago
scattershot attempt to fix 3.5.0 CI

eff920e20ad84966923241b21d5cefd2d28fad15 authored almost 6 years ago
Remove annotations from ABC methods because they look ugly in Sphinx

ac9ce99011528efec2996cc6a788d907bd8025a8 authored almost 6 years ago
Permit referring to some generic types in generic ways

Specifically, declare `SendChannel`, `ReceiveChannel`, `Listener`, and `RunVar` to
be generic in...

b93ed9e2aa83401ed6742be2bb11afbb8f06d6c2 authored almost 6 years ago
Merge pull request #906 from python-trio/dependabot/pip/flake8-3.7.5

ccb6023c3ca33db81f8a85582173e81168010641 authored almost 6 years ago
Merge pull request #903 from python-trio/dependabot/pip/atomicwrites-1.3.0

87cfbc6c24b4717b26dd80bfc43af7956bcf5747 authored almost 6 years ago
Merge pull request #902 from python-trio/dependabot/pip/sphinx-1.8.4

af1317ca07a90443a65902865bab9d9924384059 authored almost 6 years ago
Bump flake8 from 3.7.4 to 3.7.5

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.4 to 3.7.5.
- [Release notes](https://g...

3f353cd1289c765116ce81f9f1cbeac2ca203bc2 authored almost 6 years ago
Bump atomicwrites from 1.2.1 to 1.3.0

Bumps [atomicwrites](https://github.com/untitaker/python-atomicwrites) from 1.2.1 to 1.3.0.
- [R...

884c97aa6530d85a2d631e383add0d610f5cd24a authored almost 6 years ago
Bump sphinx from 1.8.3 to 1.8.4

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.8.3 to 1.8.4.
- [Release notes](http...

9c2acb71ff27513cef3e7231390bc108f7594a13 authored almost 6 years ago
Merge pull request #901 from oremanj/delaycancel

Delay deciding which cancel scope a Cancelled exception belongs to

3aaa6ba8671a39281331114844ebb8166ee19625 authored almost 6 years ago
Merge pull request #905 from oremanj/disable-38-differently

Mark failing IPython multierror tests as xfail on 3.8

b2143c92ca0f6b90c552765e96e47aec7ada7b00 authored almost 6 years ago
Mark failing IPython multierror tests as xfail on 3.8

Until https://github.com/ipython/ipython/issues/11590 is fixed.

a9c90aab7f6aed76f7baaca456737be2f8ebf481 authored almost 6 years ago
simplify docs

f40e10573a1c9d7eec85ab1c310ec22464eacbe4 authored almost 6 years ago
yapf

018afc13bb9fbc57ed6f97bdad9bb33cbb8265a6 authored almost 6 years ago
Delay deciding which cancel scope a Cancelled exception belongs to

9f039991785aca4e658f370f09a7e8f07873de8b authored almost 6 years ago
Merge pull request #890 from Zac-HD/optionally-deterministic-scheduler

Support deterministic scheduling

319327d48dd2a6c143072f4627b82c42f1adfac9 authored almost 6 years ago
Merge pull request #899 from python-trio/dependabot/pip/flake8-3.7.4

00ca9105d85d4ce1287699524f88427e842365f5 authored almost 6 years ago
Bump flake8 from 3.7.3 to 3.7.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.3 to 3.7.4.
- [Release notes](https://g...

e97a8ab612ebd791a9419da7a476717dff3773a0 authored almost 6 years ago
Merge pull request #897 from python-trio/dependabot/pip/pytest-4.2.0

be78d7fbc8742b695c39ebed418fd1ba74123548 authored almost 6 years ago
Bump pytest from 4.1.1 to 4.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.1.1 to 4.2.0.
- [Release notes](http...

cd46eed08f17d582ba38fc2a1ebed4b428bce81b authored almost 6 years ago
Merge pull request #898 from python-trio/dependabot/pip/flake8-3.7.3

6381f3e4acc88f87050fb8ee67d5e1ee09d7829d authored almost 6 years ago
Bump flake8 from 3.7.0 to 3.7.3

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.0 to 3.7.3.
- [Release notes](https://g...

75174056141f5b5ad34bba37df7881333159c234 authored almost 6 years ago
Support deterministic scheduling

Very important for Hypothesis, and arguably for debugging in general.

f532ebf8bc79bdfaee780ffe5af6ee7f94cf404c authored almost 6 years ago
Merge pull request #894 from python-trio/dependabot/pip/flake8-3.7.0

882f1e36f1ea3e4fba789fc3f78c7cf9144d0890 authored almost 6 years ago
Bump flake8 from 3.6.0 to 3.7.0

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.6.0 to 3.7.0.
- [Release notes](https://g...

1b332f0d186a5013f47a311cf58fc4a68a8a2031 authored almost 6 years ago
Merge pull request #827 from njsmith/azure-pipelines

Try Azure pipelines

fd7f040b375c0b54f87c8f2f0c8708324475a942 authored almost 6 years ago
Merge pull request #891 from njsmith/link-sage

Add another link about reviewing PRs

fac56e35503aa8e92be3fe640419da1742cf5fb4 authored almost 6 years ago
fix a stray reference to travis.sh

e83dcc0a843c6ad43ffd0b2a7f410b21dd2495e9 authored almost 6 years ago
Delete travis.sh (replaced by ci.sh)

3711278b8772c36653d38ca8c6f1b6f8da3c2046 authored almost 6 years ago
clean up prints

03719fa4998916b31da97059c10213953f7c1264 authored almost 6 years ago
clean up ci.sh and try to switch travis over to using it too

c7276787d8e03f74e22097f74bd27727768c606b authored almost 6 years ago
Merge branch 'master' into azure-pipelines

bbff08f4f21f3bcfed2373528d4cb04c47c9a7d4 authored almost 6 years ago
Try removing pyvenv.cfg, as per Steve's suggestion

b105a8c11dbb9c619b7138207443abbc66143955 authored almost 6 years ago
Add another link about reviewing PRs

I spent years trying to remember where I saw this essay; now that I
found it let's put it in the...

7d6cb857f48d891dfdf4c4b2ffbfcdc6d764d614 authored almost 6 years ago
Merge pull request #888 from python-trio/dependabot/pip/prompt-toolkit-2.0.8

0b8f377e8a95103c7b4e4ca675ccb6ce942e897a authored about 6 years ago
Merge pull request #887 from python-trio/dependabot/pip/sphinxcontrib-trio-1.0.2

3795680ade1d71c6cc4f0c20c9ee281c2be9e952 authored about 6 years ago
Bump prompt-toolkit from 2.0.7 to 2.0.8

Bumps [prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) from 2.0.7 to ...

3c62100a965dbd4b26439aa1533885c406b19451 authored about 6 years ago
Bump sphinxcontrib-trio from 1.0.1 to 1.0.2

Bumps [sphinxcontrib-trio](https://github.com/python-trio/sphinxcontrib-trio) from 1.0.1 to 1.0....

86e6524af1531297f824678e2df2e88818ba47b5 authored about 6 years ago
Merge pull request #835 from oremanj/unboundcxl

Add support for unbound cancel scopes

960aadc281754c1eeba845f3040856bfdbb02b82 authored about 6 years ago
Merge remote-tracking branch 'origin/master' into subprocess_run

fcb931ab5e445612e96852c4be32798077b7f6db authored about 6 years ago
doc updates after CR; add passthrough= option to run_process()

f99dd328d3ac9c456008ab3f7aa03a5cef603fb7 authored about 6 years ago
CR comments

5f96b786c300698a42c4d17c0622177a6cec082f authored about 6 years ago
Merge remote-tracking branch 'origin/master' into unboundcxl

70bad469f38877cc3bcdf3a80b3091e171304ce4 authored about 6 years ago
Merge pull request #884 from njsmith/one-writefile-is-enough

In Windows PipeSendStream.send_all, make just one call to WriteFile

4756a82be0102f909ffa444a8fdd39b915f3420d authored about 6 years ago
I guess we should make the tests pass on non-Windows too

36f0d0b64f7a208518be9580fe314a2bf183881d authored about 6 years ago
better coverage

b3cded115e49ca74ab8ccc41df328cae93d204c7 authored about 6 years ago
Rewrite windows pipe handle lifecycle code

As far as I know the old code also worked correctly, but getting rid
of the _closed attribute is...

af33d5653b7f39d1ad9364562484bb7921feba46 authored about 6 years ago
Fix silly bug, add assertion, and try to trigger the assertion

d351014b7ad383679e10b8257076ca6207f484e4 authored about 6 years ago
In Windows PipeSendStream.send_all, make just one call to WriteFile

See gh-883 for discussion.

5c09df12f9a59c2cdfff11f9ed12cfd6020096cf authored about 6 years ago
Merge pull request #874 from njsmith/redo-fd-holder

Rewrite unix pipe fd handling logic

360f1fb45e4a3edc2fb4251dd969d0496a68ae60 authored about 6 years ago
Merge pull request #881 from njsmith/codecov-names

switch to using codecov "names" instead of "flags"

14ff71749a80a8428d4a2ee32b03babd0af1fa65 authored about 6 years ago
Remove a vestigial cancel_shielded_checkpoint

ad281834cd543aebcd235f1240241b3e40c4c015 authored about 6 years ago
Does codecov freak out if we don't strip weird characters from the name?

05c2e91744c3082f7719f6bc2722b0b8547e7f2d authored about 6 years ago
Use a different envvar on azure pipelines, maybe that will help

7982456a5d693e5521747ab7f6c3af7b90135b14 authored about 6 years ago
let's see these environments

08f2c903b1ac2a14163da56f507b902a1b83a5ed authored about 6 years ago
what environment variables are there then

2b4b07c73bcfcade9d4b4bd19c13e2548d1f7cd7 authored about 6 years ago
what the heck

23d5dd0c8886caf936c0ed446db4d8bab9206da9 authored about 6 years ago
see if we can set codecov name on azure too

9b6f5283e1f08ac448263c860b8c040e7b425d66 authored about 6 years ago
Remove codecov flag on appveyor too

72a925b7a0b4e8fe1cb01d3c249923d3ff81c448 authored about 6 years ago
include sys.version_info in info banner

45bad6ff5896aac826f6b7024d309b5002ef18fe authored about 6 years ago
experiment with using codecov "names" instead of "flags"

2d354c4f9a1dd810dcf9497ad5519738d43c19d0 authored about 6 years ago
awaits for the await god

28e3de4a09d7f03504bfe9849e20f2a8348cab20 authored about 6 years ago
COVERAGE FOR THE COVERAGE GOD

80eb5dcfb92c2b6bc38cd3a5313f1274b7e5d5c8 authored about 6 years ago
Fix test import on windows

164dc399814ed6b2ea4d4fb023c2975856554e54 authored about 6 years ago
update newsfragment

683978590c5783d23a693732c5406aeb080ef321 authored about 6 years ago
Regression tests for races between close/send/receive on unix pipes

f1948303a9b38e3b20b19a3ebf9de35c436a67f5 authored about 6 years ago
Initialize self.fd even if __init__ fails

581d9c70c910d3b635313aea75461f6b2b52af36 authored about 6 years ago
make_pipe is test-only code, so move it into the tests

ab722167e5b09bf236552d1d6882e5552f17d486 authored about 6 years ago
Add generic test for send_all(b"") on closed stream raising correctly

And fix the bug this revealed in SocketStream

7fb0a1546c002d875a13c0a44280b70a14420653 authored about 6 years ago
Add regression test for the unguarded call to notify_fd_closed

36c66b4d3df3af86e40e463338bba0b01b020250 authored about 6 years ago
Rewrite unix pipe fd handling logic

This addresses a number of issues:

- Fixes a major issue where aclose() called notify_fd_closed...

dc3cc33f8ac5747087d293d5ad337eb5858c2bdf authored about 6 years ago
Merge pull request #877 from python-trio/dependabot/pip/decorator-4.3.2

3bdd3fd0ea7f26484f42502df96e63c9d75953c9 authored about 6 years ago