Jsonpickle

Latest version: v4.0.0

Safety actively analyzes 688365 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.3.1

Not secure
=====

* Include tests and docs directories in sdist for distribution packages.

0.3.0

Not secure
=====

* Officially migrated to git from subversion. Project home now at
`<http://jsonpickle.github.com/>`_. Thanks to Michael Jone's
`sphinx-to-github <http://github.com/michaeljones/sphinx-to-github>`_.
* Fortified jsonpickle against common error conditions.
* Added support for:

* List and set subclasses.
* Objects with module references.
* Newstyle classes with `__slots__`.
* Objects implementing `__setstate__()` and `__getstate__()`
(follows the :mod:`pickle` protocol).

* Improved support for Zope objects via pre-fetch.
* Support for user-defined serialization handlers via the
jsonpickle.handlers registry.
* Removed cjson support per John Millikin's recommendation.
* General improvements to style, including :pep:`257` compliance and
refactored project layout.
* Steps towards Python 2.3 and Python 3 support.
* New contributors Dan Buch and Ian Schenck.
* Thanks also to Kieran Darcy, Eoghan Murray, and Antonin Hildebrand
for their assistance!

0.2.0

Not secure
=====

* Support for all major Python JSON backends (including json in Python 2.6,
simplejson, cjson, and demjson)
* Handle several datetime objects using the repr() of the objects
(Thanks to Antonin Hildebrand).
* Sphinx documentation
* Added support for recursive data structures
* Unicode dict-keys support
* Support for Google App Engine and Django
* Tons of additional testing and bug reports (Antonin Hildebrand, Sorin,
Roberto Saccon, Faber Fedor,
`FirePython <http://github.com/darwin/firepython/tree/master>`_, and
`Joose <http://code.google.com/p/joose-js/>`_)

0.1.0

Not secure
=====

* Added long as basic primitive (thanks Adam Fisk)
* Prefer python-cjson to simplejson, if available
* Major API change, use python-cjson's decode/encode instead of
simplejson's load/loads/dump/dumps
* Added benchmark.py to compare simplejson and python-cjson

0.0.5

Not secure
=====

* Changed prefix of special fields to conform with CouchDB
requirements (Thanks Dean Landolt). Break backwards compatibility.
* Moved to Google Code subversion
* Fixed unit test imports

0.0.3

=====

* Convert back to setup.py from pavement.py (issue found by spidaman)

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.