Skip to content

Pull requests: theskumar/python-dotenv

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix dotenv get in case of handling of empty string values
#642 opened Apr 17, 2026 by kocsisbalazs Loading… updated Apr 17, 2026
docs: fix grammar - change 'it's' to 'its' in load_dotenv docstring
#641 opened Apr 8, 2026 by vincent067 Loading… updated Apr 8, 2026
docs: fix grammar - change incorrect 'it's' to 'its'
#639 opened Mar 26, 2026 by vincent067 Loading… updated Mar 26, 2026
Fix caching for empty dotenv files
#638 opened Mar 26, 2026 by ReinerBRO Loading… updated Mar 26, 2026
perf: replace dict merge with ChainMap in resolve_variables
#628 opened Mar 12, 2026 by matheusvir Loading… updated Mar 26, 2026
docs: fix broken mkdocs link in CONTRIBUTING.md
#636 opened Mar 25, 2026 by vincent067 Loading… updated Mar 25, 2026
fix(parser): support bash-style single-quote splices in values
#633 opened Mar 16, 2026 by simoncraf Loading… updated Mar 17, 2026
feat: add strict parameter to load_dotenv() and dotenv_values()
#632 opened Mar 15, 2026 by AhsanSheraz Loading… updated Mar 15, 2026
4 tasks done
feat: generate template from .env file
#630 opened Mar 12, 2026 by amahuli03 Loading… updated Mar 12, 2026
2 tasks
perf: replace regex findall with str.count in parser advance()
#629 opened Mar 12, 2026 by matheusvir Loading… updated Mar 12, 2026
fix: incorrect uv commands in CONTRIBUTING.md and .gitignore update
#627 opened Mar 11, 2026 by amahuli03 Loading… updated Mar 11, 2026
docs: redo docs, use zensical, and follow diatrix
#625 opened Mar 9, 2026 by theskumar Owner Loading… updated Mar 9, 2026
feat: add with_env param in dotenv_values
#385 opened Mar 8, 2022 by ramwin Loading… updated Mar 1, 2026
Add method to update multiple key/values to .env
#342 opened Jul 7, 2021 by mrjng Loading… updated Mar 1, 2026
Add example env file generator
#362 opened Nov 10, 2021 by ethsanders Loading… updated Mar 1, 2026
Fix verbose .env file missing
#478 opened Aug 14, 2023 by TheGeeKing Loading… updated Mar 1, 2026
Add function to write header block to .env file
#559 opened May 6, 2025 by ankona Draft updated Mar 1, 2026
[Fix] parser handling of inline comments with empty values
#601 opened Jan 4, 2026 by Turtle-Hwan Loading… updated Mar 1, 2026
Dotenv run resolve path
#508 opened Mar 15, 2024 by Bajron Loading… updated Mar 1, 2026
feat: option to change POSIX variable name regex - facilitate passthrough
#573 opened Aug 16, 2025 by space88man Loading… updated Mar 1, 2026
Change assertion into the loop invariant
#500 opened Jan 30, 2024 by Bajron Loading… updated Mar 1, 2026
[CLI] Support multiple files in CLI commands
#611 opened Jan 17, 2026 by asymness Loading… updated Mar 1, 2026
ProTip! Type g i on any issue or pull request to go back to the issue listing page.