[Checkins] [zopefoundation/z3c.table] 0f9719: Get rid of dependencies on z3c.testing and zope.ap...

GitHub noreply at github.com
Tue Feb 26 08:40:34 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.table
  Commit: 0f9719c32a3e24b4af45af6599e0c10bfdd5eb8c
      https://github.com/zopefoundation/z3c.table/commit/0f9719c32a3e24b4af45af6599e0c10bfdd5eb8c
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M setup.py
    M src/z3c/table/testing.py
    M src/z3c/table/tests.py

  Log Message:
  -----------
  Get rid of dependencies on z3c.testing and zope.app.testing.

The first was achieved by duplicating some test setup code,
and the second by using testing helpers from zope.site and
zope.traversing instead of placefulSetUp.


  Commit: 1ae6836aaf5815e45d8e6bf80bd461a698c1de39
      https://github.com/zopefoundation/z3c.table/commit/1ae6836aaf5815e45d8e6bf80bd461a698c1de39
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    A MANIFEST.in
    A tox.ini

  Log Message:
  -----------
  Added a tox config and a manifest.


  Commit: ee2c81378c179edd715509eb719d6d5f72d18bdc
      https://github.com/zopefoundation/z3c.table/commit/ee2c81378c179edd715509eb719d6d5f72d18bdc
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  New bootstrap.


  Commit: 8d5898072236b71ba7c95a7612059f387ab2739d
      https://github.com/zopefoundation/z3c.table/commit/8d5898072236b71ba7c95a7612059f387ab2739d
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M src/z3c/table/README.txt
    M src/z3c/table/batch.py
    M src/z3c/table/batch.txt
    M src/z3c/table/column.py
    M src/z3c/table/column.txt
    M src/z3c/table/header.py
    M src/z3c/table/interfaces.py
    M src/z3c/table/miscellaneous.txt
    M src/z3c/table/sequence.txt
    M src/z3c/table/sort.txt
    M src/z3c/table/table.py
    M src/z3c/table/testing.py
    M src/z3c/table/tests.py
    M src/z3c/table/value.py

  Log Message:
  -----------
  Trivial part of Python 3 porting.


  Commit: e712d6c9189402ab09dcd70c5ce40b39836f8e7c
      https://github.com/zopefoundation/z3c.table/commit/e712d6c9189402ab09dcd70c5ce40b39836f8e7c
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M src/z3c/table/README.txt
    M src/z3c/table/header.py
    M src/z3c/table/sort.txt

  Log Message:
  -----------
  Stop relying on dictionary key order.


  Commit: 3ff9057981ac888b5aca961f90b13d6dcb25d6a4
      https://github.com/zopefoundation/z3c.table/commit/3ff9057981ac888b5aca961f90b13d6dcb25d6a4
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/z3c/table/README.txt

  Log Message:
  -----------
  Fix non-deterministic failure on Py3.

On Python 3 the order of adapters returned by getAdapters is unpredictable, so
columns with the same weight jump around.


  Commit: 029e2af400ce9fb4d8067ce2d2ddd8715777db2b
      https://github.com/zopefoundation/z3c.table/commit/029e2af400ce9fb4d8067ce2d2ddd8715777db2b
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/z3c/table/batch.txt

  Log Message:
  -----------
  Py3 support.


  Commit: 19f984512d6e736df248aa4c041b866ce300a88b
      https://github.com/zopefoundation/z3c.table/commit/19f984512d6e736df248aa4c041b866ce300a88b
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/z3c/table/tests.py

  Log Message:
  -----------
  Silence a warning.


  Commit: a56cb1a7581047d8877716bada1c945d1d895b1a
      https://github.com/zopefoundation/z3c.table/commit/a56cb1a7581047d8877716bada1c945d1d895b1a
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Update changelog, add supported Python versions to setup.py.


Compare: https://github.com/zopefoundation/z3c.table/compare/21c3b84fdc2f...a56cb1a75810


More information about the checkins mailing list