[Checkins] [zopefoundation/zope.publisher] 522c1d: Drop support for Python 2.4 and 2.5.

GitHub noreply at github.com
Fri Jul 26 18:05:13 CEST 2013


  Branch: refs/heads/achapman-lenient-cookie-parsing
  Home:   https://github.com/zopefoundation/zope.publisher
  Commit: 522c1d38feeeae5ec4084676d8fa264b2074fd6b
      https://github.com/zopefoundation/zope.publisher/commit/522c1d38feeeae5ec4084676d8fa264b2074fd6b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/zope/publisher/base.py
    M src/zope/publisher/browser.py
    M src/zope/publisher/defaultview.py
    M src/zope/publisher/ftp.py
    M src/zope/publisher/http.py
    M src/zope/publisher/interfaces/__init__.py
    M src/zope/publisher/interfaces/http.py
    M src/zope/publisher/principallogging.py
    M src/zope/publisher/publish.py
    M src/zope/publisher/skinnable.py
    M src/zope/publisher/skinnable.txt
    M src/zope/publisher/tests/basetestipublicationrequest.py
    M src/zope/publisher/tests/publication.py
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_http.py
    M src/zope/publisher/tests/test_zcml.py
    M src/zope/publisher/tests/xmlrpcviews.py
    M src/zope/publisher/xmlrpc.py

  Log Message:
  -----------
  Drop support for Python 2.4 and 2.5.

Replace deprecated 'zope.component.adapts' usage with equivalent
'zope.component.adapter' decorator.

Replace deprecated 'zope.interface.implements' usage with equivalent
'zope.interface.implementer' decorator.


  Commit: 529df3f6353f8ef3b23a57c77f58508bffb3de56
      https://github.com/zopefoundation/zope.publisher/commit/529df3f6353f8ef3b23a57c77f58508bffb3de56
  Author: Wolfgang Schnerring <wosc at wosc.de>
  Date:   2012-07-02 (Mon, 02 Jul 2012)

  Changed paths:
    M CHANGES.txt
    M src/zope/publisher/testing.py
    M src/zope/publisher/tests/test_testing.py

  Log Message:
  -----------
  Wrap ``with interaction()`` in try/finally


  Commit: a6ca983b9963a598bee9e937ffe48f4dd45a55b2
      https://github.com/zopefoundation/zope.publisher/commit/a6ca983b9963a598bee9e937ffe48f4dd45a55b2
  Author: Wolfgang Schnerring <wosc at wosc.de>
  Date:   2012-07-04 (Wed, 04 Jul 2012)

  Changed paths:
    M src/zope/publisher/testing.py

  Log Message:
  -----------
  Add explaining comment


  Commit: ce513437a5939b1580d3429c11f036f5eec9c29b
      https://github.com/zopefoundation/zope.publisher/commit/ce513437a5939b1580d3429c11f036f5eec9c29b
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M CHANGES.txt
    M src/zope/publisher/browser.py
    M src/zope/publisher/tests/test_browserresponse.py

  Log Message:
  -----------
  Don't guess the content type with 304 responses which MUST NOT /
SHOULD NOT include it according to:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5

