You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/docs
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.
6 years ago
..
_static docs: more getting started guide 6 years ago
_templates docs: fix reading time tracking :( 6 years ago
images docs: initial contributors page 6 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 6 years ago
Makefile docs: fix intensely annoying _prefix, 2 years later. 6 years ago
ansible.rst issue #278: ansible: support mitogen_ssh_debug_level variable. 6 years ago
api.rst Initial Python 3.x port work. 6 years ago
changelog.rst docs: add initial ChangeLog. 6 years ago
compared.rst docs: Maximum size of pencode values 6 years ago
conf.py docs: update copyright 6 years ago
contributors.rst docs: update contributors 6 years ago
docs-requirements.txt tests: Add Tox config for Python 2.6 and 2.7 6 years ago
examples.rst Initial Python 3.x port work. 6 years ago
getting_started.rst Initial Python 3.x port work. 6 years ago
howitworks.rst issue #275: parent/ssh: centralize EC0_MARKER and change it for ssh.py. 6 years ago
index.rst Initial Python 3.x port work. 6 years ago
internals.rst issue #249: initial poller implementation (BSD only) 6 years ago
pickle-substitutes.ods docs: First round of Pickle-likes survey 6 years ago
services.rst issue #186: add PushFileService 6 years ago
shame.rst docs: Fix function name. 6 years ago
signals.rst docs: link signals into internals.rst. 6 years ago
toc.rst docs: link ChangeLog. 6 years ago