• Thomas Wouters's avatar
    Merge current trunk into p3yk. This includes the PyNumber_Index API change, · 00ee7baf
    Thomas Wouters authored
    which unfortunately means the errors from the bytes type change somewhat:
    
    bytes([300]) still raises a ValueError, but bytes([10**100]) now raises a
    TypeError (either that, or bytes(1.0) also raises a ValueError --
    PyNumber_AsSsize_t() can only raise one type of exception.)
    
    Merged revisions 51188-51433 via svnmerge from
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r51189 | kurt.kaiser | 2006-08-10 19:11:09 +0200 (Thu, 10 Aug 2006) | 4 lines
    
      Retrieval of previous shell command was not always preserving indentation
      since 1.2a1) Patch 1528468 Tal Einat.
    ........
      r51190 | guido.van.rossum | 2006-08-10 19:41:07 +0200 (Thu, 10 Aug 2006) | 3 lines
    
      Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
      SF bug #1112549.
    ........
      r51191 | guido.van.rossum | 2006-08-10 19:42:50 +0200 (Thu, 10 Aug 2006) | 2 lines
    
      News item for SF bug 1112549.
    ........
      r51192 | guido.van.rossum | 2006-0...
    00ee7baf
README.klocwork 1.22 KB