0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... over 9 years ago
Raise asyncore handle_errors instead of hiding them. More... about 13 years ago
bump version More... about 13 years ago
Fix asyncore .running More... about 13 years ago
Fix asyncore .running More... about 13 years ago
update readme for easy_install More... about 13 years ago
bump version More... about 13 years ago
Add .running More... about 13 years ago
clean up server.py More... over 13 years ago
tweaking for pylint More... over 13 years ago
chop down long lines to make pylint happy More... over 13 years ago
Catch recursion errors when parsing messages. More... over 13 years ago
make test printer more correct (print was inserting newlines) More... over 13 years ago
make client objects pickle-able More... over 13 years ago
make now available at package level More... over 13 years ago
add download_url now that we know it More... over 13 years ago
change version to 0.6. Feels like about an 0.6 to me. More... over 13 years ago
treat asyncore errors as if the connection has been closed. More... over 13 years ago
let the loop see when it's stopped More... over 13 years ago
Clear the socket map in asyncore More... over 13 years ago
stop the loop upon handle_error() More... over 13 years ago
close before giving up in handle_error More... over 13 years ago
remove extra arg from tcpconn instantiation More... over 13 years ago
raise create_client asyncore errors More... over 13 years ago
differentiate between handle_error and handle_conn_error in create_client More... over 13 years ago
try dying in flames rather than trying to do something sensible with handle_error, since it's asyncore's generic error handler, not a protocol error. More... over 13 years ago
detailed repr for tcpconnection More... over 13 years ago
get out of that loop. More... over 13 years ago
clean up after asyncore handle_error, close event more cleanly More... over 13 years ago
Clean up multiple retry under Linux, other aspects of connect error handling More... over 13 years ago