[Checkins] [zopefoundation/ZEO] b76fea: Use uvloop for >= Py3.5

GitHub noreply at github.com
Thu Jul 7 17:05:14 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: b76fea7d3dc2827d1288dee5b5ec0dd98c3d096f
      https://github.com/zopefoundation/ZEO/commit/b76fea7d3dc2827d1288dee5b5ec0dd98c3d096f
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-03 (Sun, 03 Jul 2016)

  Changed paths:
    M setup.py
    M src/ZEO/asyncio/__init__.py

  Log Message:
  -----------
  Use uvloop for >= Py3.5


  Commit: e8bec203c38430de3809730901e2698595be6153
      https://github.com/zopefoundation/ZEO/commit/e8bec203c38430de3809730901e2698595be6153
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/TransactionBuffer.py
    M src/ZEO/asyncio/base.py
    M src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    M src/ZEO/cache.py
    M src/ZEO/interfaces.py
    M src/ZEO/runzeo.py
    M src/ZEO/server.xml
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/InvalidationTests.py
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/protocols.test
    M src/ZEO/tests/testConversionSupport.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    A src/ZEO/tests/test_client_side_conflict_resolution.py
    A src/ZEO/tests/utils.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/asyncio' into uvloop

Conflicts:
	setup.py


  Commit: 29bf7bc0e97dcbfc99c882c47af15cf0cf1d94c1
      https://github.com/zopefoundation/ZEO/commit/29bf7bc0e97dcbfc99c882c47af15cf0cf1d94c1
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M setup.py
    M src/ZEO/asyncio/__init__.py

  Log Message:
  -----------
  Merge pull request #39 from zopefoundation/uvloop

Uvloop


Compare: https://github.com/zopefoundation/ZEO/compare/e5653d437904...29bf7bc0e97d


More information about the checkins mailing list