summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* wsgi: Fix handling partial writes on Python 3partial-write-fix-2Jakub Stasiak2016-02-094-8/+88
* wsgi tests: Remove unused importJakub Stasiak2016-02-091-1/+0
* v0.18.1 releasev0.18.1Sergey Shepelev2016-01-253-3/+7
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-244-4/+31
* greenio: Fix "TypeError: an integer is required" in sendto()Jakub Stasiak2016-01-242-2/+17
* v0.18.0 releasev0.18.0Sergey Shepelev2016-01-234-9/+16
* Mention all changes to be releasedJakub Stasiak2016-01-231-0/+62
* travis: Fix allowing more CPU usageJakub Stasiak2016-01-231-0/+1
* greenio: Remove sendall-like semantincs from GreenSocket.sendJakub Stasiak2016-01-232-10/+9
* tests: Remove unused codeJakub Stasiak2016-01-231-5/+2
* Remove pip download cache referencesJakub Stasiak2016-01-232-3/+0
* Replaced broken link in design patterns exampleAzhar Hussain2016-01-131-1/+1
* patcher: Eliminate some redundancyJakub Stasiak2016-01-121-21/+13
* Fix whitespace to conform to our linting testsJakub Stasiak2016-01-122-2/+2
* backdoor: Add Unix and IPv6 socket supportbackdoorEric Urban2016-01-112-6/+56
* green selectors: Override DefaultSelector as wellJakub Stasiak2016-01-112-0/+6
* green select: Make sure devpoll method is removedJakub Stasiak2016-01-112-2/+2
* green selectors: Remove non-green selectorsJakub Stasiak2016-01-112-12/+24
* tests: Clean this test up a bitJakub Stasiak2016-01-111-16/+6
* greenio: Fix missing bufsize parameter for GreenPipePhus Lu2016-01-112-1/+27
* tests: Make the test_closure test less CPU intensiveJakub Stasiak2016-01-101-0/+6
* tests: Make sure recv(from)ing 0 bytes also times outJakub Stasiak2016-01-101-0/+2
* greenio: Add some explanation regarding recving 0 bytesJakub Stasiak2016-01-101-0/+6
* gh-274: Handle blocking I/O errors in GreenSocketVictor Stinner2016-01-101-31/+35
* tests: Refactor this assertion into a functionJakub Stasiak2016-01-081-55/+28
* tests: Remove unused variableJakub Stasiak2016-01-081-4/+0
* Revert "gh-274: Handle blocking I/O errors in GreenSocket"Jakub Stasiak2016-01-071-21/+26
* gh-274: Handle blocking I/O errors in GreenSocketVictor Stinner2016-01-071-26/+21
* green select: Delete unpatched methodsJakub Stasiak2016-01-074-0/+24
* travis: Allow more CPU usageJakub Stasiak2016-01-071-0/+7
* doc: allow sphinx to create pure text file docsanthraxx2016-01-071-1/+7
* tests: Remove skipped testsJakub Stasiak2016-01-065-304/+3
* green.ssl don't monkey-patch at import timeDavid Szotten2016-01-061-9/+27
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2016-01-064-1/+59
* Revert "greenio: Remove sendall-like semantincs from GreenSocket.send"Jakub Stasiak2015-11-231-1/+9
* Temporarily revert build breaker.Sergey Shepelev2015-11-234-59/+1
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2015-11-224-1/+59
* greenio: Remove sendall-like semantincs from GreenSocket.sendJakub Stasiak2015-11-221-9/+1
* wsgi: document default value for max_size (1024); Thanks to ashutosh-mishrap262ashutosh-mishra2015-11-111-0/+1
* subprocess: Fix Python 3.5 mswindows regressionJakub Stasiak2015-11-051-2/+3
* python3: Stdlib_Queue from six.movesSergey Shepelev2015-10-131-1/+1
* GH #248: Fix GreenFileIO.write()Victor Stinner2015-10-131-4/+9
* Fix docstring which pointed to wrong QueueqdocRamakrishnan G2015-10-131-7/+9
* wsgi: don't buffer empty strings from the applicationSamuel Merritt2015-10-121-2/+3
* wsgi: suppress output of 0-byte chunksSamuel Merritt2015-10-082-1/+17
* subprocess: support universal_newlinesSergey Shepelev2015-09-162-2/+22
* Python 3 compat: Fix TypeError on empty websocket messagemui2015-09-151-1/+1
* wsgi: improved request body discardwsgi-drop-invalidSergey Shepelev2015-09-072-22/+26
* Travis: use fast infrastructure (sudo: false)Sergey Shepelev2015-09-061-21/+37
* greenio: socket.recv() could return str; Thanks to jerzyksocket_recv_strSergey Shepelev2015-09-063-5/+33