Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: sneal/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: poise/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 18, 2014

  1. Bump default version

    Closes poise#106.
    coderanger committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    ec1dd90 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Fix version detection (setuptools and distribute)

    The versions of `distribute`, `pip`, `setuptools` and `wsgiref` are
    excluded from the output of `pip freeze`, however they do show up in the
    output from `pip list`. This allows us to use a more general
    implentation of parsing the output from `pip list` to get the current
    version of all distributions.
    
    Also removes a dependency on `grep`.
    
    Distributions excluded from `pip freeze`:
    /pypa/pip/blob/2ad8888901c041b8f9aacebb3a16d55bf631e867/pip/util.py#L372
    mal committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    f6d0837 View commit details
    Browse the repository at this point in the history
  2. Merge pull request poise#94 from idio-cookbooks/version-detection

    Fix version detection (setuptools and distribute)
    coderanger committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    56424ab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

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

Commits on Sep 21, 2014

  1. Update README.md

    Fixed typo.
    nathanph committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    c3ed4e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. @ranjib pointed out I hard-wired to upgrade

    Use the correct semantics of upgrade unless version locked.
    coderanger committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    9c6d0aa View commit details
    Browse the repository at this point in the history
  2. Revert "@ranjib pointed out I hard-wired to upgrade"

    This reverts commit 9c6d0aa.
    coderanger committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    2348520 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Merge pull request poise#124 from nathanph/master

    Fixed Typo - Update README.md
    coderanger committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    8b3fd0f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. fix python install from source to work with chef 12

    Also update the test suite to reflect the right python version
    chantra committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    a553743 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2014

  1. Merge pull request poise#133 from chantra/fix_chef12

    fix python install from source to work with chef 12
    coderanger committed Dec 13, 2014
    Configuration menu
    Copy the full SHA
    01e511b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. opscode2chef

    Sean OMeara committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    8ae142f View commit details
    Browse the repository at this point in the history
  2. Merge pull request poise#143 from someara/master

    opscode2chef
    coderanger committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    68edd40 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Update README.md

    coderanger committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    d843d80 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Deprecated. [ci skip]

    coderanger committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    711e4d9 View commit details
    Browse the repository at this point in the history
Loading