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

Merged symbol try except blocks again

25a8fd78e56c603cb5a03a14f468dadbad591013 authored about 6 years ago
Enabled hazmat tests

df58b64fc4ca4763d3ffd98ef6106e8906295fb2 authored about 6 years ago
Merge branch 'master' into migrate_ssl_issue_542

9382c7f67b2425eff64e5febcd85ea20289c389f authored about 6 years ago
Moved missing pypy symbols into its own block

0b7a515bd38b6f456ef08eebc5ac36c1e33c0c34 authored about 6 years ago
Added missing ssl symbols for linux

f12275a8133529227d07eef831e120914cca3da0 authored about 6 years ago
Modified imports to be more detailed towards versions and removed test skipping of trio.ssl

543f283f19c37f336009b0d3d236c17511d2b743 authored about 6 years ago
Merge pull request #795 from python-trio/dependabot/pip/certifi-2018.11.29

6bc3b0b491c5c24c361e39e35ff85df812cf1a22 authored about 6 years ago
Merge pull request #794 from python-trio/dependabot/pip/ipython-7.2.0

87a77a3ff65436b3812490193d6d7f9b1b5c80d2 authored about 6 years ago
Bump certifi from 2018.10.15 to 2018.11.29

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2018.11.29.
- [Rel...

1a7d1f7b5798bd5181ba93d05b039907b3c16a44 authored about 6 years ago
Bump ipython from 7.1.1 to 7.2.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.1.1 to 7.2.0.
- [Release notes](https...

50e9d00a13c3dfbb7e669a543aad5058e533060e authored about 6 years ago
Merge pull request #793 from python-trio/dependabot/pip/pylint-2.2.2

916023de4c6b8d80447ae63f2b2b4a501f09cd4c authored about 6 years ago
Bump pylint from 2.2.1 to 2.2.2

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.2.1 to 2.2.2.
- [Release notes](https://g...

bef8a271b09a0a29b1d27a35ac6cf0ac39ebbf85 authored about 6 years ago
yapfify

51d6a5014e66e712589bf5c4251043037f9a0833 authored about 6 years ago
add a comment about the dangerous-looking siginfo_t layout assumption

701655ba0ae97ea244968d480a9953587b46b94d authored about 6 years ago
add call(), check_call(), check_output(), fix some coverage gaps

8d5f5a10b8304c94cbf6df09e1506bf99f4f0991 authored about 6 years ago
add links to pypy issues

3807c64dcb028a616f894706183eb6484a22f215 authored about 6 years ago
Merge pull request #792 from python-trio/dependabot/pip/pylint-2.2.1

7ac9461c037eee8bee2cb53ad2982425004a71e5 authored about 6 years ago
Bump pylint from 2.2.0 to 2.2.1

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.2.0 to 2.2.1.
- [Release notes](https://g...

7e398448355f6aa73f2efaff12f29b4d22109a44 authored about 6 years ago
fix pypy harder

188548727b2ed46af07c799cfb006fd58274c57d authored about 6 years ago
fix pypy issues

6d2bc090424d06112fec026fb3aa3cacc13ef265 authored about 6 years ago
don't assume executing 'python' invokes python 2

581554b7a2707372f50cc2ff44ec0174faa2f626 authored about 6 years ago
flake8 doesn't like redefinitions so move the OS-specific method docstrings into comments

7a8f9180186f80d5bad1d7fdbf57640d6a04a3c2 authored about 6 years ago
[WIP] subprocess support

Adds `trio.subprocess.Process` and `trio.subprocess.run`, async wrappers for the stdlib subproce...

e44843121be48de068db9bdd6d2b34a5a507abed authored about 6 years ago
Merge pull request #790 from pquentin/no-longer-lonely

docs: @njsmith is no longer lonely

c678e63566d898c07ffb242322426732e43af5d0 authored about 6 years ago
docs: @njsmith is no longer lonely

dc62eb73b3525fe069c7b598c9820fea3e783caf authored about 6 years ago
Merge pull request #786 from python-trio/dependabot/pip/pylint-2.2.0

db2c111e6f774b1ecbdd4c15733e0b99bfad6e52 authored about 6 years ago
Bump pylint from 2.1.1 to 2.2.0

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.1.1 to 2.2.0.
- [Release notes](https://g...

ab8c91505481f4e371fb36a101252f4062b0cf1c authored about 6 years ago
Merge pull request #789 from python-trio/dependabot/pip/astroid-2.1.0

98ab8d0111dcf5fb472f3e8a02bf5b7f7df4059c authored about 6 years ago
Merge pull request #788 from python-trio/dependabot/pip/pygments-2.3.0

c3e73aeff41a2f8aaf1ba7860b810ad46b8d0cca authored about 6 years ago
Bump astroid from 2.0.4 to 2.1.0

Bumps [astroid](https://github.com/PyCQA/astroid) from 2.0.4 to 2.1.0.
- [Release notes](https:/...

ba406cf0a72aaaae62090649063d2ad7ed881202 authored about 6 years ago
Merge pull request #787 from python-trio/dependabot/pip/pytest-4.0.1

4521136410f2b3c4a02bfc126f59ed9be7c07979 authored about 6 years ago
Merge pull request #785 from python-trio/dependabot/pip/yapf-0.25.0

42d1c8551ce18561fdc81acfb1d313ac09d608fa authored about 6 years ago
Bump pygments from 2.2.0 to 2.3.0

Bumps [pygments](http://pygments.org/) from 2.2.0 to 2.3.0.

Signed-off-by: dependabot[bot] <sup...

0527506b501a724e28bc07f29c140f55bfb47b61 authored about 6 years ago
Bump pytest from 4.0.0 to 4.0.1

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

57068344a6e3cc3462cd1992d938404dc3b76f9b authored about 6 years ago
Bump yapf from 0.24.0 to 0.25.0

Bumps [yapf]() from 0.24.0 to 0.25.0.

Signed-off-by: dependabot[bot] <[email protected]>

f3c19e7a22f0ea8ab9ae0ac60d74280176da93eb authored about 6 years ago
Merge pull request #781 from python-trio/dependabot/pip/cryptography-2.4.2

d6926530d48a55b6040c18612296d970d94b3483 authored about 6 years ago
Bump cryptography from 2.3.1 to 2.4.2

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 to 2.4.2.
- [Release notes...

33d64ef6053eda5642b6c3220eb5997418f21185 authored about 6 years ago
Merge pull request #782 from njsmith/xenialify

[travis] Use xenial environment for all builds

9f7479c4974d33af19258e0f3dd644d1e670e71b authored about 6 years ago
[travis] Switch back to trusty for the 3.5.0 build only

682afe6f465d8409d362c77b410a224593b4cc83 authored about 6 years ago
[travis] Use xenial environment for all builds

This is now officially supported:
https://blog.travis-ci.com/2018-11-08-xenial-release

It sho...

fbc6a1212176c69b87031ccc9623d582fe7f3551 authored about 6 years ago
Merge pull request #780 from AdrienPensart/patch-1

Update reference-core.rst

Closes #779

91b54c4b4dc622a896113bc3842879672d2d4309 authored about 6 years ago
Update reference-core.rst

Avoid confusion between "sync start_soon" and "async start".

6c93a233113546ea23507d7bd04c425f04569c49 authored about 6 years ago
Merge pull request #777 from python-trio/dependabot/pip/pytest-4.0.0

6657e6d75dab385aa5074fbe425b4cc228c59a8c authored about 6 years ago
Bump pytest from 3.10.1 to 4.0.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.1 to 4.0.0.
- [Release notes](htt...

6f096c889cd94261171adf57560ae755de5834f9 authored about 6 years ago
Merge pull request #776 from python-trio/dependabot/pip/coverage-4.5.2

59fc5f9a243ff2ed3f6be7623ded9bace20c23e1 authored about 6 years ago
Bump coverage from 4.5.1 to 4.5.2

Bumps [coverage](https://bitbucket.org/ned/coveragepy) from 4.5.1 to 4.5.2.
- [Changelog](https:...

96fd7537456ca19c5b5e9987441670127e445bdb authored about 6 years ago
Merge pull request #774 from python-trio/dependabot/pip/sphinx-1.8.2

c9a0cd32943d45e664441cb0fa6813107dc0eff3 authored about 6 years ago
Merge pull request #773 from python-trio/dependabot/pip/pytest-3.10.1

b36b088ec804b45cd9f3129c630ad027ce6ff5b0 authored about 6 years ago
Bump sphinx from 1.8.1 to 1.8.2

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

5208d2ee3a147079a15c89745269854caf644f91 authored about 6 years ago
Bump pytest from 3.10.0 to 3.10.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.0 to 3.10.1.
- [Release notes](ht...

4fb5db3bc09298494b301c95ce5dd3b04ec1e91a authored about 6 years ago
Added OP_NO_RENEGOTIATION symbol and sorted ssl imports

c45a8e0585d3aef949e961399300abdbf03087db authored about 6 years ago
Added uppercase symbols

cc3469e4d9dd65c5e8374ccda240b8d14e3f1a52 authored about 6 years ago
Merge pull request #772 from python-trio/dependabot/pip/requests-2.20.1

6be3138e1a7da39401ad3e088089ab9940d0ae3e authored about 6 years ago
Bump requests from 2.20.0 to 2.20.1

Bumps [requests](https://github.com/requests/requests) from 2.20.0 to 2.20.1.
- [Release notes](...

4b80eeff5360bcf72851968af33f40b2daaaae64 authored about 6 years ago
Removed unnecessary fake imports

be73079d53cf0f3afa5ea661be1270f456044ef0 authored about 6 years ago
Merged master to get universal test

73aa156dd8ced6178000430b9b68aea0cb6e3a27 authored about 6 years ago
Merge pull request #769 from python-trio/dependabot/pip/markupsafe-1.1.0

34d8e535be85b16601a780128d5292be213fbc84 authored about 6 years ago
Bump markupsafe from 1.0 to 1.1.0

Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.0 to 1.1.0.
- [Release notes](h...

9c5281bdd5ff35a47575e8ab8640d9802d9b3933 authored about 6 years ago
Merge pull request #766 from python-trio/dependabot/pip/urllib3-1.24.1

2ea6e44770d5f649f999339d614c8cf32fec2790 authored about 6 years ago
Merge pull request #765 from python-trio/dependabot/pip/pytest-3.10.0

c89fecc45dcea96d92e6ba9fdd90e35f753d05b4 authored about 6 years ago
Bump urllib3 from 1.24 to 1.24.1

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24 to 1.24.1.
- [Release notes](https...

fee1dd60b61991273f5babd127359dc81d1e89d7 authored about 6 years ago
Bump pytest from 3.9.3 to 3.10.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.9.3 to 3.10.0.
- [Release notes](htt...

2154ece890c768c5f0316e4d26f4b69a347f63fd authored about 6 years ago
Merge pull request #744 from wgwz/wgwz/fix-for-609

Removes call to getpeername in SocketStream

7418648a984098586ef5cb1b12124cc3a4d0c7ec authored about 6 years ago
remove some testing stubs for getpeername

f2261cabbad5f88a31926fc2531717b74f79a3cf authored about 6 years ago
Merge pull request #764 from Suenweek/master

Replace StubLimiter with CapacityLimiter(inf)

372b169a0c074063ef9690a283b80ccb05c41027 authored about 6 years ago
In trio/_subprocess/linux_waitpid.py, replace StubLimiter with CapacityLimiter(inf)

0aae48efc8d584ee0c34e10c44de9e25d32fad53 authored about 6 years ago
Merge pull request #763 from python-trio/dependabot/pip/pyparsing-2.3.0

ddef1b648e489745f94ea65e4ddd4a2c2601f325 authored about 6 years ago
Bump pyparsing from 2.2.2 to 2.3.0

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.2.2 to 2.3.0.
- [Release notes]...

ad7a94ae3416ec21033d3826e8ac9588a7ec5df9 authored about 6 years ago
Merge pull request #759 from njsmith/reenable-travis-macos

Re-enable macOS testing on Travis

09e118397fe552c67bf2c6745b808aad6f589f74 authored about 6 years ago
Re-enable macOS testing on Travis

Since Jenkins is acting screwy and not letting people see the logs
:-(.

It's possible that this...

53cb5f3296a89de8f5502bc340f2d19aca082eb3 authored about 6 years ago
Merge pull request #758 from python-trio/dependabot/pip/prompt-toolkit-2.0.7

2377516b6a3d598bb80875307fe14c395f690189 authored about 6 years ago
Bump prompt-toolkit from 2.0.6 to 2.0.7

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

3875679d20c772dd918450c6bcf894a324cea694 authored about 6 years ago
Merge pull request #757 from python-trio/dependabot/pip/pytz-2018.7

62c24439518a9ffc6ecf00551e32ed6ef2451809 authored about 6 years ago
Bump pytz from 2018.6 to 2018.7

Bumps [pytz](https://github.com/stub42/pytz) from 2018.6 to 2018.7.
- [Release notes](https://gi...

05e90103995146d15cac598ced8aeb4463368fe7 authored about 6 years ago
Removed specific tests and used new generalised text_exports test

290207dbadd4d1f0542322e2bddaf58d2f8ccf9a authored about 6 years ago
Merge pull request #756 from njsmith/refactor-export-tests

Generalize namespace static analysis tests

9a0e837de38e8223413dcc2bfef74194ed5e7455 authored about 6 years ago
Merge pull request #743 from jxub/jxub-fix-no-handshake

Raise warning in case a SSLStream method returns none because no handshake was established

63c93998a49f2324fc8813742cc0dbd33cf42bfb authored about 6 years ago
Generalize namespace static analysis tests

This switches to a single parametrized test that covers all of Trio's
public namespaces, and if ...

6647d65e2cb59a372a64d96dfc9dbd2871e106c5 authored about 6 years ago
Merge pull request #754 from python-trio/dependabot/pip/ipython-7.1.1

df5a8f3e58416d70f87c22d1f41b310977213b77 authored about 6 years ago
Bump ipython from 7.0.1 to 7.1.1

Bumps [ipython](https://github.com/ipython/ipython) from 7.0.1 to 7.1.1.
- [Release notes](https...

dd64f8ade845cc59067283f579609145ef02279e authored about 6 years ago
Merge pull request #751 from jmfrank63/rework_abc

Migrate trio.abc from star import to explicit imports, to aid static analysis

44dc7ab2ec579e54e6cc9f0f10772da8330fb109 authored about 6 years ago
Merge pull request #755 from python-trio/dependabot/pip/pytest-3.9.3

fd080ef2303f0fc1c20997faa8380cc2eca80d64 authored about 6 years ago
Bump pytest from 3.9.2 to 3.9.3

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

0e899138f612a32a5cae159d7f4d775f2c008682 authored about 6 years ago
Merge pull request #728 from merrellb/master

Allow CapacityLimiter(math.inf)

9fbb096cfc4348a33b7fa705972939126c80fba4 authored about 6 years ago
Add sphinx markup to the newsfragment

b989e8748be3c147fbb77437356e435391e2475a authored about 6 years ago
Moved more non windows symbols

21cd62254b6f59131e318031891d7bdff8727b35 authored about 6 years ago
Moved non windows symbols into try/except block

5bfbaf590eaa0100de440dfc133b6471b5f1b85e authored about 6 years ago
Moved kqueue symbols in try/except

fb0e5d2bd82186b4199acd18fda0a5de9d3b62d0 authored about 6 years ago
Fixed mistakes in export_tests

df2a5251825d1d53619232bdd2a4dd3f15eb839a authored about 6 years ago
Added ssl exports tests

e544bf8d4aa28c484a48817f01b16b81bf329142 authored about 6 years ago
Added test though it is still failing

e7ba6236282025fa90f71a79a5dc2332df7bf3e0 authored about 6 years ago
Fixed fake explicit import from incorrect module

c8dc54ec6d65db83cfbfa4315cce40faac66abb0 authored about 6 years ago
Fixed importing and reexporting only what we want to expose

4295bd5a4438a86d266141043d63c376feab5d58 authored about 6 years ago
Removed __all__ from hazmat.py and faked import

97f16ee3f81060e534adfaf23d5a3af931fbe838 authored about 6 years ago
Merge branch 'master' into migrate_ssl_issue_542

18251cbab61855073563449ecbdc77b512673ff7 authored about 6 years ago
Added comments to ssl.py

acd9056abd050946fc23b369cead35bc528225fc authored about 6 years ago
Removed obsolete outcommented code from _ssl.py

b8730330ef6bfe12064214a25ba39f2a6cf5048f authored about 6 years ago
Fixed failing test

d420472118f2c2003f2591be863b2121638ba444 authored about 6 years ago
migrated ssl towards static import

c64e9fa7c2dd624a23f953a1a43028a9d64de0a5 authored about 6 years ago
Merge pull request #748 from python-trio/dependabot/pip/flake8-3.6.0

Bump flake8 from 3.5.0 to 3.6.0

43f71392e45ddeadf29aa1d8582f12615df43388 authored about 6 years ago