- 14 Jul, 2010 8 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
pool: rename GreenletSet to Group. The old name is available as an alias (will be removed in the future)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 03 Jul, 2010 11 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
also use a message that is a bit different from standard in this case
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
core: make sure we never incref events more than once and never decref them more than we increfed them. Thanks to Cyril Bay. This fixes Cyril's test as well as test__server_pywsgi.py/test__server.TestDefaultSpawn.test_error_in_spawn which DECREFed event twice (detected by python-dbg).
-
- 01 Jul, 2010 13 commits
-
-
Denis Bilenko authored
socket: make recv(), send() and other methods keep the reference to socket so that fd is not closed while we're waiting - also expect waitxxx() to be cancelled and exit appropriatelly in such case
-
Denis Bilenko authored
socket: if socket closed during connect() in another greenlet, make connect() raise socket.error(EBADF)
-
Denis Bilenko authored
socket: if socket closed during accept() call in another greenlet, make accept() raise socket.error(EBADF)
-
Denis Bilenko authored
socket: make wait_read/write/readwrite functions return True if they return normally and False if they were cancelled with cancel_wait()
-
Denis Bilenko authored
-
Denis Bilenko authored
add server_implements_pipeline option to test__pywsgi.py which disables tests that depend on pipelining working in test__wsgi.py
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- core.http: remove unused '_gencb' property - core.http: make 'handle' property public - core.http: add default_response_headers argument and property that is passed to each http_request
-
Denis Bilenko authored
the old way of settings _default_response_code is no longer supported by core
-
Denis Bilenko authored
-
- 25 Jun, 2010 1 commit
-
-
Denis Bilenko authored
turns out os.stat(..).st_mtime is float
-
- 23 Jun, 2010 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 22 Jun, 2010 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-