-
Notifications
You must be signed in to change notification settings - Fork 478
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: theskumar/python-dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: theskumar/python-dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 3 contributors
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cbd017a - Browse repository at this point
Copy the full SHA cbd017aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeaec26 - Browse repository at this point
Copy the full SHA aeaec26View commit details
Commits on Jan 22, 2020
-
Fix upload to PyPI by Travis CI
* Add `bdist_wheel` to the uploaded distributions. This avoids the need for pip to run `setup.py` when installing the package, speeding up installation and avoiding potential environment issues. * `skip_existing` avoids CI failures due to "deploy" tasks being run several times by Travis for one tag pushed.
Configuration menu - View commit details
-
Copy full SHA for 72d1db5 - Browse repository at this point
Copy the full SHA 72d1db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e68b7f - Browse repository at this point
Copy the full SHA 4e68b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558d435 - Browse repository at this point
Copy the full SHA 558d435View commit details
Commits on Jan 28, 2020
-
Use logging instead of warnings
Problems with the `warnings` module: * Undesirable output in tests, although it could be filtered out. * Output unsuited for users: shows source code of Python-dotenv. Users don't know what to do with that. * Rather meant for programming issues (e.g. deprecation) rather than runtime issues (file not found). Problems with the `logging` module: * Slightly less easy to test, unlike warnings with `catch_warnings(record=True)`, because you need to use the `mock` package for compatibility with Python 2. Despite this last issue, I think it makes more sense to use the `logging` module as a base for warnings. Of course, `logging` is not suited to all forms of output, so this change doesn't mean `logging` has to be used everywhere. For instance, if we want to improve the output of the `dotenv` CLI later, we might want to use `print`, `click.echo` or other printing facilities.
Configuration menu - View commit details
-
Copy full SHA for a8daa7c - Browse repository at this point
Copy the full SHA a8daa7cView commit details
Commits on Feb 4, 2020
-
Add control over interpolation
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a02bfac - Browse repository at this point
Copy the full SHA a02bfacView commit details
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d677355 - Browse repository at this point
Copy the full SHA d677355View commit details
Loading
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 v0.10.5...v0.11.0