Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
isprogram
/
pyenv
miroir de
https://github.com/pyenv/pyenv.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Projects
0
Versions
241
Wiki
Activité
Parcourir la source
v20151103
pull/471/head
v20151103
Yamashita, Yuu
il y a 10 ans
Parent
52544e6956
révision
0daf04a71b
3 fichiers modifiés
avec
8 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+6
-0
CHANGELOG.md
+1
-1
libexec/pyenv---version
+1
-1
test/pyenv.bats
+ 6
- 0
CHANGELOG.md
Voir le fichier
@ -1,5 +1,11 @@
## Version History
### 20151103
* python-build: Add PyPy 4.0.0 (#463)
* python-build: Add Jython 2.7.1b2
* python-build: Add warning about setuptools issues on CPython 3.0.1 on OS X (#456)
### 20151006
* pyenv: Different behaviour when invoking .py script through symlink (#379,
#404
)
+ 1
- 1
libexec/pyenv---version
Voir le fichier
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20151
006
"
version="20151
103
"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
+ 1
- 1
test/pyenv.bats
Voir le fichier
@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20151
006
" ]
assert [ "${lines[0]}" == "pyenv 20151
103
" ]
}
@test "invalid command" {
Écrire
Aperçu
Chargement…
Annuler
Enregistrer