- 20 Nov, 2012 1 commit
-
-
Denis Bilenko authored
-
- 12 Nov, 2012 3 commits
-
-
Jan-Philip Gehrcke authored
Allow for explicit default loop creation via `get_hub(default=True)` after default loop destruction. Include unit test.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 11 Nov, 2012 1 commit
-
-
Oliver Beattie authored
-
- 10 Nov, 2012 2 commits
-
-
Denis Bilenko authored
-
saghul authored
-
- 09 Nov, 2012 1 commit
-
-
Denis Bilenko authored
also run 'apt-get upgrade' after 'apt-get update'. move apt-related commands to travis_install_deps.sh
-
- 08 Nov, 2012 1 commit
-
-
Denis Bilenko authored
-
- 07 Nov, 2012 2 commits
-
-
Bobby Powers authored
-
Bobby Powers authored
-
- 06 Nov, 2012 1 commit
-
-
Denis Bilenko authored
it could be that self.greenlet was reset to None by the time handle_error is called
-
- 05 Nov, 2012 1 commit
-
-
saghul authored
-
- 04 Nov, 2012 1 commit
-
-
Ralf Schmitt authored
-
- 02 Nov, 2012 2 commits
-
-
Ralf Schmitt authored
see https://github.com/SiteSupport/gevent/issues/181 for a discussion
-
Denis Bilenko authored
it's not always correct. for example, Popen immediatelly execs another process, so no Python objects are actually leaked.
-
- 31 Oct, 2012 1 commit
-
-
Denis Bilenko authored
-
- 30 Oct, 2012 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Ralf Schmitt authored
this is issue https://github.com/SiteSupport/gevent/issues/116 the mimetools Message class isn't of much help here, but replacing it probably will do more harm than good. so, we parse multiline headers on our own. The ,---- | if 'bytearray' in __builtins__.__dict__: `---- fails when running under py.test, so I replaced that too.
-
Denis Bilenko authored
make sure we deliver exception to MAIN greenlet even if loop.run_callback fails
-
Denis Bilenko authored
-
- 29 Oct, 2012 13 commits
-
-
Denis Bilenko authored
- update test__socket_close.py
-
Denis Bilenko authored
previously it was added to the queue of callbacks. Update test__systemerror.py
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
it seems to support them since 0.3.1
-
Denis Bilenko authored
- added rawlink() method to Popen - added linkproxy helper class to gevent/hub.py - modified examples/processes.py to use gevent.wait()
-
Denis Bilenko authored
-
Denis Bilenko authored
- rename os.threadpool_read/write -> os.tp_read/write - replace os.posix_read/write with os.nb_read/write must be only used on non-blocking file descriptors - add os.make_nonblocking function to make fd non-blocking - ignore test_thread.TestForkInThread.test_forkinthread
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
now run_callback is based on a list and a single prepare watcher - remove loop.callback - update sleep(0) to use run_callback (and to truly switch to other greenlets) - updated related tests
-
- 27 Oct, 2012 1 commit
-
-
Denis Bilenko authored
-