[Checkins] [zopefoundation/BTrees] 7b4876: Make the Python trees and sets accept an explicit ...

GitHub noreply at github.com
Thu Mar 6 20:07:46 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 7b48768a4a554cebf0902374e806417a96f1b926
      https://github.com/zopefoundation/BTrees/commit/7b48768a4a554cebf0902374e806417a96f1b926
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M BTrees/BTreeTemplate.c
    M BTrees/BucketTemplate.c
    M BTrees/_base.py
    M BTrees/tests/common.py

  Log Message:
  -----------
  Make the Python trees and sets accept an explicit None argument to indicate an open range in keys(), values() and min/maxKey(), as per the interface documentation and the C implementation. Except actually, the C implementation didn't accept a None for mim/maxKey, so make it actually do that.


  Commit: 201b339d1846fa40ca076d6f905c696276710146
      https://github.com/zopefoundation/BTrees/commit/201b339d1846fa40ca076d6f905c696276710146
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M BTrees/tests/common.py

  Log Message:
  -----------
  One more test for set keys


  Commit: 12410a4a2b5076f7efb91e9d378b2990555ac202
      https://github.com/zopefoundation/BTrees/commit/12410a4a2b5076f7efb91e9d378b2990555ac202
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M BTrees/tests/common.py

  Log Message:
  -----------
  Actually do what the comment says and make both bounds None.


  Commit: 1bdeba4a6c2dd7b00a8387b6c660df10c826623a
      https://github.com/zopefoundation/BTrees/commit/1bdeba4a6c2dd7b00a8387b6c660df10c826623a
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Changelog for PR #3.


Compare: https://github.com/zopefoundation/BTrees/compare/db8c553b96b6...1bdeba4a6c2d


More information about the checkins mailing list