[Checkins] [zopefoundation/zope.app.i18n] b298af: Port to Python 3.4+ and add PyPy support. Coverage...

GitHub noreply at github.com
Wed May 24 19:10:33 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.i18n
  Commit: b298af946e13f47a345166500213f9b27918fda5
      https://github.com/zopefoundation/zope.app.i18n/commit/b298af946e13f47a345166500213f9b27918fda5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-24 (Wed, 24 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
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/i18n/browser/__init__.py
    M src/zope/app/i18n/browser/exportimport.py
    M src/zope/app/i18n/browser/synchronize.py
    M src/zope/app/i18n/browser/tests/test_translate.py
    M src/zope/app/i18n/browser/translate.py
    M src/zope/app/i18n/configure.zcml
    M src/zope/app/i18n/filters.py
    M src/zope/app/i18n/interfaces.py
    M src/zope/app/i18n/messagecatalog.py
    A src/zope/app/i18n/tests/ftesting.zcml
    R src/zope/app/i18n/tests/placelesssetup.py
    A src/zope/app/i18n/tests/test_configure.py
    M src/zope/app/i18n/tests/test_filters.py
    M src/zope/app/i18n/tests/test_translationdomain.py
    M src/zope/app/i18n/translationdomain.py
    M src/zope/app/i18n/xmlrpc/configure.zcml
    M src/zope/app/i18n/xmlrpc/methods.py
    A tox.ini

  Log Message:
  -----------
  Port to Python 3.4+ and add PyPy support. Coverage is somewhat lacking and I know some of the xmlrpc stuff is broken on Python 3, but it's not yet covered by tests.




More information about the checkins mailing list