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
/
temp_dir.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Iterator[T] with Generator[T,None, None] (#11007)
q0w
2022-04-09
1
-4
/
+4
*
Move many type comments to annotations
Jon Dufresne
2021-08-10
1
-35
/
+21
*
Blacken src/pip/_internal/utils directory
Jon Dufresne
2021-02-21
1
-22
/
+16
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-7
/
+3
*
Prefer stdlib contextlib over contextlib2 when available
Jon Dufresne
2021-02-19
1
-3
/
+1
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Remove unnecessary uses of six.ensure_(binary|str|text)
Jon Dufresne
2020-12-27
1
-11
/
+1
*
Merge pull request #9361 from jdufresne/f-strings
Pradyun Gedam
2020-12-26
1
-4
/
+4
|
\
|
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-4
/
+4
*
|
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-3
/
+3
|
/
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-2
/
+2
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encoding
Pradyun Gedam
2020-10-27
1
-3
/
+11
|
\
|
*
Only do the ensure_text() dance on Windows
Tzu-ping Chung
2020-10-27
1
-3
/
+11
*
|
Remove --build-dir option, as per deprecation
Paul Moore
2020-10-27
1
-0
/
+2
|
/
*
Clean up code style changes
Pradyun Gedam
2020-07-17
1
-2
/
+4
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-6
/
+4
*
Non-ASCII names are not weird
Tzu-ping Chung
2020-05-19
1
-2
/
+2
*
Python 2 works but not tested
Tzu-ping Chung
2020-05-19
1
-1
/
+4
*
Make ephem-wheel-cache tempdir name globally accessible
Chris Hunt
2020-02-04
1
-0
/
+1
*
Add BuildEnvironment._temp_dir to tempdir registry
Chris Hunt
2020-02-04
1
-1
/
+2
*
Add InstallRequirement._temp_build_dir to tempdir registry
Chris Hunt
2020-02-04
1
-1
/
+8
*
Use explicit default value for TempDirectory delete flag
Chris Hunt
2020-01-29
1
-6
/
+18
*
Delay TempDirectory.delete resolution to cleanup
Tzu-ping Chung
2020-01-17
1
-8
/
+12
*
Manage temp directory deletion centrally
Chris Hunt
2020-01-10
1
-2
/
+46
*
remove disallow_untyped_defs=False for more modules
Maxim Kurnikov
2019-12-13
1
-4
/
+11
*
Add global TempDirectory manager
Chris Hunt
2019-12-09
1
-2
/
+25
*
add per-file disallow_untyped_defs=False, and set it to True globally
Maxim Kurnikov
2019-09-29
1
-0
/
+3
*
Assert TempDirectory.path has not been cleaned up on access
Chris Hunt
2019-09-23
1
-2
/
+7
*
Switch TempDirectory.path to property
Chris Hunt
2019-09-23
1
-1
/
+6
*
Add types to TempDirectory
Chris Hunt
2019-09-22
1
-1
/
+11
*
Unconditionally create TempDirectory.path
Chris Hunt
2019-09-22
1
-24
/
+13
*
Make TempDirectory._create return path instead of setting self.path
Chris Hunt
2019-09-19
1
-9
/
+14
*
Added more tests and handling for short directory names
Steve Dower
2019-02-04
1
-2
/
+8
*
Fixes #6169: AdjacentTempDirectory should fail on unwritable directory
Steve Dower
2019-02-04
1
-2
/
+5
*
Make failed uninstalls roll back more reliably and better at avoiding naming ...
Steve Dower
2019-02-03
1
-3
/
+7
*
Fix linting issues
Steve Dower
2018-11-21
1
-1
/
+2
*
Adds test for AdjacentTempDirectory._generate_names
Steve Dower
2018-11-21
1
-4
/
+6
*
Remove makedirs call
Steve Dower
2018-11-21
1
-1
/
+0
*
Fixes #3055 Uninstall causes paths to exceed MAX_PATH limit
Steve Dower
2018-11-21
1
-1
/
+59
*
Move all internal APIs to pip._internal
Donald Stufft
2017-08-31
1
-0
/
+82