[Checkins] [zopefoundation/BTrees] 5f1548: Implemented __and__, __or__ and __sub__

Éloi Rivard noreply at github.com
Tue Jun 2 23:26:05 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 5f154845812ecefad25c8d8c95e56110f7eac8cf
      https://github.com/zopefoundation/BTrees/commit/5f154845812ecefad25c8d8c95e56110f7eac8cf
  Author: Éloi Rivard <eloi.rivard at aquilenet.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/BTreeTemplate.c
    M BTrees/BucketTemplate.c
    M BTrees/SetOpTemplate.c
    A BTrees/SetOpTemplate.h
    M BTrees/SetTemplate.c
    M BTrees/TreeSetTemplate.c
    M BTrees/_base.py
    M BTrees/tests/common.py
    M tox.ini

  Log Message:
  -----------
  Implemented __and__, __or__ and __sub__


  Commit: 13060d0c3550d97a0aad26fee04df31879d7c9c9
      https://github.com/zopefoundation/BTrees/commit/13060d0c3550d97a0aad26fee04df31879d7c9c9
  Author: Éloi Rivard <eloi at yaal.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/Interfaces.py
    M CHANGES.rst

  Log Message:
  -----------
  Changelog and documentation


  Commit: de2a59718d5013a19be7e4991134ea7e1c5c1e9a
      https://github.com/zopefoundation/BTrees/commit/de2a59718d5013a19be7e4991134ea7e1c5c1e9a
  Author: Éloi Rivard <eloi at yaal.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into issue-142-bitwise-operators


  Commit: 7c54426bd7c40aba4b437d0fb4448cf2223c141b
      https://github.com/zopefoundation/BTrees/commit/7c54426bd7c40aba4b437d0fb4448cf2223c141b
  Author: Éloi Rivard <eloi at yaal.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/Interfaces.py

  Log Message:
  -----------
  Fixed IMerge interface


  Commit: 8b85c7af9ccd921019ab6f25716ba0384cf87aad
      https://github.com/zopefoundation/BTrees/commit/8b85c7af9ccd921019ab6f25716ba0384cf87aad
  Author: Éloi Rivard <eloi.rivard at aquilenet.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Fixed changelog


  Commit: 51208717b9f0186a2f667b0d63da8f5a7c737f84
      https://github.com/zopefoundation/BTrees/commit/51208717b9f0186a2f667b0d63da8f5a7c737f84
  Author: Éloi Rivard <eloi.rivard at aquilenet.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/Interfaces.py

  Log Message:
  -----------
  Added new operators to the datastructures interfaces


  Commit: 66ece1bb65e6e7ae0159958af17d7f024afa4529
      https://github.com/zopefoundation/BTrees/commit/66ece1bb65e6e7ae0159958af17d7f024afa4529
  Author: Éloi Rivard <eloi.rivard at aquilenet.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/Interfaces.py
    M CHANGES.rst

  Log Message:
  -----------
  Minor fixes on changelog and interfaces definitions


  Commit: 74f01d5de2f32f85c806b13b59cfbf7aa3bf5aa9
      https://github.com/zopefoundation/BTrees/commit/74f01d5de2f32f85c806b13b59cfbf7aa3bf5aa9
  Author: Éloi Rivard <eloi.rivard at aquilenet.fr>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M BTrees/BTreeTemplate.c
    M BTrees/BucketTemplate.c
    M BTrees/Interfaces.py
    M BTrees/SetOpTemplate.c
    A BTrees/SetOpTemplate.h
    M BTrees/SetTemplate.c
    M BTrees/TreeSetTemplate.c
    M BTrees/_base.py
    M BTrees/tests/common.py
    M CHANGES.rst
    M tox.ini

  Log Message:
  -----------
  Merge pull request #144 from azmeuk/issue-142-bitwise-operators

Shortcut operators for union, intersection and difference


Compare: https://github.com/zopefoundation/BTrees/compare/a88cb9de849e...74f01d5de2f3


More information about the checkins mailing list