- 16 Jun, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 15 Jun, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 03 Jun, 2015 9 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Previous debugging shows the socket accepting all the data we send it, which is just under 2MB. Maybe travis containers have very large default socket buffers? Up the data size to about 4MB.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 01 Jun, 2015 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 31 May, 2015 8 commits
-
-
Jason Madden authored
Pre-allocate the (biggec) data before we start taking timing measurements, and be sure to close the socket when done.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Add Tox environments for running linters and include one in the default env list. Add a Tox environment for running leak tests and one for doing both, but do not run them by default. Unify the Travis and Tox configurations, and make Travis run both leak and lint tests. Switch the leak test from using gettotalrefcount (only available in debug builds) to using len(gc.get_objects()); while this is not exactly the same thing, it make be close enough, and it's avaialble to every Python developer unlike gettotalrefcount.
-
Jason Madden authored
-
- 22 May, 2015 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
gevent.greenlet.joinall ignored `count` when `raise_error` was False
-
adieu authored
-
Adieu authored
Should pass count param to `wait` function when `raise_error` is False. I have spent several days to debug a wired behavior of my program caused by this bug. Hope this could save other people some time in similar situation.
-
- 18 May, 2015 11 commits
-
-
Jason Madden authored
-
Jason Madden authored
Experimenting with Travis container-based builds. We lose the gettotalrefcount method running in the debug build of Python.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- ./util/cythonpp.py:19:1: E731 do not assign a lambda expression, use a def - ./gevent/pywsgi.py:401:13: E266 too many leading '#' for block comment - everywhere: E402 module level import not at top of file
-
Denis Bilenko authored
Fix #349: threaded resolver hangs due to import lock
-
A. Jesse Jiryu Davis authored
Patch by @ajdavis. https://github.com/gevent/gevent/issues/349#issuecomment-31665013 Close #350.
-
Denis Bilenko authored
-
Jason Madden authored
Add Python 3.4 to test set. Fixes #408. Fixes #487. The build is green for PyPy, Py26 and Py34. Py27 intermittently displays a timing issue; Py33 intermittently displays a refcount "leak".
-
Jason Madden authored
-
Jason Madden authored
-