Commit Graph

19 Commits

Author SHA1 Message Date
David Wilson d3fe24a4f6 docs: update connection delegation example 2018-05-02 18:58:10 +01:00
David Wilson f241eac5ce parent: allow Python to determine its install prefix from argv[0]
Fixes support for virtualenv. Closes #152.
2018-03-19 21:58:35 +05:45
David Wilson 1f1d691a28 docs: update to match @moreati's code golf birdies :) 2018-03-19 21:58:34 +05:45
Alex Willmer d7fbb9aef6 docs: Link compared projects to their website
All outgoing links checked with

```bash
cd docs
make linkcheck
```
2018-03-19 21:58:33 +05:45
David Wilson 53e51c4af8 docs: update Python 3 support to match reality. 2018-03-19 21:58:32 +05:45
David Wilson ce9a1fef26 docs: fix float 2018-03-19 21:58:32 +05:45
David Wilson 04bb5881b6 ansible: doc updates 2018-03-19 21:58:32 +05:45
David Wilson ac4a42a43e docs: fix Select() example for new style API. 2018-03-19 21:58:29 +05:45
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.
2018-03-19 21:58:27 +05:45
David Wilson 051285437f importer: module preloading docs 2018-03-19 21:35:38 +05:45
David Wilson 0c573d0e47 Tidy up select examples even more. 2018-03-19 21:35:36 +05:45
David Wilson 265d9f0293 Tidy up select docs. 2018-03-19 21:35:36 +05:45
David Wilson 112f76fe89 More concise text. 2018-03-19 21:35:36 +05:45
David Wilson e3d967ebeb issue #20: initial implementation of mitogen.master.Select(). 2018-03-19 21:35:36 +05:45
David Wilson 0ff65c9780 docs: Use sphinx-programoutput plugin for preamble_size.py 2018-03-19 21:35:36 +05:45
David Wilson 2af1830323 Update preamble_size output. 2018-03-19 21:35:36 +05:45
David Wilson 1f99dcb435 fix unbelievably dumb variable shadowing 2018-03-19 21:35:17 +05:45
David Wilson 708b742a9c Mention git. 2018-03-19 21:35:17 +05:45
David Wilson e7ff6259a3 Initial commit. 2018-03-19 21:35:13 +05:45