Unfortunately, the content type will still be guessed if the result is
set before the status.


  Commit: 94984ee65aeb16eae5d167148b9f031b0d3d42e5
      https://github.com/zopefoundation/zope.publisher/commit/94984ee65aeb16eae5d167148b9f031b0d3d42e5
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Log Message:
  -----------
  Attempt 2 on python3 support


  Commit: 1069f7514485a7d132c9596f6403f5043470b39c
      https://github.com/zopefoundation/zope.publisher/commit/1069f7514485a7d132c9596f6403f5043470b39c
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    A MANIFEST.in
    M bootstrap.py
    M setup.py
    A tox.ini

  Log Message:
  -----------
  Infrastructure for py3 support


  Commit: cc04902b9d246ead6d3d5614e6491f9b1862d86a
      https://github.com/zopefoundation/zope.publisher/commit/cc04902b9d246ead6d3d5614e6491f9b1862d86a
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M src/zope/publisher/base.py
    M src/zope/publisher/browser.py
    M src/zope/publisher/http.py
    M src/zope/publisher/interfaces/__init__.py
    M src/zope/publisher/publish.py
    M src/zope/publisher/testing.py
    M src/zope/publisher/tests/test_baserequest.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py

  Log Message:
  -----------
  Partial python-3 support (work in progress)


  Commit: 8c3d8ac300732ee1e15b3725d88f8ba2616f1096
      https://github.com/zopefoundation/zope.publisher/commit/8c3d8ac300732ee1e15b3725d88f8ba2616f1096
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M src/zope/publisher/ftp.py
    M src/zope/publisher/http.py
    M src/zope/publisher/httpresults.txt
    M src/zope/publisher/testing.py
    M src/zope/publisher/tests/test_baseresponse.py
    M src/zope/publisher/tests/test_ftp.py
    M src/zope/publisher/tests/test_http.py
    M tox.ini

  Log Message:
  -----------
  Py3 effort in progress


  Commit: e126c18036eb00ad107e2e1d7935a4be64b8b773
      https://github.com/zopefoundation/zope.publisher/commit/e126c18036eb00ad107e2e1d7935a4be64b8b773
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_ipublication.py
    M src/zope/publisher/tests/test_publisher.py
    M src/zope/publisher/tests/test_xmlrpc.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py
    M src/zope/publisher/tests/test_zcml.py
    M src/zope/publisher/xmlrpc.py

  Log Message:
  -----------
  All import exception fixed


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

  Changed paths:
    A src/zope/publisher/_compat.py
    M src/zope/publisher/configure.zcml
    M src/zope/publisher/testing.py
    M src/zope/publisher/xmlrpc.py
    M src/zope/publisher/xmlrpc.txt

  Log Message:
  -----------
  Adding py3 compatibility, fixing tests


  Commit: 82731f5b30f0a7607da38f45ad0b38cb05ab4c84
      https://github.com/zopefoundation/zope.publisher/commit/82731f5b30f0a7607da38f45ad0b38cb05ab4c84
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M src/zope/publisher/_compat.py
    M src/zope/publisher/browser.py
    M src/zope/publisher/http.py
    M src/zope/publisher/publish.py
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  test_browserrequest passes


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

  Changed paths:
    M src/zope/publisher/browser.py
    M src/zope/publisher/http.py
    M src/zope/publisher/tests/test_browserresponse.py

  Log Message:
  -----------
  test_browserresponse passes


  Commit: 05ed0a12dbf5cb36098f5867c6d849f6a2d52cd2
      https://github.com/zopefoundation/zope.publisher/commit/05ed0a12dbf5cb36098f5867c6d849f6a2d52cd2
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/http.py
    M src/zope/publisher/tests/test_browser.py
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  More tests fixed


  Commit: 9c911667e3c150e78d5af5003c077c68f64db45f
      https://github.com/zopefoundation/zope.publisher/commit/9c911667e3c150e78d5af5003c077c68f64db45f
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/paste.txt
    M src/zope/publisher/tests/test_mapply.py

  Log Message:
  -----------
  Python-2 compatibility restored, paste.txt fixed


  Commit: 98a1f82881bdee9b862dfa89ecbf04ada96ccb5b
      https://github.com/zopefoundation/zope.publisher/commit/98a1f82881bdee9b862dfa89ecbf04ada96ccb5b
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/base.py
    M src/zope/publisher/principallogging.py
    M src/zope/publisher/skinnable.txt
    M src/zope/publisher/tests/test_skinnable.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py
    M src/zope/publisher/tests/test_zcml.py
    M src/zope/publisher/xmlrpc.py

  Log Message:
  -----------
  All tests pass


  Commit: 20e185494f3afa80f3f85007733bf6821d10a6ba
      https://github.com/zopefoundation/zope.publisher/commit/20e185494f3afa80f3f85007733bf6821d10a6ba
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/paste.txt
    M src/zope/publisher/tests/test_mapply.py

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


  Commit: d0cd3ea4a1bf52a43a9ebead38d8932ba91e7c97
      https://github.com/zopefoundation/zope.publisher/commit/d0cd3ea4a1bf52a43a9ebead38d8932ba91e7c97
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/tests/basetestiapplicationrequest.py
    M src/zope/publisher/tests/basetestipublicationrequest.py
    M src/zope/publisher/tests/test_browserlanguages.py
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_browserresponse.py
    M src/zope/publisher/tests/test_http.py
    M src/zope/publisher/tests/test_mapply.py
    M src/zope/publisher/tests/test_principallogging.py
    M src/zope/publisher/tests/test_publisher.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py

  Log Message:
  -----------
  unittest deprecation warnings cured


  Commit: 60539260867650a81e1fd042be29af3437667670
      https://github.com/zopefoundation/zope.publisher/commit/60539260867650a81e1fd042be29af3437667670
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M src/zope/publisher/http.py
    M src/zope/publisher/httpresults.txt
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  More deprecation and other warnings fixed


  Commit: 326e4165ae4e052b5bc8089b34fdc491423f7599
      https://github.com/zopefoundation/zope.publisher/commit/326e4165ae4e052b5bc8089b34fdc491423f7599
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Drop pypy support, since at zope.security dependency lacks support for it


  Commit: 0c005e0e60617c9841b766a72e350da53662cfc7
      https://github.com/zopefoundation/zope.publisher/commit/0c005e0e60617c9841b766a72e350da53662cfc7
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    A MANIFEST.in
    M bootstrap.py
    M setup.py
    A src/zope/publisher/_compat.py
    M src/zope/publisher/base.py
    M src/zope/publisher/browser.py
    M src/zope/publisher/configure.zcml
    M src/zope/publisher/ftp.py
    M src/zope/publisher/http.py
    M src/zope/publisher/httpresults.txt
    M src/zope/publisher/interfaces/__init__.py
    M src/zope/publisher/paste.txt
    M src/zope/publisher/principallogging.py
    M src/zope/publisher/publish.py
    M src/zope/publisher/skinnable.txt
    M src/zope/publisher/testing.py
    M src/zope/publisher/tests/basetestiapplicationrequest.py
    M src/zope/publisher/tests/basetestipublicationrequest.py
    M src/zope/publisher/tests/test_baserequest.py
    M src/zope/publisher/tests/test_baseresponse.py
    M src/zope/publisher/tests/test_browser.py
    M src/zope/publisher/tests/test_browserlanguages.py
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_browserresponse.py
    M src/zope/publisher/tests/test_ftp.py
    M src/zope/publisher/tests/test_http.py
    M src/zope/publisher/tests/test_ipublication.py
    M src/zope/publisher/tests/test_mapply.py
    M src/zope/publisher/tests/test_principallogging.py
    M src/zope/publisher/tests/test_publisher.py
    M src/zope/publisher/tests/test_skinnable.py
    M src/zope/publisher/tests/test_xmlrpc.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py
    M src/zope/publisher/tests/test_zcml.py
    M src/zope/publisher/xmlrpc.py
    M src/zope/publisher/xmlrpc.txt
    A tox.ini

  Log Message:
  -----------
  Compatibility with python-3.3 added, support for pypy removed

