1. 07 Jul, 2002 1 commit
  2. 06 Jul, 2002 6 commits
    • Jeremy Hylton's avatar
      Fix SF bug #575360 · 12f4f35f
      Jeremy Hylton authored
      Subclasses of Exception that define an __init__ must call
      Exception.__init__ or define self.args.  Otherwise, str() will fail.
      
      Bug fix candidate.
      12f4f35f
    • Jeremy Hylton's avatar
      Handle HTTP/0.9 responses. · d46aa37d
      Jeremy Hylton authored
      Section 19.6 of RFC 2616 (HTTP/1.1):
      
         It is beyond the scope of a protocol specification to mandate
         compliance with previous versions. HTTP/1.1 was deliberately
         designed, however, to make supporting previous versions easy....
      
         And we would expect HTTP/1.1 clients to:
      
            - recognize the format of the Status-Line for HTTP/1.0 and 1.1
              responses;
      
            - understand any valid response in the format of HTTP/0.9, 1.0, or
              1.1.
      
      The changes to the code do handle response in the format of HTTP/0.9.
      Some users may consider this a bug because all responses with a
      sufficiently corrupted status line will look like an HTTP/0.9
      response.  These users can pass strict=1 to the HTTP constructors to
      get a BadStatusLine exception instead.
      
      While this is a new feature of sorts, it enhances the robustness of
      the code (be tolerant in what you accept).  Thus, I consider it a bug
      fix candidate.
      
      XXX strict needs to be documented.
      d46aa37d
    • Kurt B. Kaiser's avatar
      Modifying EditorWindow causes breakpoints in that module to be removed · 889f8bf2
      Kurt B. Kaiser authored
      from both sides of the split debugger.
      M Debugger.py
      M EditorWindow.py
      889f8bf2
    • Kurt B. Kaiser's avatar
      491892b2
    • Kurt B. Kaiser's avatar
      Remove dead code. · 1d5cec4f
      Kurt B. Kaiser authored
      1d5cec4f
    • Kurt B. Kaiser's avatar
      1. Test Sourceforge checkin, idle-dev posting · a3436d25
      Kurt B. Kaiser authored
      2. Remove extraneous comment
      a3436d25
  3. 05 Jul, 2002 1 commit
  4. 04 Jul, 2002 4 commits
  5. 03 Jul, 2002 7 commits
  6. 02 Jul, 2002 20 commits
  7. 01 Jul, 2002 1 commit