1. 16 Şub, 2001 3 kayıt (commit)
  2. 15 Şub, 2001 11 kayıt (commit)
  3. 14 Şub, 2001 19 kayıt (commit)
  4. 13 Şub, 2001 4 kayıt (commit)
  5. 12 Şub, 2001 3 kayıt (commit)
    • Tim Peters's avatar
      Related to SF bug 132008 (PyList_Reverse blows up). · 5c4d5bfa
      Tim Peters yazdı
      _testcapimodule.c
          make sure PyList_Reverse doesn't blow up again
      getargs.c
          assert args isn't NULL at the top of vgetargs1 instead of
          waiting for a NULL-pointer dereference at the end
      5c4d5bfa
    • Guido van Rossum's avatar
      Fix core dump whenever PyList_Reverse() was called. · b86c549c
      Guido van Rossum yazdı
      This fixes SF bug #132008, reported by Warren J. Hack.
      
      The copyright for this patch (and this patch only) belongs to CNRI, as
      part of the (yet to be issued) 1.6.1 release.
      
      This is now checked into the HEAD branch.  Tim will check in a test
      case to check for this specific bug, and an assertion in
      PyArgs_ParseTuple() to catch similar bugs in the future.
      b86c549c
    • Skip Montanaro's avatar
      The bulk of the credit for these changes goes to Bastian Kleineidam · 5bba231d
      Skip Montanaro yazdı
      * restores urllib as the file fetcher (closes bug #132000)
      * allows checking URLs with empty paths (closes patches #103511 and 103721)
      * properly handle user agents with versions (e.g., SpamMeister/1.5)
      * added several more tests
      5bba231d