[Checkins] [zopefoundation/Persistence] 64c72a: update bootstrap

GitHub noreply at github.com
Sun May 5 13:04:54 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Persistence
  Commit: 64c72a3b078cee986c661e4e27c516153d3c5208
      https://github.com/zopefoundation/Persistence/commit/64c72a3b078cee986c661e4e27c516153d3c5208
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  update bootstrap


  Commit: 6c778d086347b89bee186149408929c264d44390
      https://github.com/zopefoundation/Persistence/commit/6c778d086347b89bee186149408929c264d44390
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    M setup.py

  Log Message:
  -----------
  use a .rst ending


  Commit: bc0b73fd89260e6852a07fc8393fe3f7483a1ac7
      https://github.com/zopefoundation/Persistence/commit/bc0b73fd89260e6852a07fc8393fe3f7483a1ac7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  add an interpreter to buildout config


  Commit: 63858563fdd453e018ecb93af12516cc8c31568e
      https://github.com/zopefoundation/Persistence/commit/63858563fdd453e018ecb93af12516cc8c31568e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py
    M src/Persistence/tests/testPersistent.py

  Log Message:
  -----------
  update to use standalone persistent library


  Commit: 4385e23338b34360a1535aec04487b49149f18bf
      https://github.com/zopefoundation/Persistence/commit/4385e23338b34360a1535aec04487b49149f18bf
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  next version will be 3.0


  Commit: 33b53c927d1353ef4e164d5ef8e78892b974bad2
      https://github.com/zopefoundation/Persistence/commit/33b53c927d1353ef4e164d5ef8e78892b974bad2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  add trove classifiers


  Commit: 63946b899d6dece58e5c2c5eac9d0390ab4921b6
      https://github.com/zopefoundation/Persistence/commit/63946b899d6dece58e5c2c5eac9d0390ab4921b6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py
    M src/Persistence/__init__.py
    M src/Persistence/mapping.py

  Log Message:
  -----------
  add a Python stub implementation of the Persistent class
and simplify fallback logic, as we always require ExtensionClass to be present


  Commit: e9b81ca0cfac74120f353d11353659eade1c9652
      https://github.com/zopefoundation/Persistence/commit/e9b81ca0cfac74120f353d11353659eade1c9652
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Persistence/_Persistence.c

  Log Message:
  -----------
  whitespace


  Commit: 6ac0f5bfaa0d872624586f132eb88a9e8f74061c
      https://github.com/zopefoundation/Persistence/commit/6ac0f5bfaa0d872624586f132eb88a9e8f74061c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    R src/Persistence/tests/testPersistent.py
    R src/Persistence/tests/test_ExtensionClass.py
    A src/Persistence/tests/test_ec.py
    A src/Persistence/tests/test_persistent.py

  Log Message:
  -----------
  simplify test module names


  Commit: 08a96ad76b08d237f490a1065a794afbc97d1c18
      https://github.com/zopefoundation/Persistence/commit/08a96ad76b08d237f490a1065a794afbc97d1c18
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Persistence/tests/test_ec.py

  Log Message:
  -----------
  pep8


  Commit: 246f219e2b180d8153215740306f97117e0be213
      https://github.com/zopefoundation/Persistence/commit/246f219e2b180d8153215740306f97117e0be213
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Persistence/tests/test_ec.py

  Log Message:
  -----------
  minimize test diff with upstream


  Commit: 561062ca907ca5bd25726fcc485fa721a723d740
      https://github.com/zopefoundation/Persistence/commit/561062ca907ca5bd25726fcc485fa721a723d740
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Persistence/tests/test_ec.py

  Log Message:
  -----------
  use `__eq__` instead of `__cmp__` testing


  Commit: a731ca9cc3320d047af47997e056221c618d7ba5
      https://github.com/zopefoundation/Persistence/commit/a731ca9cc3320d047af47997e056221c618d7ba5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Persistence/tests/test_mapping.py
    M src/Persistence/tests/test_persistent.py

  Log Message:
  -----------
  pep8


  Commit: 7cce3ff1e7d395b893396d3625fffcd254e12b20
      https://github.com/zopefoundation/Persistence/commit/7cce3ff1e7d395b893396d3625fffcd254e12b20
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M .travis.yml
    M README.rst
    M setup.py
    M src/Persistence/tests/__init__.py

  Log Message:
  -----------
  tweaks


Compare: https://github.com/zopefoundation/Persistence/compare/6e5f6eb1de80...7cce3ff1e7d3


More information about the checkins mailing list