| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -1/+2 |
| | | |||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -2/+9 |
| | | |||||
| * | greenthread: add .unlink() method; Thanks to Astrum Kuo | 郭旭星Astrum Kuo | 2014-04-15 | 1 | -0/+13 |
| | | | | | | Compatibility with gevent. https://github.com/eventlet/eventlet/pull/82 | ||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -53/+53 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | prevent infinite recursion with linking to current greenthread | Edward George | 2012-12-12 | 1 | -4/+13 |
| | | |||||
| * | ensure that new hub greenlet is parent of old, dead hub greenlet. | Edward George | 2012-08-11 | 1 | -0/+1 |
| | | | | | also, ensure this happens when eventlet.greenthread.kill() is used. | ||||
| * | Fix for unusual kill() error that was probably introduced by a bugfix in ↵ | Ryan Williams | 2010-10-02 | 1 | -3/+4 |
| | | | | | greenlet. | ||||
| * | Finally removed pesky _main_wrapper function in greenthread thanks to ↵ | Ryan Williams | 2010-08-19 | 1 | -14/+4 |
| | | | | | Ambroff having added keyword argument support in greenlet 0.3. Yay cleaner, better-performing code. | ||||
| * | Converted fully over to what the internet assures me is the American ↵ | Ryan Williams | 2010-05-05 | 1 | -2/+3 |
| | | | | | spelling of 'canceled' -- this only affects internal variables. Also cleaned up the meticulous timer accounting of the hub tests so they stop failing after other tests are run. Also added new parameter to the abort method because it seemed to be the dominant mode of operation. | ||||
| * | Reversed order of operations in kill() to make the killing more immediate. | Ryan Williams | 2010-03-29 | 1 | -2/+3 |
| | | |||||
| * | Clarified docs on spawn_n's semantics. | Ryan Williams | 2010-03-29 | 1 | -3/+9 |
| | | |||||
| * | Doc upgrade for greenthread module. | Ryan Williams | 2010-02-20 | 1 | -46/+10 |
| | | |||||
| * | Minor doc improvements. Added more backdoor documentation. | Ryan Williams | 2010-02-19 | 1 | -6/+5 |
| | | |||||
| * | Imported Timeout class from gevent, deprecated exc_after, replaced ↵ | Ryan Williams | 2010-02-15 | 1 | -47/+7 |
| | | | | | TimeoutError with Timeout (should be seamless). | ||||
| * | Added spawn_after_local and tests, removed test__timers (the source of the ↵ | Ryan Williams | 2010-02-13 | 1 | -0/+31 |
| | | | | | new tests), deprecated call_after_* | ||||
| * | Moved timer to hubs package, since that's almost all of its usage. | Ryan Williams | 2010-02-13 | 1 | -7/+6 |
| | | |||||
| * | Added spawn_after, with tests and documentation. Removed dead code in ↵ | Ryan Williams | 2010-02-13 | 1 | -7/+47 |
| | | | | | timer_test. | ||||
| * | Moved trampoline into hubs/__init__, which maybe is the best place for it; ↵ | Ryan Williams | 2010-01-24 | 1 | -3/+1 |
| | | | | | open to suggestions. | ||||
| * | Doc improvements | Ryan Williams | 2010-01-18 | 1 | -1/+1 |
| | | |||||
| * | Doc improvements, removed docs for coros and proc modules. | Ryan Williams | 2010-01-18 | 1 | -17/+30 |
| | | |||||
| * | Cleaned up link implementation in greenthread, added greenthread test ↵ | Ryan Williams | 2010-01-18 | 1 | -20/+56 |
| | | | | | module, fixed kill's implementation to resolve the race condition. | ||||
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 1 | -181/+4 |
| | | |||||
| * | Moved greenio_test to new APIs, created a new debug_test to test that module. | Ryan Williams | 2010-01-17 | 1 | -0/+6 |
| | | |||||
| * | Moved semaphore classes into their own module. | Ryan Williams | 2010-01-17 | 1 | -2/+3 |
| | | |||||
| * | Moved kill into greenthread, out of api. | Ryan Williams | 2010-01-17 | 1 | -0/+9 |
| | | |||||
| * | Upgraded wsgi tests. Reversed logic in hub's exception squelching so it's ↵ | Ryan Williams | 2010-01-12 | 1 | -0/+1 |
| | | | | | correct. Re-raising exceptions in greenthread objects so that they pass the test. Now debug.hub_exceptions should be set to True before running if you want to see exceptions on stderr. | ||||
| * | Moved a bunch of stuff from api to greenthread and imported into __init__. ↵ | Ryan Williams | 2010-01-04 | 1 | -0/+82 |
| | | | | | Broke circular import in timer.py. | ||||
| * | Documentation sweep -- slightly improved documentation for a bunch of ↵ | Ryan Williams | 2009-12-31 | 1 | -3/+3 |
| | | | | | things, and beefed up the examples to keep up with the parlance of our times. | ||||
| * | Refactored imap to make it even simpler and fix the limitation, added test ↵ | Ryan Williams | 2009-12-31 | 1 | -1/+0 |
| | | | | | for multiple iterators, removed SilencedTestCase because there was no need for it anymore. | ||||
| * | Moved call_afters to greenthread. | Ryan Williams | 2009-12-27 | 1 | -5/+40 |
| | | |||||
| * | Moved a bunch of stuff around. Event, GreenThread, spawn, spawn_n went to ↵ | Ryan Williams | 2009-12-26 | 1 | -0/+267 |
| the greenthread module. Some tweaks to the parallel module, including adding a spawn_n method that is faster than spawn. | |||||
