[Checkins] [zopefoundation/BTrees] 269dcd: Allow None as a special key (sorted smaller than a...

GitHub noreply at github.com
Wed Jan 11 23:23:50 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 269dcdab1d159fee9b06df4bbc275e6660364c15
      https://github.com/zopefoundation/BTrees/commit/269dcdab1d159fee9b06df4bbc275e6660364c15
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
    M BTrees/_base.py
    M BTrees/_compat.h
    M BTrees/_compat.py
    M BTrees/check.py
    M BTrees/objectkeymacros.h
    M BTrees/tests/test_OOBTree.py
    M CHANGES.rst

  Log Message:
  -----------
  Allow None as a special key (sorted smaller than all others).


  Commit: ecccd60f042947becc236e4e17e6d0fef42bc487
      https://github.com/zopefoundation/BTrees/commit/ecccd60f042947becc236e4e17e6d0fef42bc487
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M BTrees/_base.py
    M BTrees/_compat.py
    M BTrees/check.py

  Log Message:
  -----------
  Rename _compat.cmp to _compat.compare to avoid confusion with Python2 cmp

Also removed s stupid non-optimization in compare


  Commit: 0d2498df720c9eb6328f3cb1d2aea8af9b7e0ab2
      https://github.com/zopefoundation/BTrees/commit/0d2498df720c9eb6328f3cb1d2aea8af9b7e0ab2
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M BTrees/_base.py

  Log Message:
  -----------
  simplify comparison

Cuz the complicated version was wrong, in addition to being complicated :)


  Commit: 714da6e7d0d43a87ea172301c4d75b12ae12f8bd
      https://github.com/zopefoundation/BTrees/commit/714da6e7d0d43a87ea172301c4d75b12ae12f8bd
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M BTrees/_base.py

  Log Message:
  -----------
  revert a (partial and half-abandoned) change to byValue


  Commit: f7991e618a5cc675ecf29b8a00a61cbfa785e827
      https://github.com/zopefoundation/BTrees/commit/f7991e618a5cc675ecf29b8a00a61cbfa785e827
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M BTrees/check.py

  Log Message:
  -----------
  added suggested comment


  Commit: e7991d0167b15c85ffd4451669c4dd0118f4ab27
      https://github.com/zopefoundation/BTrees/commit/e7991d0167b15c85ffd4451669c4dd0118f4ab27
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M BTrees/_base.py
    M BTrees/_compat.h
    M BTrees/_compat.py
    M BTrees/check.py
    M BTrees/objectkeymacros.h
    M BTrees/tests/test_OOBTree.py
    M CHANGES.rst

  Log Message:
  -----------
  Merge pull request #58 from zopefoundation/allow_None

Allow None as a special key (sorted smaller than all others).


Compare: https://github.com/zopefoundation/BTrees/compare/eb8a9f1f39a0...e7991d0167b1


More information about the checkins mailing list