Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'pip freeze PKG' outputs the installed version of PKG and its dependencies #1946

Closed

Commits on Jul 23, 2014

  1. 'pip freeze {NAME}' outputs the installed versions of package {NAME} …

    …and its recursive dependencies.
    benoitbryon committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    982a891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc94c3a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Fixed line count in 'pip show' tests. Renamed 'pip.util.recursive_dep…

    …endencies()' to 'pip.util.get_recursive_dependencies()'. This function now takes a list of positional arguments (was a list as first positional argument).
    benoitbryon committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    24a2dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84fb4a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Configuration menu
    Copy the full SHA
    ffa2694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4396efa View commit details
    Browse the repository at this point in the history
  3. Updated examples in documentation around 'pip freeze PKG' and 'Requir…

    …es recursive' in 'pip show'.
    benoitbryon committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    28d098c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Configuration menu
    Copy the full SHA
    4b43c91 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. pip.utils.get_recursive_dependencies() takes a list as first argument…

    … (was a list of positional arguments).
    benoitbryon committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    f895418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098ec7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2efb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd2fda View commit details
    Browse the repository at this point in the history
  5. pip.utils.get_recursive_dependencies() returns case-sensitive names, …

    …as declared by distributions.
    benoitbryon committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    8fb3bbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98b004f View commit details
    Browse the repository at this point in the history
  7. Used case-insensitive order for recursive dependencies in 'pip show' …

    …(was case-sensitive order).
    benoitbryon committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    e27ed4b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Configuration menu
    Copy the full SHA
    9bb013d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cfb9ad View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Merge remote-tracking branch 'origin/develop' into freeze_recursive_r…

    …edux
    
    Conflicts:
    	pip/commands/freeze.py
    	pip/commands/show.py
    	tests/functional/test_show.py
    msabramo committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    186ddf2 View commit details
    Browse the repository at this point in the history