- 19 Jun, 2015 18 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Do not support patch_sys under Py3 because of differences in the interpreter that make the current approach using a threadpool unworkable. Fixes test__issue6.
-
Jason Madden authored
-
Jason Madden authored
Fix test__example_udp_servers.py by not subclassing _socket.socket, wrapping it instead and providing access to the wrapped socket. This is more like what Python2 does as well.
-
Jason Madden authored
-
Jason Madden authored
Fix test__example_echoserver.py. Text/binary issues in the server and client as well as a changed kwarg.
-
Brandon Carpenter authored
-
Brandon Carpenter authored
-
Brandon Carpenter authored
This handles None exception values that would otherwise fail when passed to traceback.print_exception() and prevent the process from exiting. An associated test is also included.
-
Jason Madden authored
Fix test__subprocess for Py3. A premature close of half the pipe was causing the whole pipe to get closed, apparently, at least under OS X, so don't close it. The test still fails if the fix is removed. I'm not 100% sure this is the correct fix; could there be some underlying issue? The subprocess code is the same on both Py2 and Py3.
-
Jason Madden authored
-
Jason Madden authored
pywsgi mostly works, there are a few timeout issues lurking somewhere in the test suite. But it's enough for the example servers to run.
-
- 18 Jun, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fix several more socket-related tests under Py3: test__examples, test__os, test__fileobject, test__subprocess_poll, test__server, test__execmodules.
-
Jason Madden authored
First pass on socket._fileobject for Py3; this went away, but is used heavily in our code base, so the shortest path is probably going to be to emulate it. This fixes test__backdoor.py. others to come.
-
Jason Madden authored
One test in test_threading.py fails under PyPy 2.6; that test has been removed from upstream (https://bitbucket.org/pypy/pypy/diff/lib-python/2.7/test/test_threading.py?diff2=4ecd94a66a87&at=vendor/stdlib) so don't run it here either. I'm not updating the whole module yet because we run tests under 2.5.0 on Travis.
-
- 16 Jun, 2015 13 commits
-
-
Jason Madden authored
-
-
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 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-