summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PEP-8 check all files, once in separate environment, parallel in TravisSergey Shepelev2014-04-242-43/+52
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-247-8/+29
* python3 compatibilitySergey Shepelev2014-04-2311-109/+131
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-2315-135/+197
* python3 compatibility: print functionSergey Shepelev2014-04-2320-132/+141
* python3 compatibility: range, zip, StringIOViktors2014-04-237-38/+32
* wsgi: capitalize_response_headers optionSergey Shepelev2014-04-222-89/+146
* pypy compatibilityJakub Stasiak2014-04-1513-31/+77
* travis: Build with PyPy; Upgrade dependencies; Install libzmq-devJakub Stasiak2014-04-152-3/+22
* green: subprocess: do not use `new` module for compatibility with Python3Viktors2014-04-151-7/+7
* greenthread: add .unlink() method; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-151-0/+13
* python3 compat fixes; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-025-8/+12
* travis: Build with Python 3.3Jakub Stasiak2014-03-282-3/+43
* python3 compat fixesVictor Sergeyev2014-03-2835-279/+327
* support: bundle six 1.5.2Sergey Shepelev2014-03-281-0/+634
* queue: Make join not wait if there are no unfinished tasksJakub Stasiak2014-03-272-1/+6
* green.profile: accumulate results between runs; Thanks to Zhang HuaSergey Shepelev2014-03-242-9/+17
* tox: Refactor configurationJakub Stasiak2014-01-281-18/+1
* tox: Bump MySQL-Python versionJakub Stasiak2014-01-281-1/+1
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-242-1/+16
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-182-15/+21
* websockets: Add websockets13 supportEdward George2014-01-012-34/+627
* packaging: Generate universal wheelsJakub Stasiak2013-12-311-0/+2
* python3 compat: `raise E(arg)` syntaxSergey Shepelev2013-12-032-2/+2
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-0323-569/+440
* python3 compat: print() function syntaxSergey Shepelev2013-12-0348-221/+289
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-0340-104/+104
* coros: remove Actor which was deprecated in 2010-01Sergey Shepelev2013-12-032-222/+0
* saranwrap: remove saranwrap which was deprecated in 2010-02Sergey Shepelev2013-12-032-1102/+0
* doc: recommend install via pipOmer Katz2013-11-061-7/+7
* tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric UrbanSergey Shepelev2013-10-022-9/+26
* Bump version to 0.15.0.devSergey Shepelev2013-09-131-1/+1
* 0.14 release (branding)v0.14Sergey Shepelev2013-09-134-4/+18
* websocket: allow "websocket" in lowercase in Upgrade header (Google Chrome se...Dmitry Orlov2013-09-131-1/+1
* wsgi: Allow minimum_chunk_size to be overriden on a per request basisDavid Goetz2013-09-052-2/+66
* Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias ...Sergey Shepelev2013-09-053-2/+2
* tox: Add pep8 and flake8 configuration in tox.iniFloris Bruynooghe2013-08-191-0/+12
* add gitignoreSergey Shepelev2013-08-151-0/+7
* doc: index page major updateSergey Shepelev2013-08-141-42/+91
* green.ssl: Fix NameError GH-17Jakub Stasiak2013-08-122-13/+35
* greenio: socket pypy compatibility; Thanks to Alex GaynorSergey Shepelev2013-08-091-1/+19
* wsgi: configurable socket_timeoutSergey Shepelev2013-08-092-3/+21
* wsgi: pep8 whitespaceSergey Shepelev2013-08-081-2/+9
* wsgi: close timed out client connectionsSergey Shepelev2013-08-081-0/+1
* tests: kill all tpool workers in LimitedTestCaseJakub Stasiak2013-08-074-73/+78
* doc: add Google Analytics tracking codeSergey Shepelev2013-08-042-0/+23
* tox: run tests with newer versions of optional dependenciesSergey Shepelev2013-07-111-8/+8
* wsgi: handle connection socket timeoutsPaul Oppenheim2013-07-093-3/+196
* tests: extract run_python() utility functionSergey Shepelev2013-07-092-12/+28
* greenio: remove excess asserts for argsSergey Shepelev2013-07-091-2/+0