[Checkins] [zopefoundation/BTrees] bccbdf: Fix setting _p_changed when removing from small BT...

GitHub noreply at github.com
Tue May 19 17:27:24 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: bccbdf8b506e94f0e4f2a28c251d6b854f9b1c0e
      https://github.com/zopefoundation/BTrees/commit/bccbdf8b506e94f0e4f2a28c251d6b854f9b1c0e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M BTrees/_base.py
    M BTrees/tests/common.py
    M CHANGES.rst

  Log Message:
  -----------
  Fix setting _p_changed when removing from small BTrees/TreeSets. The fix for #11 was incomplete.


  Commit: 332503d8699357e17f8c5067c15c80d9d2c5d5fa
      https://github.com/zopefoundation/BTrees/commit/332503d8699357e17f8c5067c15c80d9d2c5d5fa
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M BTrees/tests/common.py

  Log Message:
  -----------
  I was right the first time, the size must be at least two to trigger the bug.


  Commit: aa091e6faa4b06540a645225f117283cd4e56029
      https://github.com/zopefoundation/BTrees/commit/aa091e6faa4b06540a645225f117283cd4e56029
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M BTrees/_base.py
    M BTrees/tests/common.py
    M CHANGES.rst

  Log Message:
  -----------
  Pure Python Set objects were also not marking themselves changed on addition. This impacted things like zope.index.topic.filter


  Commit: 8e91d91013888bf258dfd754c0c128a8e7413a5b
      https://github.com/zopefoundation/BTrees/commit/8e91d91013888bf258dfd754c0c128a8e7413a5b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M BTrees/_base.py
    M BTrees/tests/common.py
    M CHANGES.rst

  Log Message:
  -----------
  Merge pull request #13 from NextThought/p-changed-small-set-remove

Fix setting _p_changed when removing from small Python BTrees/TreeSets.


Compare: https://github.com/zopefoundation/BTrees/compare/fc5e66626a66...8e91d9101388


More information about the checkins mailing list