1. 28 Mar, 2019 1 kayıt (commit)
  2. 12 Mar, 2019 1 kayıt (commit)
  3. 25 Eki, 2018 1 kayıt (commit)
  4. 18 Eyl, 2018 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to… · 0185f34d
      Serhiy Storchaka yazdı
       bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths.  (#7695)
      
      Such functions as os.path.exists(), os.path.lexists(), os.path.isdir(),
      os.path.isfile(), os.path.islink(), and os.path.ismount() now return False
      instead of raising ValueError or its subclasses UnicodeEncodeError
      and UnicodeDecodeError for paths that contain characters or bytes
      unrepresentative at the OS level.
      0185f34d
  5. 29 Tem, 2018 1 kayıt (commit)
  6. 07 Ock, 2018 1 kayıt (commit)
  7. 13 Ock, 2017 1 kayıt (commit)
  8. 05 Eyl, 2016 1 kayıt (commit)
  9. 26 Agu, 2016 1 kayıt (commit)
  10. 15 Nis, 2016 1 kayıt (commit)
  11. 19 May, 2015 1 kayıt (commit)
  12. 25 Mar, 2015 1 kayıt (commit)
  13. 31 Mar, 2015 1 kayıt (commit)
  14. 04 Eki, 2014 2 kayıt (commit)
  15. 23 Tem, 2014 1 kayıt (commit)
  16. 13 Şub, 2014 1 kayıt (commit)
  17. 27 Ock, 2014 1 kayıt (commit)
  18. 16 Ara, 2013 2 kayıt (commit)
  19. 01 Agu, 2013 1 kayıt (commit)
  20. 04 Tem, 2013 1 kayıt (commit)
  21. 14 Haz, 2013 1 kayıt (commit)
  22. 26 Ara, 2012 2 kayıt (commit)
  23. 19 Ara, 2012 1 kayıt (commit)
  24. 18 Ara, 2012 1 kayıt (commit)
  25. 05 Eki, 2012 1 kayıt (commit)
  26. 09 Haz, 2011 3 kayıt (commit)
  27. 08 Haz, 2011 1 kayıt (commit)
    • Brian Curtin's avatar
      Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. · 9c669ccc
      Brian Curtin yazdı
      By changing to the Windows GetFileAttributes API in nt._isdir we can figure
      out if the path is a directory without opening the file via os.stat. This has
      the minor benefit of speeding up os.path.isdir by at least 2x for regular
      files and 10-15x improvements were seen on symbolic links (which opened the
      file multiple times during os.stat). Since os.path.isdir is used in
      several places on interpreter startup, we get a minor speedup in startup time.
      9c669ccc
  28. 06 May, 2011 1 kayıt (commit)
  29. 16 Mar, 2011 2 kayıt (commit)
  30. 19 Eki, 2010 1 kayıt (commit)
  31. 18 Eki, 2010 3 kayıt (commit)
  32. 24 Eyl, 2010 1 kayıt (commit)