[Checkins] [zopefoundation/zope.app.generations] e6c57a: Python 3 and PyPy support.

GitHub noreply at github.com
Sat May 6 15:31:27 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.generations
  Commit: e6c57a70397508b733d2f837cfb3d235c1318054
      https://github.com/zopefoundation/zope.app.generations/commit/e6c57a70397508b733d2f837cfb3d235c1318054
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-06 (Sat, 06 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/generations/browser/managerdetails.py
    M src/zope/app/generations/browser/managers.py
    M src/zope/app/generations/browser/tests.py
    M src/zope/app/generations/ftesting.zcml
    M src/zope/app/generations/testing.py
    M src/zope/app/generations/utility.py
    A tox.ini

  Log Message:
  -----------
  Python 3 and PyPy support.

- 100% test coverage.
- Add tox.ini
- Update travis.yml to sudo: false and pip caching.
- Use independent transactions for evolve() instead of the current
  thread-local transaction.




More information about the checkins mailing list