1. 09 May, 2010 1 kayıt (commit)
  2. 02 Şub, 2009 1 kayıt (commit)
  3. 13 Nis, 2007 1 kayıt (commit)
  4. 24 Tem, 2006 1 kayıt (commit)
  5. 10 Haz, 2006 1 kayıt (commit)
  6. 16 Şub, 2006 1 kayıt (commit)
  7. 15 Şub, 2006 1 kayıt (commit)
  8. 22 Tem, 2005 1 kayıt (commit)
  9. 07 Agu, 2004 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 1003471: Python 1.5.2 security vulnerability · 8484fbf0
      Tim Peters yazdı
      This was probably fixed in rev 1.32 of getpath.c, but there are so
      many paths thru the code that invoke joinpath() it's not at all
      obvious that it *is* fixed.  It doesn't help confidence that a crucial
      precondition for calling joinpath() was neither documented nor verified.
      It is now, and joinpath() will barf with a fatal error now rather than
      overrun the buffer, if the precondition isn't met.
      
      Note that this patch only changes the Windows flavor.  I attached another
      patch to the bug report for the POSIX flavor (which I can't test
      conveniently).
      8484fbf0
  10. 18 Agu, 2003 1 kayıt (commit)
  11. 29 Ock, 2003 1 kayıt (commit)
  12. 31 Ara, 2002 1 kayıt (commit)
  13. 30 Ara, 2002 1 kayıt (commit)
    • Just van Rossum's avatar
      PEP 302 + zipimport: · 52e14d64
      Just van Rossum yazdı
      - new import hooks in import.c, exposed in the sys module
      - new module called 'zipimport'
      - various changes to allow bootstrapping from zip files
      
      I hope I didn't break the Windows build (or anything else for that
      matter), but then again, it's been sitting on sf long enough...
      
      Regarding the latest discussions on python-dev: zipimport sets
      pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as
      /path/to/Archive.zip/subdir/ are supported again.
      52e14d64
  14. 22 Tem, 2002 1 kayıt (commit)
  15. 30 Haz, 2002 1 kayıt (commit)
  16. 12 Ock, 2002 1 kayıt (commit)
  17. 07 Eyl, 2001 1 kayıt (commit)
  18. 23 Tem, 2001 1 kayıt (commit)
  19. 23 Şub, 2001 1 kayıt (commit)
  20. 07 Eki, 2000 1 kayıt (commit)
  21. 10 Eyl, 2000 1 kayıt (commit)
  22. 01 Eyl, 2000 1 kayıt (commit)
  23. 22 Tem, 2000 2 kayıt (commit)
  24. 30 Haz, 2000 2 kayıt (commit)
  25. 28 Haz, 2000 1 kayıt (commit)
  26. 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
  27. 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
  28. 29 Mar, 2000 1 kayıt (commit)
  29. 11 Agu, 1998 1 kayıt (commit)
  30. 08 Agu, 1998 3 kayıt (commit)
  31. 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
  32. 19 Şub, 1998 1 kayıt (commit)
  33. 11 Ara, 1997 1 kayıt (commit)
  34. 29 Eyl, 1997 1 kayıt (commit)
  35. 13 Agu, 1997 2 kayıt (commit)