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 8f175bf7a8 issue #106: _unpickle_context() did not allow nameless contexts.
These are generated by any child calling .context_by_id() without
previously knowing the context's name, such as Contexts set in
ExternalContext.master and ExternalContext.parent.
6 years ago
ansible_mitogen issue #106: remove 2 needless Invocation attributes. 6 years ago
docs docs: More getting started. 6 years ago
examples issue #177: import reproduction. 6 years ago
mitogen issue #106: _unpickle_context() did not allow nameless contexts. 6 years ago
tests issue #174: test all io_op() logic. 6 years ago
.gitignore Ignore compiled Python files 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 6 years ago
.travis.yml travis: Cache wheels and other pip artifacts 6 years ago
LICENSE Add license text everywhere. 6 years ago
README.md README: move testing bits into tests directory. 6 years ago
dev_requirements.txt tests: Add coverage as a dev requirement 6 years ago
preamble_size.py issue #155: parent: move master.Context into parent. 6 years ago
setup.cfg tests: Switch to unit2 test runner, with coverage 6 years ago
setup.py setup: Scan project dir to find packages 6 years ago
test Set strict mode in test script 6 years ago
tox.ini tests: Switch to unit2 test runner, with coverage 6 years ago

README.md