py3-attempt2 branch merged


  Commit: 45b5bc52b511017988319951707d13d832f51c00
      https://github.com/zopefoundation/zope.publisher/commit/45b5bc52b511017988319951707d13d832f51c00
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Releasing 4.0.0a1


  Commit: 282ca2bc0a7a5fb21eaff0b468913913da9ce253
      https://github.com/zopefoundation/zope.publisher/commit/282ca2bc0a7a5fb21eaff0b468913913da9ce253
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Back to development


  Commit: fe0b1232ce723c4ee3130f702be077549ea492b0
      https://github.com/zopefoundation/zope.publisher/commit/fe0b1232ce723c4ee3130f702be077549ea492b0
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M src/zope/publisher/xmlrpc.py

  Log Message:
  -----------
  Use BytesIO for test request input stream


  Commit: 6d848ef312bb019dae167f1dd807deeb349dba63
      https://github.com/zopefoundation/zope.publisher/commit/6d848ef312bb019dae167f1dd807deeb349dba63
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  More dependencies for tox

To avoid laying .eggs in cwd.


  Commit: 651312a5d8a32fc762593773efb9035b84e4c2e5
      https://github.com/zopefoundation/zope.publisher/commit/651312a5d8a32fc762593773efb9035b84e4c2e5
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Releasing 4.0.0a2


  Commit: f91881ccdba44894505dd6838f36994c31a1cdbc
      https://github.com/zopefoundation/zope.publisher/commit/f91881ccdba44894505dd6838f36994c31a1cdbc
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Add missing changelog entry


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

  Changed paths:
    A .gitignore

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


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

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/zope/publisher/principallogging.py
    M src/zope/publisher/tests/test_principallogging.py

  Log Message:
  -----------
  PrincipalLogging.getLogMessage will return bytes instead of unicode


  Commit: 07f25181035d97d7d4fb7827d1d9c42aabf2114c
      https://github.com/zopefoundation/zope.publisher/commit/07f25181035d97d7d4fb7827d1d9c42aabf2114c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  'Updated Travis YAML.'


  Commit: c0201a3689f7cef4dad1f8e4027a838db0a64763
      https://github.com/zopefoundation/zope.publisher/commit/c0201a3689f7cef4dad1f8e4027a838db0a64763
  Author: Fred Drake <fred at zope.com>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M src/zope/publisher/http.py
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  add support for application/json as Unicode text


  Commit: 6da25f966245b79ba40ae06738c7dc901064ba8f
      https://github.com/zopefoundation/zope.publisher/commit/6da25f966245b79ba40ae06738c7dc901064ba8f
  Author: Fred Drake <fdrake at acm.org>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M src/zope/publisher/http.py
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  Merge pull request #1 from zc/master

