10
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 2 months ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core.pyx: remove __dealloc__ method More... over 15 years ago
restore lazy creation of the Hub in get_hub() and the ability to replace greenlet.Hub with another class More... over 15 years ago
proc.Proc.wait: simplify implementation and change signature a bit: exception instead of *throw_args More... over 15 years ago
set version to 0.9.2 More... over 15 years ago
greentest/__init__.py: use greenlet and core accessible through gevent instead of importing them directly More... over 15 years ago
remove deprecated gevent.timeout (use gevent.Timeout) More... over 15 years ago
greenlet.py: raise an exception when used in non-main thread More... over 15 years ago
gevent/greenlet.py: improve docstrings More... over 15 years ago
gevent/greenlet.py: minor simplification More... over 15 years ago
gevent/__init__.py: add reinit to __all__ More... over 15 years ago
proc: remove deprecated trap_errors More... over 15 years ago
proc: reuse killall() from greenlet.py (temporarely) More... over 15 years ago
proc: add spawn_link* methods to RunningProcSet More... over 15 years ago
proc: remove ProcExit from __all__ (use GreenletExit) More... over 15 years ago
get rid of setuptools dependency in setup.py More... over 15 years ago
add a new test case for ssl by Cesar Alaniz More... over 15 years ago
fix a timeout in test_socket.py More... over 15 years ago
update the tests with regard to the lates socket changes (no makeGreenFile() method anymore) More... over 15 years ago
simplify GreenSocket and GreenSSL More... over 15 years ago
update the tests with regard to kill() bahviour change More... over 15 years ago
greenlet.py: fix formatting More... over 15 years ago
add wait method to kill and killall(); make them asynchronous by default More... over 15 years ago
greenlet.py: reduce dispatch() retry number to 15 More... over 15 years ago
greenlet.py: when dispatch() exits, raise an exception instead of returning More... over 15 years ago
regenerate core.c More... over 15 years ago
core.pyx: update docstring for dispatch and loop More... over 15 years ago
Added tag 0.9.1 for changeset 5c3cd720e529 More... over 15 years ago
add CHANGES and README.eventlet to MANIFEST.in More... over 15 years ago
minor update to CHANGES More... over 15 years ago
add test__execmodules.py More... over 15 years ago