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/tests/data
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
..
docker tests: many test fixes. Travis broken for >1 week. 7 years ago
minimize_samples minimize_source: Implement reindentation 7 years ago
module_finder_testmod Initial Python 3.x port work. 6 years ago
simple_pkg Initial commit. 7 years ago
six_brokenpkg Initial Python 3.x port work. 6 years ago
webproject Make log_to_file accept string level rather than logging package constant 7 years ago
001-mitogen.sudo tests: fix sudo rule order. 7 years ago
fakessh.py issue #278: tests: fix fakessh. 7 years ago
iter_read_generator.sh core: Make iter_read() handle deadline (and non-blocking IO) properly 7 years ago
plain_old_module.py Replace all calls to file() with open() 7 years ago
python_never_responds.sh parent: reap the child process if connection fails 7 years ago
self_contained_program.py Initial Python 3.x port work. 6 years ago
write_all_consumer.sh master: make write_all() handle O_NONBLOCK and deadlines. 7 years ago