Remove the eventles code, this should live in requests.async or something so the...
authordigitalxero <none@none>
Sat, 19 Feb 2011 15:51:54 +0000 (10:51 -0500)
committerdigitalxero <none@none>
Sat, 19 Feb 2011 15:51:54 +0000 (10:51 -0500)
commitd1c89333d05fbfefd2fa71e835164b59f40bc1e2
treeade3b2fbfecd1a2e77fc8229e0ac2fca12598657
parente26570d0d87d9af37bfe356228a0e08ea04a07eb
Remove the eventles code, this should live in requests.async or something so the user explicitly requests it
Clean up the code to get rid of the unnecessary AuthObject class
Cleanup the send method
Cleanup the convenience methods by adding a request method that they all use.
requests/core.py
test_requests.py