- 31 Mar, 2011 10 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
all watchers now behave like they did in 0.13: the incref themselves while in use by the event loop (that is, _ref versions are kept but without _ref in the name) one reason for that is that doing ev_watcher_stop in watcher's __dealloc__ crashes: loop attribute is no longer a valid reference in __dealloc__; (although this could probably be worked around) another reason is to make it simpler, having 2 sets of watchers is complex to explain. third reason is: using watchers that automatically stopped themselves on __dealloc__ introduced a lot of incompatibilities and potentially unexpected behaviour compared to gevent-0.13. it is also not recommended in general to depend on CPython's refcounting for resource management.
-
Denis Bilenko authored
pywsgi: set SERVER_NAME and SERVER_PORT only once after socket is bound; do not overwrite SOCKET_NAME and SOCKET_PORT provided by the user; do not fail on unix sockets (use '' in that case)
-
Denis Bilenko authored
add 'wfile' as a deprecated property
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 30 Mar, 2011 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
core_.pyx: use <void*> instead of <object>, because cython 0.14.1 will add additional incref/decref for <object> arguments
-
Denis Bilenko authored
-
- 29 Mar, 2011 1 commit
-
-
Denis Bilenko authored
-
- 25 Mar, 2011 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 21 Mar, 2011 1 commit
-
-
Denis Bilenko authored
--HG-- extra : transplant_source : %F7%F1%D8%5Ds%A6%0C%95%01%BC%BFS%B5B%0E7%AESu%12
-
- 25 Mar, 2011 7 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
rename argument "arg" to "where" because this is how it's called in other places skip incref/decref Py_None in gevent_handle_signal_error
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 16 Mar, 2011 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 15 Mar, 2011 11 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
-
Denis Bilenko authored
--HG-- rename : greentest/test__core_active_event.py => greentest/test__core_callback.py
-