Commit graph

7966 commits

Author SHA1 Message Date
Gil Forsyth
1154bca24f
Merge pull request #2993 from xonsh/broke-sym
Broken symlinks
2019-01-29 12:49:42 -05:00
Anthony Scopatz
fa302a75d5
Merge pull request #2994 from techtonik/patch-1
Document file extension and shebang
2019-01-29 07:39:47 -05:00
Anthony Scopatz
899f0be2cf
Merge pull request #2995 from techtonik/patch-2
https for github templates
2019-01-29 07:38:46 -05:00
anatoly techtonik
5d2ac95804
https for PR template 2019-01-29 13:48:07 +03:00
anatoly techtonik
4245356f9c
https 2019-01-29 13:46:48 +03:00
anatoly techtonik
b39922de35
Document file extensions and sheband
Fixes #2990
2019-01-29 13:44:49 +03:00
Anthony Scopatz
75dd8b652c
Merge pull request #2979 from 74th/feature/direnv
Adds xontrib which supports direnv to xontrib list
2019-01-28 22:30:22 -05:00
Anthony Scopatz
9bdae0c6d1 merge and fix conflict 2019-01-28 22:28:59 -05:00
Anthony Scopatz
57c8877bb3 turn off conda update 2019-01-28 22:19:51 -05:00
Anthony Scopatz
2ee9bf8ee7 Pin to conda=4.5.11 2019-01-28 22:15:17 -05:00
Anthony Scopatz
4adb4cda8d try updating conda 2019-01-28 22:06:27 -05:00
Anthony Scopatz
47117a12f1 try updating conda 2019-01-28 22:05:04 -05:00
Anthony Scopatz
e6ead988b6 added display names to azure 2019-01-28 21:54:54 -05:00
Anthony Scopatz
1102e1b8de fix broken symlink issue on windows 2019-01-28 18:07:55 -05:00
Anthony Scopatz
10f67def3c more CI test fixes 2019-01-28 18:04:15 -05:00
Anthony Scopatz
b38b433583 change req order for pip 2019-01-28 18:03:59 -05:00
Atsushi Morimoto
0fb5a8068d Merge remote-tracking branch 'origin/master' into feature/direnv 2019-01-24 10:01:34 +09:00
Gil Forsyth
d6d7fbee98
Merge pull request #2988 from techtonik/patch-1
https
2019-01-22 22:45:45 -05:00
anatoly techtonik
39620b8fbe
https 2019-01-22 22:02:27 +03:00
Chad Kennedy
1783f23631
Fix for #2982 2019-01-14 13:41:48 -06:00
74th
8eb26b50ab fix https://circleci.com/gh/xonsh/xonsh/4869 2019-01-07 23:20:22 +09:00
74th
bd6bdfe344 fix https://circleci.com/gh/xonsh/xonsh/4864 2019-01-07 21:25:55 +09:00
74th
ac38dd3fec Add xontrib direnv news 2019-01-05 18:20:19 +09:00
74th
766e8761b8 add xonsh-direnv 2019-01-05 17:58:32 +09:00
Anthony Scopatz
74ff3bdd8a Updated CHANGELOG for 0.8.8 2019-01-04 12:22:34 -05:00
Anthony Scopatz
3ac05c4299 bumped version to 0.8.8 2019-01-04 12:22:34 -05:00
Anthony Scopatz
b64a2126d3
Merge pull request #2968 from knowsuchagency/vox-virtualenvs
allow user to invoke specific interpreter for vox virtualenv creation
2019-01-02 19:02:13 -05:00
Anthony Scopatz
e4c6a2fd2c
remove empty args 2019-01-02 18:45:47 -05:00
Stephan Fitzpatrick
38da59fcc9 use list as opposed to shlex for command parsing 2018-12-30 03:15:39 -08:00
Anthony Scopatz
91438e56b0
Merge pull request #2973 from CJ-Wright/chain_db_type
Resolve types in ChainDB to input types if possible
2018-12-28 16:03:16 -05:00
christopher
1ba27fe5b3 fix bad copy paste 2018-12-28 15:51:34 -05:00
christopher
8524aed718 flake8 2018-12-28 15:48:59 -05:00
christopher
1771654787 add test for mixed types 2018-12-28 15:48:48 -05:00
christopher
9bf9bedbc0 use isinstance for type check 2018-12-28 15:29:33 -05:00
christopher
0d443a9c85 handle mutable sets 2018-12-28 15:18:42 -05:00
christopher
150706d224 fix test syntax error 2018-12-28 15:08:06 -05:00
christopher
713bb917a0 news 2018-12-28 14:52:37 -05:00
christopher
410eb27847 resolve types in chainDB 2018-12-28 14:51:42 -05:00
Anthony Scopatz
86c129d0b3 cl update 2018-12-28 14:39:05 -05:00
Anthony Scopatz
cfadb157f2 Updated CHANGELOG for 0.8.7 2018-12-28 12:12:04 -05:00
Anthony Scopatz
d47b7fdc1f bumped version to 0.8.7 2018-12-28 12:12:04 -05:00
Anthony Scopatz
f6a5ac5bb5
Merge pull request #2972 from xonsh/pf_strings
Add `pf` strings
2018-12-27 10:47:21 -05:00
Gil Forsyth
86b5c0fcc5 Add news entry 2018-12-25 17:40:04 -05:00
Gil Forsyth
8a3c8a6832 Add tests for parser and lexer for pf-strings 2018-12-25 17:40:04 -05:00
Gil Forsyth
b37ffe8334 Add fp permutation tokens and expand prefix matching
not handling `P` right now because...?  but does currently take care of

```
pf
fp
pF
Fp
```

Not sure if it makes sense to have `pfr` combinations?  Maybe?  But I think
pathlib takes care of the things that might otherwise be escaped.
2018-12-25 17:39:41 -05:00
Stephan Fitzpatrick
d729c35edd typo 2018-12-22 12:00:22 -08:00
Stephan Fitzpatrick
e073545077 python 3.4/3.5 compat for vox 2018-12-21 18:39:26 -08:00
Anthony Scopatz
d5bf1f5f1f
Merge pull request #2970 from xonsh/ls_predict_true
Add `ls` to `threadable_predictors` as `predict_true`
2018-12-21 18:55:12 -05:00
Gil Forsyth
68d0c781f7 Add ls to threadable_predictors as predict_true
Fixes #2946
2018-12-21 18:40:53 -05:00
Stephan Fitzpatrick
7c0c6b77d0 documentation/changelog 2018-12-21 14:58:47 -08:00