summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/freeze.py
Commit message (Expand)AuthorAgeFilesLines
* Consistently stylise multi-line help stringsPradyun Gedam2021-07-231-7/+13
* Blacken src/pip/_internal/commands/Pradyun Gedam2021-07-231-26/+33
* Complete type annotations in `pip/_internal/commands` (#10182)Harutaka Kawamura2021-07-231-4/+2
* Remove deprecated --find-links option from pip freezeXavier Fernandez2021-07-131-18/+0
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-5/+2
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Pass freeze() kwargs directlyStéphane Bidoul2021-01-021-4/+2
* The freeze operation does not need a wheel_cacheStéphane Bidoul2021-01-021-5/+0
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Add --exclude option to pip freeze and pip list commandsXavier Fernandez2020-10-301-0/+4
* freeze: deprecate option --find-linksXavier Fernandez2020-10-301-0/+9
* fix(_internal/commands): Define a default add_option to child commandsgutsytechster2020-05-231-10/+11
* refactor(commands): Add method add_options and remove __init__gutsytechster2020-05-231-12/+9
* Type annotations for pip._internal.commands.freezeDevesh Kumar Singh2020-05-191-3/+9
* Drop --skip-requirements-regexPradyun Gedam2020-04-201-1/+0
* Remove no-op calls to WheelCache.cleanupChris Hunt2020-02-041-5/+2
* string_formattingDeepak Sharma2020-01-301-1/+1
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-2/+1
* Consolidate `--path` parsing into `cmdoptions.py`Laszlo Kiss-Kollar2019-06-131-11/+3
* Add --path to pip freeze to support --target installations (#6450)László Kiss Kollár2019-05-281-0/+13
* move format control to models and write parametrized testNitesh Sharma2018-09-021-1/+1
* Refactoring: Move FormatControl to separate classNitesh Sharma2018-08-281-2/+2
* Merge branch 'master' into refactor/pip-cli-subpackagePradyun Gedam2018-07-301-1/+1
|\
| * Update imports for the moved compat modulePradyun Gedam2018-07-291-1/+1
* | Rename basecommand -> base_commandPradyun Gedam2018-07-301-1/+1
* | Sort importsPradyun Gedam2018-07-291-1/+1
* | Move basecommand to pip._internal.cliPradyun Gedam2018-07-291-1/+1
|/
* Merge branch 'master' into cache/ephem-wheel-cachePradyun Gedam2018-01-241-1/+2
|\
| * Round 1 of Cleanups (#4844)Pradyun Gedam2017-12-251-1/+2
* | Merge masterPradyun S. Gedam2017-10-041-2/+5
|/
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+92