- 10 Oct, 2008 4 commits
-
-
Sidnei da Silva authored
-
Sidnei da Silva authored
-
Sidnei da Silva authored
-
Sidnei da Silva authored
- Avoid raising string exceptions. If one is found, upgrade it to InternalError and keep the original exception name as part of exc_value
-
- 08 Oct, 2008 5 commits
-
-
Sidnei da Silva authored
2.6. Adjust tests accordingly.
-
Sidnei da Silva authored
-
Sidnei da Silva authored
relative using new syntax so that they work on Python 2.6.
-
Sidnei da Silva authored
-
Sidnei da Silva authored
Ranjith Kannikara, GSoC student.
-
- 07 Oct, 2008 1 commit
-
-
Sidnei da Silva authored
Ranjith Kannikara, GSoC student.
-
- 22 Jul, 2008 1 commit
-
-
Ranjith Kannikara authored
The changes made in Acquisition.c in implicit comparison made avail to explicit comparison also.
-
- 08 Jul, 2008 1 commit
-
-
Ranjith Kannikara authored
The doc test has been slightly changed in ZPublisher to get the error message extracted correctly .
-
- 13 Jun, 2008 1 commit
-
-
Ranjith Kannikara authored
The Wrapper_compare function from tp_compare to tp_richcompare. Also another function Wrapper_richcompare is added.
-
- 09 Jun, 2008 2 commits
-
-
Ranjith Kannikara authored
Changed the condtion checking for setting status of HTTPresponce from if( isinstance(status, types.ClassType) and issubclass(status, Exception)) to if( isinstance(status, (type, types.ClassType)) and issubclass(status, Exception)) for fixing the failures in the module Zope2 M doc/CHANGES.txt M lib/python/ZPublisher/HTTPResponse.py
-
Sidnei da Silva authored
-
- 06 Jun, 2008 2 commits
-
-
Tres Seaver authored
-
Stefan H. Holek authored
Changed 'fast_listen' zope.conf option to 'fast-listen'.
-
- 31 May, 2008 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 24 May, 2008 1 commit
-
-
Andreas Jung authored
-
- 05 May, 2008 1 commit
-
-
Tres Seaver authored
-
- 28 Apr, 2008 6 commits
-
-
Tres Seaver authored
-
Paul Winkler authored
Merged the slinkp-datetime-200007 branch: fix the DateTime(anotherDateTime) constructor to preserve timezones.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
o This branch will *not* be merged to the 2.11 line, but *will* be merged to the trunk. o Third-party products which depend on 2.11 but would like to start removing Z2 interfaces themselves can use this branch for testing.
-
- 26 Apr, 2008 10 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 25 Apr, 2008 2 commits
-
-
Paul Winkler authored
-
Paul Winkler authored
Merge branches/slinkp-zopectl-exitcode-143813: Fixes bug 143813, zopectl should exit non-zero if child processes fail.
-
- 20 Apr, 2008 1 commit
-