add support for application/json as Unicode text


  Commit: f54d228320c92b1d6dc47a1dc0b362051ab505be
      https://github.com/zopefoundation/zope.publisher/commit/f54d228320c92b1d6dc47a1dc0b362051ab505be
  Author: Fred Drake <fred at zope.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  update change notes, version 4.0.0a4


  Commit: 5f40714723848140f881cfd8a094623f4f0948ce
      https://github.com/zopefoundation/zope.publisher/commit/5f40714723848140f881cfd8a094623f4f0948ce
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

  Changed paths:
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  unconditionally deregister adapters in tearDown

This also fixes test_unacceptable_charset which was
leaving an adapter registered


  Commit: ba43aa43e15bae8ff258af8fb2d9030ff1698ad7
      https://github.com/zopefoundation/zope.publisher/commit/ba43aa43e15bae8ff258af8fb2d9030ff1698ad7
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

  Changed paths:
    M src/zope/publisher/http.py
    M src/zope/publisher/tests/test_http.py

  Log Message:
  -----------
  fix LookupError on non-existing charset


  Commit: 73ebea6ebe009c05c3b8fd294f5307dcd232086c
      https://github.com/zopefoundation/zope.publisher/commit/73ebea6ebe009c05c3b8fd294f5307dcd232086c
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  added missing dependency: six


  Commit: 5f06bcabc75329d4c64d5cd83273e23b4d21533e
      https://github.com/zopefoundation/zope.publisher/commit/5f06bcabc75329d4c64d5cd83273e23b4d21533e
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore derived.


  Commit: c946fd8a80d6d3cc4c1eb03b0014478b058c54d6
      https://github.com/zopefoundation/zope.publisher/commit/c946fd8a80d6d3cc4c1eb03b0014478b058c54d6
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2013-07-06 (Sat, 06 Jul 2013)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  modernize bootstrap.py


  Commit: 959e33ed5f68e017672e49f2c8db34b3bc54ca50
      https://github.com/zopefoundation/zope.publisher/commit/959e33ed5f68e017672e49f2c8db34b3bc54ca50
  Author: John Murphy <jackie.murphy at gmail.com>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    A .gitignore
    A .travis.yml
    M CHANGES.txt
    A MANIFEST.in
    M bootstrap.py
    M setup.py
    A src/zope/publisher/_compat.py
    M src/zope/publisher/base.py
    M src/zope/publisher/browser.py
    M src/zope/publisher/configure.zcml
    M src/zope/publisher/defaultview.py
    M src/zope/publisher/ftp.py
    M src/zope/publisher/http.py
    M src/zope/publisher/httpresults.txt
    M src/zope/publisher/interfaces/__init__.py
    M src/zope/publisher/interfaces/http.py
    M src/zope/publisher/paste.txt
    M src/zope/publisher/principallogging.py
    M src/zope/publisher/publish.py
    M src/zope/publisher/skinnable.py
    M src/zope/publisher/skinnable.txt
    M src/zope/publisher/testing.py
    M src/zope/publisher/tests/basetestiapplicationrequest.py
    M src/zope/publisher/tests/basetestipublicationrequest.py
    M src/zope/publisher/tests/publication.py
    M src/zope/publisher/tests/test_baserequest.py
    M src/zope/publisher/tests/test_baseresponse.py
    M src/zope/publisher/tests/test_browser.py
    M src/zope/publisher/tests/test_browserlanguages.py
    M src/zope/publisher/tests/test_browserrequest.py
    M src/zope/publisher/tests/test_browserresponse.py
    M src/zope/publisher/tests/test_ftp.py
    M src/zope/publisher/tests/test_http.py
    M src/zope/publisher/tests/test_ipublication.py
    M src/zope/publisher/tests/test_mapply.py
    M src/zope/publisher/tests/test_principallogging.py
    M src/zope/publisher/tests/test_publisher.py
    M src/zope/publisher/tests/test_skinnable.py
    M src/zope/publisher/tests/test_testing.py
    M src/zope/publisher/tests/test_xmlrpc.py
    M src/zope/publisher/tests/test_xmlrpcrequest.py
    M src/zope/publisher/tests/test_zcml.py
    M src/zope/publisher/tests/xmlrpcviews.py
    M src/zope/publisher/xmlrpc.py
    M src/zope/publisher/xmlrpc.txt
    A tox.ini

  Log Message:
  -----------
  Merge branch 'master' into achapman-lenient-cookie-parsing

Conflicts:
	src/zope/publisher/http.py
	src/zope/publisher/tests/test_http.py


  Commit: 36ea09f666d06e8804e927ca1aad8be68ae02533
      https://github.com/zopefoundation/zope.publisher/commit/36ea09f666d06e8804e927ca1aad8be68ae02533
  Author: John Murphy <jackie.murphy at gmail.com>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M src/zope/publisher/http.py

  Log Message:
  -----------
  python 3.x support for LenientCookies


Compare: https://github.com/zopefoundation/zope.publisher/compare/8d304c9c1505...36ea09f666d0


More information about the checkins mailing list