10
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix an interaction between the switch interval and libuv that could introduce delays processing large batches of callbacks. More... about 5 years ago
Get the spawn benchmark working again [skip ci] More... about 5 years ago
Merge branch 'issue1331' More... about 5 years ago
Documentation updates for threadpool.py More... about 5 years ago
Consistently raise exception when using a threadpool from the wrong thread. More... about 5 years ago
Merge pull request #1492 from gevent/issue1331 More... about 5 years ago
Improve safety for libuv async and idle watchers. More... about 5 years ago
Merge pull request #1490 from gevent/issue1331 More... about 5 years ago
gevent.pywsgi: Support keep-alive in HTTP/1.0 More... about 5 years ago
Simplifiy test__pywsgi.py More... about 5 years ago
Coverage updates. More... about 5 years ago
Merge pull request #1488 from gevent/issue1487 More... about 5 years ago
Make Semaphores fair. More... about 5 years ago
Merge branch 'master' of https://github.com/gevent/gevent More... about 5 years ago
Travis: Update test dependencies when installing and fix coverage More... about 5 years ago
Merge pull request #1486 from gevent/issue1464 More... about 5 years ago
Fix #1464 and fix #1465 by making LockType sleep on failure to non-blocking acquire the lock. More... about 5 years ago
Typo fix. [skip ci] More... about 5 years ago
Merge pull request #1485 from gevent/issue1441 More... about 5 years ago
Update documentation. More... about 5 years ago
Rewrite fileobject core to handle always create FileIO if needed, not just on Py2. More... about 5 years ago
And again for sys.stderr. More... about 5 years ago
Fixes for universal newlines on Python 2 More... about 5 years ago
Consistently handle text and binary modes in the three FileObject classes. More... about 5 years ago
Merge pull request #1483 from gevent/py38-take2 More... about 5 years ago
Fix test__ssl on Python 3.6-7.2 More... about 5 years ago
Try a few times More... about 5 years ago
More PyPy tweaks. More... about 5 years ago
More Python 3.8 fixes, and another attempt at the PyPy fix. More... about 5 years ago
Fix SSL tests on Python 3.8. More... about 5 years ago