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
Eventlet
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 65 of 86
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
eventlet.proc: correct __all__: rename 'wait' to 'waitall'
Denis Bilenko
More...
about 16 years ago
twistedutil.SimpleSpawnFactory: deliver exceptions to the handler if it does support it
Denis Bilenko
More...
about 16 years ago
remove examples/webcrawler.py: deprecated by examples/connect.py which uses the newer API
Denis Bilenko
More...
about 16 years ago
remove LICENSE from MANIFEST.in since there's no such file
Denis Bilenko
More...
about 16 years ago
set version to 0.8.10; add eventlet.__version__ attribute
Denis Bilenko
More...
about 16 years ago
insignificant change in twistedutil.protocol
Denis Bilenko
More...
about 16 years ago
proc: add RunningProcSet class
Denis Bilenko
More...
about 16 years ago
proc: add docstring for wrap_errors
Denis Bilenko
More...
about 16 years ago
proc: rename internal variable
Denis Bilenko
More...
about 16 years ago
proc: changed the way links to functions are fired: now Source/Proc instance is always passed as a parameter
Denis Bilenko
More...
about 16 years ago
proc: add Source to __all__
Denis Bilenko
More...
about 16 years ago
twistedutil: rename 'sync' argument to 'wait'
Denis Bilenko
More...
about 16 years ago
twistedutil.protocol: add connDone parameter to GreenTransportBase.loseConnection()
Denis Bilenko
More...
about 16 years ago
reimplement BoundedSemaphore using two Semaphores; this resulted in a much more readable implementation
Denis Bilenko
More...
about 16 years ago
minor change in README.twisted
Denis Bilenko
More...
about 16 years ago
We don't need an entire module just to format an http date.
donovan
More...
about 16 years ago
Fix test_socket by properly wrapping socketpair and fromfd in the eventlet.green.socket module.
donovan
More...
about 16 years ago
Make this test pass by checking for 61 which is what OS X uses as connection refused, apparently
donovan
More...
about 16 years ago
Allow running the tests when twisted is not installed.
donovan
More...
about 16 years ago
Allow backdoor to be used more than once. Patch by Brian Brunswick <
[email protected]
>
donovan
More...
about 16 years ago
changed version number in setup.py from 0.9pre to 0.8.9
Denis Bilenko
More...
over 16 years ago
twistedutil.protocols.basic: remove commented out debug statements
Denis Bilenko
More...
over 16 years ago
proc: improve docstring
Denis Bilenko
More...
over 16 years ago
GreenTransportBase: revert half-closability (does not work with TLS anyway and not worth the complexity) - loseConnection() and write() have an optional 'sync' argument - twistedutil.protocol.ValueQueue improved
Denis Bilenko
More...
over 16 years ago
GreenTransportBase.resumeProducer minor fix: don't hide twisted assertions
Denis Bilenko
More...
over 16 years ago
proc: add wrap_errors class as a better version of trap_errors function. it preserves the function's __str__ and __repr__
Denis Bilenko
More...
over 16 years ago
slightly nicer output in examples/twisted_http_proxy.py
Denis Bilenko
More...
over 16 years ago
fix setup.py not to install greentest as a package system-wide
Denis Bilenko
More...
over 16 years ago
add MANIFEST.in
Denis Bilenko
More...
over 16 years ago
GreenTransportBase: implement half-closability and write() that blocks until data is sent. * add loseWriteConnection() method * add async_write() that does not wait (synonim for transport.write()) * GreenTransport's protocols now required to implement IHalfClosable interface * GreenTransport use PullProducer instead of PushProducer * add test for loseWriteConnection and remove test that does not work anymore
Denis Bilenko
More...
over 16 years ago
←
1
2
…
61
62
63
64
65
66
67
68
69
…
85
86
→
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