An error occurred fetching the project authors.
  1. 26 Mar, 2010 1 commit
  2. 11 May, 2009 1 commit
  3. 28 Apr, 2009 1 commit
  4. 25 Apr, 2009 1 commit
  5. 19 Apr, 2009 1 commit
  6. 08 Feb, 2009 1 commit
  7. 04 Nov, 2008 1 commit
  8. 27 Oct, 2008 1 commit
  9. 09 Sep, 2008 1 commit
    • Andreas Jung's avatar
      · ded69662
      Andreas Jung authored
      - Launchpad #267834: proper separation of HTTP header fields   
        using CRLF as requested by RFC 2616.
      ded69662
  10. 09 Jun, 2008 1 commit
    • 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
  11. 06 May, 2007 2 commits
  12. 14 Jan, 2007 1 commit
  13. 08 Oct, 2006 2 commits
  14. 07 Oct, 2006 1 commit
  15. 21 Jun, 2006 3 commits
  16. 15 Jun, 2006 3 commits
  17. 27 Jan, 2006 2 commits
  18. 21 Dec, 2005 3 commits
  19. 20 Dec, 2005 2 commits
  20. 23 Nov, 2005 3 commits
  21. 18 Nov, 2005 3 commits
  22. 09 Oct, 2005 1 commit
  23. 08 Oct, 2005 1 commit
  24. 24 Sep, 2005 2 commits
  25. 29 Mar, 2005 1 commit