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/mitogen
David Wilson 066b39d570 pickle: support Context(), use same unpickler everywhere.
* Support passing Context() objects in function calls and return values.
  Now the fakessh demo from the documentation index would work
  correctly.

* Since slaves can communicate with each other now, they should also use
  the same approach to unpickling as the master already used. Collapse
  away all the unpickle extension crap and hard-wire just the 3 types
  that support unpickling.
8 years ago
..
ansible Rename package. 8 years ago
compat Rename package. 8 years ago
__init__.py Invert the sense of mitogen.slave 8 years ago
core.py pickle: support Context(), use same unpickler everywhere. 8 years ago
fakessh.py Rename package. 8 years ago
master.py pickle: support Context(), use same unpickler everywhere. 8 years ago
ssh.py Rename package. 8 years ago
sudo.py Rename package. 8 years ago
tcp.py Rename package. 8 years ago
utils.py Rename package. 8 years ago