Skip to content
Permalink

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: v1.2.0
Choose a base ref
...
head repository: theskumar/python-dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 26, 2025

  1. Update docs requirements

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    8ed4f79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222ce2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76999e7 View commit details
    Browse the repository at this point in the history
  4. Fix test failures after moving config to pyproject.toml

    - Remove --cov-config setup.cfg reference in tox.ini since setup.cfg was deleted
    - Fix coverage report configuration by replacing 'include' with 'omit' to exclude tests
    - Coverage now reads configuration from pyproject.toml automatically
    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    467ee22 View commit details
    Browse the repository at this point in the history
  5. Support reading .env from FIFOs (Unix) (#586)

    * Support reading .env from FIFOs (Unix)
    
    * handle FileNotFoundError in FIFO checks and add FIFO load test
    
    ---------
    
    Co-authored-by: Sidharth Sudhir <[email protected]>
    sidharth-sudhir and Sidharth Sudhir authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    3af77d3 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    theskumar committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    b87807f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8716196 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaf2a91 View commit details
    Browse the repository at this point in the history
Loading