0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge More... about 14 years ago
Integrated the dotfile auth lookup stuff with the new test. More... about 14 years ago
Refactored spawn_plot to not use the with-statement, so we can install the dev version of eventlet on 2.4. More... about 14 years ago
Adding spawn_plot.py, which outputs in a format that hudson's plot plugin understands. More... about 14 years ago
Recent test failures exposed a small bug in patcher, this is the fix. More... about 14 years ago
Added to authors More... about 14 years ago
I'd slightly prefer not to use nose-specific assertions, because it'd be nice for people to be able to run the tests individually without needing to install nose. Also, it sounds like nose is being supplanted by unittest2. More... about 14 years ago
Stop importing eventlet.processes in wsgi_test. More... about 14 years ago
Fixed test to effectively run. More... about 14 years ago
Credit More... about 14 years ago
Updated green psycopg support, added a test for it (which hasn't been run because I don't have that particular branch installed yet. More... about 14 years ago
Made wsgi.ALREADY_HANDLED an iterable - more tests to come More... about 14 years ago
Added virtualenv stuff to hgignore More... about 14 years ago
Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where the module is actually present, but verified that it's a no-op if not installed. More... about 14 years ago
Merge More... about 14 years ago
Merge More... about 14 years ago
Added testcases for GreenPipe.seek and truncate, fixed problem with GreenPipe(file_name). More... about 14 years ago
Fixed incompatibilities with os module. - os.fdopen should raise OSError, not IOError. More... about 14 years ago
Updated chat server example to be resilient against broken pipes. Also used a set instead of a list and parameterized the port. More... about 14 years ago
Merge wih which_linden tip More... about 14 years ago
Reimplemented GreenPipe without using file object. file.write is not returning number of bytes writen and partial writes were not handled properly. New implementation is using os module calls which support partial writes. It also implements missing calls from file object (like seek, tell, truncate, ...). The later is not very usefull, because regular files never return EAGAIN. New GreenPipe can be constructed from int, string or file object. More... about 14 years ago
Added main to test More... about 14 years ago
Reversed order of operations in kill() to make the killing more immediate. More... about 14 years ago
Updated web crawler example on front page. More... about 14 years ago
More tinkering with the iterator tests to cut down on false positives. More... about 14 years ago
Merge More... about 14 years ago
Clarified docs on spawn_n's semantics. More... about 14 years ago
Added testcase showing broken behavior of GreenPipe object. write larger PIPE_BUF size 4K or 64K on newer systems will be retried in full instead of continued. I see no way to fix it while using file.write - it does not return written size. os.write does. More... about 14 years ago
merge with main repositroy. More... about 14 years ago
Flipped debug to default to true for greenpool.spawn_n, to be consistent with the behavior of every other spawn function. You can turn off this exception printing by calling eventlet.debug.hub_exceptions(False) More... about 14 years ago