0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get rid of the unnecessary short timeout More... over 13 years ago
use inq._jobs_done so that .closed status includes items being processed More... over 13 years ago
goofy mistake -- don't want pools.map here (although it works) More... over 13 years ago
fix up pool iteration by having the 'closed' status check the in and out queues More... over 13 years ago
Pool and OrderedPool in greenhouse.pool should be iterable. More... over 13 years ago
Merge branch 'release-0.5.2' More... over 13 years ago
allow an empty 'alpha/beta/rcX/release' slot More... over 13 years ago
don't forget paver minilib More... over 13 years ago
paver-minilib updated More... over 13 years ago
version bump More... over 13 years ago
found some hard tabs More... over 13 years ago
found some hard tabs More... over 13 years ago
missed an argument. fixes #25 More... over 13 years ago
missed an argument. fixes #25 More... over 13 years ago
account for poll using millisecond timeout. fixes #24 More... over 13 years ago
account for poll using millisecond timeout. fixes #24 More... over 13 years ago
Merge branch 'green-select' More... over 13 years ago
the voluminous greenified-select documentation More... over 13 years ago
greenified select module tests More... over 13 years ago
bad oversight - patched() should work not just on pre-imported stdlib modules More... over 13 years ago
bad oversight - patched() should work not just on pre-imported stdlib modules More... over 13 years ago
green kqueue implementation More... over 13 years ago
not going to need to emulate kevent, can just use the standard one More... over 13 years ago
_green_epoll bugfixes: _closed property, weakref in the schedule descriptormap, and send the timeout through to the event wait More... over 13 years ago
unregister properly More... over 13 years ago
epoll implementation - just use a real epoll and stick its fd into the global greenhouse poller More... over 13 years ago
poll implementation, just maintain a registry and use _multi_wait with the poll masks More... over 13 years ago
generalize _multi_wait for use with any old read and write event mask constants More... over 13 years ago
overly defensive programming, to the point of potentially hiding real issues (cherry picked from commit a6b26f8f51b08ad7d080a04c6cc3b1d7a48a3056) More... over 13 years ago
overly defensive programming, to the point of potentially hiding real issues (cherry picked from commit a6b26f8f51b08ad7d080a04c6cc3b1d7a48a3056) More... over 13 years ago