[Checkins] [zopefoundation/MultiMapping] 33616b: Make the pure-Python implementation extend Extensi...

GitHub noreply at github.com
Sun Apr 12 00:10:59 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/MultiMapping
  Commit: 33616b36df6631bbb80c3df3961226eb52f6c8e9
      https://github.com/zopefoundation/MultiMapping/commit/33616b36df6631bbb80c3df3961226eb52f6c8e9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    M setup.py
    M src/MultiMapping/_MultiMapping.c
    M src/MultiMapping/__init__.py
    M src/MultiMapping/tests.py

  Log Message:
  -----------
  Make the pure-Python implementation extend ExtensionClass.Base just like the C implementation does; add tests for this and also test the Python implementation even when the C implementation is available. Also correct a compilation warning.


  Commit: 341bc08c927beed30ccb7d356862215a89dfe5c8
      https://github.com/zopefoundation/MultiMapping/commit/341bc08c927beed30ccb7d356862215a89dfe5c8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  Try to keep .travis.yml more in sync with tox.ini so we don't repeat dependencies twice. Per https://alexgaynor.net/2014/jan/06/why-travis-is-great-for-the-python-community/


  Commit: 5ef5ba45c980d89f25f611f5713ed9f5d9908b18
      https://github.com/zopefoundation/MultiMapping/commit/5ef5ba45c980d89f25f611f5713ed9f5d9908b18
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-10 (Fri, 10 Apr 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Apparently you still have to install tox.


  Commit: c5baae500058e2065d42624224363ee702733bb1
      https://github.com/zopefoundation/MultiMapping/commit/c5baae500058e2065d42624224363ee702733bb1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M .travis.yml
    M setup.py
    M src/MultiMapping/_MultiMapping.c
    M src/MultiMapping/__init__.py
    M src/MultiMapping/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #2 from NextThought/extensionclass

Make the pure-Python implementation extend ExtensionClass.Base like the C version


Compare: https://github.com/zopefoundation/MultiMapping/compare/3e7473e6e58c...c5baae500058


More information about the checkins mailing list