| Commit message (Expand) | 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 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -53/+53 |
| * | 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 |
| * | Fix for unusual kill() error that was probably introduced by a bugfix in gree... | Ryan Williams | 2010-10-02 | 1 | -3/+4 |
| * | Finally removed pesky _main_wrapper function in greenthread thanks to Ambroff... | Ryan Williams | 2010-08-19 | 1 | -14/+4 |
| * | Converted fully over to what the internet assures me is the American spelling... | Ryan Williams | 2010-05-05 | 1 | -2/+3 |
| * | 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 TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -47/+7 |
| * | Added spawn_after_local and tests, removed test__timers (the source of the ne... | Ryan Williams | 2010-02-13 | 1 | -0/+31 |
| * | 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 timer_... | Ryan Williams | 2010-02-13 | 1 | -7/+47 |
| * | Moved trampoline into hubs/__init__, which maybe is the best place for it; op... | Ryan Williams | 2010-01-24 | 1 | -3/+1 |
| * | 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 module,... | Ryan Williams | 2010-01-18 | 1 | -20/+56 |
| * | 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 co... | Ryan Williams | 2010-01-12 | 1 | -0/+1 |
| * | Moved a bunch of stuff from api to greenthread and imported into __init__. B... | Ryan Williams | 2010-01-04 | 1 | -0/+82 |
| * | Documentation sweep -- slightly improved documentation for a bunch of things,... | Ryan Williams | 2009-12-31 | 1 | -3/+3 |
| * | Refactored imap to make it even simpler and fix the limitation, added test fo... | Ryan Williams | 2009-12-31 | 1 | -1/+0 |
| * | 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 th... | Ryan Williams | 2009-12-26 | 1 | -0/+267 |