Mirror of mitogen
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.
 
 
 
Go to file
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
docs Invert the sense of mitogen.slave 8 years ago
examples Apply package rename to remaining checked in files. 8 years ago
mitogen pickle: support Context(), use same unpickler everywhere. 8 years ago
tests pickle: support Context(), use same unpickler everywhere. 8 years ago
todo Apply package rename to remaining checked in files. 8 years ago
.gitignore Initial .gitignore. 9 years ago
preamble_size.py Apply package rename to remaining checked in files. 8 years ago
setup.py Rename package. 8 years ago