1. 04 Şub, 2019 1 kayıt (commit)
  2. 06 Agu, 2018 1 kayıt (commit)
  3. 11 Haz, 2018 1 kayıt (commit)
    • Steve Weber's avatar
      bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) · 2487f30d
      Steve Weber yazdı
      Before Python 3.6, os.path.abspath(None) used to report an AttributeError which was properly caught inside site.abs_paths, making it ignore __main__, one of sys.modules, which has __file__ and __cached__ set to None. With 3.6, os.path.abspath(None) raises TypeError instead which site.abs_path was not expecting.  This resulted in an uncaught exception if a user had PYTHONSTARTUP set and the application called site.main() which a number of third-party programs do.
      2487f30d
  4. 30 Ock, 2018 1 kayıt (commit)
    • Ned Deily's avatar
      bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) · 763f094b
      Ned Deily yazdı
      No longer add /Library/Python/3.x/site-packages, the Apple-supplied
      system Python site-packages directory, to sys.path for macOS framework
      builds in case Apple ships a version of Python 3. A similar change
      was made earlier to Python 2.7 where it was found that the coupling
      between the system Python and a user-installed framework Python often
      caused confusion or pip install failures.
      763f094b
  5. 30 Haz, 2017 1 kayıt (commit)
  6. 28 Haz, 2017 2 kayıt (commit)
  7. 16 Nis, 2017 1 kayıt (commit)
  8. 14 Mar, 2017 1 kayıt (commit)
  9. 08 Kas, 2016 1 kayıt (commit)
  10. 02 Eki, 2016 1 kayıt (commit)
  11. 17 Eyl, 2016 1 kayıt (commit)
  12. 09 Eyl, 2016 1 kayıt (commit)
  13. 07 Eyl, 2016 1 kayıt (commit)
  14. 02 Haz, 2016 1 kayıt (commit)
  15. 08 Nis, 2016 1 kayıt (commit)
  16. 31 Mar, 2016 2 kayıt (commit)
  17. 11 Şub, 2016 1 kayıt (commit)
  18. 22 Ock, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      site: error on sitecustomize import error · e3560a7d
      Victor Stinner yazdı
      Issue #26099: The site module now writes an error into stderr if sitecustomize
      module can be imported but executing the module raise an ImportError. Same
      change for usercustomize.
      e3560a7d
  19. 01 Eki, 2015 1 kayıt (commit)
  20. 17 Tem, 2015 1 kayıt (commit)
  21. 03 May, 2015 1 kayıt (commit)
  22. 02 Şub, 2015 1 kayıt (commit)
  23. 12 Haz, 2014 1 kayıt (commit)
  24. 31 May, 2014 1 kayıt (commit)
  25. 30 Mar, 2014 1 kayıt (commit)
  26. 28 Ock, 2014 1 kayıt (commit)
  27. 25 Eki, 2013 1 kayıt (commit)
  28. 11 Eki, 2013 3 kayıt (commit)
  29. 29 Eyl, 2013 1 kayıt (commit)
  30. 14 Eyl, 2013 1 kayıt (commit)
  31. 07 Eyl, 2013 2 kayıt (commit)
  32. 06 Eyl, 2013 1 kayıt (commit)
  33. 06 Agu, 2013 1 kayıt (commit)
  34. 01 Agu, 2013 1 kayıt (commit)
  35. 31 Tem, 2013 1 kayıt (commit)