- 16 Jun, 2015 10 commits
-
-
Jason Madden authored
subprocess.Popen `bufsize` option actually used
-
Jason Madden authored
Use the TravisCI container infrastructure and enable linters
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
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
-
- 28 May, 2015 2 commits
-
-
Jason Madden authored
typo in event.py comment
-
Andor Goetzendorff authored
see title
-
- 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 1 commit
-
-
Jason Madden authored
-