- 31 Aug, 2012 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
subprocess: add 'timeout' parameter to wait() in Windows case to avoid raising TypeError (timeout is ignored on Windows for now)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 30 Aug, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
Fix issue #150: Do not wait for write event in gevent.fileobject.SocketAdapter.sendall() if everything was written already. Based on patch by Mark Hingston.
-
- 29 Aug, 2012 16 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
disable test_signal.SiginterruptTest.test_without_siginterrupt and test_siginterrupt_on because they rely on os.read raising EINTR which gevent.os.read does not do
-
Denis Bilenko authored
otherwise it does not seem to work inside parallels on a mounted directory
-
Denis Bilenko authored
-
Denis Bilenko authored
greentest.py: reimplement switch counting without relying on setUp/tearDown. disable switch counting for now since it more gets in a way than points out problems
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
move gevent.fileobject.ignore_errors into gevent.os.ignored_errors; do not call _map_errors where unnecessary; make gevent.os.read/write ignore EINTR (it's useless for gevent apps) and EINVAL on darwin (issue #148)
-
Denis Bilenko authored
--HG-- rename : greentest/test_os.py => greentest/test__os.py
-
Denis Bilenko authored
-
Denis Bilenko authored
As a benign side-effect, if read or write is interrupted with EINTR, hub.wait() will be called before calling read/write again. (previously read/write was called immediatelly)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 28 Aug, 2012 1 commit
-
-
Ralf Schmitt authored
thanks temoto!
-
- 09 Aug, 2012 1 commit
-
-
Geert Jansen authored
commit.
-
- 06 Aug, 2012 2 commits
-
-
Geert Jansen authored
This initial implementation contains cooperative read() and write(), and also moves fork() from gevent.hub to gevent.os.
-
Geert Jansen authored
This patch prepares for the addition of a "gevent.os" module.
-
- 27 Jul, 2012 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
--HG-- rename : util/make_dist.py => util/makedist.py
-
Denis Bilenko authored
-
- 26 Jul, 2012 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
use copy instead of os.link since the latter might fail for various reasons
-
Denis Bilenko authored
-
Denis Bilenko authored
-