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.0.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.0.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 7 contributors

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    dd1af68View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    137bc3dView commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    be96be2View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    3ffcef6View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Allow modules using load_dotenv to be reloaded when launched in a sep…

    …arate thread (#497)
    
    Update `is_interactive` code
    @freddyaboulton
    freddyaboulton authoredJan 23, 2024
    Configuration menu
    Copy the full SHA
    0b94ac0View commit details
    Browse the repository at this point in the history
  2. Fix temporary file is deleted before closing, in the rewrite function (

    …#468)
    
    Currently, if an error is raised while using files from the rewrite function, then the temporary file is deleted before closing it.
    
    This is okay on unix, but unlinking open files causes an error on Windows.
    @Qwerty-133
    Qwerty-133 authoredJan 23, 2024
    Configuration menu
    Copy the full SHA
    6ff1391View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1eebbaView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42dc086View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6c0b96View commit details
    Browse the repository at this point in the history
Loading