1. 07 Jul, 2002 1 commit
  2. 06 Jul, 2002 6 commits
    • Jeremy Hylton's avatar
      Fix SF bug #575360 · f865cabe
      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.
      f865cabe
    • Jeremy Hylton's avatar
      Handle HTTP/0.9 responses. · b66557a0
      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.
      b66557a0
    • Kurt B. Kaiser's avatar
      Modifying EditorWindow causes breakpoints in that module to be removed · 75c371ab
      Kurt B. Kaiser authored
      from both sides of the split debugger.
      M Debugger.py
      M EditorWindow.py
      75c371ab
    • Kurt B. Kaiser's avatar
      128e4907
    • Kurt B. Kaiser's avatar
      Remove dead code. · 298fcc25
      Kurt B. Kaiser authored
      298fcc25
    • Kurt B. Kaiser's avatar
      1. Test Sourceforge checkin, idle-dev posting · ce6769b7
      Kurt B. Kaiser authored
      2. Remove extraneous comment
      ce6769b7
  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