1. 18 Tem, 2004 1 kayıt (commit)
  2. 11 Eyl, 2002 1 kayıt (commit)
  3. 23 Haz, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Simplified version of a patch by Chih-Hao Huang, who wrote: · ce769519
      Guido van Rossum yazdı
      """
      When there are additional Setup files, specified by -e option of freeze,
      checkextenstions.py assumes that *.o, *.a, -Lpath, and -Rpath are all
      relative to where the Setup file is. select() inserts the path to the
      Setup file to make them absolute. However, the assumption is not true.
      There are cases that absolute paths are specified for them. The inserted
      prefix, by select(), results in error.
      
      The following fix check for absolute paths. The assumption is: an
      absolute path begins with either '/' or '$'. In the latter case, it is
      from the environmental variable. (Variables defined locally in the Setup
      file have already been handled by expandvars())
      """
      
      My version of the patch has been verified by Charles Waldman (a
      colleague of Chih-Hao).
      ce769519
  4. 06 May, 1998 1 kayıt (commit)
  5. 23 Nis, 1998 1 kayıt (commit)
  6. 05 Eki, 1994 1 kayıt (commit)