- 16 Mar, 2016 1 commit
-
-
Jason Madden authored
Switch to using prospector for lint checks
-
- 15 Mar, 2016 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
Don't immediately run links added to an Event/AsyncResult while it is running callbacks. Fixes #771.
-
Jason Madden authored
and document the settings.
-
- 12 Mar, 2016 2 commits
-
-
Jason Madden authored
Fixed typo error
-
Mayflower authored
-
- 11 Mar, 2016 13 commits
-
-
Jason Madden authored
-
Jason Madden authored
Figured out the root cause of the u-v-a crash in https://github.com/PyCQA/pylint/issues/846: unsafe-load-any-extension causes it.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
cleanup threadpool. various small cleanups. cleanup _fileobjectposix.
-
Jason Madden authored
clean up resolver_ares cleanup thread. cleanup testrunner cleanup pool. clean up event
-
Jason Madden authored
clean up socketcommon. cleanup examples and servers. cleanup server cleanup util. cleanup sslgte279 cleanup greentest. cleanup corecffi. cleanup fileobject. cleanup select.py cleanup socket2 fix naming. cleanup socket3 cleanup hub. cleanup threading. cleanup lock cleanup pywsgi. cleanup _threading cleanup patched_test_setup.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
On travis, start a build with 2.7.8 so that _ssl2.py gets tested (previously tested by Python 2.6). Do so with the test_ssl.py from that version (because the changes are large), but keep using the 2.7.11 tests with just a few removals otherwise.
-
Jason Madden authored
-
Jason Madden authored
-
- 10 Mar, 2016 15 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Drop support for python 2.6.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
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 6 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
On travis, start a build with 2.7.8 so that _ssl2.py gets tested (previously tested by Python 2.6). Do so with the test_ssl.py from that version (because the changes are large), but keep using the 2.7.11 tests with just a few removals otherwise.
-
Jason Madden authored
Update tblib to 1.3.0
-
Jason Madden authored
-
Jason Madden authored
Update libev to 4.22
-