1. 23 Şub, 2001 1 kayıt (commit)
  2. 07 Eki, 2000 1 kayıt (commit)
  3. 10 Eyl, 2000 1 kayıt (commit)
  4. 01 Eyl, 2000 1 kayıt (commit)
  5. 22 Tem, 2000 2 kayıt (commit)
  6. 30 Haz, 2000 2 kayıt (commit)
  7. 28 Haz, 2000 1 kayıt (commit)
  8. 26 May, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Patch from M.-A. Lemburg: · 847a9968
      Jeremy Hylton yazdı
      Python on UNIX now trusts PYTHONHOME unconditionally
      
      Modules/getpath.c:
      
      Landmark changed to os.py.
      
      Setting PYTHONHOME now unconditionally sets sys.prefix
      (and sys.exec_prefix). No further checks are done whether the
      standard lib can be found in that location or not. This is in
      sync with the PC subdir getpath implementations.
      
      PC/getpathp.c:
      
      Landmark changed to os.py.
      
      PC/os2vacpp/getpathp.c:
      
      Landmark changed to os.py.
      
      Note: BAW's checkin on exceptions.c eliminates earlier concerns about
      a bogus PYTHONHOME value leading to a core dump.  Instead it causes a
      useless sys.path and prevents imports.
      847a9968
  9. 30 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Revamped path access again, by Mark Hammond, to be more robust in the · 88716bba
      Guido van Rossum yazdı
      light of three different situations: (1) running from build; (2)
      running from installed; (3) running without being able to find an
      installation (e.g. as a COM object).  The system paths in the
      repository are only used for (3); the path deduced from the
      installation location are used otherwise.  PYTHONHOME overrides in all
      cases.
      
      Read the comments for more details.
      88716bba
  10. 29 Mar, 2000 1 kayıt (commit)
  11. 11 Agu, 1998 1 kayıt (commit)
  12. 08 Agu, 1998 3 kayıt (commit)
  13. 27 Tem, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Two changes: · 8b2b3ce4
      Guido van Rossum yazdı
      (1) Use Py_GetPythonHome() instead of getenv("PYTHONHOME");
      
      (2) Mark Hammond's patch to search for .pyc/.pyo landmark as well.
      8b2b3ce4
  14. 19 Şub, 1998 1 kayıt (commit)
  15. 11 Ara, 1997 1 kayıt (commit)
  16. 29 Eyl, 1997 1 kayıt (commit)
  17. 13 Agu, 1997 2 kayıt (commit)
  18. 19 May, 1997 1 kayıt (commit)