1. 29 Nov, 2001 3 commits
    • Fred Drake's avatar
      A few small changes: · ea4d2c02
      Fred Drake authored
      - Change PREFIX to PREFIXES, which contains a sequence of prefix strings.
        This is useful since we want to look for both Py and PY.
      - Wrap a long line.
      - Collect struct tags as well as typedef names.  Since we generally only
        use one of the other, that improves coverage.
      - Make the script executable on Unix.
      
      This could use a better approach to determine if a symbol is documented,
      and could easily avoid keeping the massive string in memory.  That would
      take time to actually write more code, though, so we'll bail on that
      for now.
      ea4d2c02
    • Tim Peters's avatar
      SF bug 486278 SystemError: Python/getargs.c:1086: bad. · cffed4bc
      Tim Peters authored
      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 authored
      fixes the problem reported in SF bug #477023 (Jonathan Mark): "pdb:
      unexpected path confuses Emacs".
      42f5332f
  2. 28 Nov, 2001 37 commits