Commit Graph

27 Commits

Author SHA1 Message Date
David Wilson 861be2e3de docs: wrap text around logos 2019-01-18 23:30:12 +00:00
David Wilson 73c7b5daeb docs: modernize 2 examples 2018-12-08 05:12:55 +00:00
David Wilson fd5698c191 docs: 4kify images.
These commits were squashed to avoid repo size exploding.
2018-11-23 00:59:37 +00:00
David Wilson b7001f6e0b docs: remove prerelease caution. 2018-07-09 03:03:05 +01:00
David Wilson a74903d59a docs: update compatibility notice on main page. 2018-07-07 14:55:47 +01:00
David Wilson 410016ff47 Initial Python 3.x port work.
* ansible: use unicode_literals everywhere since it only needs to be
  compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
  functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
  Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
2018-07-07 14:55:47 +01:00
David Wilson 3058efc80f docs: more updates.
- accurate description of Ansible timeouts
- rough detach() sketch
2018-05-03 17:37:24 +01:00
David Wilson 7f1060f54a issue #186: initial version of subtree detachment. 2018-05-03 01:11:14 +01:00
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