1. 09 Jun, 2008 2 commits
    • Ranjith Kannikara's avatar
      · d11aab51
      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
      d11aab51
    • Sidnei da Silva's avatar
      b42c2492
  2. 06 Jun, 2008 2 commits
  3. 31 May, 2008 2 commits
  4. 24 May, 2008 1 commit
  5. 05 May, 2008 1 commit
  6. 28 Apr, 2008 6 commits
  7. 26 Apr, 2008 10 commits
  8. 25 Apr, 2008 2 commits
  9. 20 Apr, 2008 1 commit
  10. 17 Apr, 2008 6 commits
  11. 15 Apr, 2008 7 commits