1. 16 Feb, 2001 2 commits
  2. 15 Feb, 2001 11 commits
  3. 14 Feb, 2001 19 commits
  4. 13 Feb, 2001 4 commits
  5. 12 Feb, 2001 4 commits
    • Tim Peters's avatar
      Related to SF bug 132008 (PyList_Reverse blows up). · 5c4d5bfa
      Tim Peters authored
      _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 authored
      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 authored
      * 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
    • Fred Drake's avatar
      Jon Nelson <jnelson@users.sourceforge.net>: · 498cb153
      Fred Drake authored
      Make the documentation tools work with Python 1.5.2.
      [Slightly modified from submitted patch. --FLD]
      
      This closes SF bug #132005.
      498cb153