[Checkins] [zopefoundation/zope.server] d83193: - branch to add optional exc-info argument to sta...

GitHub noreply at github.com
Thu Feb 28 02:31:55 UTC 2013


  Branch: refs/heads/achapman-exc-info
  Home:   https://github.com/zopefoundation/zope.server
  Commit: d83193361ec2bf98c802cbb2f5047d8967310cca
      https://github.com/zopefoundation/zope.server/commit/d83193361ec2bf98c802cbb2f5047d8967310cca
  Author:  <achapman at zope.com>
  Date:   2011-05-09 (Mon, 09 May 2011)

  Log Message:
  -----------
   - branch to add optional exc-info argument to start_response


  Commit: 469d58746ab1e8d7f6abae07fe6ebc4dcdd90619
      https://github.com/zopefoundation/zope.server/commit/469d58746ab1e8d7f6abae07fe6ebc4dcdd90619
  Author:  <achapman at zope.com>
  Date:   2011-05-09 (Mon, 09 May 2011)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
   - add optional exc_info argument to start_response


  Commit: 4a4e600bdbe871aaf353b69be41370a24b16a904
      https://github.com/zopefoundation/zope.server/commit/4a4e600bdbe871aaf353b69be41370a24b16a904
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-11 (Wed, 11 May 2011)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  remove references to exc_info.


  Commit: 07e30638a2190a41a5052e89beaec4eb1c9f4805
      https://github.com/zopefoundation/zope.server/commit/07e30638a2190a41a5052e89beaec4eb1c9f4805
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-11 (Wed, 11 May 2011)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py

  Log Message:
  -----------
  A basic test for changes to "start_response".


  Commit: 73e9bd262845e856bb6e530fd63eb1acfca9a703
      https://github.com/zopefoundation/zope.server/commit/73e9bd262845e856bb6e530fd63eb1acfca9a703
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-13 (Fri, 13 May 2011)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  Changed implementation to close the gap with the WSGI PEP.


  Commit: e217dda3730fafec7e89d6f44e20a09a2dd3b181
      https://github.com/zopefoundation/zope.server/commit/e217dda3730fafec7e89d6f44e20a09a2dd3b181
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  further compliance with WSGI PEP.

and tests.


  Commit: 30a3a59baa40e19cc8516e9effc3f5f5716f674a
      https://github.com/zopefoundation/zope.server/commit/30a3a59baa40e19cc8516e9effc3f5f5716f674a
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py

  Log Message:
  -----------
  fix typo.


  Commit: cbe01056393805d1cae8f7089979e1ace714a36c
      https://github.com/zopefoundation/zope.server/commit/cbe01056393805d1cae8f7089979e1ace714a36c
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  whitespace fix.


  Commit: 33ed2f3e399b2485d095cc1b430aa55949080bb4
      https://github.com/zopefoundation/zope.server/commit/33ed2f3e399b2485d095cc1b430aa55949080bb4
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  comment to explain what happens next.


  Commit: b23154124ea785c6e3010370e79401af737d5af5
      https://github.com/zopefoundation/zope.server/commit/b23154124ea785c6e3010370e79401af737d5af5
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  1. Reset "response_headers" in addition to "accumulated_headers".

2. Make code comply with DRY.


  Commit: c77771609682732a750dc4545093e4974f08a9b5
      https://github.com/zopefoundation/zope.server/commit/c77771609682732a750dc4545093e4974f08a9b5
  Author: Satchidanand Haridas <satchit at gmail.com>
  Date:   2011-05-17 (Tue, 17 May 2011)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  adding a comment accidentally removed by the earlier checkin. Thanks to Jim for catching this.


Compare: https://github.com/zopefoundation/zope.server/compare/d83193361ec2^...c77771609682


More information about the checkins mailing list