Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all my MAINTAINER lines to my new FreeBSD.org address. | Alexander Botero-Lowry | 2006-09-13 | 1 | -1/+1 |
| | | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903 | ||||
* | TrustedPickle is a Python module that can save most any arbitrary Python object | Ion-Mihai Tetcu | 2006-05-09 | 4 | -0/+58 |
in a signed pickle file. There are two big differences between this module and the standard pickle module. First, TrustedPickle can pickle a module, but the standard pickle module cannot. Second, TrustedPickle includes a signature that can verify the data's origin before the data is unpickled. WWW: http://trustedpickle.sourceforge.net/index.html PR: ports/96691 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: lawrance (mentor) Notes: svn path=/head/; revision=161798 |