zope.securitypolicy:simplify-pickling

Last commit made on 2014-01-20
Get this branch:
git clone -b simplify-pickling https://git.launchpad.net/zope.securitypolicy
Members of ZTK steering group can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
simplify-pickling
Repository:
lp:zope.securitypolicy

Recent commits

55b5e87... by Marius Gedminas

Simplify pickling logic by using __reduce__ instead of copy_reg

The pickles produced this way are identical to the old ones.

ef41763... by Marius Gedminas

More PEP-8

81be56b... by Marius Gedminas

PEP-8

410e5a2... by Marius Gedminas

Avoid deprecated unittest API

failIf -> assertFalse
failUnless -> assertTrue

e9d702a... by Adam Groszer

modernize bootstrap.py

5a33a45... by Stephan Richter

Add zope.testrunner dep since it is needed for all tests. Hopefully that
will make Travis happy.

818d5c6... by Stephan Richter

'Updated Travis YAML.'

512978c... by Stephan Richter

Back to development: 4.0.0a2

3d8d230... by Stephan Richter

Preparing release 4.0.0a1

7813013... by Stephan Richter

Python 3.3 compatibility.