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

added ability to invoke the package with -m option #34

Open
wants to merge 188 commits into
base: master
Choose a base branch
from
Open

added ability to invoke the package with -m option #34

wants to merge 188 commits into from

Commits on Feb 6, 2012

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

Commits on Feb 7, 2012

  1. Junit output

    cakebread committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    e9de3e0 View commit details
    Browse the repository at this point in the history
  2. Removed test

    cakebread committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    106e4fa View commit details
    Browse the repository at this point in the history
  3. Change python versions

    cakebread committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    2e41dca View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. Add new interpreters

    cakebread committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    384e86e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2012

  1. typo

    Thibault Kruse committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    6f83b69 View commit details
    Browse the repository at this point in the history
  2. Actually sort versions

    Thibault Kruse committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    1d46b5a View commit details
    Browse the repository at this point in the history
  3. parallel search for upgradeable

    Thibault Kruse committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    018b6cf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

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

Commits on May 2, 2012

  1. Configuration menu
    Copy the full SHA
    8dd3066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a6e532 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2012

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

Commits on Nov 3, 2012

  1. Configuration menu
    Copy the full SHA
    1df2e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b51179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea127ae View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2012

  1. Add more Python 3 compatibility

    myint committed Nov 11, 2012
    Configuration menu
    Copy the full SHA
    b3ca516 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. fix upgrade all oneliner

    Now does not cause "Double requirement given" error
    graingert committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    3243f49 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

  1. Merge pull request #12 from mbologna/develop

    Added support for python3, while maintaining compatibility with python2
    cakebread committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    ee8c9f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Put Python 3 variant on PyPI

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    1df1159 View commit details
    Browse the repository at this point in the history
  2. Format

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    f9a1e4e View commit details
    Browse the repository at this point in the history
  3. Increment version to 0.5

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    e8c690c View commit details
    Browse the repository at this point in the history
  4. Add makefile

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    2d48364 View commit details
    Browse the repository at this point in the history
  5. List Python 3

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    79ef2ff View commit details
    Browse the repository at this point in the history
  6. Clean up

    myint committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    ce6ea28 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Remove redundant file

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    61fec6c View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespace

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    7a81578 View commit details
    Browse the repository at this point in the history
  3. Clean up

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    86a15e6 View commit details
    Browse the repository at this point in the history
  4. Enable Travis CI

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    4787650 View commit details
    Browse the repository at this point in the history
  5. Test useful commands

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    45fc260 View commit details
    Browse the repository at this point in the history
  6. Remove incorrect warning

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    05c0069 View commit details
    Browse the repository at this point in the history
  7. Fix bad indentation

    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    a3acf2e View commit details
    Browse the repository at this point in the history
  8. Remove badly indentation text

    I can't be bothered to fix this.
    myint committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    45ae1e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Remove useless junk

    myint committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    1ec4db1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2013

  1. Remove useless junk

    myint committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    ec08e46 View commit details
    Browse the repository at this point in the history
  2. Add for Python 2

    myint committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    f2da86f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2013

  1. Configuration menu
    Copy the full SHA
    d9a0b6c View commit details
    Browse the repository at this point in the history
  2. Make more Python 3 compatible

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    a1bf59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a68ffd View commit details
    Browse the repository at this point in the history
  4. Clean up

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    3201318 View commit details
    Browse the repository at this point in the history
  5. Clean up

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    97498ac View commit details
    Browse the repository at this point in the history
  6. Format

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    576f089 View commit details
    Browse the repository at this point in the history
  7. Clean up

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    1ce9663 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eb9220 View commit details
    Browse the repository at this point in the history
  9. Fix spelling errors

    myint committed May 12, 2013
    Configuration menu
    Copy the full SHA
    74f3edb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2013

  1. Fix print

    myint committed May 18, 2013
    Configuration menu
    Copy the full SHA
    a204121 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2013

  1. Use HTTPS

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    064098b View commit details
    Browse the repository at this point in the history
  2. Format

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    0baa60b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e03fe View commit details
    Browse the repository at this point in the history
  4. Format

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    2e197ad View commit details
    Browse the repository at this point in the history
  5. Ignore

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    7a955e1 View commit details
    Browse the repository at this point in the history
  6. Add Travis CI badge

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    336b84f View commit details
    Browse the repository at this point in the history
  7. Show status of "develop" branch

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    9bee26d View commit details
    Browse the repository at this point in the history
  8. Make this more portable

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    e71eda6 View commit details
    Browse the repository at this point in the history
  9. Correct the readme path

    myint committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    f5c6fa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Replace pickle with ast.literal_eval()

    It is more portable (across Python 2/3) and it isn't any slower
    (according to a cursory "time" benchmark).
    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    0126c2c View commit details
    Browse the repository at this point in the history
  2. Write to cache less often

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    8866179 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'tkruse/master' into develop

    Conflicts:
    	setup.py
    	tests/test_yolk_cli.py
    	tox.ini
    	yolk/cli.py
    	yolk/pypi.py
    	yolk/yolklib.py
    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    68e3217 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'graingert/patch-1' into develop

    Conflicts:
    	README.rst
    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    5a2730b View commit details
    Browse the repository at this point in the history
  5. Remove deprecated syntax

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    cac3dbb View commit details
    Browse the repository at this point in the history
  6. Format

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    61ab9cd View commit details
    Browse the repository at this point in the history
  7. Increment minor version to 0.6

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    ef56181 View commit details
    Browse the repository at this point in the history
  8. Format

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    2b4b73d View commit details
    Browse the repository at this point in the history
  9. Fix spelling

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    4281e80 View commit details
    Browse the repository at this point in the history
  10. Fix spelling

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    b67efb4 View commit details
    Browse the repository at this point in the history
  11. Fix spelling

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    896c9b3 View commit details
    Browse the repository at this point in the history
  12. Fix spelling

    myint committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    a07b4e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Configuration menu
    Copy the full SHA
    8084d33 View commit details
    Browse the repository at this point in the history
  2. Increment patch version to 0.6.1

    Pip committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    82a5b9f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2013

  1. Fix indentation

    myint committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    6d3abe5 View commit details
    Browse the repository at this point in the history
  2. Mention "--upgrade"

    myint committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    32f0fa5 View commit details
    Browse the repository at this point in the history
  3. Remove idiotic line

    myint committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    a53583e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    806e3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2013

  1. Add more tests

    myint committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    6f9d44c View commit details
    Browse the repository at this point in the history
  2. Format

    myint committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    89e351c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2013

  1. Add doctests

    myint committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    9ff4dfb View commit details
    Browse the repository at this point in the history
  2. Add Python 3 compatibility

    myint committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    84f4f71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    935665f View commit details
    Browse the repository at this point in the history
  4. Add missing raw string literal

    myint committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    e7da0cd View commit details
    Browse the repository at this point in the history
  5. Clean up

    myint committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    4c1b8b3 View commit details
    Browse the repository at this point in the history
  6. Ignore 2.7

    myint committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    6e277f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. Get rid of annoying logger line

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    ce3e1d8 View commit details
    Browse the repository at this point in the history
  2. Show version properly

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    8c64b4c View commit details
    Browse the repository at this point in the history
  3. Remove garbage

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    bee6772 View commit details
    Browse the repository at this point in the history
  4. Remove logger

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    d61cf46 View commit details
    Browse the repository at this point in the history
  5. Clean up

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    103b741 View commit details
    Browse the repository at this point in the history
  6. Clean up

    myint committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    2da37db View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. Normalize underscores

    This gets "yolk -U" working for packages with underscores in them.
    myint committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    0f1089e View commit details
    Browse the repository at this point in the history
  2. Add checks

    myint committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    41a76a4 View commit details
    Browse the repository at this point in the history
  3. Increment minor version to 0.7

    myint committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    30bfdd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. Remove executable bit

    myint committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    333fc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. Swtich to argparse

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    1d6cfa1 View commit details
    Browse the repository at this point in the history
  2. Format

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    6d2b362 View commit details
    Browse the repository at this point in the history
  3. Enable argcomplete

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    053d558 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    2c51186 View commit details
    Browse the repository at this point in the history
  5. Format

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    aea6f66 View commit details
    Browse the repository at this point in the history
  6. Remove unused file

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    79db607 View commit details
    Browse the repository at this point in the history
  7. Remove unused code

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    4c15e24 View commit details
    Browse the repository at this point in the history
  8. Remove plugin stuff

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    643cd3a View commit details
    Browse the repository at this point in the history
  9. Remove obsolete item

    myint committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    bcb132d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2013

  1. Remove unnecessary "+"

    myint committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    0f5bb58 View commit details
    Browse the repository at this point in the history
  2. Simplify import

    myint committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    98f0ce0 View commit details
    Browse the repository at this point in the history
  3. Add "--pip-updates"

    myint committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    81c40dc View commit details
    Browse the repository at this point in the history
  4. Handle empty list

    myint committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    89ba6de View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. Indent

    myint committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    e1f6150 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2013

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

