| 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 | -26/+24 |
| | | |||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -6/+6 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -27/+27 |
| | | | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes | ||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -2/+2 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | queue: Make join not wait if there are no unfinished tasks | Jakub Stasiak | 2014-03-27 | 1 | -0/+4 |
| | | | | | This fixes GitHub issue #54 | ||||
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -1/+1 |
| | | | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers | ||||
| * | py3k - None is not comparable in 3.x, also queue.resize(None) was not waking ↵ | amajorek | 2010-03-07 | 1 | -0/+15 |
| | | | | | queued putters | ||||
| * | Bug 37: Implement queue resizing | Chris AtLee | 2010-02-22 | 1 | -0/+27 |
| | | |||||
| * | Imported Timeout class from gevent, deprecated exc_after, replaced ↵ | Ryan Williams | 2010-02-15 | 1 | -1/+1 |
| | | | | | TimeoutError with Timeout (should be seamless). | ||||
| * | Doc updates, robustified multiple waiter queue tests. | Ryan Williams | 2010-01-28 | 1 | -18/+5 |
| | | |||||
| * | Added getting() and putting() methods to the Queue class, replaced ↵ | Ryan Williams | 2010-01-23 | 1 | -9/+5 |
| | | | | | coros.queue with queue.Queue in pools.py. | ||||
| * | Added eventlet.green.Queue, and refactored the queue module so that it's ↵ | Ryan Williams | 2010-01-23 | 1 | -1/+1 |
| | | | | | actually stdlib-compatible. | ||||
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 1 | -2/+2 |
| | | |||||
| * | Fixed tests that were making assumptions about waiter order on queues. | Ryan Williams | 2010-01-14 | 1 | -3/+3 |
| | | |||||
| * | Added Queue class ported from gevent, with tests. | Ryan Williams | 2010-01-14 | 1 | -0/+312 |
