-
Notifications
You must be signed in to change notification settings - Fork 187
Comparing changes
Open a pull request
base repository: dtcooper/python-fitparse
base: master
head repository: K-Phoen/python-fitparse
compare: master
- 13 commits
- 8 files changed
- 5 contributors
Commits on Oct 21, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4c41a25 - Browse repository at this point
Copy the full SHA 4c41a25View commit details
Commits on Oct 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for bfb0416 - Browse repository at this point
Copy the full SHA bfb0416View commit details
Commits on Feb 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 50248c3 - Browse repository at this point
Copy the full SHA 50248c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c8dc4 - Browse repository at this point
Copy the full SHA 51c8dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1904969 - Browse repository at this point
Copy the full SHA 1904969View commit details
Commits on Mar 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2cf1a04 - Browse repository at this point
Copy the full SHA 2cf1a04View commit details
Commits on Mar 23, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 132c63b - Browse repository at this point
Copy the full SHA 132c63bView commit details -
six is imported, but not listed as a dependency in setup.py. Add it.
Configuration menu - View commit details
-
Copy full SHA for 48539fd - Browse repository at this point
Copy the full SHA 48539fdView commit details
Commits on Mar 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a7eec76 - Browse repository at this point
Copy the full SHA a7eec76View commit details
Commits on Apr 27, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 19e2753 - Browse repository at this point
Copy the full SHA 19e2753View commit details -
Split bytes with bytes, not with string
This should work on any version of Python >= 2.6.
Configuration menu - View commit details
-
Copy full SHA for 6013015 - Browse repository at this point
Copy the full SHA 6013015View commit details
Commits on May 4, 2016
-
Merge pull request #4 from eli-green/setup-read-version
Read the __version__ from the fitparse/__init__.py without importing it
Configuration menu - View commit details
-
Copy full SHA for a449d7c - Browse repository at this point
Copy the full SHA a449d7cView commit details -
Merge pull request #5 from eli-green/bytes-split
Split bytes with bytes, not with string
Configuration menu - View commit details
-
Copy full SHA for 6b29476 - Browse repository at this point
Copy the full SHA 6b29476View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master