[Checkins] [zopefoundation/zope.session] d2bc94: Add support for PyPy.

GitHub noreply at github.com
Tue Jun 2 19:07:11 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.session
  Commit: d2bc945dbe8ca02205d0419b9abda35acee58db7
      https://github.com/zopefoundation/zope.session/commit/d2bc945dbe8ca02205d0419b9abda35acee58db7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-28 (Thu, 28 May 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/session/session.py
    M src/zope/session/tests.py
    M tox.ini

  Log Message:
  -----------
  Add support for PyPy.


  Commit: 28a19387d6a74a80e50a90ee3c207681d4e8e282
      https://github.com/zopefoundation/zope.session/commit/28a19387d6a74a80e50a90ee3c207681d4e8e282
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M src/zope/session/http.py
    M src/zope/session/interfaces.py
    M src/zope/session/session.py
    M tox.ini

  Log Message:
  -----------
  Add support for PyPy3.

PyPy3 is a bit of an add duck, supporting the 3.3 syntax (u"") but providing the 3.2 library. When I had the library issue fixed, I fixed the syntax issue and tried to also add Python 3.2, but our dependency on zope.publisher (at least) requires at least 3.3 because of syntax. So if you want to run this under 3.2, PyPy3 is your only option.


  Commit: c58c72e88af51d59e2cb548ea33e7071b0f0b0d3
      https://github.com/zopefoundation/zope.session/commit/c58c72e88af51d59e2cb548ea33e7071b0f0b0d3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    A src/zope/session/_compat.py

  Log Message:
  -----------
  Part of previous commit.


  Commit: e8580dcbaf68e7acdf0c34e2ca5cd98798a773fd
      https://github.com/zopefoundation/zope.session/commit/e8580dcbaf68e7acdf0c34e2ca5cd98798a773fd
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    A src/zope/session/_compat.py
    M src/zope/session/http.py
    M src/zope/session/interfaces.py
    M src/zope/session/session.py
    M src/zope/session/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from NextThought/pypy-support

Add support for PyPy.


Compare: https://github.com/zopefoundation/zope.session/compare/28ba9f16c66a...e8580dcbaf68


More information about the checkins mailing list