- 10 Dec, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 09 Dec, 2012 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
Make sure run_callback() (and thus sleep(0)) does not starve CPU. After some number of callbacks (1000), let the event loop run.
-
Denis Bilenko authored
-
Denis Bilenko authored
Fixed bug in --module argument for gevent.monkey
-
- 06 Dec, 2012 2 commits
-
-
Örjan Persson authored
Logical error making it impossible to specify separate modules to enable. Credits to leiqin for the fix[1]. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694750 Also now the --module argument invocation follow the documentation and will disable all other modules not explicitly specified to be enabled. It's now possible to specify additional options, eg. --[no-]aggressive.
-
Denis Bilenko authored
-
- 26 Nov, 2012 1 commit
-
-
Denis Bilenko authored
-
- 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
-