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

Commits on Sep 19, 2012

  1. Merge branch 'runners' into release

    Note that setup.cfg was adjusted during merge to
    preserve build tag.
    ethanrowe committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    377b901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8782f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2012

  1. Merge branch 'master' into release

    Accepted 'master' setup.py for conflict.
    ethanrowe committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    24b077e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2012

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

Commits on Oct 1, 2012

  1. Change build tag to "b"

    ethanrowe committed Oct 1, 2012
    Configuration menu
    Copy the full SHA
    a0e9c02 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

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

Commits on Apr 15, 2014

  1. Configuration menu
    Copy the full SHA
    dcee124 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.1.0

    Removed alpha status listing in metadata and the "b" build tag.
    ethanrowe committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    d5badfe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. .travis.yml for CI

    Basic testing on 2.6, 2.7, using the setuptools behavior for
    getting test dependencies
    ethanrowe committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    e56d6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdeda4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be6d053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad22a34 View commit details
    Browse the repository at this point in the history
  5. version 0.2.0

    mandrel-runner using return value as the exit code is a change
    to the interface, though probably a minor one for most uses.
    ethanrowe committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    2d1d0d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Added python3 support.

    Added a tox.ini which tests python 2 and 3 support.  Tests all pass with
    python 2.7 and 3.6.
    ajenkinski committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    500f155 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from ajenkinski/python3

    Added python3 support.
    ajenkinski authored Jul 14, 2017
    Configuration menu
    Copy the full SHA
    2e54fae View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    94df438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7057546 View commit details
    Browse the repository at this point in the history
  3. Add warnings against using mandrel for new work.

    For the love of god, people, this is obviously not a good way
    to approach the problem.
    ethanrowe committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4f3849a View commit details
    Browse the repository at this point in the history
  4. Bump to version 1.0.0!

    Just in time to tell people to please please please not use this
    project.
    ethanrowe committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    911e384 View commit details
    Browse the repository at this point in the history
Loading