0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up/fix examples, and add an nc-chat based on a monkeypatched SocketServer More... about 13 years ago
documentation updates More... about 13 years ago
that's done now More... about 13 years ago
update what's documented in the compat module. i'm just going to keep this one as external documentation, that's fine More... about 13 years ago
backdoor docs migrated More... about 13 years ago
emulation docs improved and moved into docstrings as well More... about 13 years ago
nice to see that OS X's kqueue bug is faithfully reproduced in our emulation layer. now work around it in the test More... about 13 years ago
pulled documentation on the poller module -- that's just not for public consumption More... about 13 years ago
documentation improvements, and moved it all over into docstrings More... about 13 years ago
trailing whitespace More... about 13 years ago
the entire io package's documentation \o/ More... about 13 years ago
match up the names More... over 13 years ago
all the os.popen*s, os.system, and os.spawn*s More... over 13 years ago
already had the makings of a green os.fdopen, just hadn't made the patch yet More... over 13 years ago
greenified os process-waiting functions which is now all that's needed for subprocess, so patched-import that into emulation.py so we can use it for os.popen* and popen2.* stuff More... over 13 years ago
little cleanups in emulation.py More... over 13 years ago
clean up wait_fds a bit -- not that it's exactly /readable/ yet More... over 13 years ago
be more liberal about checking the 'paused' and 'timed_paused' data in the scheduler; fixes a bug with wait_fds More... over 13 years ago
more than I meant to commit right now More... over 13 years ago
be more liberal about checking the 'paused' and 'timed_paused' data in the scheduler; fixes a bug with wait_fds More... over 13 years ago
add the new Queues to the emulation patchers More... over 13 years ago
LifoQueue and PriorityQueues, with associated tests More... over 13 years ago
some remaining emulation low-hanging fruit: os.read, os.write, time.sleep. fixes #31 More... over 13 years ago
fix the test in File._add_flags, and include an __all__ in the ipc module More... over 13 years ago
tests for wait_fds More... over 13 years ago
unify the test mixins a bit More... over 13 years ago
refactor wait_fds() to not create a separate timer coroutine, but pause_until() the requesting coro, pulling it out of the scheduler's timed_paused data if it gets activated More... over 13 years ago
utils.Queue.get() and .put() get the non-Timer timeouts as well More... over 13 years ago
give Condition.wait(nonzero_timeout) the same treatment that Event got More... over 13 years ago
use whether it was in the timed out data structure to determine whether to attempt a _waiters.remove, and now it should be fine to use a list More... over 13 years ago