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
David Wilson 9fb2371d64 importer: reorder/tweak find_module() tests to cope with six.moves
The old hack on the master side we had is broken for some reason on 3.x.
Instead tweak the client to be more selective: if a request is for a
module within a package, the package must be loaded (in sys.modules),
and its __loader__ must be us. Previously if the module didn't exist in
sys.modules, we'd still try to fetch from the master, which doesn't
appear to ever make sense.
6 years ago
.travis issue #275: Don't use -U in ansible_tests.sh -- forces paramiko upgrade 7 years ago
ansible_mitogen Initial Python 3.x port work. 6 years ago
docs Initial Python 3.x port work. 6 years ago
examples Initial Python 3.x port work. 6 years ago
mitogen importer: reorder/tweak find_module() tests to cope with six.moves 6 years ago
tests tests: built-in exceptions live in a different module in 3.x 6 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 7 years ago
.lgtm.yml
.travis.yml Initial Python 3.x port work. 6 years ago
ChangeLog docs: add initial ChangeLog. 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 issue #275: bump ansible to 2.5.5 7 years ago
preamble_size.py Initial Python 3.x port work. 6 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 7 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Initial Python 3.x port work. 6 years ago
tox.ini Fix invocation of test runner by tox 7 years ago

README.md