10
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
greenlet.Waiter: make sure switch() and throw() don't raise anything More... over 15 years ago
greenlet.Waiter: add __repr__ and __str__ More... over 15 years ago
greenlet.Waiter: add 'waiting' attribute More... over 15 years ago
Timeout: make __str__ return empty string, so that tracebacks are not cluttered with irrelevant information More... over 15 years ago
greenlet.py: add a few comments More... over 15 years ago
remove assert from sleep(); the condition is already tested for in get_hub().switch More... over 15 years ago
greenlet.py: fix bug introduced in 117:ba38996ed7de: spawn_later ignored seconds parameter and launched everythin immediatelly More... over 15 years ago
add test for proc.ProcSet More... over 15 years ago
rename proc.RunningProcSet to ProcSet; add kill() and killall() methods that take care of killing a proc more than once More... over 15 years ago
proc: Proc.kill now supports wait parameter and is async by default More... over 15 years ago
greenlet.py: optimization for spawn and spawn_later; makes them 2-3 times faster More... over 15 years ago
bench_spawn.py: increase number of iterations More... over 15 years ago
bench_spawn.py: add "kwargs" More... over 15 years ago
test__httpd.py: update not to use a specific port More... over 15 years ago
add test__timeout.py More... over 15 years ago
test__api_timeout.py: add a few new tests More... over 15 years ago
update the existing test to work with the new Timeout More... over 15 years ago
make Timeout raise itself by default More... over 15 years ago
Added tag 0.9.2 for changeset a21725584355 More... over 15 years ago
setp.py: update description More... over 15 years ago
socket.py: 2.4 compatibility More... over 15 years ago
add changes for 0.9.2 More... over 15 years ago
bench_spawn.py: set number of iterations to 10k (from 20k) More... over 15 years ago
select: detect invalid switch with assert as wait_reader and wait_writer do More... over 15 years ago
add a comment in docstring More... over 15 years ago
socket: make send and recv handle renegotiations and fix sendall() to work More... over 15 years ago
socket: improve converting SSL.Error to sslerror More... over 15 years ago
fix typo in docstring More... over 15 years ago
improve __repr__ of Timeout More... over 15 years ago
GreenSSL: add __repr__ More... over 15 years ago