[Checkins] [zopefoundation/Products.BTreeFolder2] 5bde99: Boilerplate

GitHub noreply at github.com
Mon Feb 25 22:22:17 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.BTreeFolder2
  Commit: 5bde99d2be62f17fd395e5c3465ba31db05974d3
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/5bde99d2be62f17fd395e5c3465ba31db05974d3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    A CHANGES.txt
    A COPYRIGHT.txt
    A LICENSE.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/Products/__init__.py

  Log Message:
  -----------
  Boilerplate


  Commit: a777f27f1165b217baf72c7e89eb9ec0c3c1e1cf
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/a777f27f1165b217baf72c7e89eb9ec0c3c1e1cf
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    A src/Products/BTreeFolder2/BTreeFolder2.py
    A src/Products/BTreeFolder2/CHANGES.txt
    A src/Products/BTreeFolder2/README.txt
    A src/Products/BTreeFolder2/__init__.py
    A src/Products/BTreeFolder2/btreefolder2.gif
    A src/Products/BTreeFolder2/contents.dtml
    A src/Products/BTreeFolder2/folderAdd.dtml
    A src/Products/BTreeFolder2/tests/__init__.py
    A src/Products/BTreeFolder2/tests/testBTreeFolder2.py
    A src/Products/BTreeFolder2/version.txt

  Log Message:
  -----------
  Get the code


  Commit: 366894d5a462818b15a9e063eeef200d8ea8b6f8
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/366894d5a462818b15a9e063eeef200d8ea8b6f8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M README.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py
    R src/Products/BTreeFolder2/CHANGES.txt
    R src/Products/BTreeFolder2/README.txt
    M src/Products/BTreeFolder2/__init__.py
    M src/Products/BTreeFolder2/tests/__init__.py
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py
    R src/Products/BTreeFolder2/version.txt

  Log Message:
  -----------
  Cleanup


  Commit: ac806a72d2ea16319fd00a3423cd21f4a7dd9ea7
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/ac806a72d2ea16319fd00a3423cd21f4a7dd9ea7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Declare dependencies


  Commit: 52c9de0551b501dcff1fe272a10a3c4d693fc454
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/52c9de0551b501dcff1fe272a10a3c4d693fc454
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Whitespace


  Commit: 23021e167eb1315e6dc87a24084f7716ca6c55d8
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/23021e167eb1315e6dc87a24084f7716ca6c55d8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Implement the full dictionary protocol including `__getitem__`, `__delitem__`, `__setitem__`, `__nonzero__`, `__iter__` and `__contains__`.


  Commit: 115b977357c5d1556237d1507aa9ed5a59825cd2
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/115b977357c5d1556237d1507aa9ed5a59825cd2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  More effecient __contains__ check


  Commit: a31c14db073c59a4ac9cde7fb0d2ae43340d6972
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/a31c14db073c59a4ac9cde7fb0d2ae43340d6972
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Avoid has_key


  Commit: c0d7445fe86dcaf6b8cc548513fb4e57962e5132
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/c0d7445fe86dcaf6b8cc548513fb4e57962e5132
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Change implementation of `keys`, `items` and `values` method to access the `self._tree` OOBTree methods directly. This avoids lookups in the meta_types structures.


  Commit: 000cd3a931f5e6535e11cd61fe2d94d800790d7a
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/000cd3a931f5e6535e11cd61fe2d94d800790d7a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py

  Log Message:
  -----------
  Changed the `objectIds`, `objectItems` and `objectValues` methods to use the internal OOBTree methods directly if no `spec` argument is passed.


  Commit: 4f0defba59d62c1360bc45e977bf6ab712fdf0ee
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/4f0defba59d62c1360bc45e977bf6ab712fdf0ee
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py

  Log Message:
  -----------
  Added tests for new methods


  Commit: 3f094146f5cebe18d07abcbaed72461429e881c2
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/3f094146f5cebe18d07abcbaed72461429e881c2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Group similar methods together


  Commit: 5e5b967999df38054fbd874cba33e23360eafcc1
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/5e5b967999df38054fbd874cba33e23360eafcc1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Whitespace


  Commit: eb086a01a4312f8cfd9b8cf9a38f2d14db1aa414
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/eb086a01a4312f8cfd9b8cf9a38f2d14db1aa414
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.BTreeFolder2 2.13.0.


  Commit: a50df6d4dd4980fd556ee2e94cfe6e192c646865
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/a50df6d4dd4980fd556ee2e94cfe6e192c646865
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Prepare Products.BTreeFolder2 2.13.0.


  Commit: 9b46bf98e7f48e35a637cd7501daff8307160496
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/9b46bf98e7f48e35a637cd7501daff8307160496
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: da5f0dadeac2c5828e415d82710bdfb483d8b8e1
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/da5f0dadeac2c5828e415d82710bdfb483d8b8e1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-08-02 (Mon, 02 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Be more careful in calling our own keys, values and items methods, as sub-classes might have overridden some of them.


  Commit: 949404544f7610e99e1db62efe6e9901dbd7712f
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/949404544f7610e99e1db62efe6e9901dbd7712f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-08-04 (Wed, 04 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Make sure that methods returning objects return them Acquisition wrapped.


  Commit: 15df5e76b1d957f07715418846d20b9f2cd75b26
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/15df5e76b1d957f07715418846d20b9f2cd75b26
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-08-04 (Wed, 04 Aug 2010)

  Changed paths:
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py

  Log Message:
  -----------
  Corrected tests


  Commit: 138508e2ad634c798a78b2dc1735211ebde769d2
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/138508e2ad634c798a78b2dc1735211ebde769d2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-08-04 (Wed, 04 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.BTreeFolder2 2.13.1.


  Commit: 34c90c1278e2f806f1e3939f1242fb0cf64a901c
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/34c90c1278e2f806f1e3939f1242fb0cf64a901c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-08-04 (Wed, 04 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 821a2b5e3aa5d273dbb15ee95a779a4a1f08979e
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/821a2b5e3aa5d273dbb15ee95a779a4a1f08979e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-03-08 (Tue, 08 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Merge icemac-ease_ordered_btree branch


  Commit: 0c8272f74b6746c70f1baaa3a234b816969689ba
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/0c8272f74b6746c70f1baaa3a234b816969689ba
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-03-08 (Tue, 08 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.BTreeFolder2 2.13.2.


  Commit: b9e838e7fee82c2e09490659baaa35a61d3b7aad
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/b9e838e7fee82c2e09490659baaa35a61d3b7aad
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-03-08 (Tue, 08 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: 3ba887943c5125cc296c9f65b6254f1273eeba70
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/3ba887943c5125cc296c9f65b6254f1273eeba70
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-15 (Tue, 15 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  `keys`, `values` and `items` methods are now exactly the same as `objectIds`, `objectValues` and `objectItems`. They did the same before already but duplicated the code.


  Commit: bea76750be4bcb0903ba3dc2f4c3fb835ae4ebb1
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/bea76750be4bcb0903ba3dc2f4c3fb835ae4ebb1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-15 (Tue, 15 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 2.13.3


  Commit: eb46514b2f5b66571f0af8853dd77cdf75a7d85d
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/eb46514b2f5b66571f0af8853dd77cdf75a7d85d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-15 (Tue, 15 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 2.13.4


  Commit: 2a3e597a7971b5d764ffe739f7052a2e418bafdf
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/2a3e597a7971b5d764ffe739f7052a2e418bafdf
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-07-17 (Sun, 17 Jul 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py

  Log Message:
  -----------
  Add some tests for correct `getattr` behavior.


  Commit: 6a0594f9e49d9b603dfa16e2d1c09d1afa089784
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/6a0594f9e49d9b603dfa16e2d1c09d1afa089784
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2011-07-21 (Thu, 21 Jul 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  __getattr__, _getOb optimizations


  Commit: 534679ca1b38b0899f3be6b05fec3c332c981e13
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/534679ca1b38b0899f3be6b05fec3c332c981e13
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  add manifest


  Commit: 78d5ca85299ab3f3a5151261af98fca6e32cd1d9
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/78d5ca85299ab3f3a5151261af98fca6e32cd1d9
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  style


  Commit: 77df26618c8d64be6d61700e9a3a99a6801cc85d
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/77df26618c8d64be6d61700e9a3a99a6801cc85d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py

  Log Message:
  -----------
  Provide security declaration for `BTreeFolder2Base.hasObject` method.


  Commit: c9fd2c23802c4c56d1cc86abbe72c87021ee6dcd
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/c9fd2c23802c4c56d1cc86abbe72c87021ee6dcd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.BTreeFolder2 2.13.4.


  Commit: 8e8042aa95866bfedfabcc12ecb6cc7347ff0e49
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/8e8042aa95866bfedfabcc12ecb6cc7347ff0e49
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: bb7cab1652c23982c706b403d164fda846bd08bf
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/bb7cab1652c23982c706b403d164fda846bd08bf
  Author: Malthe Borch <mborch at gmail.com>
  Date:   2012-02-20 (Mon, 20 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M src/Products/BTreeFolder2/BTreeFolder2.py
    M src/Products/BTreeFolder2/tests/testBTreeFolder2.py

  Log Message:
  -----------
  Added case for clean-up routine where the meta type index contains keys that are not in the tree.


Compare: https://github.com/zopefoundation/Products.BTreeFolder2/compare/5bde99d2be62^...bb7cab1652c2


More information about the checkins mailing list