- 10 Mar, 2016 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Move .pep8 to setup.cfg so it will be auto-detected.
-
Jason Madden authored
Update c-ares to 1.11.0
-
Jason Madden authored
- Replaced the whole directory with current source. This adds a few more scripts that we could remove again if desired, but it's easier just to be able to copy everything. - However, the new test directory requires c++11, which travis doesn't have, so it's ditabled. - The invocation of configure had to lose the CONFIG_FILES= param, because with that set, configure would fail to create the Makefile which in turn caused the whole thing to fail.
-
- 09 Mar, 2016 11 commits
-
-
Jason Madden authored
Test non-embedded versions of libev and c-ares
-
Jason Madden authored
Downstream distributors like to use their system libraries for some reason, so make sure that works, at least with the versions we have. Previously at least one test was broken. Fixes #759
-
Jason Madden authored
Update tblib to 1.3.0
-
Jason Madden authored
-
Jason Madden authored
Update libev to 4.22
-
Jason Madden authored
Grab the latest ev.c from CVS, r1.480, which moves around the modifiers to fix the noinline problem.
-
Jason Madden authored
Grab the latest ev.c from CVS, r1.480, which moves around the modifiers to fix the noinline problem.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 07 Mar, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 05 Mar, 2016 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
-
- 04 Mar, 2016 6 commits
-
-
Jason Madden authored
Issue some warnings for patch_all with invalid parameters
-
Jason Madden authored
Update socket docs to clarify their duplication of stdlib interface; tone down the warnings. [skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
See changelog.rst for details.
-
- 02 Mar, 2016 3 commits
-
-
Jason Madden authored
Also skip the 'make' step on Windows if installing from an sdist (piggyback the Unix method of looking for Makefile/Makefile.ext). Ref #757.
-
Jason Madden authored
-
Jason Madden authored
Notes about cython on windows. XXX: Duplicated a couple places, intro.rst and README.rst, we should refactor.
-
- 01 Mar, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 28 Feb, 2016 2 commits
-
-
Jason Madden authored
- Kill older builds for the same PR automatically. - Separate building and running tests. This lets us build and install a wheel up front so we don't have to do it again after running the tests (to distribute). This shaves 1+ minute off each build for faster overall feedback.
-
Jason Madden authored
-
- 27 Feb, 2016 3 commits
-
-
Jason Madden authored
Ignore the BlockingIOError name in server.py if running pyflakes on Py2; also sort the error lines by filename so they're easier to find. [skip ci]
-
Jason Madden authored
Link socket and SSLSocket objects to their version appropriate documentation on python.org. Explicitly use the version-specific base socket class for SSLSocket. This prevents the docs from listing the wrong base (because the docs are built on Python 3 and so gevent.socket would be gevent._socket3, leading the base of gevent._ssl2.SSLSocket to be gevent._socket3.socket). Also, no need to 'from io import BlockingIOError' for Python 3. It became a builtin in Python 3.3 which is the lowest version we support.
-
Jason Madden authored
-