Commit Graph

14 Commits (master)

Author SHA1 Message Date
David Wilson b734a2a5f3 examples: fix mitop for Python 3. 6 years ago
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
David Wilson 61365236ad docs/select: fix up more references, fix headings. 6 years ago
David Wilson 76ac49dbdc examples: more comments. 6 years ago
David Wilson 9eccfb4972 examples: add top-level doc 6 years ago
David Wilson a68e833463 examples: add a ton of comments to mitop.py. 6 years ago
David Wilson e59cc89059 examples: fix mitop example. 6 years ago
David Wilson 3ddd9fc51c mitop: fix overlong command lines corrupting the followign line 6 years ago
David Wilson 00ae0f225c mitop: Show new processes in bold. 6 years ago
David Wilson 1faf0b8371 mitop: more dead code 6 years ago
David Wilson fbe9611942 More dead code, some comments. 6 years ago
David Wilson 70443b44a9 mitop: Remove dead code 6 years ago
David Wilson fba3eaa6d1 mitop: Remove dead code 6 years ago
David Wilson 271fed0fd6 Import mitop example script. 6 years ago