Ecosyste.ms: OpenCollective

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

github.com/python-trio/trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
https://github.com/python-trio/trio-asyncio

coverage: test no __await__ attribute case in Asyncio_Trio_Wrapper.__await__

40fba897067719cf81105718161cd79cb6889941 authored almost 4 years ago by Alexey Shamrin <[email protected]>
port test_deprecate from Trio

b6f2c67f236ce65304e374c0c41674a3901903a6 authored almost 4 years ago by Alexey Shamrin <[email protected]>
Minimal de-`loop=loop`-ification

required for for Python 3.10+

447660845603477a56ea18cfd56824ae83b81c72 authored almost 4 years ago by Matthias Urlichs <[email protected]>
Python 3.10 drops the "loop" argument from "sleep"

e7758791a188c3449cbbbea6d8470c99c8348c92 authored almost 4 years ago by Matthias Urlichs <[email protected]>
mention issue #95 in xfail'ed test_cancel_loop

9a9f357a272b5ea2c7c13b1f9d5d2ebeeddcf966 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove poetry section

898a2a4ae072ac9d75323c21f21168bdc7955910 authored almost 4 years ago by Alexey Shamrin <[email protected]>
synchronize docstring: use recommended replacement for loop.run_trio

4465d2676fad49c1d3a27761523dcbc4907bb2ed authored almost 4 years ago by Alexey Shamrin <[email protected]>
0.12.0 history

050fb3df43d18d0214a784ba8d15465040c9a044 authored almost 4 years ago by Alexey Shamrin <[email protected]>
0.12.0 version

ba572d603703b1aea4df15d45df11b740559e9be authored almost 4 years ago by Alexey Shamrin <[email protected]>
mention that trio.hazmat TrioDeprecationWarning is gone now

f1f62c2e90a9671a2abb0d22c3e9eb96b139debc authored almost 4 years ago by Alexey Shamrin <[email protected]>
configure towncrier to show Miscellaneous content

1c22295053abc054a0623b4be056b0d18ccb34ff authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove unused imports in _base, _loop

3cffc2ac036f450b683b0ee6d07939e035a4f69e authored almost 4 years ago by Alexey Shamrin <[email protected]>
temporarily disable flaky test_cancel_loop

d0bc23e1ac68fda66f6848ecd6efeec60eb85683 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove unused imports in test_misc, test_adapter, test_callback

a61411c8b947ff894008a4875626676d26a97846 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove run_asyncio and TrioEventLoop.run_asyncio, deprecated since 0.10.0

64366e7bc79b5a66d7b05d013cf2fef2c5cb3fd3 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove TrioEventLoop.run_trio, deprecated since 0.10.0

518c29e07efea87b3a8ede9898cdd16b97dcdaa4 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove wrap_trio_context, deprecated since 0.10.0

f2ebc0a8b5c69fd669962d8797a98045c3168289 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove unused import in test_thread

a42b2c1104af81b9bb72f749add5bc467ec5ebbd authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove run_coroutine and TrioEventLoop.run_coroutine, deprecated since 0.10.0

e01154a9552b75027efa155c70262c221f668193 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove unused imports in _adapter

1e9ef9ef4f3506e5bc3e2c7b0c778f055bcce660 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove run_future and TrioEventLoop.run_future, deprecated since 0.10.0

cdd808f46ec5d9d8aae8ebdcce9623613b8d51ad authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove aio2trio, deprecated since 0.10.0

dee471c48803f16ce5efcffe731b5ee680d63808 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove trio2aio, deprecated since 0.10.0

4d414a9f20ce768bfb426d6e7ef9b31c3b048dd1 authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove run_iterator, deprecated since 0.10.0

cbbb309988b212defb509aadaf480b831dfecc1b authored almost 4 years ago by Alexey Shamrin <[email protected]>
remove wrap_generator, deprecated since 0.10.0

cab2ea580a7e4dcfca86db71533bb5ac5817a824 authored almost 4 years ago by Alexey Shamrin <[email protected]>
Merge pull request #87 from pquentin/smurfix-upstream

Updates for Trio 0.15

39f79e32dfab1848e85c377b07a7acaaecadb87a authored over 4 years ago by Joshua Oreman <[email protected]>
Ignore Windows + Python 3.8 for now

f677d95a193cef37928e87ef9f3ee897431548c9 authored over 4 years ago by Quentin Pradet <[email protected]>
Fix DeprecationWarning by avoiding coroutine decorator

