* made sqlitepickle methods commit by default. Less suprising.
Bugs fixed ~~~~~~~~~~
0.1.19pre
----------------------
Bugs fixed ~~~~~~~~~~
* Added basic update({}) method to sqlitepickle. * disabled test that relied on timing. fails on different machines.
0.1.18pre
----------------------
Bugs fixed ~~~~~~~~~~
* imageops.resizing import correctly for python 3. * testing a release with 'upload -sign' * added document checking to the testall make target.
0.1.17pre
----------------------
Features added ~~~~~~~~~~~~~~
* made imageops.resize use some aspect preserving options.
Bugs fixed ~~~~~~~~~~
* added some docs to imageops * sqlitepickle works with pypy now.
0.1.16pre
----------------------
Features added ~~~~~~~~~~~~~~
* started a pywebsite.imageops.resizing for routines useful for resizing.
Bugs fixed ~~~~~~~~~~
* rest long_description was not working. * added 2010 to copyright notices.
0.1.15pre
----------------------
Features added ~~~~~~~~~~~~~~
* resizing routines useful for images.
Bugs fixed ~~~~~~~~~~
* signed_url extra layer of protection against timing attacks. * signed_url now uses base64 url safe encoding to shorten hash. * Imported __doc__ from all sub packages. So help(pywebsite.module) works.