Commit Graph

142 Commits (22c1594f04c92b8b358140086899ed32954d69dd)

Author SHA1 Message Date
David Wilson 22c1594f04 Simplify the API, make Broker optional and auto-shutdown on main thread exit. 7 years ago
Alex Willmer 7473addfd2 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.
7 years ago
David Wilson 36300b9fe6 docs: convert paragraph to footnote. 7 years ago
David Wilson 255656ef50 issue #49: update howitworks.rst for command line change 7 years ago
David Wilson dcea7ac616 docs: waiting on multiple calls 7 years ago
David Wilson 8f42a58281 docs: move Router.route() into Sphinx. 7 years ago
David Wilson b43cd31d59 docs: Add warning to preloading section. 7 years ago
David Wilson 48096ab033 docs: move Broker docstrings into Sphinx. 7 years ago
David Wilson 7eb81a1694 docs: more getting started guide 7 years ago
David Wilson d800b684ef Merge branch 'module-preloading'
Not much point in keeping the docs changes separate.
7 years ago
David Wilson 0b141ade62 docs: getting started 7 years ago
David Wilson 4632c73a72 More. 7 years ago
David Wilson d00821be89 docs: way more appropriate image 7 years ago
David Wilson 6792893666 docs: more getting started 7 years ago
David Wilson 2d6b004fa0 docs: Getting started tidyups 7 years ago
David Wilson dddaa29526 docs: Get started on Getting Started 7 years ago
David Wilson dc6ed860f7 docs: fix reference to with: 7 years ago
David Wilson 320191cae2 docs: move fakessh docs into Sphinx. 7 years ago
David Wilson 2830304407 docs: move mitogen.utils docs to Sphinx. 7 years ago
David Wilson b56f848cc6 docs: fix decorator types. 7 years ago
David Wilson 2bda6ee70c docs: better io_op doc, move Side docs to Sphinx. 7 years ago
David Wilson 15492adabc docs: move BasicStream docs into Sphinx. 7 years ago
David Wilson 8e69838b44 docs: annother barriage of cross-reference fixes. 7 years ago
David Wilson b88e68df72 docs: Fix up tons of references, document trust chain 7 years ago
David Wilson bab232f07c importer: module preloading docs 7 years ago
David Wilson 8439e889ed core: More robust shutdown
Now there is a separate SHUTDOWN message that relies only on being
received by the broker thread, the main thread can be hung horribly and
the process will still eventually receive a SIGTERM.
7 years ago
David Wilson 0e51aa5cd9 master: hack to avoid executing __main__. 7 years ago
David Wilson 88c82aff6a docs: Fix index generation everywhere. 7 years ago
David Wilson 8fec1f985e docs: remove note, unpickling can no longer trigger module loads 7 years ago
David Wilson 2d2d547a1c docs: s/random/pseudorandom/ 7 years ago
David Wilson a71c9fd128 docs: fix pickler docs, begin relabelling master/slave->parent/child 7 years ago
David Wilson abf1aa33dd docs: remove final references to call_with_deadline(). 7 years ago
David Wilson 09985204ad docs: with_context element is replaced by a decorator. 7 years ago
David Wilson e057d289e9 Reference Select 7 years ago
David Wilson 1b823dc0b0 Accidentally hecked in incomplete paragraph. 7 years ago
David Wilson ed329fe580 Typo. 7 years ago
David Wilson 8d8096b6d8 docs: fix :return: syntax. 7 years ago
David Wilson 3a883d79f6 More API documentation. 7 years ago
David Wilson 25963736c6 Fix function reference. 7 years ago
David Wilson 0da42a5e90 Typo. 7 years ago
David Wilson 62c9dc6f49 Better document Router API and constructors. 7 years ago
David Wilson 126080019d Add mitogen.parent_ids to docs. 7 years ago
David Wilson a5f809cbd9 Tidy up select examples even more. 7 years ago
David Wilson 05d601c315 Document channel class 7 years ago
David Wilson 89220a418a Document Sender and Receiver classes. 7 years ago
David Wilson bc482c6be8 docs: Add spacing between list items in body text. 7 years ago
David Wilson 39924c432f Tidy up select docs. 7 years ago
David Wilson 9625e77f87 More concise text. 7 years ago
David Wilson 6dc0e13f5f issue #20: Return type fix. 7 years ago
David Wilson 0ef26f250e Package rename cleanup. 7 years ago