- 20 Jan, 2021 10 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Appveyor: Build and test Python 3.9.
-
Jason Madden authored
Fixes #1760
-
Jason Madden authored
Update libuv from 1.38.0 to 1.40.0.
-
Jason Madden authored
Update to libev 4.33. Fixes #1754.
-
Jason Madden authored
-
Jason Madden authored
Fixes #1755
-
Jason Madden authored
-
Jason Madden authored
-
- 18 Jan, 2021 4 commits
-
-
Jason Madden authored
Avoids any conversions on Python 2.7 when zope.schema is not available.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 15 Jan, 2021 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Handle .name on FileObject more like the stdlib.
-
Jason Madden authored
-
Jason Madden authored
Fixes #1745
-
Jason Madden authored
Add loop.run_callback_threadsafe and use it in AbstractLinkable
-
Jason Madden authored
This makes cross-thread wakeups of Event and AsyncResult objects much faster and doesn't rely on the target loop spinning as this wakes it up. Add tests for this. Fixes #1735
-
- 12 Jan, 2021 4 commits
-
-
Jason Madden authored
Make AsyncResult behave more like in older versions in cross-thread usage
-
Jason Madden authored
And fix. Leave a comment about what was discovered. It's somewhat surprising.
-
Jason Madden authored
The background thread is problematic.
-
-
- 11 Jan, 2021 2 commits
-
-
Jason Madden authored
In addition to the two missing tests mentioned in test__event, I need to see if I can get a semaphore in this situation.
-
Jason Madden authored
-
- 27 Dec, 2020 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fix #1733
-
Jason Madden authored
-
Jason Madden authored
Because thread.get_ident() returns types of different signedness on Py2/Py3, and some, possibly 32-bit ILP32, Py3 systems return values that won't fit in a long. Cython conditional compilation doesnt work because we can only publish one source distribution. Fixes #1733
-
- 23 Dec, 2020 4 commits
-
-
Jason Madden authored
Make Greenlets context managers to handle their lifetime.
-
Jason Madden authored
Fixes #1324
-
Jason Madden authored
-
Jason Madden authored
docs: fix simple typo, empoyed -> employed
-
- 22 Dec, 2020 4 commits
-
-
Tim Gates authored
There is a small typo in src/gevent/tests/test__pywsgi.py. Should read `employed` rather than `empoyed`.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-