-
Notifications
You must be signed in to change notification settings - Fork 452
Comparing changes
Open a pull request
base repository: theskumar/python-dotenv
base: v0.21.0
head repository: theskumar/python-dotenv
compare: v0.21.1
- 15 commits
- 14 files changed
- 9 contributors
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cedd36d - Browse repository at this point
Copy the full SHA cedd36dView commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 718307b - Browse repository at this point
Copy the full SHA 718307bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ecb57d - Browse repository at this point
Copy the full SHA 1ecb57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e199c3 - Browse repository at this point
Copy the full SHA 7e199c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cc7ae - Browse repository at this point
Copy the full SHA 00cc7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cadf4fc - Browse repository at this point
Copy the full SHA cadf4fcView commit details
Commits on Nov 12, 2022
-
Fix IPython test warning about deprecated
magic
IPython would complain about: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
Configuration menu - View commit details
-
Copy full SHA for c22bc50 - Browse repository at this point
Copy the full SHA c22bc50View commit details -
Use f-strings, make some code more concise and change docstrings to d…
…ouble quotes according to PEP257
Configuration menu - View commit details
-
Copy full SHA for ceca48c - Browse repository at this point
Copy the full SHA ceca48cView commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 025f762 - Browse repository at this point
Copy the full SHA 025f762View commit details -
Improve error message for
get
andlist
commandsThe error message would previously be confusing. For example, `dotenv -f . list` would print: Error: Invalid value: Path "." does not exist. Instead, we now print: Error opening env file: [Errno 21] Is a directory: '.' I used this opportunity to slightly refactor the I/O code (e.g. fewer system calls and possible race conditions) for those two subcommands (`get` and `list`).
Configuration menu - View commit details
-
Copy full SHA for 7dc2492 - Browse repository at this point
Copy the full SHA 7dc2492View commit details
Commits on Jan 5, 2023
-
Updated license format to better Align with BSD OSI template (#433)
Co-authored-by: Saurabh Kumar <[email protected]> Thanks @lsmith77
Configuration menu - View commit details
-
Copy full SHA for f75103c - Browse repository at this point
Copy the full SHA f75103cView commit details
Commits on Jan 11, 2023
-
Fix type hint for dotenv_path var, add StrPath alias (#432)
* Fix type hint for load_dotenv Fixes #431 * Quote type hints to avoid runtime errors in earlier Python versions * Revise type of dotenv_path parameter Based on PR feedback and typeshed's type hint for the built-in open() function: https://github.com/python/typeshed/blob/e2d67bf7034f68c07bd35150247e58e0817725d9/stdlib/builtins.pyi#L1421 * Allow only string paths, not byte paths These paths can flow into `shutil.move`, which does not accept byte paths or (int) file descriptors. See python/typeshed#6832 * Create a type alias for the paths this library accepts And use it consistently in main.py.
Configuration menu - View commit details
-
Copy full SHA for 09cf4ab - Browse repository at this point
Copy the full SHA 09cf4abView commit details
Commits on Jan 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a18ea18 - Browse repository at this point
Copy the full SHA a18ea18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84bccd - Browse repository at this point
Copy the full SHA b84bccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5317a56 - Browse repository at this point
Copy the full SHA 5317a56View 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 v0.21.0...v0.21.1