[Checkins] [zopefoundation/ZEO] 29b33f: ZConfig wants strings.

GitHub noreply at github.com
Fri Mar 8 20:38:29 UTC 2013


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 29b33f5876958846d29c09b593f670d293a36b3f
      https://github.com/zopefoundation/ZEO/commit/29b33f5876958846d29c09b593f670d293a36b3f
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/ZEO/_compat.py
    M src/ZEO/tests/testConfig.py

  Log Message:
  -----------
  ZConfig wants strings.


  Commit: 3fec4906f70388378887f59c9da11a2808f68ad8
      https://github.com/zopefoundation/ZEO/commit/3fec4906f70388378887f59c9da11a2808f68ad8
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/ZEO/StorageServer.py

  Log Message:
  -----------
  Protocol versions are byte strings.


  Commit: d77eea90956b9efac81e27c0a24b52ed116d7ba3
      https://github.com/zopefoundation/ZEO/commit/d77eea90956b9efac81e27c0a24b52ed116d7ba3
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/ZEO/zrpc/smac.py

  Log Message:
  -----------
  Messages are binary.


  Commit: 2d9b3e6c909f5b320951bc45a3669ff246ba35e6
      https://github.com/zopefoundation/ZEO/commit/2d9b3e6c909f5b320951bc45a3669ff246ba35e6
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/ZEO/_compat.py
    M src/ZEO/zrpc/marshal.py

  Log Message:
  -----------
  Switch to pickle format 3 so bytes and unicodes are not smashed.

Will have to introduce a new protocol version for the new format.


  Commit: ae387e6048f5379954624bcf9e0271f540828a18
      https://github.com/zopefoundation/ZEO/commit/ae387e6048f5379954624bcf9e0271f540828a18
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/ZEO/ClientStorage.py
    M src/ZEO/ServerStub.py
    M src/ZEO/TransactionBuffer.py
    M src/ZEO/tests/protocols.test
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/testZEO2.py
    M src/ZEO/zrpc/client.py
    M src/ZEO/zrpc/connection.py
    M src/ZEO/zrpc/smac.py

  Log Message:
  -----------
  Porting to Python 3: version strings are binary, other compat things.


  Commit: 114dd15d8453412c7bbe63cc6a315b31431e804f
      https://github.com/zopefoundation/ZEO/commit/114dd15d8453412c7bbe63cc6a315b31431e804f
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/ZEO/StorageServer.py

  Log Message:
  -----------
  Fix weird namespace behavior incompatibilities between Py2 and Py3.


  Commit: 7830739ab4af6f873760df7a1c49933752922cce
      https://github.com/zopefoundation/ZEO/commit/7830739ab4af6f873760df7a1c49933752922cce
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/zrpc/client.py
    M src/ZEO/zrpc/smac.py

  Log Message:
  -----------
  Trivial Py3 porting changes: binary data, print functions.


  Commit: 2ff8ff664f01705a09c1153243269ac30837da85
      https://github.com/zopefoundation/ZEO/commit/2ff8ff664f01705a09c1153243269ac30837da85
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Use Pickle protocol 3 on Py3.


Compare: https://github.com/zopefoundation/ZEO/compare/d8bc34cc0049...2ff8ff664f01


More information about the checkins mailing list