10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
eventlet.proc: correct __all__: rename 'wait' to 'waitall' More... about 16 years ago
twistedutil.SimpleSpawnFactory: deliver exceptions to the handler if it does support it More... about 16 years ago
remove examples/webcrawler.py: deprecated by examples/connect.py which uses the newer API More... about 16 years ago
remove LICENSE from MANIFEST.in since there's no such file More... about 16 years ago
set version to 0.8.10; add eventlet.__version__ attribute More... about 16 years ago
insignificant change in twistedutil.protocol More... about 16 years ago
proc: add RunningProcSet class More... about 16 years ago
proc: add docstring for wrap_errors More... about 16 years ago
proc: rename internal variable More... about 16 years ago
proc: changed the way links to functions are fired: now Source/Proc instance is always passed as a parameter More... about 16 years ago
proc: add Source to __all__ More... about 16 years ago
twistedutil: rename 'sync' argument to 'wait' More... about 16 years ago
twistedutil.protocol: add connDone parameter to GreenTransportBase.loseConnection() More... about 16 years ago
reimplement BoundedSemaphore using two Semaphores; this resulted in a much more readable implementation More... about 16 years ago
minor change in README.twisted More... about 16 years ago
We don't need an entire module just to format an http date. More... about 16 years ago
Fix test_socket by properly wrapping socketpair and fromfd in the eventlet.green.socket module. More... about 16 years ago
Make this test pass by checking for 61 which is what OS X uses as connection refused, apparently More... about 16 years ago
Allow running the tests when twisted is not installed. More... about 16 years ago
Allow backdoor to be used more than once. Patch by Brian Brunswick <[email protected]> More... about 16 years ago
changed version number in setup.py from 0.9pre to 0.8.9 More... over 16 years ago
twistedutil.protocols.basic: remove commented out debug statements More... over 16 years ago
proc: improve docstring 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 More... over 16 years ago
GreenTransportBase.resumeProducer minor fix: don't hide twisted assertions 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__ More... over 16 years ago
slightly nicer output in examples/twisted_http_proxy.py More... over 16 years ago
fix setup.py not to install greentest as a package system-wide More... over 16 years ago
add MANIFEST.in 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 More... over 16 years ago