1. 10 Oct, 2008 4 commits
  2. 08 Oct, 2008 5 commits
  3. 07 Oct, 2008 1 commit
  4. 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
  5. 08 Jul, 2008 1 commit
  6. 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
  7. 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
  8. 06 Jun, 2008 2 commits
  9. 31 May, 2008 2 commits
  10. 24 May, 2008 1 commit
  11. 05 May, 2008 1 commit
  12. 28 Apr, 2008 6 commits
  13. 26 Apr, 2008 10 commits
  14. 25 Apr, 2008 2 commits
  15. 20 Apr, 2008 1 commit