Commit Graph

12 Commits

Author SHA1 Message Date
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