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

PEP 440 Implementation #1

Merged
merged 17 commits into from Aug 26, 2014
Merged

PEP 440 Implementation #1

merged 17 commits into from Aug 26, 2014

Commits on Jul 3, 2014

  1. Require 100% test coverage

    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    7a194d1 View commit details
    Browse the repository at this point in the history
  2. Implement PEP 440 versions

    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    fbd039c View commit details
    Browse the repository at this point in the history
  3. Implement PEP 440 specifiers

    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    55c58bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edb18dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c96bae1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fc910b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77eee20 View commit details
    Browse the repository at this point in the history
  8. Do not throw away trailing digits for representation

    Instead of normalizing 1.0 to 1, we'll continue to keep all of the
    digits that a version normally contains so we can more faithfully
    recreate it. The compare key will still continue to drop trailing
    zeros for comparing versions.
    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    4b016f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    314effa View commit details
    Browse the repository at this point in the history
  10. Switch from : to ! to denote an Epoch

    The : character has special connotations on Windows, which makes it
    an invalid character, so we'll use ! instead which is not an invalid
    character.
    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    6e3268a View commit details
    Browse the repository at this point in the history
  11. Allow empty specifiers

    dstufft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    c26a427 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    854565a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38ddbb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a356cc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

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

Commits on Aug 6, 2014

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

Commits on Aug 9, 2014

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