1. 19 Aug, 2008 3 commits
  2. 18 Aug, 2008 31 commits
  3. 17 Aug, 2008 6 commits
    • Brett Cannon's avatar
      Merged revisions 65787 via svnmerge from · 3e594070
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65787 | brett.cannon | 2008-08-17 15:10:11 -0700 (Sun, 17 Aug 2008) | 3 lines
      
        Remove imports of 'warnings' that are no longer needed in dummy_thread,
        filecmp, and shelve.
      ........
      3e594070
    • Benjamin Peterson's avatar
      fix markup · c035e9e1
      Benjamin Peterson authored
      c035e9e1
    • Benjamin Peterson's avatar
      Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from · 4019aecf
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65659 | martin.v.loewis | 2008-08-12 15:45:21 -0500 (Tue, 12 Aug 2008) | 2 lines
      
        Add Hirokazu Yamamoto.
      ........
        r65693 | georg.brandl | 2008-08-15 13:35:09 -0500 (Fri, 15 Aug 2008) | 2 lines
      
        #3558: Attribute reference binds more tightly than subscription and call.
      ........
        r65700 | antoine.pitrou | 2008-08-15 16:03:21 -0500 (Fri, 15 Aug 2008) | 3 lines
      
        #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input
      ........
        r65702 | gregory.p.smith | 2008-08-15 18:14:00 -0500 (Fri, 15 Aug 2008) | 2 lines
      
        document that waitpid raises OSError
      ........
        r65706 | benjamin.peterson | 2008-08-15 22:02:41 -0500 (Fri, 15 Aug 2008) | 1 line
      
        fix markup
      ........
        r65707 | benjamin.peterson | 2008-08-15 22:13:07 -0500 (Fri, 15 Aug 2008) | 1 line
      
        note how os.utime should be used for emulating touch
      ........
        r65761 | antoine.pitrou | 2008-08-17 08:06:29 -0500 (Sun, 17 Aug 2008) | 3 lines
      
        fix ZipFile.testzip() to work with very large embedded files
      ........
      4019aecf
    • Benjamin Peterson's avatar
      Blocked revisions 65679,65710 via svnmerge · cb95de71
      Benjamin Peterson authored
      ........
        r65679 | facundo.batista | 2008-08-14 11:51:00 -0500 (Thu, 14 Aug 2008) | 5 lines
      
      
        Issue 1432. Fixes a bug caused because of the evolution
        of the RFC that describes the behaviour. Note that we now
        have the same behaviour than the current browsers.
      ........
        r65710 | facundo.batista | 2008-08-16 09:44:07 -0500 (Sat, 16 Aug 2008) | 4 lines
      
      
        Issue #2776: fixed small issue when handling an URL with double slash
        after a 302 response in the case of not going through a proxy.
      ........
      cb95de71
    • Benjamin Peterson's avatar
      correct return type · cb5a875a
      Benjamin Peterson authored
      cb5a875a
    • Benjamin Peterson's avatar
      Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from · e757dede
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65715 | benjamin.peterson | 2008-08-16 16:04:16 -0500 (Sat, 16 Aug 2008) | 1 line
      
        add some documentation for symtable
      ........
        r65724 | benjamin.peterson | 2008-08-16 17:11:33 -0500 (Sat, 16 Aug 2008) | 2 lines
      
        include filename and line number in SyntaxError
      ........
        r65726 | georg.brandl | 2008-08-16 17:37:05 -0500 (Sat, 16 Aug 2008) | 2 lines
      
        Review symtable docs.
      ........
        r65732 | benjamin.peterson | 2008-08-16 18:29:40 -0500 (Sat, 16 Aug 2008) | 1 line
      
        PySTEntry's constructor is static; there's no point in a fancy API name
      ........
        r65736 | benjamin.peterson | 2008-08-16 20:09:17 -0500 (Sat, 16 Aug 2008) | 1 line
      
        expose PySTEntry.nested so the symtable module will work
      ........
        r65737 | benjamin.peterson | 2008-08-16 20:17:15 -0500 (Sat, 16 Aug 2008) | 1 line
      
        a few improvements
      ........
        r65738 | benjamin.peterson | 2008-08-16 20:27:30 -0500 (Sat, 16 Aug 2008) | 1 line
      
        fix compile errors
      ........
        r65739 | benjamin.peterson | 2008-08-16 21:23:43 -0500 (Sat, 16 Aug 2008) | 1 line
      
        uhh PySTEntry->ste_unoptimized has to be exposed too
      ........
        r65775 | benjamin.peterson | 2008-08-17 12:13:26 -0500 (Sun, 17 Aug 2008) | 5 lines
      
        get the symtable module back in working order
        - Fix broken functions
        - Add (hopefully) extensive tests
        - Modernize a little
      ........
      e757dede