[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Increased frame depth to account for decorator.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69927: Increased frame depth to account for decorator. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Merged r69926:69927 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69928: Merged r69926:69927 from 2.9 branch. Increased frame depth to account for decorator. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Made runalltests skip 'tests.py' when running ZTC tests.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69930: Made runalltests skip 'tests.py' when running ZTC tests. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/runalltests.py U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/runalltests.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Merged r69928:69931 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69932: Merged r69928:69931 from 2.9 branch. - Nuked the decorator and moved its functionality to the suite factory proper. - Made runalltests skip 'tests.py' when running ZTC tests. - Don't run testWebserver.py as part of the Zope2 test suite. Changed: U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Fixed functional.http to only pass the request body (no headers) to

2006-09-02 Thread Stefan H. Holek
Log message for revision 69933: Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Merged r69932:69933 from 2.8 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69934: Merged r69932:69933 from 2.8 branch. Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/datatypes.py Provide a default for fast_listen, if not available

2006-09-02 Thread Andreas Jung
Log message for revision 69937: Provide a default for fast_listen, if not available Changed: U Zope/trunk/lib/python/ZServer/datatypes.py -=- Modified: Zope/trunk/lib/python/ZServer/datatypes.py === ---