10
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed timeout to 15 seconds More... over 16 years ago
enabled all tests in runall.py More... over 16 years ago
changed report output path to ../htmlreport More... over 16 years ago
Automated merge with http://www.donovanpreston.com:8888/eventlet More... over 16 years ago
added test__greenness.py: use BaseHTTPServer and urllib2 in the same process More... over 16 years ago
moved eventlet's tests from evenlet/ to greentest/ More... over 16 years ago
added greentest/generate_reports.py: a script to generate an html table from the test results More... over 16 years ago
added greentest/parse_results.py: script to parse the results of the test execution and produce a summary More... over 16 years ago
added greentest/runall.py: script to run the test suite for several hubs/reactors More... over 16 years ago
added greentest/record_results.py: script to run a program and save the result into sqlite database More... over 16 years ago
added greentest/with_timeout.py: script to limit test execution and remove timed out tests from the following run More... over 16 years ago
added greentest/with_timeout.py: script to run a test with specific hub set up More... over 16 years ago
better integration of urllib2: only redefine classes that use i/o More... over 16 years ago
test_threading.py: fixed to use local test_support More... over 16 years ago
test_threading.py: reverted disabling of a test More... over 16 years ago
converted test_socketserver.py to use unittest More... over 16 years ago
test_socketserver.py: reverted disabling of a test More... over 16 years ago
made green.socket compatible with non-twisted hubs More... over 16 years ago
better __name__ for __class__ More... over 16 years ago
made aip.select() compatible with non-twistedr hubs More... over 16 years ago
made hubs other than twistedr compatible with newer trampoline More... over 16 years ago
made trampoline compatible with non-twisted hubs More... over 16 years ago
api.use_hub(): accept string (module name) as a parameter More... over 16 years ago
api.get_default_hub(): select twistedr hub when twisted reactor is in imported modules More... over 16 years ago
added twisted_ex5_xcap_proxy.py: an example for callInGreenThread More... over 16 years ago
removed unused imports More... over 16 years ago
added callInGreenThread function to twisteds.util More... over 16 years ago
twisted_ex4_xcap_proxy.py fix: actually send the result back to the client More... over 16 years ago
added an example on using twisted and blocking urllib2-based library More... over 16 years ago
added twisted_ex3_server.py: an example on using twisted server and coroutines together More... over 16 years ago