1. 29 Kas, 2001 2 kayıt (commit)
    • Tim Peters's avatar
      SF bug 486278 SystemError: Python/getargs.c:1086: bad. · cffed4bc
      Tim Peters yazdı
      vgetargskeywords():  Now that this routine is checking for bad input
      (rather than dump core in some cases), some bad calls are raising errors
      that previously "worked".  This patch makes the error strings more
      revealing, and changes the exceptions from SystemError to RuntimeError
      (under the theory that SystemError is more of a "can't happen!" assert-
      like thing, and so inappropriate for bad arguments to a public C API
      function).
      cffed4bc
    • Guido van Rossum's avatar
      canonic(): don't use abspath() for filenames looking like <...>; this · 42f5332f
      Guido van Rossum yazdı
      fixes the problem reported in SF bug #477023 (Jonathan Mark): "pdb:
      unexpected path confuses Emacs".
      42f5332f
  2. 28 Kas, 2001 38 kayıt (commit)