Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alex Willmer 0dcaeb21a2 master_test: Don't assume __file__ points to source code
When run under a test runner the unit tests are imported as modules.
This triggers .pyc generation, after which __file__ resolves to the .pyc
file.
7 years ago
ansible_mitogen issue #106: import skeletal planner module. 7 years ago
docs docs: More getting started. 7 years ago
examples examples: more comments. 7 years ago
mitogen issue #174: select.error interface differs to OSError 7 years ago
tests master_test: Don't assume __file__ points to source code 7 years ago
.gitignore Some gitignore extras 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too. 7 years ago
LICENSE Add license text everywhere. 7 years ago
README.md README: move testing bits into tests directory. 7 years ago
dev_requirements.txt fakessh_test: Apply timeout decorators to rsync tests 7 years ago
preamble_size.py issue #155: parent: move master.Context into parent. 7 years ago
setup.cfg Initial flake8 configuration. 7 years ago
setup.py setup: Scan project dir to find packages 7 years ago
test.sh core: fix call_function_test regression 7 years ago
tox.ini tests: Add Tox config for Python 2.6 and 2.7 7 years ago

README.md