1. 23 Jul, 2020 2 commits
  2. 21 Jul, 2020 1 commit
  3. 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
  4. 13 Jul, 2020 1 commit
  5. 10 Jul, 2020 8 commits
  6. 03 Jul, 2020 2 commits
  7. 30 Jun, 2020 2 commits
  8. 26 Jun, 2020 4 commits
  9. 24 Jun, 2020 1 commit
  10. 22 Jun, 2020 1 commit
  11. 19 Jun, 2020 1 commit
  12. 15 Jun, 2020 1 commit
  13. 12 Jun, 2020 1 commit
  14. 09 Jun, 2020 10 commits
  15. 06 Jun, 2020 2 commits
  16. 05 Jun, 2020 1 commit