- 30 May, 2011 17 commits
-
-
Denis Bilenko authored
test_ssl.py: use urllib.request/parse instead of urllib2/urlparse; use http.server instead of HTTPServer
-
Denis Bilenko authored
test__greenness.py: on py3k use urllib.request instead of urllib2 and http.server instead of BaseHTTPServer
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- define basestring in hub.py for version that don't have it - use exc_info() - define exc_clear() in hub.py as no-op - use "exec (xxx)" instead of "exec xxx"
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- if we patch socket and getaddrinfo, create_connection becomes green too - its interface is different from version to version
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
dnshelper.c: use PyImport_ImportModule instead of PyImport_InmportModuleNoBlock, the latter is not available in Python2.5
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 29 May, 2011 1 commit
-
-
Denis Bilenko authored
-
- 25 May, 2011 4 commits
-
-
Denis Bilenko authored
Hub: add new NOT_ERROR attribute equal to (GreenletExit, ) that lists the exceptions that do not require printing a traceback
-
Denis Bilenko authored
Hub.handle_error: immediatelly raise error instead of scheduling it to be raised later if called in MAIN greenlet
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 24 May, 2011 5 commits
-
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
- 23 May, 2011 11 commits
-
-
Alexey Borzenkov authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
also use <html> to render it properly in browsers
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
with bare WRITE I get timeouts.
-
- 22 May, 2011 2 commits
-
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-