index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
utils
/
filesystem.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blacken src/pip/_internal/utils directory
Jon Dufresne
2021-02-21
1
-9
/
+7
*
Merge pull request #9606 from hexagonrecursion/fstr
Pradyun Gedam
2021-02-21
1
-2
/
+1
|
\
|
*
Convert more str.format() calls to f-strings
Andrey Bienkowski
2021-02-13
1
-2
/
+1
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-5
/
+2
*
|
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
|
/
*
Remove unnecessary type override NamedTemporaryFileResult
Jon Dufresne
2020-12-27
1
-10
/
+4
*
Use unified OSError and its subclasses
Jon Dufresne
2020-12-26
1
-17
/
+11
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-13
/
+1
*
Fix src/pip with flake8-bugbear
Devesh Kumar Singh
2020-06-10
1
-2
/
+2
*
Merge pull request #8053 from gutsytechster/update_filesystem_comment
Pradyun Gedam
2020-05-22
1
-0
/
+2
|
\
|
*
fix(_internal/utils/filesystem): Update comment for catched exception
gutsytechster
2020-05-13
1
-0
/
+2
*
|
Revert "remove _copy_source_tree and friends"
Pradyun Gedam
2020-05-13
1
-0
/
+32
|
/
*
Merge pull request #8025 from catPill/fix-windows-writable-test
Paul Moore
2020-04-14
1
-1
/
+4
|
\
|
*
Fix Windows folder writable detection
ghost
2020-04-12
1
-1
/
+4
*
|
Merge pull request #7882 from sbidoul/build-in-place-7555-sbi
Pradyun Gedam
2020-04-13
1
-32
/
+0
|
\
\
|
*
|
remove _copy_source_tree and friends
Stéphane Bidoul
2020-04-12
1
-32
/
+0
|
|
/
*
|
[command/cache, utils/filesystem] Use existing format_size; remove _friendly_...
Ellen Marie Dash
2020-04-01
1
-29
/
+5
*
|
[utils/filesystem] Reformat comment to keep lines <79 characters long.
Ellen Marie Dash
2020-04-01
1
-1
/
+5
*
|
[utils/filesystem] Convert `size` to float, for consistent behavior between P...
Ellen Marie Dash
2020-04-01
1
-0
/
+1
*
|
[commands/cache] Add file size information.
Ellen Marie Dash
2020-04-01
1
-1
/
+49
*
|
Add 'pip cache' command.
Ellen Marie Dash
2020-04-01
1
-1
/
+13
|
/
*
Use better temporary files mechanism
Nguyễn Gia Phong
2020-04-01
1
-5
/
+11
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-03-06
1
-1
/
+2
*
Convert the remaining '%' formatters to '.format'. Fixes #6973.
Jason R. Coombs
2020-03-06
1
-1
/
+1
*
Eagerly normalize the cache directory
Stéphane Bidoul (ACSONE)
2020-01-08
1
-0
/
+2
*
Fix mypy checks on Windows
Chris Hunt
2019-12-29
1
-1
/
+2
*
Move utils.misc.cast to avoid circular import
Chris Hunt
2019-11-04
1
-2
/
+1
*
Handle nonexistant directory when checking for write access
Thomas Kluyver
2019-10-09
1
-0
/
+7
*
Fix exclusive-mode open for Python 2
Thomas Kluyver
2019-10-09
1
-2
/
+2
*
Fix maximum line length
Thomas Kluyver
2019-10-09
1
-1
/
+3
*
Fix OSError catching for Python 2
Thomas Kluyver
2019-10-09
1
-7
/
+10
*
Add type annotation comments
Thomas Kluyver
2019-10-09
1
-0
/
+2
*
Default to --user install in certain conditions
Thomas Kluyver
2019-10-09
1
-0
/
+40
*
Use os.replace in Python 3.
Chris Hunt
2019-09-08
1
-8
/
+15
*
Write to tempfile and move instead of locking selfcheck file.
Chris Hunt
2019-09-08
1
-0
/
+47
*
Ignore errors copying socket files for source installs (in Python 3). (#6844)
Christopher Hunt
2019-08-21
1
-0
/
+31
*
Added type hints
petr-tik
2018-10-27
1
-0
/
+2
*
Update imports for the moved compat module
Pradyun Gedam
2018-07-29
1
-1
/
+1
*
Move all internal APIs to pip._internal
Donald Stufft
2017-08-31
1
-0
/
+28