10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
twistedutil fix: SpawnFactory could spawn handler with unconnected transport (connectionMade); changed Protocol not to hold references to gtransport but send transport via _queue More... over 16 years ago
twistedutil.protocol.GreenTransport: allow write_event be customized More... over 16 years ago
coros.JobGroup bug fix: if there was a second exception int the group it wouldb't be delivered to the job More... over 16 years ago
coros.Job: add support for throw_args to kill method More... over 16 years ago
api.kill: support greenlet.throw's arguments More... over 16 years ago
renamed examples/twisted_basic_server.py to examples/twisted_server.py More... over 16 years ago
renamed twisted_basic_client.py to twisted_client.py More... over 16 years ago
example/twisted_portforward.py: minor improvements More... over 16 years ago
examples/connect.py: removed unnecessary imports and fixed the docstring More... over 16 years ago
coros.event: don't delete self._waiters in reset() More... over 16 years ago
coros.event: fix for inappropriate send (see previous patch for the test case) More... over 16 years ago
added [failing] test for coros.event send method bug More... over 16 years ago
coros.event and queue simplifed exception raising: use getcurrent().throw function, keep exception as a tuple More... over 16 years ago
added tests for coros.JobGroup More... over 16 years ago
changed API of coros.Job: use Job.spawn_new to create a greenlet; added coros.JobGroup More... over 16 years ago
coros.Job: made kill_after return timer More... over 16 years ago
coros.Job: added poll(result/exception) methods More... over 16 years ago
coros.event: added a few useful methods: has_result/exception, poll, poll_result/exception More... over 16 years ago
better error messages in case of test failure More... over 16 years ago
twistedutil.protocol.GreenTransport: made bufferSize of twisted's transport customizable More... over 16 years ago
twistedutil.protocol.GreenTransportBase: better AttributeError message More... over 16 years ago
killed some trailing whitespace in eventlet/api.py More... over 16 years ago
made api.timeout accept None as seconds argument, meaning the whole thing is disabled More... over 16 years ago
test__api_timeout.py: fixed always true asserts; replaced always false asserts with explitit raise More... over 16 years ago
added read() method to twistedutil.protocol.UnbufferedTransport More... over 16 years ago
added __nonzero__ to coros.queue More... over 16 years ago
Job's __init__ now accepts event as a parameter instead of a function; to spawn a function either use 'spawn' method or spawn_new classmethod More... over 16 years ago
coros.Job: always re-raise the exception so that it's propogated into mainloop so that the traceback is always logged More... over 16 years ago
better docstring for coros.Job.wai More... over 16 years ago
api.timeout: renamed self.timeout to self.timer More... over 16 years ago