1. 01 Jun, 2000 4 commits
  2. 31 May, 2000 9 commits
  3. 30 May, 2000 9 commits
  4. 28 May, 2000 6 commits
  5. 27 May, 2000 8 commits
  6. 26 May, 2000 4 commits
    • Jeremy Hylton's avatar
      Patch from M.-A. Lemburg: · 2dcbec79
      Jeremy Hylton authored
      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.
      2dcbec79
    • Fred Drake's avatar
      Added documentation for gettempprefix(). · 8af72488
      Fred Drake authored
      Deprecated direct access to template.
      Added note about past need to modify template so that legacy code has a
      better chance of being understood, noting that the requirement to reset
      template after os.fork() disappeared in 1.5.2.
      8af72488
    • Barry Warsaw's avatar
    • Fred Drake's avatar
      Added documentation for TemporaryFile() and the siffix parameter to mktemp(). · 218611f9
      Fred Drake authored
      Removed obsolete comments about this module not creating or removing actual
      files.
      Removed obsolete comment about users needing to set template to None after
      calling os.fork().
      218611f9