1. 13 Jun, 2008 1 commit
    • Ranjith Kannikara's avatar
      · f6669501
      Ranjith Kannikara authored
      The Wrapper_compare function from tp_compare to tp_richcompare.
      Also another function Wrapper_richcompare is added.
      f6669501
  2. 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
  3. 06 Jun, 2008 2 commits
  4. 31 May, 2008 2 commits
  5. 24 May, 2008 1 commit
  6. 05 May, 2008 1 commit
  7. 28 Apr, 2008 6 commits
  8. 26 Apr, 2008 10 commits
  9. 25 Apr, 2008 2 commits
  10. 20 Apr, 2008 1 commit
  11. 17 Apr, 2008 6 commits
  12. 15 Apr, 2008 6 commits