[Zope-Checkins] SVN: Zope/branches/2.12/ Update Five's testbrowser to support both mechanize 0.1.x and 0.2.x.

2010-05-28 Thread Wichert Akkerman
Log message for revision 112803: Update Five's testbrowser to support both mechanize 0.1.x and 0.2.x. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/Five/testbrowser.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/Testing/testbrowser.py Merge r112803 from 2.12 branch

2010-05-28 Thread Wichert Akkerman
Log message for revision 112804: Merge r112803 from 2.12 branch Changed: U Zope/trunk/src/Testing/testbrowser.py -=- Modified: Zope/trunk/src/Testing/testbrowser.py === --- Zope/trunk/src/Testing/testbrowser.py

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst This is a feature really, not a bug

2010-05-28 Thread Wichert Akkerman
Log message for revision 112805: This is a feature really, not a bug Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-05-28

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py More PEP8.

2010-05-28 Thread Tres Seaver
Log message for revision 112823: More PEP8. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py -=- Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py === ---

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/test_WSGIPublisher.py Full coverage for WSGIResponse.__str__.

2010-05-28 Thread Tres Seaver
Log message for revision 112824: Full coverage for WSGIResponse.__str__. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/test_WSGIPublisher.py -=- Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/test_WSGIPublisher.py

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py Make new coverage pass.

2010-05-28 Thread Tres Seaver
Log message for revision 112825: Make new coverage pass. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py -=- Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py === ---

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py Replace contortions with idiomatic code.

2010-05-28 Thread Tres Seaver
Log message for revision 112826: Replace contortions with idiomatic code. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py -=- Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py Chop out copy-and-paste fossils.

2010-05-28 Thread Tres Seaver
Log message for revision 112827: Chop out copy-and-paste fossils. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py -=- Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/ZPublisher/HTTPResponse.py Yuck -- who gets the blame for that?

2010-05-28 Thread Tres Seaver
Log message for revision 112829: Yuck -- who gets the blame for that? Changed: U Zope/branches/2.12/src/ZPublisher/HTTPResponse.py -=- Modified: Zope/branches/2.12/src/ZPublisher/HTTPResponse.py === ---

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/ Move finalization logic out of HTTPResponse.listHeaders.

2010-05-28 Thread Tres Seaver
Log message for revision 112833: Move finalization logic out of HTTPResponse.listHeaders. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/HTTPResponse.py U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/test_WSGIPublisher.py Split up bogus tests of __str__.

2010-05-28 Thread Tres Seaver
Log message for revision 112834: Split up bogus tests of __str__. This WSGI response object should probably not even *have* a __str__. The real logic is in finalize and listHeaders now, and the publish* functions call those directly. Changed: U

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/ Make WSGIResponse.__str__ raise and exception.

2010-05-28 Thread Tres Seaver
Log message for revision 112835: Make WSGIResponse.__str__ raise and exception. Prevents an 'attractive nuisance.' Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/test_WSGIPublisher.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/ Factor out computation of the list of response headers from stringifying them.

2010-05-28 Thread Tres Seaver
Log message for revision 112831: Factor out computation of the list of response headers from stringifying them. Allows WSGIHTTPResponse do reuse them as tuples. Changed: U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/HTTPResponse.py U

[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/s Get quickstart page rendering under plain paste config.

2010-05-28 Thread Tres Seaver
Log message for revision 112836: Get quickstart page rendering under plain paste config. Changed: U Zope/branches/tseaver-fix_wsgi/setup.py U Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py U Zope/branches/tseaver-fix_wsgi/src/Zope2/Startup/run.py -=- Modified: