Comparing v0.21.0...v0.21.1 · theskumar/python-dotenv

Commits on Sep 18, 2022

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Fix typo

    Michael V. DePalatis authored and bbc2 committed

    Nov 25, 2022
    Configuration menu

    Browse the repository at this point in the history

  2. Improve error message for get and list commands

    The error message would previously be confusing. For example, `dotenv -f
    . list` would print:
    
        Error: Invalid value: Path "." does not exist.
    
    Instead, we now print:
    
        Error opening env file: [Errno 21] Is a directory: '.'
    
    I used this opportunity to slightly refactor the I/O code (e.g. fewer
    system calls and possible race conditions) for those two subcommands
    (`get` and `list`).

    bbc2 committed

    Nov 25, 2022
    Configuration menu

    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history