10
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Looks like a memory-fence type issue on PyPy on Win. More... about 4 years ago
Install thread profiling/tracing hooks in ThreadPool worker threads while the task runs. More... about 4 years ago
Add --second-chance to the testrunner, and use it on CI. More... about 4 years ago
Merge pull request #1720 from gevent/issue1663 More... about 4 years ago
Semaphore: Dont try to notify if the links have vanished. More... about 4 years ago
Fix #1663 by more gracefully handling non-type arguments. More... about 4 years ago
testDup is flaky on Py2/Win. More... about 4 years ago
Merge pull request #1718 from gevent/issue1698 More... about 4 years ago
PyPy/Win is flaky. Cant reproduce on any other PyPy More... about 4 years ago
Re-enable the RLock threading tests on Python2. More... about 4 years ago
Correct the link flags to work on both manylinux images More... about 4 years ago
Better handle multi-threaded case when a greenlet from a different thread is already waiting. More... about 4 years ago
Handle more cases, and be more careful with hubs. More... about 4 years ago
Rework the way Semaphore handles cross-thread locking. More... about 4 years ago
Merge pull request #1716 from gevent/issue1704 More... about 4 years ago
More gracefully handle errors pickling a traceback. More... about 4 years ago
Add comments about the state of SCRIPT_NAME. More... about 4 years ago
Merge branch 'issue1711' More... about 4 years ago
Merge pull request #1715 from gevent/issue1711 More... about 4 years ago
Tweak some timing asserts in test__threadpool.py More... about 4 years ago
Python 2, subprocess: Let unbuffered binary writes to popen.stdin loop to write all the data. More... about 4 years ago
Minor doc reorganization. More... about 4 years ago
Remove mysphinxext.py. It seemed unused. More... about 4 years ago
Merge pull request #1714 from gevent/issue1708 More... about 4 years ago
Avoid printing a TypeError traceback on certain types of invalid client requests. More... about 4 years ago
Installing the EPEL RPM gives us access to ccache for the 2014 image. More... about 4 years ago
Disable c-ares when building on arm github actions. More... about 4 years ago
Remove references to Travis, and enable pypa/gh-action-pypi-publish to upload built wheels on tagged releases. More... about 4 years ago
More tweaks. It took at least 33 minutes to build gevent on arm/python35. Enable some output to try to figure out why. More... about 4 years ago
Move a manylinux to the top. More... about 4 years ago