summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/temp_dir.py
Commit message (Expand)AuthorAgeFilesLines
* Replace Iterator[T] with Generator[T,None, None] (#11007)q0w2022-04-091-4/+4
* Move many type comments to annotationsJon Dufresne2021-08-101-35/+21
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-22/+16
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-7/+3
* Prefer stdlib contextlib over contextlib2 when availableJon Dufresne2021-02-191-3/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Remove unnecessary uses of six.ensure_(binary|str|text)Jon Dufresne2020-12-271-11/+1
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-4/+4
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-4/+4
* | Remove object from class definitionsJon Dufresne2020-12-251-3/+3
|/
* Use short Python3 super() syntaxJon Dufresne2020-12-241-2/+2
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encodingPradyun Gedam2020-10-271-3/+11
|\
| * Only do the ensure_text() dance on WindowsTzu-ping Chung2020-10-271-3/+11
* | Remove --build-dir option, as per deprecationPaul Moore2020-10-271-0/+2
|/
* Clean up code style changesPradyun Gedam2020-07-171-2/+4
* Enable flake8-logging-formatNguyễn Gia Phong2020-07-171-6/+4
* Non-ASCII names are not weirdTzu-ping Chung2020-05-191-2/+2
* Python 2 works but not testedTzu-ping Chung2020-05-191-1/+4
* Make ephem-wheel-cache tempdir name globally accessibleChris Hunt2020-02-041-0/+1
* Add BuildEnvironment._temp_dir to tempdir registryChris Hunt2020-02-041-1/+2
* Add InstallRequirement._temp_build_dir to tempdir registryChris Hunt2020-02-041-1/+8
* Use explicit default value for TempDirectory delete flagChris Hunt2020-01-291-6/+18
* Delay TempDirectory.delete resolution to cleanupTzu-ping Chung2020-01-171-8/+12
* Manage temp directory deletion centrallyChris Hunt2020-01-101-2/+46
* remove disallow_untyped_defs=False for more modulesMaxim Kurnikov2019-12-131-4/+11
* Add global TempDirectory managerChris Hunt2019-12-091-2/+25
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Assert TempDirectory.path has not been cleaned up on accessChris Hunt2019-09-231-2/+7
* Switch TempDirectory.path to propertyChris Hunt2019-09-231-1/+6
* Add types to TempDirectoryChris Hunt2019-09-221-1/+11
* Unconditionally create TempDirectory.pathChris Hunt2019-09-221-24/+13
* Make TempDirectory._create return path instead of setting self.pathChris Hunt2019-09-191-9/+14
* Added more tests and handling for short directory namesSteve Dower2019-02-041-2/+8
* Fixes #6169: AdjacentTempDirectory should fail on unwritable directorySteve Dower2019-02-041-2/+5
* Make failed uninstalls roll back more reliably and better at avoiding naming ...Steve Dower2019-02-031-3/+7
* Fix linting issuesSteve Dower2018-11-211-1/+2
* Adds test for AdjacentTempDirectory._generate_namesSteve Dower2018-11-211-4/+6
* Remove makedirs callSteve Dower2018-11-211-1/+0
* Fixes #3055 Uninstall causes paths to exceed MAX_PATH limitSteve Dower2018-11-211-1/+59
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+82