Commits on Mar 13, 2014

  1. Use correct name for cache file

    This avoids collision with the pickle file that was previously used in
    older yolk versions. This fixes #1.
    myint committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    0c52b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d8120 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. Allow arguments for narrowing search

    This fixes #2. This regression occurred when switching to argparse.
    myint committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    2901eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b510b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Add more tests

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    158f681 View commit details
    Browse the repository at this point in the history
  2. Simplify

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    efc5281 View commit details
    Browse the repository at this point in the history
  3. Ignore

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    9511326 View commit details
    Browse the repository at this point in the history
  4. Remove obsolete items

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    ebf37a5 View commit details
    Browse the repository at this point in the history
  5. Remove obsolete files

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    a1a736e View commit details
    Browse the repository at this point in the history
  6. Remove obsolete files

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    4bd1d37 View commit details
    Browse the repository at this point in the history
  7. Remove more obsolete files

    How may ways do you want to do the same thing?
    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    68c9e6b View commit details
    Browse the repository at this point in the history
  8. Remove cruft

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    18c9c2b View commit details
    Browse the repository at this point in the history
  9. Remove reference to cruft

    myint committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    e7e4932 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Support Python 3.4

    myint committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    3abea1e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

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

Commits on Mar 21, 2014

  1. Support upgrading using pip

    myint committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    5d6dc2a View commit details
    Browse the repository at this point in the history
  2. Format

    myint committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    6e6f5d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. Correct information

    myint committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    fca9739 View commit details
    Browse the repository at this point in the history
  2. Increment minor version to 0.8

    myint committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    a28f4b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Rename "--pip" to "--upgrade"

    The old option will still work.
    myint committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    a32f2b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Configuration menu
    Copy the full SHA
    ad85d64 View commit details
    Browse the repository at this point in the history
  2. Document fork

    myint committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    9d348f6 View commit details
    Browse the repository at this point in the history
  3. Clean up

    myint committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    92051cd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2014

  1. Document "--user" further

    myint committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    ecf18a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Simplify

    myint committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    ecdb43b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Remove extra parentheses

    myint committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    275b502 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2014

  1. Use SVG

    myint committed Apr 12, 2014
    Configuration menu
    Copy the full SHA
    18e034d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2014

  1. Simplify

    myint committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    7938865 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Enable Python 3.4 on Travis CI

    myint committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    73bef30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bbccdf View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Enable 3.4 on Travis CI

    myint committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    e826b74 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2014

  1. Try file 'PKG-INFO' or 'METADATA' to retrieve package metadata

    Some packages seem to store the metadata in a file called 'METADATA' instead
    of 'PKG-INFO'. Probably the change is related to a newer pip or setuptools
    version but I don't know for sure.
    eht16 committed May 4, 2014
    Configuration menu
    Copy the full SHA
    0d9927f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Configuration menu
    Copy the full SHA
    717d581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8744771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f361c8e View commit details
    Browse the repository at this point in the history
  4. Format

    myint committed May 26, 2014
    Configuration menu
    Copy the full SHA
    02c95c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2014

  1. Remove useless comments

    myint committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    4e8257f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. Configuration menu
    Copy the full SHA
    8911523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa54f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4932856 View commit details
    Browse the repository at this point in the history
  4. Increment minor version

    myint committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    7a976b1 View commit details
    Browse the repository at this point in the history
  5. Format

    myint committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    90e6bb3 View commit details
    Browse the repository at this point in the history
  6. Mention "--user"

    myint committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    591982a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Merge remote-tracking branch 'eht16/develop'

    Conflicts:
    	yolk/metadata.py
    myint committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    90e44cc View commit details
    Browse the repository at this point in the history
  2. Get metadata correctly

    myint committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    7d1b0d0 View commit details
    Browse the repository at this point in the history
  3. Preserve metadata order

    myint committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    b26e521 View commit details
    Browse the repository at this point in the history
  4. Confirm output in test

    myint committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    0e3c633 View commit details
    Browse the repository at this point in the history
  5. Use package that is on Travis

    myint committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    043fc5d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

  1. Increment patch version

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    62f9519 View commit details
    Browse the repository at this point in the history
  2. Add more checks

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    3ceb407 View commit details
    Browse the repository at this point in the history
  3. Interpret "--fields" as comma separated

    Previously there was inconsistency depending on command.
    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    f2e5e7e View commit details
    Browse the repository at this point in the history
  4. Treat keys a case insensitive

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    a52843a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04cc55f View commit details
    Browse the repository at this point in the history
  6. Add readme check

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    170d4cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a51e98 View commit details
    Browse the repository at this point in the history
  8. Clean up

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    cfcd21c View commit details
    Browse the repository at this point in the history
  9. Return error code

    myint committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    e8edb98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8209ae View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    66f066c View commit details
    Browse the repository at this point in the history
  2. Clean up beforehand

    myint committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    6e5a2ee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2014

  1. Print message on failure

    myint committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    29cdb84 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Configuration menu
    Copy the full SHA
    5e73685 View commit details
    Browse the repository at this point in the history
  2. Switch to development mode

    myint committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    ee5f2e9 View commit details
    Browse the repository at this point in the history
  3. Factor out code from loop

    myint committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    11426ea View commit details
    Browse the repository at this point in the history
  4. Handle non-TTYs

    myint committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    904f3f2 View commit details
    Browse the repository at this point in the history
  5. Clean up

    myint committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    04e6ae0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

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

Commits on Sep 28, 2014

  1. Configuration menu
    Copy the full SHA
    2546edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d002011 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Fix spelling

    myint committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    6985408 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. Suppress false positive

    myint committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    dfcabe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Clean up

    myint committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    a2b502c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

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

Commits on May 27, 2015

  1. Merge pull request #5 from michael-yin/develop

    make query_versions_pypi non case-sensitive
    myint committed May 27, 2015
    Configuration menu
    Copy the full SHA
    5ae9b03 View commit details
    Browse the repository at this point in the history
  2. Modify docstring wording

    myint committed May 27, 2015
    Configuration menu
    Copy the full SHA
    3e6c7cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3219a92 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    myint committed May 27, 2015
    Configuration menu
    Copy the full SHA
    5e763aa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2015

  1. Support printing Unicode metadata under Python 2

    This fixes #6.
    myint committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    fc842a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fadf09f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b4beb1 View commit details
    Browse the repository at this point in the history
  4. Simplify

    myint committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    39cc18c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

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

Commits on May 8, 2016

  1. merged with myint/yolk

    nad2000 committed May 8, 2016
    Configuration menu
    Copy the full SHA
    6f6087d View commit details
    Browse the repository at this point in the history