summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* green.zmq: support RCVTIMEO (receive timeout)zmq-timeout-282talwrii2017-01-173-2/+35
* green.profile: Python3 compatibility; Thanks to Artur StawiarskiSergey Shepelev2017-01-163-21/+31
* support: upgrade bundled six to 1.10 (dbfbfc818e3d)Sergey Shepelev2017-01-161-35/+156
* green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmqi376Gevorg Davoian2017-01-132-96/+126
* Fixed tests.greendns_test.TestGetaddrinfo eventlet/eventlet#373Ondřej Kobližek2017-01-121-9/+9
* New timeout error API: .is_timeout=True on exception objectSergey Shepelev2017-01-1011-58/+158
* python3.6: http.client.request support chunked_encodingSergey Shepelev2017-01-052-14/+142
* tests cleanup, CI with Python 3.6Sergey Shepelev2017-01-0514-181/+209
* test coverage reportscoverageSergey Shepelev2017-01-046-8/+41
* v0.20.1 releasev0.20.1Sergey Shepelev2017-01-035-4/+13
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-319-44/+70
* Type check Semaphore, GreenPool arguments; Thanks to Matthew D. PagelSergey Shepelev2016-12-235-88/+118
* dns: try unqualified queries as top levelSergey Shepelev2016-12-222-10/+65
* tests: patcher_import_patched_defaults was failing in presence of pyopenssl p...Sergey Shepelev2016-12-222-19/+27
* readme: latest dev version was pointing to bitbucketSergey Shepelev2016-12-121-5/+3
* release: use twine for PyPI uploadSergey Shepelev2016-12-122-7/+12
* Explicit environ flag for importing eventlet.__version__ without ignoring imp...Sergey Shepelev2016-12-123-24/+26
* zmq: autogenerated documentation was missingSergey Shepelev2016-12-123-21/+8
* v0.20.0 releasev0.20.0Sergey Shepelev2016-12-124-2/+28
* dagpool: PropagateError was not compatible with picklenat-goodspeed2016-12-041-2/+9
* patcher: green existing locks fail (Python3)Whitney Young2016-12-011-3/+8
* greendns: Return answers from /etc/hosts despite nameserver errorsTim Burke2016-11-092-3/+68
* tests: str/bytes typo on run_python timeoutSergey Shepelev2016-11-052-15/+18
* websocket: update example for BlobSergey Shepelev2016-11-051-5/+10
* convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei GaoSergey Shepelev2016-10-282-7/+15
* greenio: _recv_loop behaviour with recv_into on closed sockDavid Szotten2016-10-282-6/+28
* dagpool: improved documentationnat-goodspeed2016-09-282-116/+626
* Upgrade bundled dnspython to fix DNS resolutionJakub Stasiak2016-09-2736-117/+290
* ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, ...Jakub Stasiak2016-09-262-1/+43
* Add DAGPool, a dependency-driven greenthread poolnat-goodspeed2016-09-254-0/+1272
* green.zmq: Support {send,recv}_{string,json,pyobj} wrappersozamiatin2016-09-011-0/+90
* ipv6: getaddrinfo would fail with scope indexJarrod Johnson2016-08-302-0/+8
* tests: (minor) socket.sendall() needs bytes, not stringSergey Shepelev2016-08-241-1/+1
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-24101-72/+14699
* wsgi: Unix socket address representation; Thanks to Samuel MerrittSergey Shepelev2016-08-202-17/+46
* tests: new release of dnspython works for both py2/3Ondřej Nový2016-08-121-2/+2
* tpool: isolate internal socket from default timeout; Thanks to Alex Villacís...Sergey Shepelev2016-08-104-34/+52
* tests: configurable timeout for run_python/isolatedSergey Shepelev2016-08-101-5/+7
* wsgi: only skip Content-Type and Content-Length headers (GH-327)Tim Burke2016-08-092-1/+18
* wsgi: 400 on blank Content-Length headers (GH-334)Tim Burke2016-08-092-1/+15
* ssl: Fix recv_into blocking when reading chunks of dataJakub Stasiak2016-07-112-10/+97
* tests: Reduce code repetitionJakub Stasiak2016-07-111-9/+1
* subprocess: Fix patched functions with optional argumentssubprocessJakub Stasiak2016-07-112-1/+15
* Provide green http without undesired side effectsJakub Stasiak2016-07-0812-42/+5773
* greenio: makefile related pypy socket ref countingYashwardhan Singh2016-07-071-0/+5
* websocket: support Gunicorn environ['gunicorn.socket']pull-331catroot2016-07-062-2/+61
* greenio: only trampoline when we blockDavid Szotten2016-07-013-2/+49
* tests: clean out unittest.main()Sergey Shepelev2016-06-016-44/+11
* hub: Python2 _obsolete() was copying dicts, use six.iteritemsSergey Shepelev2016-05-241-3/+3
* socket: family kwarg name compatibilityissue-319Sergey Shepelev2016-05-242-4/+10