summaryrefslogtreecommitdiff
path: root/src/_pytest/pathlib.py
AgeCommit message (Expand)Author
2018-11-03Merge remote-tracking branch 'upstream/master' into release-3.10.0Bruno Oliveira
2018-11-02paths: use set and isdisjointDaniel Hahler
2018-11-02collection: performance: use optimized parts functionAnders Hovmöller
2018-10-31Merge pull request #4267 from nicoddemus/tmpdir-4262Daniel Hahler
2018-10-30Fix access denied error when deleting a stale temporary directoryBruno Oliveira
2018-10-30Spelling fixVille Skyttä
2018-10-29Spelling and grammar fixesVille Skyttä
2018-10-27Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-10-27Merge pull request #4248 from jdufresne/binary-typeAnkit Goel
2018-10-26Merge pull request #4222 from RonnyPfannschmidt/pathlib-fixesBruno Oliveira
2018-10-26Remove use of unnecessary compat shim, six.binary_typeJon Dufresne
2018-10-26handle test folder cleanup being unable to create a cleanup lockRonny Pfannschmidt
2018-10-25Merge remote-tracking branch 'origin/master' into merge-masterAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-24Merge remote-tracking branch 'origin/master' into merge-masterDaniel Hahler
2018-10-23minor: remove unused _shutil_rmtree_remove_writableDaniel Hahler
2018-10-22Fixes for flake8 masterAnthony Sottile
2018-10-17fix #4179 - bring back the current testrun symlinkRonny Pfannschmidt
2018-10-14fix #4135 - handle symlinks in tmp path cleanupRonny Pfannschmidt
2018-10-11resolve in code review commmentsRonny Pfannschmidt
2018-10-11sort out rmtree expectationsRonny Pfannschmidt
2018-10-11unify paths.py and pathlib.pyRonny Pfannschmidt
2018-10-11move all the things into _pytest.pathlibRonny Pfannschmidt