1. 26 Oct, 2008 1 commit
  2. 16 Oct, 2008 1 commit
  3. 14 Oct, 2008 1 commit
  4. 13 Oct, 2008 3 commits
  5. 10 Oct, 2008 5 commits
  6. 08 Oct, 2008 5 commits
  7. 07 Oct, 2008 1 commit
  8. 22 Jul, 2008 1 commit
    • Ranjith Kannikara's avatar
      · c6db2c5d
      Ranjith Kannikara authored
      The changes made in Acquisition.c in implicit comparison made avail to explicit comparison also.
      c6db2c5d
  9. 08 Jul, 2008 1 commit
  10. 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
  11. 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
  12. 06 Jun, 2008 2 commits
  13. 31 May, 2008 2 commits
  14. 24 May, 2008 1 commit
  15. 05 May, 2008 1 commit
  16. 28 Apr, 2008 6 commits
  17. 26 Apr, 2008 6 commits