- 12 Jan, 2021 3 commits
-
-
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 10 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
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make loops automatically break when their owning hub is destroyed.
-
Jason Madden authored
Tweak wording about Fedora package managers in docs/development/installing_from_source.rst. [skip ci] Fixes #1689 with thanks to Fabian Affolter.
-
Jason Madden authored
Supercedes and Fixes #1695; thanks to Anatoli Babenia.
-
Jason Madden authored
And stop running callbacks. This fixes #1686 and fixes #1669.
-
- 21 Dec, 2020 5 commits
-
-
Jason Madden authored
Refactor _socket2/_socket3 to move more truly common methods into SocketMixin
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Move socket objects fully to __slots__.
-
Jason Madden authored
Fixes #1724
-
- 19 Dec, 2020 3 commits
-
-
Jason Madden authored
Make gevent.pywsgi stop dealing with chunks when the connection is being upgraded
-
Jason Madden authored
Let the application have full control over input and output. Fixes #1712.
-
Jason Madden authored
-
- 18 Dec, 2020 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
Install thread profiling/tracing hooks in ThreadPool worker threads while the task runs
-
- 17 Dec, 2020 1 commit
-
-
Jason Madden authored
Try killing the pool to see if that buys us what we need.
-