- 28 May, 2010 3 commits
-
-
Ralf Schmitt authored
--HG-- extra : transplant_source : %13%A8fO%5Bt%8D%D6%5C%BC%8B%3B%BB%11%F2%DA%BC%13%04%8F
-
Ralf Schmitt authored
--HG-- extra : transplant_source : %ABb4%3F%065H%7D%2C%DC%B4L%FD%B7%FB%89%EAR.%83
-
Ralf Schmitt authored
--HG-- extra : transplant_source : %D8%1D%EAt%BBLJD%FB%1B%B9%1E%AF%7Co%A4%1D%5C%E7%CC
-
- 27 May, 2010 1 commit
-
-
Ralf Schmitt authored
--HG-- extra : transplant_source : %A9P%8D%C3%D0%90%94lS%7E%A1%8B%B3%D8%BB%A94%9E4m
-
- 20 May, 2010 1 commit
-
-
Ralf Schmitt authored
- short writes could force the server into a busy loop (i.e. basically a DOS attack) - fix handling of trailing crlf when reading input with a length parameter - fix handling of wsgi apps not consuming the whole input. - make readline work with chunked input - respect size parameter to readline method even if this isn't strictly required by the WSGI spec. --HG-- extra : transplant_source : W%F8%B8y%C5_%83%C2%8B%1C%A6Ntn%8Bj%3F%29%86%04
-
- 26 May, 2010 1 commit
-
-
Ralf Schmitt authored
--HG-- extra : transplant_source : %DB%FAZ%EE%1E%FA%93%E1%C1%1F%3C%B4G%1E%C2%0A%97%FD%E4K
-
- 04 Jun, 2010 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 03 Jun, 2010 9 commits
-
-
Denis Bilenko authored
--HG-- rename : greentest/test__switch_exc_info.py => greentest/test__exc_info.py
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 02 Jun, 2010 2 commits
-
-
Denis Bilenko authored
fix issue #27: socket.getaddrinfo improperly handles the case where socktype or proto is 0. Patch by Randall Leeds.
-
Denis Bilenko authored
add test for issue #27: getaddrinfo improperly handles case where socktype or proto is 0. Thanks to Randall Leeds.
-
- 28 May, 2010 10 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 27 May, 2010 3 commits
-
-
Denis Bilenko authored
It's no longer possible to read or write from more than one greenlet. An AssertionError would be raised in the second greenlet if you do. (It's still OK to recv in one greenlet and send in another).
-
Denis Bilenko authored
socket: make wait_read/write/readwrite functions accept additional event argument. add cancel_wait() function
-
Denis Bilenko authored
-
- 26 May, 2010 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
socket: add wait_read/wait_write/wait_readwrite to __all__: it's a useful API that should be public and stable
-
- 22 May, 2010 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
setup.py: remove code related to guessing libevent version; do not set USE_LIBEVENT_? macro, it's no longer used -1 and -2 options are gone
-
Denis Bilenko authored
-
Denis Bilenko authored
-