1. 29 Nov, 2001 5 commits
    • Fred Drake's avatar
      Clarify the description of the creation of an owned reference from an API · 22611d36
      Fred Drake authored
      function.
      This closes SF bug #486657.
      22611d36
    • Fred Drake's avatar
      Add an index entry for the discussion of PyEval_CallObject(). · 21958591
      Fred Drake authored
      This is related to SF bug #485165.
      21958591
    • Fred Drake's avatar
      A few small changes: · 7c47eddd
      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.
      7c47eddd
    • Tim Peters's avatar
      SF bug 486278 SystemError: Python/getargs.c:1086: bad. · 1d713a52
      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).
      1d713a52
    • Guido van Rossum's avatar
      canonic(): don't use abspath() for filenames looking like <...>; this · 847739c6
      Guido van Rossum authored
      fixes the problem reported in SF bug #477023 (Jonathan Mark): "pdb:
      unexpected path confuses Emacs".
      847739c6
  2. 28 Nov, 2001 35 commits