Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
gevent
Repository
4dfd64c8e40ff0cefb218c4fdacad8a771e385d7
Switch branch/tag
gevent
greentest
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/kirr/gevent.git
update wsgi_test.py to be reusable by wsgi2
Denis Bilenko authored
15 years ago
4dfd64c8
Name
Last commit
Last update
..
__init__.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
bench_sleep0.py
move benchmark scripts from examples/ to greentest/
15 years ago
bench_spawn.py
add 'all' option to bench_spawn.py
15 years ago
coros_test.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
generate_report.py
fix name in generated html
15 years ago
greenio_test.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
parse_results.py
kill the trailing whitespace
15 years ago
record_results.py
initial commit
15 years ago
runall.py
runall.py: fix --dry-run option to print the commands it's gonna execute
15 years ago
test__api.py
Greenlet: pass args and kwargs to __init__() instead of start()
15 years ago
test__api_timeout.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
test__asyncresult.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
test__backdoor.py
update the tests
15 years ago
test__benchmarks.py
add test__benchmarks.py
15 years ago
test__core_active_event.py
add test__core_active_event.py
15 years ago
test__coros_queue.py
Timeout(1) no longer starts the timer immediatelly; must call start()
15 years ago
test__coros_semaphore.py
kill the trailing whitespace
15 years ago
test__doctests.py
fix test__doctests.py
15 years ago
test__examples.py
add test__examples.py
15 years ago
test__execmodules.py
add test__execmodules.py
15 years ago
test__greenlet.py
test__greenlet.py: check that __str__ works the same after greenlet's exited
15 years ago
test__greenletset.py
update test__greenletset.py
15 years ago
test__greenness.py
update the tests
15 years ago
test__http.py
add greentest/test__http.py
15 years ago
test__hub.py
update the tests
15 years ago
test__lazy_property.py
test__monkey.py
test__pool.py
test__queue.py
test__refcount.py
test__select.py
test__socket.py
test__socket_errors.py
test__socket_ssl.py
test__timeout.py
test_queue.py
test_server.crt
test_server.key
test_socket.py
test_socket_ssl.py
test_socketserver.py
test_support.py
test_thread.py
test_thread__boundedsem.py
test_threading.py
test_threading_local.py
test_timeout.py
test_urllib2.py
test_urllib2_localnet.py
with_timeout.py
wsgi_test.py