[Checkins] [zopefoundation/zope.testbrowser] 24e7e6: Ignore virtualenv files and folders.

GitHub noreply at github.com
Thu Sep 29 18:11:44 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 24e7e62f2ca0f94dd54ba0e8d183aa8b22c506e0
      https://github.com/zopefoundation/zope.testbrowser/commit/24e7e62f2ca0f94dd54ba0e8d183aa8b22c506e0
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore virtualenv files and folders.


  Commit: 89661b8023f2a80e0b84501160c7c121f134aeb2
      https://github.com/zopefoundation/zope.testbrowser/commit/89661b8023f2a80e0b84501160c7c121f134aeb2
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Fix Python 2.6 support.

- beautifulsoup4 dropped Python 2.6 support with 4.5.0, more specifically it
  breaks on `shlex`, that does not support unicode until Python 2.7.3.

- SideNote: WebTest will drop Python 2.6 support with the next release.


  Commit: bf80b2217cabd8ccd7ad59e29109a246d22489a9
      https://github.com/zopefoundation/zope.testbrowser/commit/bf80b2217cabd8ccd7ad59e29109a246d22489a9
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M setup.py
    M src/zope/testbrowser/tests/test_doctests.py

  Log Message:
  -----------
  Drop Python 2.6 support.


  Commit: ec3078727518ea19781fe96b4f02e2ebd656babd
      https://github.com/zopefoundation/zope.testbrowser/commit/ec3078727518ea19781fe96b4f02e2ebd656babd
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

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

  Log Message:
  -----------
  Remove Python 2.6 from testing.


  Commit: 0921085170f16912302f33a89bd89c9fe29e83ac
      https://github.com/zopefoundation/zope.testbrowser/commit/0921085170f16912302f33a89bd89c9fe29e83ac
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Document dropping of Python 2.6 in changelog.


  Commit: 6860d54645bf94a1e20b64b2cba4593d90600a55
      https://github.com/zopefoundation/zope.testbrowser/commit/6860d54645bf94a1e20b64b2cba4593d90600a55
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/zope/testbrowser/cookies.py

  Log Message:
  -----------
  Remove property hack that was only required for Python < 2.6.


  Commit: b6863eb9d8d8c89b80ab811adba48dd09219473a
      https://github.com/zopefoundation/zope.testbrowser/commit/b6863eb9d8d8c89b80ab811adba48dd09219473a
  Author: Florian Pilz <fp at gocept.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M setup.py
    M src/zope/testbrowser/cookies.py
    M src/zope/testbrowser/tests/test_doctests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #16 from gocept/fix-python26-support

Drop Python 2.6 Support


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/0a7ef5590b8f...b6863eb9d8d8


More information about the checkins mailing list