[Checkins] [zopefoundation/zope.testrunner] 00463f: Add back traceback._iter_chain for python 3.5+

GitHub noreply at github.com
Mon Nov 9 07:37:33 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 00463f1a83b68195e3b75a2c0410adde322bc393
      https://github.com/zopefoundation/zope.testrunner/commit/00463f1a83b68195e3b75a2c0410adde322bc393
  Author: Felix Yan <felixonmars at archlinux.org>
  Date:   2015-11-08 (Sun, 08 Nov 2015)

  Changed paths:
    M src/zope/testrunner/tb_format.py

  Log Message:
  -----------
  Add back traceback._iter_chain for python 3.5+


  Commit: 3b810fda77a2f5f6fd07b00d1a16880347058a23
      https://github.com/zopefoundation/zope.testrunner/commit/3b810fda77a2f5f6fd07b00d1a16880347058a23
  Author: Felix Yan <felixonmars at archlinux.org>
  Date:   2015-11-08 (Sun, 08 Nov 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Note explicit support for Python 3.5


  Commit: a58b3e82750626bb8d97d67ab1260bec19e4bbd8
      https://github.com/zopefoundation/zope.testrunner/commit/a58b3e82750626bb8d97d67ab1260bec19e4bbd8
  Author: Felix Yan <felixonmars at archlinux.org>
  Date:   2015-11-08 (Sun, 08 Nov 2015)

  Changed paths:
    M src/zope/testrunner/tb_format.py

  Log Message:
  -----------
  Avoid monkey-patching a stdlib module


  Commit: 45b26f380f3ba07c7c1d12413e81c8f3f649279c
      https://github.com/zopefoundation/zope.testrunner/commit/45b26f380f3ba07c7c1d12413e81c8f3f649279c
  Author: Felix Yan <felixonmars at archlinux.org>
  Date:   2015-11-08 (Sun, 08 Nov 2015)

  Changed paths:
    M src/zope/testrunner/tb_format.py

  Log Message:
  -----------
  Update _iter_chain to the latest code in Python 3.4


  Commit: 9b0c659707f27bda7d176ef1ed75ce78cce9d6ba
      https://github.com/zopefoundation/zope.testrunner/commit/9b0c659707f27bda7d176ef1ed75ce78cce9d6ba
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-11-09 (Mon, 09 Nov 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/testrunner/tb_format.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #31 from felixonmars/master

Add support for Python 3.5


Compare: https://github.com/zopefoundation/zope.testrunner/compare/070c48208f1b...9b0c659707f2


More information about the checkins mailing list