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: dtcooper/python-fitparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: K-Phoen/python-fitparse
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.
  • 13 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 21, 2014

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

Commits on Oct 24, 2014

  1. Fix setup.py information

    K-Phoen committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    bfb0416 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Python 2 retrocompatibility

    fmartingr committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    50248c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c8dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1904969 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Merge pull request #1 from saluspot/py2

    Python 2 compatibility
    K-Phoen committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    2cf1a04 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Don't import package in setup.py

    You can easily run into problems, particularly around dependencies
    if you try to import the package to be installed inside of your
    `setup.py`.  Instead, use `pkg_resources` to get the version
    without importing.
    
    This technique and the hazards of importing are discussed here:
    http://stackoverflow.com/a/2073599/386210
    ghing committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    132c63b View commit details
    Browse the repository at this point in the history
  2. Add six as a dependency

    six is imported, but not listed as a dependency in setup.py.  Add it.
    ghing committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    48539fd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Merge pull request #2 from ghing/fix-setup

    Fix setup
    K-Phoen committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    a7eec76 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Read the __version__ from the fitparse/__init__.py without importing it

    It avoids having to read an extra VERSION file in the module code itself
    and leaves all the ugliness in setup.py, where ugliness belongs. This
    is the same technique that the requests module uses.
    detzgk committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    19e2753 View commit details
    Browse the repository at this point in the history
  2. Split bytes with bytes, not with string

    This should work on any version of Python >= 2.6.
    detzgk committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    6013015 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Merge pull request #4 from eli-green/setup-read-version

    Read the __version__ from the fitparse/__init__.py without importing it
    K-Phoen committed May 4, 2016
    Configuration menu
    Copy the full SHA
    a449d7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from eli-green/bytes-split

    Split bytes with bytes, not with string
    K-Phoen committed May 4, 2016
    Configuration menu
    Copy the full SHA
    6b29476 View commit details
    Browse the repository at this point in the history
Loading