1. 15 Mar, 2021 4 commits
  2. 12 Mar, 2021 1 commit
  3. 09 Mar, 2021 5 commits
  4. 08 Mar, 2021 4 commits
  5. 07 Mar, 2021 6 commits
  6. 05 Mar, 2021 11 commits
  7. 04 Mar, 2021 1 commit
  8. 02 Mar, 2021 2 commits
  9. 20 Feb, 2021 1 commit
    • Jürgen Gmach's avatar
      Fix bootstrapping for development · 36456192
      Jürgen Gmach authored
      - fix bootstrapping for Python 2.7
      
      The bootstrap process uses `get-pip.py`, which in its latest version,
      tries to bootstrap a Python 3 only version of pip.
      
      We need to pass in a separate URL for a Python 2.7 compatible version of
      get-pip.py.
      
      - Handle different pip messages
      
      e.g. on pip 20.3.4 the message for no updates is
      "Requirement already up-to-date"
      
      e.g. on pip 21.0.1 the message for no updates is
      "Requirement already satisfied"
      36456192
  10. 13 Oct, 2020 1 commit
  11. 09 Oct, 2020 1 commit
  12. 01 Oct, 2020 2 commits
  13. 25 Jun, 2020 1 commit