90f8b07a3c
- Update to 1.1.1 * CLI: Ensure find_dotenv work reliably on python 3.13 * CLI: revert the use of execvpe on Windows
Markéta Machová2025-09-26 08:54:14 +00:00
6a73714dfd
- Add patch avoid-click-8.2-bug.patch: * Work around an upstream click 8.2.0 bug. - Switch to pyproject macros.
Steve Kowalik2025-05-14 05:41:57 +00:00
1d65a77f1e
Accepting request 1269223 from devel:languages:python
Ana Guerrero2025-04-15 14:45:15 +00:00
d45fbd46cb
- update to 1.1.0: * Add a security policy * Enhance dotenv run: Switch to execvpe for better resource management and signal handling * Add Python 3.13 trove classifier * Add support for python 3.13 and drop 3.8 * docs: Update README.md * Some more s/Python-dotenv/python-dotenv/ * add _is_debugger so load_dotenv will work in pdb
Markéta Machová2025-04-14 10:10:30 +00:00
9f2aad94f8
Accepting request 1145307 from devel:languages:python
Ana Guerrero2024-02-09 22:51:54 +00:00
25ae03750a
- update to 1.0.1: * Gracefully handle code which has been imported from a zipfile * Allow modules using load_dotenv to be reloaded when launched in a separate thread * Fix file not closed after deletion, handle error in the rewrite function * Use pathlib.Path in tests * Fix year in release date in changelog.md * Use https in README links * Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. * The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]),
Dirk Mueller2024-02-01 21:24:10 +00:00
293557e8b0
- update to 1.0.0: * Drop support for python 3.7, add python 3.12-dev * Handle situations where the cwd does not exist. * Use Python 3.11 non-beta in CI * Modernize variables code * Modernize main.py and parser.py code * Improve conciseness of cli.py and __init__.py * Improve error message for get and list commands when env file can't be opened * Updated License to align with BSD OSI template * Fix Out-of-scope error when "dest" variable is undefined * Fix IPython test warning about deprecated magic * Fix type hint for dotenv_path var, add StrPath alias * CLI: add support for invocations via 'python -m'. * load_dotenv function now returns False. * CLI: add --format= option to list command. * Drop Python 3.5 and 3.6 and upgrade GA * Use open instead of io.open. * Improve documentation for variables without a value * Add parse_it to Related Projects * Update README.md * Improve documentation with direct use of MkDocs
Dirk Mueller2023-05-07 09:17:51 +00:00
9baf85d349
- Update to 0.10.2: * Add type hints and expose them to users (@qnighy)(#172) * load_dotenv and dotenv_values now accept an encoding parameter, defaults to None (@theskumar)(@earlbread)(#161) * Fix str/unicode inconsistency in Python 2: values are always str now. (@bbc2)(#121) * Fix Unicode error in Python 2, introduced in 0.10.0. (@bbc2)(#176)
Tomáš Chvátal
2019-05-25 09:00:13 +00:00
eceaec2205
Accepting request 682595 from devel:languages:python
Stephan Kulow
2019-03-10 08:36:57 +00:00
44e50b1cc0
Accepting request 682530 from home:jayvdb:py-check-failures
Tomáš Chvátal
2019-03-07 16:40:33 +00:00
f613ec3245
Accepting request 677632 from devel:languages:python
Yuchen Lin2019-02-20 13:15:21 +00:00
2f047d3bf0
Remove unnecessary build dependency on pypandoc
John Vandenberg
2019-02-16 02:51:10 +00:00
e419cc134d
Accepting request 676338 from home:jayvdb:django
Tomáš Chvátal
2019-02-15 08:03:22 +00:00