[Checkins] [zopefoundation/BTrees] 766e8c: BTree subclasses can define max_bucket_size or max...

GitHub noreply at github.com
Tue May 20 00:15:46 CEST 2014


  Branch: refs/heads/node-sizes
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 766e8c66c01195debe02eec3da779de488e947c9
      https://github.com/zopefoundation/BTrees/commit/766e8c66c01195debe02eec3da779de488e947c9
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-05-19 (Mon, 19 May 2014)

  Changed paths:
    M BTrees/BTreeModuleTemplate.c
    M BTrees/BTreeTemplate.c
    M BTrees/tests/test_btreesubclass.py
    M CHANGES.rst

  Log Message:
  -----------
  BTree subclasses can define max_bucket_size or max_btree_size to
  control maximum sizes for bucket and tree nodes.


  Commit: 50a6fa82817e0f4038adbd30b7205dd673858ef5
      https://github.com/zopefoundation/BTrees/commit/50a6fa82817e0f4038adbd30b7205dd673858ef5
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-05-19 (Mon, 19 May 2014)

  Changed paths:
    M BTrees/tests/test_btreesubclass.py

  Log Message:
  -----------
  don't need to specify __slots__ (We're just continuing to not handle
slots and instance dicts correctly.)


  Commit: c0c8f88bbe94ddfe9973e0b55e29bcdbb63c6cd1
      https://github.com/zopefoundation/BTrees/commit/c0c8f88bbe94ddfe9973e0b55e29bcdbb63c6cd1
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-05-19 (Mon, 19 May 2014)

  Changed paths:
    M docs/index.rst

  Log Message:
  -----------
  Added documetation of node sizes and how to override them.


  Commit: e621d8cc21959a99f14a64fe55a7cfc22971397d
      https://github.com/zopefoundation/BTrees/commit/e621d8cc21959a99f14a64fe55a7cfc22971397d
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-05-19 (Mon, 19 May 2014)

  Changed paths:
    M BTrees/BTreeTemplate.c

  Log Message:
  -----------
  Python 3


Compare: https://github.com/zopefoundation/BTrees/compare/766e8c66c011^...e621d8cc2195


More information about the checkins mailing list