Commit Graph

21 Commits (cb595b30d4d4a2eaac856aa32099ac0188c013e3)

Author SHA1 Message Date
David Wilson 3058efc80f docs: more updates.
- accurate description of Ansible timeouts
- rough detach() sketch
6 years ago
David Wilson 7f1060f54a issue #186: initial version of subtree detachment. 6 years ago
David Wilson d3fe24a4f6 docs: update connection delegation example 6 years ago
David Wilson f241eac5ce parent: allow Python to determine its install prefix from argv[0]
Fixes support for virtualenv. Closes #152.
6 years ago
David Wilson 1f1d691a28 docs: update to match @moreati's code golf birdies :) 6 years ago
Alex Willmer d7fbb9aef6 docs: Link compared projects to their website
All outgoing links checked with

```bash
cd docs
make linkcheck
```
6 years ago
David Wilson 53e51c4af8 docs: update Python 3 support to match reality. 6 years ago
David Wilson ce9a1fef26 docs: fix float 6 years ago
David Wilson 04bb5881b6 ansible: doc updates 6 years ago
David Wilson ac4a42a43e docs: fix Select() example for new style API. 6 years ago
Alex Willmer 3831ac360f Replace all calls to file() with open()
Although these are synonyms in Python 2.x, when using MyPy to typecheck
code use of file() causes spurious errors.

This commit also serves as one small step to Python 3.x compatibility,
since 3.x removes the file() builtin.
6 years ago
David Wilson 051285437f importer: module preloading docs 6 years ago
David Wilson 0c573d0e47 Tidy up select examples even more. 6 years ago
David Wilson 265d9f0293 Tidy up select docs. 6 years ago
David Wilson 112f76fe89 More concise text. 6 years ago
David Wilson e3d967ebeb issue #20: initial implementation of mitogen.master.Select(). 6 years ago
David Wilson 0ff65c9780 docs: Use sphinx-programoutput plugin for preamble_size.py 6 years ago
David Wilson 2af1830323 Update preamble_size output. 6 years ago
David Wilson 1f99dcb435 fix unbelievably dumb variable shadowing 6 years ago
David Wilson 708b742a9c Mention git. 6 years ago
David Wilson e7ff6259a3 Initial commit. 6 years ago