- 23 Dec, 2020 3 commits
-
-
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 4 commits
-
-
Jason Madden authored
Try killing the pool to see if that buys us what we need.
-
Jason Madden authored
Fixes #1670
-
Jason Madden authored
Fixes #1719
-
Jason Madden authored
Fix #1663 by more gracefully handling non-type arguments.
-
- 16 Dec, 2020 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
The documentation specifically says that kill, killall, etc, all take a a type, but allow passing exception instances. Also allow passing arbitrary objects; this is also not documented, and not recommended. The result will be raising a BaseException in the greenlet. That should be better than silently printing something to stderr, which is what happened before.
-
Jason Madden authored
-
Jason Madden authored
Rework the way Semaphore deals with cross-thread usage
-
Jason Madden authored
-
Jason Madden authored
They seem stable now.
-
Jason Madden authored
LDFLAGS is needed on the 2010 image (for clock_gettime). The 2014 image needs -pthread (for pthread_atfork, via cffi)
-
Jason Madden authored
Also some tweaks to the make-manylinux script; we seem to not be getting the loop I expect.
-