| Commit message (Expand) | Author | Age | Files | Lines |
| * | hubs: defang after remove; related to second simultaneous read issue94-second-read | Michael Kerrin | 2014-08-12 | 5 | -10/+17 |
| * | Fix second simultaneous read (parallel paramiko issue) | Jan Grant | 2014-08-12 | 11 | -62/+362 |
| * | tests: Update bundled mock library to 1.0.1 | Jakub Stasiak | 2014-07-18 | 1 | -129/+2251 |
| * | Travis: Enable fast build finish | Jakub Stasiak | 2014-07-18 | 1 | -0/+1 |
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 5 | -265/+278 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 17 | -179/+217 |
| * | greenio, tpool: python3 compatibility | Sergey Shepelev | 2014-07-18 | 3 | -82/+70 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 21 | -230/+230 |
| * | db_pool: customizable connection cleanup function; Thanks to Avery Fay | Sergey Shepelev | 2014-07-10 | 2 | -85/+165 |
| * | Bump version to 0.16.0.dev | Sergey Shepelev | 2014-07-03 | 1 | -2/+2 |
| * | 0.15 releasev0.15 | Sergey Shepelev | 2014-07-03 | 4 | -3/+19 |
| * | PyPy 2.3 compatibility fix | Dmitriy Kruglyak | 2014-06-12 | 1 | -2/+2 |
| * | PEP8 whitespace | Sergey Shepelev | 2014-06-12 | 4 | -8/+29 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 28 | -477/+564 |
| * | PEP-8 check all files, once in separate environment, parallel in Travis | Sergey Shepelev | 2014-04-24 | 2 | -43/+52 |
| * | Python3: __bool__, im_code, im_func | Victor Sergeyev | 2014-04-24 | 7 | -8/+29 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-23 | 11 | -109/+131 |
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 15 | -135/+197 |
| * | python3 compatibility: print function | Sergey Shepelev | 2014-04-23 | 20 | -132/+141 |
| * | python3 compatibility: range, zip, StringIO | Viktors | 2014-04-23 | 7 | -38/+32 |
| * | wsgi: capitalize_response_headers option | Sergey Shepelev | 2014-04-22 | 2 | -89/+146 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 13 | -31/+77 |
| * | travis: Build with PyPy; Upgrade dependencies; Install libzmq-dev | Jakub Stasiak | 2014-04-15 | 2 | -3/+22 |
| * | green: subprocess: do not use `new` module for compatibility with Python3 | Viktors | 2014-04-15 | 1 | -7/+7 |
| * | greenthread: add .unlink() method; Thanks to Astrum Kuo | 郭旭星Astrum Kuo | 2014-04-15 | 1 | -0/+13 |
| * | python3 compat fixes; Thanks to Astrum Kuo | 郭旭星Astrum Kuo | 2014-04-02 | 5 | -8/+12 |
| * | travis: Build with Python 3.3 | Jakub Stasiak | 2014-03-28 | 2 | -3/+43 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 35 | -279/+327 |
| * | support: bundle six 1.5.2 | Sergey Shepelev | 2014-03-28 | 1 | -0/+634 |
| * | queue: Make join not wait if there are no unfinished tasks | Jakub Stasiak | 2014-03-27 | 2 | -1/+6 |
| * | green.profile: accumulate results between runs; Thanks to Zhang Hua | Sergey Shepelev | 2014-03-24 | 2 | -9/+17 |
| * | tox: Refactor configuration | Jakub Stasiak | 2014-01-28 | 1 | -18/+1 |
| * | tox: Bump MySQL-Python version | Jakub Stasiak | 2014-01-28 | 1 | -1/+1 |
| * | websockets: Test and handle lack of Upgrade header | Jakub Stasiak | 2014-01-24 | 2 | -1/+16 |
| * | websockets: handle HTTP_CONNECTION more flexibly | Jakub Stasiak | 2014-01-18 | 2 | -15/+21 |
| * | websockets: Add websockets13 support | Edward George | 2014-01-01 | 2 | -34/+627 |
| * | packaging: Generate universal wheels | Jakub Stasiak | 2013-12-31 | 1 | -0/+2 |
| * | python3 compat: `raise E(arg)` syntax | Sergey Shepelev | 2013-12-03 | 2 | -2/+2 |
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri... | Sergey Shepelev | 2013-12-03 | 23 | -569/+440 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 48 | -221/+289 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 40 | -104/+104 |
| * | coros: remove Actor which was deprecated in 2010-01 | Sergey Shepelev | 2013-12-03 | 2 | -222/+0 |
| * | saranwrap: remove saranwrap which was deprecated in 2010-02 | Sergey Shepelev | 2013-12-03 | 2 | -1102/+0 |
| * | doc: recommend install via pip | Omer Katz | 2013-11-06 | 1 | -7/+7 |
| * | tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric Urban | Sergey Shepelev | 2013-10-02 | 2 | -9/+26 |
| * | Bump version to 0.15.0.dev | Sergey Shepelev | 2013-09-13 | 1 | -1/+1 |
| * | 0.14 release (branding)v0.14 | Sergey Shepelev | 2013-09-13 | 4 | -4/+18 |
| * | websocket: allow "websocket" in lowercase in Upgrade header (Google Chrome se... | Dmitry Orlov | 2013-09-13 | 1 | -1/+1 |
| * | wsgi: Allow minimum_chunk_size to be overriden on a per request basis | David Goetz | 2013-09-05 | 2 | -2/+66 |
| * | Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias ... | Sergey Shepelev | 2013-09-05 | 3 | -2/+2 |