21 次程式碼提交 (master)

作者 SHA1 備註 提交日期
  native-api 37917069ec
Fix failing to detect `-m venv` when "python" is not provided by the distro (#479) 5 月之前
  Yamashita, Yuu a9e1891e8b Prefer `python3.x` executable if avaialble (closes #206, #282) 5 年之前
  Yamashita, Yuu 927914b25f Make sure pydoc executable exists after creating virtualenv 7 年之前
  Yamashita, Yuu 8c7dd01954 Replaced `pyvenv` by `-m venv` 8 年之前
  Yamashita, Yuu 187156d600 Use `python -m venv` instead on `pyvenv` in tests 8 年之前
  Yamashita, Yuu 1f761275cd Install virtualenv 13.1.2 for CPython 3.2 (yyuu/pyenv#531) 8 年之前
  Yamashita, Yuu 9c49fcd734 Fix broken tests 8 年之前
  Yamashita, Yuu 48b491f343 Add test helpers for virtualenv, pyvenv and conda 8 年之前
  Yamashita, Yuu 6a2b77ed5b Fix tests 8 年之前
  Yamashita, Yuu 8038659299 Create virtualenv inside `envs` directory as similar as Anaconda 9 年之前
  Yamashita, Yuu 249759aa04 add foolproof for `-p` argument. 9 年之前
  Yamashita, Yuu e535faea4d Ignore user's site-packages on ensurepip/get-pip (#89) 9 年之前
  Yamashita Yuu e261806f96 Skip installing `setuptools` explicitly with using `ez_setup.py` (yyuu/pyenv#381) 9 年之前
  Yamashita Yuu a02eb0a396 Calling `create_symlinks` after `ensurepip` is unnecessary 10 年之前
  Yamashita Yuu bad4507541 Run _ensurepip_ after the every creation of virtualenv/pyvenv 10 年之前
  Yamashita Yuu 7c8805c343 Use same _ensurepip_ logic as python-build 10 年之前
  Yamashita Yuu dc12a345d8 Workaround for the issue with pyenv-which-ext (refs #26) 10 年之前
  Yamashita Yuu e853f74b26 Fix test cases around `create_symlinks` 10 年之前
  Yamashita Yuu 2cab533652 Use virtualenv instead of pyvenv if `-p` has given (yyuu/pyenv#158) 10 年之前
  Yamashita Yuu 826a7e1a37 Unset `PIP_REQUIRE_VENV` before executing `pip install`. (#10) 10 年之前
  Yamashita Yuu dcd3b12a97 Add unittest 10 年之前