8000 Comparing 3.1...3.1.1 · erikrose/peep · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erikrose/peep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1
Choose a base ref
...
head repository: erikrose/peep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 10, 2016

  1. Add *.pyc and *.egg-info/ to .gitignore

    Tox creates `peep.egg-info/` and `.pyc` files.
    Ed Morley committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    52ae6d8 View commit details
    Browse the repository at this point in the history
  2. Give handled and unhandled errors different exit codes

    To make it easier to test whether an unhandled exception has occurred.
    Ed Morley committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    0def721 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Handle pip InstallationError exceptions more gracefully

    `InstallationError` covers various "not peep's fault" errors, including
    no valid distribution being found for the requested package version,
    the requirements file being missing, or the contents not being valid:
    https://github.com/pypa/pip/blob/8.0.2/pip/exceptions.py
    https://github.com/pypa/pip/search?q="raise+InstallationError"&type=Code
    
    Previously these would have resulted in the "peep had a problem" output,
    which requests that users file an issue - when these cases are not
    peep's fault. Now the original pip error is output as-is, without the
    peep traceback.
    
    The tests rely on the exit code for unhandled exceptions being different
    from that for handled exceptions (fixed in the previous commit).
    
    Fixes #117.
    Ed Morley committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    f7657f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from edmorley/handle-pip-installationerror

    Merge better handling of errors that are not peep's fault.
    erikrose committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    e5c720a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

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

Commits on Feb 16, 2016

  1. Merge pull request #116 from jotes/fix_broken_urls

    The 'port' command returns a package name instead of the original link.
    erikrose committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    55a0cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee4466 View commit details
    Browse the repository at this point in the history
Loading
0