[Checkins] [zopefoundation/zope.app.http] f2c022: Added support for Python 3

GitHub noreply at github.com
Mon Aug 8 15:59:27 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.http
  Commit: f2c02240a04d99ab99a94d666fb28746290e8b49
      https://github.com/zopefoundation/zope.app.http/commit/f2c02240a04d99ab99a94d666fb28746290e8b49
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M CHANGES.txt
    A MANIFEST.in
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/zope/app/http/exception/methodnotallowed.py
    M src/zope/app/http/exception/notfound.py
    M src/zope/app/http/exception/tests/test_methodnotallowed.py
    M src/zope/app/http/exception/unauthorized.py
    M src/zope/app/http/put.py
    M src/zope/app/http/tests/test_delete.py
    M src/zope/app/http/tests/test_options.py
    M src/zope/app/http/tests/test_put.py
    M src/zope/app/http/traversal.py
    A tox.ini

  Log Message:
  -----------
  Added support for Python 3


  Commit: 82c10a68a7e58619a61e1b14f117a5d65a523883
      https://github.com/zopefoundation/zope.app.http/commit/82c10a68a7e58619a61e1b14f117a5d65a523883
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  .gitignore added


  Commit: 5f490cc6c29ffbadcb3e741e0319775032bfd0c9
      https://github.com/zopefoundation/zope.app.http/commit/5f490cc6c29ffbadcb3e741e0319775032bfd0c9
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Correct dependency for testing


  Commit: c50811fd8344e6da43b0d095d5137dc7e7c52478
      https://github.com/zopefoundation/zope.app.http/commit/c50811fd8344e6da43b0d095d5137dc7e7c52478
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Increment version for alpha release


  Commit: 1675ba8378e47b937c57aa7231526d1766f9ecc1
      https://github.com/zopefoundation/zope.app.http/commit/1675ba8378e47b937c57aa7231526d1766f9ecc1
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    A ZODB-4.0.0dev.tar.gz
    M buildout.cfg
    M setup.py
    M tox.ini
    A zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  Depend on *.dev versions, tox tests set up


  Commit: 0e87928f391ad06c4ee78b3ef0a06a774098c8a7
      https://github.com/zopefoundation/zope.app.http/commit/0e87928f391ad06c4ee78b3ef0a06a774098c8a7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M .gitignore
    A .travis.yml
    M MANIFEST.in
    M bootstrap.py
    M buildout.cfg
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into py3

# Conflicts:
#	.gitignore
#	MANIFEST.in
#	bootstrap.py
#	buildout.cfg
#	tox.ini


  Commit: 3764fb3bf3235576642b4c287c8ae296ab3e33dd
      https://github.com/zopefoundation/zope.app.http/commit/3764fb3bf3235576642b4c287c8ae296ab3e33dd
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    R ZODB-4.0.0dev.tar.gz
    M buildout.cfg
    M setup.py
    M tox.ini
    R zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  Use released final versions.


  Commit: d2237fd70654e305ab2507772e6e1f064052df20
      https://github.com/zopefoundation/zope.app.http/commit/d2237fd70654e305ab2507772e6e1f064052df20
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Fix test runner.

setup.py does not define a test_suite, so it cannot be used to run the tests.


  Commit: 1c375e4549ff6c616e5a057abe30e1794eafa36b
      https://github.com/zopefoundation/zope.app.http/commit/1c375e4549ff6c616e5a057abe30e1794eafa36b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

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

  Log Message:
  -----------
  Claim support for Python 3.4 up to 3.6 and PyPy2.


  Commit: f886db0dfb92df464c5e379312960711c88b3315
      https://github.com/zopefoundation/zope.app.http/commit/f886db0dfb92df464c5e379312960711c88b3315
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Enter supported Python versions.


  Commit: d3555eebc100343752b20280425f67d07de33d7e
      https://github.com/zopefoundation/zope.app.http/commit/d3555eebc100343752b20280425f67d07de33d7e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  PEP-8.


  Commit: 024570747789b69c5bdd7f2c677e5258b874cc9c
      https://github.com/zopefoundation/zope.app.http/commit/024570747789b69c5bdd7f2c677e5258b874cc9c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Python 3.6 is not yet supported in travis *sigh*.


  Commit: be06ad1583d8d8fed93bf5fdddc0eed1fccc782a
      https://github.com/zopefoundation/zope.app.http/commit/be06ad1583d8d8fed93bf5fdddc0eed1fccc782a
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/zope/app/http/exception/methodnotallowed.py
    M src/zope/app/http/exception/notfound.py
    M src/zope/app/http/exception/tests/test_methodnotallowed.py
    M src/zope/app/http/exception/unauthorized.py
    M src/zope/app/http/put.py
    M src/zope/app/http/tests/test_delete.py
    M src/zope/app/http/tests/test_options.py
    M src/zope/app/http/tests/test_put.py
    M src/zope/app/http/traversal.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/py3

Complete Python 3 migration.


Compare: https://github.com/zopefoundation/zope.app.http/compare/fb2017994fcc...be06ad1583d8


More information about the checkins mailing list