-
Notifications
You must be signed in to change notification settings - Fork 522
Pull requests: theskumar/python-dotenv
Author
Label
Projects
Milestones
Reviews
Assignee
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
Replaced IOError with FileNotFoundError on line 320 of main.py to use a more specific and appropriate exception for file not found errors.
#626
opened Mar 10, 2026 by
creepereye1204
Loading…
updated Mar 10, 2026
docs: redo docs, use zensical, and follow diatrix
#625
opened Mar 9, 2026 by
theskumar
Owner
Loading…
updated Mar 9, 2026
feat: allow nested variable expansion in bash-like default value syntax
enhancement
#420
opened Aug 24, 2022 by
iamfat
Loading…
updated Mar 1, 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
feat: Add waiting logic for FIFO files that may not be immediately readable
#599
opened Dec 13, 2025 by
lukeocodes
Loading…
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
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
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.