openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
gevent
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 194 of 198
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
greenlet.Waiter: make sure switch() and throw() don't raise anything
Denis Bilenko
More...
over 15 years ago
greenlet.Waiter: add __repr__ and __str__
Denis Bilenko
More...
over 15 years ago
greenlet.Waiter: add 'waiting' attribute
Denis Bilenko
More...
over 15 years ago
Timeout: make __str__ return empty string, so that tracebacks are not cluttered with irrelevant information
Denis Bilenko
More...
over 15 years ago
greenlet.py: add a few comments
Denis Bilenko
More...
over 15 years ago
remove assert from sleep(); the condition is already tested for in get_hub().switch
Denis Bilenko
More...
over 15 years ago
greenlet.py: fix bug introduced in 117:ba38996ed7de: spawn_later ignored seconds parameter and launched everythin immediatelly
Denis Bilenko
More...
over 15 years ago
add test for proc.ProcSet
Denis Bilenko
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
Denis Bilenko
More...
over 15 years ago
proc: Proc.kill now supports wait parameter and is async by default
Denis Bilenko
More...
over 15 years ago
greenlet.py: optimization for spawn and spawn_later; makes them 2-3 times faster
Denis Bilenko
More...
over 15 years ago
bench_spawn.py: increase number of iterations
Denis Bilenko
More...
over 15 years ago
bench_spawn.py: add "kwargs"
Denis Bilenko
More...
over 15 years ago
test__httpd.py: update not to use a specific port
Denis Bilenko
More...
over 15 years ago
add test__timeout.py
Denis Bilenko
More...
over 15 years ago
test__api_timeout.py: add a few new tests
Denis Bilenko
More...
over 15 years ago
update the existing test to work with the new Timeout
Denis Bilenko
More...
over 15 years ago
make Timeout raise itself by default
Denis Bilenko
More...
over 15 years ago
Added tag 0.9.2 for changeset a21725584355
Denis Bilenko
More...
over 15 years ago
setp.py: update description
Denis Bilenko
More...
over 15 years ago
socket.py: 2.4 compatibility
Denis Bilenko
More...
over 15 years ago
add changes for 0.9.2
Denis Bilenko
More...
over 15 years ago
bench_spawn.py: set number of iterations to 10k (from 20k)
Denis Bilenko
More...
over 15 years ago
select: detect invalid switch with assert as wait_reader and wait_writer do
Denis Bilenko
More...
over 15 years ago
add a comment in docstring
Denis Bilenko
More...
over 15 years ago
socket: make send and recv handle renegotiations and fix sendall() to work
Denis Bilenko
More...
over 15 years ago
socket: improve converting SSL.Error to sslerror
Denis Bilenko
More...
over 15 years ago
fix typo in docstring
Denis Bilenko
More...
over 15 years ago
improve __repr__ of Timeout
Denis Bilenko
More...
over 15 years ago
GreenSSL: add __repr__
Denis Bilenko
More...
over 15 years ago
←
1
2
…
190
191
192
193
194
195
196
197
198
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree