[Checkins] [zopefoundation/ZEO] 6693dd: Rename all 'async' to 'async_' for compatibility w...

GitHub noreply at github.com
Wed Mar 28 16:05:47 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 6693ddf77c14ca560342266ee6e8e0f25c39407c
      https://github.com/zopefoundation/ZEO/commit/6693ddf77c14ca560342266ee6e8e0f25c39407c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    M src/ZEO/tests/ZEO4/zrpc/connection.py
    M src/ZEO/tests/testConversionSupport.py
    M src/ZEO/tests/testTransactionBuffer.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/utils.py

  Log Message:
  -----------
  Rename all 'async' to 'async_' for compatibility with Python 3.7.

Fixes #104.

I don't think any of those attributes were part of ZEO's public API.


  Commit: b3ee072b62112694e3aa03bfaef9f4271bea0bff
      https://github.com/zopefoundation/ZEO/commit/b3ee072b62112694e3aa03bfaef9f4271bea0bff
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M CHANGES.rst
    M src/ZEO/asyncio/marshal.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py

  Log Message:
  -----------
  The client also needs to be able to unpickle zodbpickle.binary

Fixes #113


  Commit: 928aa7a007f0c26f8d211a822d7159d0d8757926
      https://github.com/zopefoundation/ZEO/commit/928aa7a007f0c26f8d211a822d7159d0d8757926
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M src/ZEO/tests/ZEO4/zrpc/connection.py
    M src/ZEO/tests/ZEO4/zrpc/marshal.py

  Log Message:
  -----------
  Apply the same async and zodbpickle fixes to the ZEO4 server.


  Commit: 69394388f11f7a2cede64fce29fea1b46b94e186
      https://github.com/zopefoundation/ZEO/commit/69394388f11f7a2cede64fce29fea1b46b94e186
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try to run the ZEO_MTACCEPTOR=1 tests with Python 3.6.

Travis is using 3.4.6. I can't reproduce the failures locally with 3.4.4 or 3.6.4.


  Commit: b823ccdeeb4457f77e6e71f6815b731b9273ba04
      https://github.com/zopefoundation/ZEO/commit/b823ccdeeb4457f77e6e71f6815b731b9273ba04
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/marshal.py
    M src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/ZEO4/zrpc/connection.py
    M src/ZEO/tests/ZEO4/zrpc/marshal.py
    M src/ZEO/tests/testConversionSupport.py
    M src/ZEO/tests/testTransactionBuffer.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    M src/ZEO/tests/utils.py

  Log Message:
  -----------
  Merge pull request #110 from zopefoundation/issue104

Rename all 'async' to 'async_' for compatibility with Python 3.7.


Compare: https://github.com/zopefoundation/ZEO/compare/5d50e0c1c8ab...b823ccdeeb44


More information about the checkins mailing list