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
    dd1af68 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Jun 24, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    3ffcef6 View 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 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0b94ac0 View 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 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6ff1391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1eebba View commit details
    Browse the repository at this point in the history
  4. Update changelog for 1.0.1

    theskumar committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    42dc086 View commit details
    Browse the repository at this point in the history
  5. Bumpversion 1.0.0 -> 1.0.1

    theskumar committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d6c0b96 View commit details
    Browse the repository at this point in the history
Loading