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

Wheel binary package format #684

Closed
wants to merge 68 commits into from
Closed

Wheel binary package format #684

wants to merge 68 commits into from

Commits on Apr 3, 2011

  1. resolve symlinks in local files

    the tar libraries choke when checking valid
    filenames because they don't resolve symlinks
    ptone committed Apr 3, 2011
    Configuration menu
    Copy the full SHA
    a659a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2011

  1. Merge branch 'hotfix/1.0.2'

    jezdez committed Jul 16, 2011
    Configuration menu
    Copy the full SHA
    ea60bb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2011

  1. Merge pull request pypa#245 from ptone/find-links-symlinks

    resolve symlinks in local files
    Carl Meyer committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    47f1b2c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2012

  1. Merge branch 'release/1.1'

    jezdez committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    ee554dd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2012

  1. Configuration menu
    Copy the full SHA
    14b8321 View commit details
    Browse the repository at this point in the history
  2. install from wheel files

    dholth committed Jul 15, 2012
    Configuration menu
    Copy the full SHA
    f55a37a View commit details
    Browse the repository at this point in the history
  3. install from wheel files

    dholth committed Jul 15, 2012
    Configuration menu
    Copy the full SHA
    f6ccc0b View commit details
    Browse the repository at this point in the history
  4. py25 compat 'with statement'

    dholth committed Jul 15, 2012
    Configuration menu
    Copy the full SHA
    983e244 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2012

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

Commits on Jul 28, 2012

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

Commits on Aug 2, 2012

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

Commits on Aug 24, 2012

  1. Configuration menu
    Copy the full SHA
    899844a View commit details
    Browse the repository at this point in the history
  2. add broken wheel unit test

    dholth committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    9d49cdf View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2012

  1. debug unit test

    dholth committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    b8b0d62 View commit details
    Browse the repository at this point in the history
  2. fix wheel logger

    dholth committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    0129670 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2012

  1. Configuration menu
    Copy the full SHA
    78a1ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a060f96 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2012

  1. coverage marker

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    adef43b View commit details
    Browse the repository at this point in the history
  2. turn on debug logging in test

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    a764540 View commit details
    Browse the repository at this point in the history
  3. more info in test

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    2f6c140 View commit details
    Browse the repository at this point in the history
  4. use str(Path)

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    636c12f View commit details
    Browse the repository at this point in the history
  5. even more unit test tweaks

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    c8bfe6d View commit details
    Browse the repository at this point in the history
  6. further wheel tweaks

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    32c78f5 View commit details
    Browse the repository at this point in the history
  7. passing wheel test

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    b98abfd View commit details
    Browse the repository at this point in the history
  8. minor refactor

    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    0e519c4 View commit details
    Browse the repository at this point in the history
  9. require markerlib>=0.5.1 in test; next version of distribute won't

    require markerlib at all
    dholth committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    31a81c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2012

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

Commits on Aug 29, 2012

  1. Configuration menu
    Copy the full SHA
    9198366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5110355 View commit details
    Browse the repository at this point in the history
  3. Add whl to archive extensions so that local wheels can be installed (…

    …e.g. pip install path/to/a/wheel.whl)
    rubik committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    f0a2177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2214d23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef0da94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de46189 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2012

  1. Fix local wheels installation

    rubik committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    46a0f14 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2012

  1. Configuration menu
    Copy the full SHA
    54884de View commit details
    Browse the repository at this point in the history
  2. modified wheel tests

    dholth committed Sep 2, 2012
    Configuration menu
    Copy the full SHA
    6545c84 View commit details
    Browse the repository at this point in the history
  3. remove obsolete comments

    dholth committed Sep 2, 2012
    Configuration menu
    Copy the full SHA
    2f36414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    213d7d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2012

  1. Configuration menu
    Copy the full SHA
    cbc7478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630e938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f864932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9cce27 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. Configuration menu
    Copy the full SHA
    8700b00 View commit details
    Browse the repository at this point in the history
  2. clarify help

    dholth committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    3d7a789 View commit details
    Browse the repository at this point in the history
  3. s/distribution/package/

    dholth committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    ddf1217 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2012

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

Commits on Sep 12, 2012

  1. Configuration menu
    Copy the full SHA
    51689aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5e4f3 View commit details
    Browse the repository at this point in the history
  3. import SkipTest

    dholth committed Sep 12, 2012
    Configuration menu
    Copy the full SHA
    75ca249 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

  1. Configuration menu
    Copy the full SHA
    6870ab5 View commit details
    Browse the repository at this point in the history
  2. import with_statement

    dholth committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    c90b657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48700b7 View commit details
    Browse the repository at this point in the history
  4. import with_statement

    dholth committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    a0c4d83 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    dc6cd29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3089e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cedff7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07760d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65634a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8878a40 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2012

  1. Configuration menu
    Copy the full SHA
    bb5b8b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from qwcode/wheel_pip_docs

    terse docs for wheel feature
    dholth committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    34b2ad6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2012

  1. add broken 'pip build' command

    dholth committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    9cf6c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8011c49 View commit details
    Browse the repository at this point in the history
  3. Removed default upgrade value

    rubik committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    f221306 View commit details
    Browse the repository at this point in the history
  4. Removed silly print

    rubik committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    f7bbc23 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2012

  1. Configuration menu
    Copy the full SHA
    a591bff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from pfmoore/dholth-develop

    Encode sys.executable properly in script hashbang lines
    dholth committed Oct 1, 2012
    Configuration menu
    Copy the full SHA
    8ee22ff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/dholth/pip into wheel

    Conflicts:
    	pip/wheel.py
    dholth committed Oct 1, 2012
    Configuration menu
    Copy the full SHA
    f5dfea6 View commit details
    Browse the repository at this point in the history