summaryrefslogtreecommitdiff
path: root/src/_pytest/pathlib.py
AgeCommit message (Expand)Author
2020-12-22pathlib: missing type annotation for fnmatch_exRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-12-12Compare also paths on Windows when considering ImportPathMismatchErrorBruno Oliveira
2020-10-31Merge pull request #7956 from csernazs/fix-7951Ran Benita
2020-10-31Fix handling recursive symlinksCserna Zsolt
2020-10-31pathlib: fix symlinked directories not followed during collectionRan Benita
2020-10-28Increase temp dir deletion period to 3 days (#7914)Vasilis Gerakaris
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-03Merge pull request #7817 from bluetech/fix-testpaths-bestrelpath2Ran Benita
2020-10-02py36+: remove pathlib2 compatibility shimAnthony Sottile
2020-09-29pathlib: improve comments on commonpath and bestrelpathRan Benita
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-06pathlib: add absolutepath() as alternative to Path.resolve()Ran Benita
2020-08-06pathlib: add analogues to py.path.local's bestrelpath and commonRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-25pathlib: make visit() independent of py.path.local, use os.scandirRan Benita
2020-07-25pathlib: replace py.path.local.visit() with our own functionRan Benita
2020-07-15Inaccessible lock files now imply temporary directories can't be removedBruno Oliveira
2020-07-10cacheprovider: type annotationsRan Benita
2020-06-22config: improve typingRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-11Suppress errors while removing tmpdir's lock filesBruno Oliveira
2020-06-09Fix typopiotrhm
2020-06-09Replace cleanup_numbered_dir with atexit.registerpiotrhm
2020-06-08Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5...Fabio Zadrozny
2020-06-05Type annotate misc functionsRan Benita
2020-06-02Fix removal of very long paths on Windows (#6755)Tor Colvin
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
2019-11-07Fix order of format args with warningDaniel Hahler
2019-11-07on_rm_rf_error: ignore os.open (no warning)Daniel Hahler
2019-10-26Add type annotations to _pytest.pathlibRan Benita
2019-10-23Review rm_rf handling of FileNotFoundErrorsBruno Oliveira
2019-09-12Revert "Merge pull request #5792 from dynatrace-oss-contrib/bugfix/badcase"Bruno Oliveira
2019-08-28Move _uniquepath to pathlib as unique_path.Christian Neumüller
2019-08-04Merge pull request #5684 from nicoddemus/errno-nomoreAnthony Sottile
2019-08-02Use OSError subclasses instead of handling errnoBruno Oliveira
2019-08-02Improve rm_rf to handle only known functionsDaniel Hahler
2019-07-12Fix typosAlbert Tugushev
2019-07-11Fix rmtree to remove directories with read-only filesBruno Oliveira
2019-06-24Switch from deprecated imp to importlibAnthony Sottile
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-01Run isortDaniel Hahler