1. 28 Jul, 2020 1 commit
  2. 27 Jul, 2020 1 commit
  3. 24 Jul, 2020 17 commits
  4. 23 Jul, 2020 6 commits
  5. 21 Jul, 2020 7 commits
  6. 20 Jul, 2020 3 commits
  7. 14 Jul, 2020 2 commits
    • Standardise on using virtualenv package (#2666) · d5a99f00
      Until now poetry used the built-in venv module available in Python 3.
      This has presented a few concerns. Chief of which has been
      inconsistent environment setup. This includes, but is not limited to,
      pip version used by the `ensurepip` module which is in turn used by the
      built-in `venv.EnvBuilder`. Additionally, the `virtualenv` package
      allows for faster environment creation. This can also allow us to, going
      forward, drop ad-hoc code required to inspect and manage environments.
      Arun Babu Neelicattu committed
    • env: handle shell commands correctly · 46dd1d74
      Previously, environment run method handled shell commands incorrectly
      for windows platforms. This change ensures that command list to shell
      conversion occurs after shell option is enforced.
      Arun Babu Neelicattu committed
  8. 13 Jul, 2020 1 commit
  9. 10 Jul, 2020 2 commits