69a4d57751179ec5f880acfdf1257573c39c5b39 authored over 4 years ago by Quentin Pradet <[email protected]>
Ignore "The loop argument is deprecated" warning

The loop argument is deprecated, but according to reviewers we still
want to use it. Configuring...

d5b568b860078a3064c3635d24e5f7b6d439b2c6 authored over 4 years ago by Quentin Pradet <[email protected]>
Test more Python version on macOS and Windows

a575d5397951fefd7b75ddc9d48ea7d4562649ff authored over 4 years ago by Quentin Pradet <[email protected]>
Fix testsuite on Python 3.10

https://github.com/python/cpython/pull/20263

4df182e4e432ef5e37b42f1fc48cc186c4e16f56 authored over 4 years ago by Quentin Pradet <[email protected]>
Fix test_run_task

Using `with trio_asyncio.open_loop` (instead of async with) fails with
`AttributeError: __enter_...

10356af1e541c877b912bc8c017c722593a6a813 authored over 4 years ago by Quentin Pradet <[email protected]>
Revert "First stab at fixing the tests"

This reverts commit 21c5916e6c39359cfe1b3106ed97526e0235f548. We should
still be explicitly pass...

313cfaf541ad9cb49924376733d43ecc93ba678b authored over 4 years ago by Quentin Pradet <[email protected]>
Require pytest-trio 0.6

1d1783e0ec4e2403e964a7c13b1d7a2fc7cfc150 authored over 4 years ago by Matthias Urlichs <[email protected]>
Remove Python 3.5 compatibility code

01f491d7b36eca14f7ff864781a04b0c4ec3e7cf authored over 4 years ago by Matthias Urlichs <[email protected]>
imported trio-asyncio tests from pytest-trio

301cef5a4ada905f1abcd23894bf161f46191536 authored over 4 years ago by Matthias Urlichs <[email protected]>
First stab at fixing the tests

21c5916e6c39359cfe1b3106ed97526e0235f548 authored over 4 years ago by Matthias Urlichs <[email protected]>
Depend on current trio

a810a76c221d29f4ca56b897b710dfd147cd7b1d authored over 4 years ago by Matthias Urlichs <[email protected]>
Add newsfragment

411542639a817cd831788a4b7ea7075bb9d36fde authored over 4 years ago by Matthias Urlichs <[email protected]>
trio.hazmat > lowlevel

ac6ae561ef334ecd5ae7b5b048247106d9efd9ed authored over 4 years ago by Matthias Urlichs <[email protected]>
Drop py3.5

3d372184a83ff7c4d9f89d2ac4f4574ca2203e40 authored over 4 years ago by Matthias Urlichs <[email protected]>
Merge pull request #76 from oremanj/cleanup-handles

2440c92a2b6674e834d6f791d46aba0aa82b1ffd authored over 4 years ago by Quentin Pradet <[email protected]>
Merge remote-tracking branch 'origin/master' into cleanup-handles

047d9124a66da173fc61afafc45aaefae40f9c65 authored over 4 years ago by Joshua Oreman <[email protected]>
Merge pull request #81 from oremanj/loop-exit

fb4772d6a1781a98fa81006cde4120351dba6edf authored over 4 years ago by Quentin Pradet <[email protected]>
yapf

f36955c61cede8988b55822b2e65f5b31801d837 authored over 4 years ago by Joshua Oreman <[email protected]>
yapf

876f236152e372b2c0ee35f5a7c3f3f4d57f69dd authored over 4 years ago by Joshua Oreman <[email protected]>
Merge branch 'loop-exit' into cleanup-handles

6284134311f2c6012e555268b720565a06299344 authored over 4 years ago by Joshua Oreman <[email protected]>
newsfragment

b7f1798618cef3209bd6abb5cfbe67181c6c5685 authored over 4 years ago by Joshua Oreman <[email protected]>
Better comments

eb1bb87c84e087631cdde3c3bfb17b6bef0808e4 authored over 4 years ago by Joshua Oreman <[email protected]>
Streamline handling of async loop exit

c76264d32a78f0d629b8815cbc972f00bd35b7c2 authored over 4 years ago by Joshua Oreman <[email protected]>
Add tests for run_trio_task, fix code to satisfy them

e5a4d6d633f7040771cd6d710bcc840324bb8135 authored over 4 years ago by Joshua Oreman <[email protected]>
Streamline handling of async loop exit

111dd16d6397f74f64a3bb78d22a28cf75dd31b8 authored over 4 years ago by Joshua Oreman <[email protected]>
Add tests to verify expected bugfixes

ac783043dcdc5664662e62332ffa0619fb93c3dd authored over 4 years ago by Joshua Oreman <[email protected]>
Add newsfragment, document AsyncHandle callback color

c394a71470d156c5fba04c26fdabe08db16aef7c authored over 4 years ago by Joshua Oreman <[email protected]>
yapf

5a1f7d69bacd5e593c15733472b9601dd349dc13 authored over 4 years ago by Joshua Oreman <[email protected]>
Merge remote-tracking branch 'origin/master' into cleanup-handles

35ac0712245bd2b7e1d46e40dc2791690974ec7c authored over 4 years ago by Joshua Oreman <[email protected]>
Merge pull request #79 from oremanj/fix-manifest

04947c38d06753828e0e4136bf231cc196c0aa14 authored over 4 years ago by Quentin Pradet <[email protected]>
Merge branch 'master' into fix-manifest

1c11153ce9d484d824131a30202473dfb6d5ac55 authored over 4 years ago by Quentin Pradet <[email protected]>
Merge pull request #77 from oremanj/pytest-deprecation

6bfb6f8f5751fcf7b7bf49c13f5dee7bb82df084 authored over 4 years ago by Quentin Pradet <[email protected]>
Work around deprecation warning on pytest 5.4+

8956ccab075695767e3e08ada582843ead323820 authored over 4 years ago by Joshua Oreman <[email protected]>
Update MANIFEST.in to include project metadata

e1242f9241a46077458af39efa1b53bb0e9caf0e authored over 4 years ago by Joshua Oreman <[email protected]>
Work around deprecation warning on pytest 5.4+

8f29cff34e778dca3130400d4e3b5339b0548d9a authored over 4 years ago by Joshua Oreman <[email protected]>
Clean up handling of Handles

718df5ce794c95a143aa76ed43f9837332df9cc8 authored over 4 years ago by Joshua Oreman <[email protected]>
Bump version to 0.11.0+dev post release (#73)

eff5da86a6c91baf8764df5c46bcc881da14c129 authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge pull request #72 from oremanj/release-v0.11.0

Release v0.11.0

a0b972f4a2f698077289e92f2f8f10e7e9424965 authored almost 5 years ago by Quentin Pradet <[email protected]>
Reconstruct some release history

9efa25cf6162688b577f4dfbe23b0ec4a1f9a315 authored almost 5 years ago by Joshua Oreman <[email protected]>
Bump version and run towncrier for 0.11.0 release

4fb9c6a36dc740325ac3e6c06f5704c2a2253afe authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge pull request #71 from oremanj/deprecations

Missing bits from #69

fdcf789e9b24d9c53a4eeefbdbb2f0a6b4dfbc9c authored almost 5 years ago by Quentin Pradet <[email protected]>
Missing bits from #69

a3778f5cb342b07568d8544d3e70ef61d2d48e62 authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge pull request #69 from oremanj/deprecations

Clean up public API surface

c7b98091c840863c409b2c7ac5117bd37f3e88ca authored almost 5 years ago by Quentin Pradet <[email protected]>
yapfify

213e5549f70b262d2d06c0e5bce5a7f32d92f22d authored almost 5 years ago by Joshua Oreman <[email protected]>
Fix test

0071f5d9293a0a50d96fa1d726454b1309a38109 authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge remote-tracking branch 'origin/master' into deprecations

f0151524760ed14fe517418d82ff23e7734c3f46 authored almost 5 years ago by Joshua Oreman <[email protected]>
Update documentation

f278838bc0aa4a7fd1313faf5cb5f385492f7c34 authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge pull request #70 from schmir-at-bb/remove-invalid-escape-sequences

Remove invalid escape sequences from docstrings

fadc28ec1c760e50fc5af489f94f4ae2fb69af59 authored almost 5 years ago by Quentin Pradet <[email protected]>
Remove invalid escape sequences from docstrings

Otherwise these get reported as DeprecationWarning.

0d167dfeecba33e1505c1ea8cabc76fad8e330b1 authored almost 5 years ago by Ralf Schmitt <[email protected]>
yapf

e3d10d8c1aacabc7fcd269547f9ff049367f3390 authored almost 5 years ago by Joshua Oreman <[email protected]>
Fixes to pass trio-asyncio specific tests locally

aad3e71ddaf900c67a755153a1685095177fc217 authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge remote-tracking branch 'origin/master' into deprecations

c3b30a873e34f23c6ea204418e0116e6be918c83 authored almost 5 years ago by Joshua Oreman <[email protected]>
Bring trio-asyncio into the next decade (#66)

A collection of changes to make CI pass, including on 3.8.

Fix use of deprecated Trio feature...

1099b0963ef2cd582ca87a331d925f4a835647de authored almost 5 years ago by Joshua Oreman <[email protected]>
Underscore-prefix module names, fix circular dependencies, add actual deprecations

12c19a3b87a1d3120ee3739366ec037b396d3beb authored almost 5 years ago by Joshua Oreman <[email protected]>
Merge tjstum/master: Allow multiple calls to loop.stop

42dd5759a721982eab977d584d3815e2e1cd80eb authored over 5 years ago by Matthias Urlichs <[email protected]>
"Return" missing from trio_asyncio.run

Closes github #57

d300ff8535baf3b658f2583b63f6942afaae42d8 authored over 5 years ago by Matthias Urlichs <[email protected]>
Add towncrier

333cb6e1d212bdb826d428674c5612afa3da1bf3 authored over 5 years ago by Tim Stumbaugh <[email protected]>
Allow multiple calls to loop.stop

Calling loop.stop and then immediately proceeding to exit the
`open_loop`'s context (without hit...

fcdcf7f62cb125258ff88a2c5a56acdac0d6102a authored over 5 years ago by Tim Stumbaugh <[email protected]>
* Test failure workarounds

69d1ffafafd648cd9024480e3d7f0daadd53731c authored almost 6 years ago by Matthias Urlichs <[email protected]>
Merge master

4179451a86d3e5ce8877053047d61514381c86a1 authored almost 6 years ago by Matthias Urlichs <[email protected]>
* Require trio 0.11

6871e67653e3cf6d3016a615ca05ffbc6f6f97b5 authored almost 6 years ago by Matthias Urlichs <[email protected]>
Merge pull request #53 from python-trio/cancel

open_cancel_scope → CancelScope

8098e93a63eedf7188545cbda45e54c0bcdd85fc authored almost 6 years ago by Matthias Urlichs <[email protected]>
open_cancel_scope → CancelScope

Closes: #52

4990c61421486c24095099a961c5b6a7f4110cdc authored almost 6 years ago by Matthias Urlichs <[email protected]>
* New release

* Fix deprecation warnings
* Fix cross-references in doc

fef81f98ec6a0a259264ed6091314e4076f3948d authored about 6 years ago by Matthias Urlichs <[email protected]>
Merge pull request #49 from Zac-HD/remove-queue

Upgrade from deprecated trio.Queue; fix tests; fix docs

81b7c81d8afb1a86761961695875eb93a3bee936 authored about 6 years ago by Zac Hatfield-Dodds <[email protected]>
Fix cross-references

f56c4be14b96a500bcd0dee6b0fab88dab1e367c authored about 6 years ago by Zac-HD <[email protected]>
Fix unrelated test warnings

6620235224c31224c983d13c2ab21609e1e294fd authored about 6 years ago by Zac-HD <[email protected]>
Upgrade from deprecated trio.Queue

4d5b95e6965841e094e6b743872b400650bcc226 authored about 6 years ago by Zac-HD <[email protected]>
Merge pull request #41 from smurfix/master

Fix #40

288abcb4d6b7b800be28f2a84b2fe4731e647974 authored over 6 years ago by Matthias Urlichs <[email protected]>
YAPF'd

1083e2c5693b5559d07c9247dc8b53f57c626099 authored over 6 years ago by Matthias Urlichs <[email protected]>
Merge remote-tracking branch 'smurfix/master'

884930f16c2f8be133d1a035c2dc3d0db018f520 authored over 6 years ago by Matthias Urlichs <[email protected]>
Fix #40

2dd4bb692342d44b2f79edbe836dbcd744866f8e authored over 6 years ago by Matthias Urlichs <[email protected]>
Merge pull request #38 from M-o-a-T/master

Restructure trio_asyncio

28877660277e2e7fbd1055f9ec6c0e8d7f0fecc5 authored over 6 years ago by Matthias Urlichs <[email protected]>