Commit graph

8405 commits

Author SHA1 Message Date
Anthony Scopatz
53b831490d
Merge pull request #3129 from jb-leger/test_delitem_default_env
Test delitem default env
2019-05-21 17:19:37 -05:00
David Strobach
691261d062 black 2019-05-17 15:20:29 +02:00
David Strobach
631c4f1abe Fill in the news entry 2019-05-17 15:20:26 +02:00
David Strobach
0cdc4e8417 Fix bashisms xontrib startup on PTK1
PTK1 Condition expects ona positional argument.
2019-05-16 13:15:06 +02:00
Jean-Benoist Leger
d81a40efbc
change the env variable used for testing delitem behavior for default values in environ 2019-05-15 23:23:49 +02:00
Jean-Benoist Leger
0420d8d35c
news item for revert_portable_env_args_trick 2019-05-15 22:37:58 +02:00
Jean-Benoist Leger
70bb91e504
revert portable trick for passing args.
Reverted commits are:
 - aa707c9453
 - da234b54e5

closes #3125
2019-05-15 22:32:42 +02:00
Gil Forsyth
3b011dcfd1
Merge pull request #3107 from laloch/noexpand-raw-string
Do not attempt to expand raw strings in subprocess mode
2019-05-15 15:11:49 -04:00
Gil Forsyth
3d4c7dd93e
Merge pull request #3102 from virusbb001/allow-avoid-overwrite-in-run-tests
Add process to avoid overwrite files that specified in options in `run-tests.xsh`
2019-05-15 15:03:47 -04:00
Gil Forsyth
61c3566a15
Merge pull request #3106 from jb-leger/command_cache_env_pred
Command cache env pred
2019-05-15 14:58:57 -04:00
con-f-use
abd3f8e90e
Missing word in tutorial_hist 2019-05-15 12:05:27 +02:00
con-f-use
7b7a2bf7ed
Document missing output history with sqlite 2019-05-15 11:53:37 +02:00
Anthony Scopatz
588b52f7e4 some changelog render fixes 2019-05-14 17:56:13 -04:00
Anthony Scopatz
cef6fb93e1 Updated CHANGELOG for 0.9.3 2019-05-14 17:47:13 -04:00
Anthony Scopatz
da4c3e2463 bumped version to 0.9.3 2019-05-14 17:47:12 -04:00
Anthony Scopatz
6aa303a936 Updated authorship for 0.9.3 2019-05-14 17:47:12 -04:00
Anthony Scopatz
679d4e061f new for Python 3.4 deprecation 2019-05-14 17:45:24 -04:00
Anthony Scopatz
f1127ed916 Revert "updated setup.py for Python 3.4 (revert of 91ec14bb6d)"
This reverts commit 002a317951.
2019-05-14 17:41:35 -04:00
Anthony Scopatz
945406164e Updated CHANGELOG for 0.9.2 2019-05-14 17:33:25 -04:00
Anthony Scopatz
3d21764016 bumped version to 0.9.2 2019-05-14 17:33:25 -04:00
Anthony Scopatz
2738ec7b54 Updated authorship for 0.9.2 2019-05-14 17:33:25 -04:00
Anthony Scopatz
002a317951 updated setup.py for Python 3.4 (revert of 91ec14bb6d) 2019-05-14 17:32:31 -04:00
Anthony Scopatz
400cbfd2f0 Merge branch 'aliases_predictor_threadable' of https://github.com/jb-leger/xonsh into jb-leger-aliases_predictor_threadable 2019-05-14 17:23:32 -04:00
virus
c43c1fc46e add news file 2019-05-13 00:00:07 +09:00
virus
bb75d555fa Add process to avoid overwrite files that specifed in options 2019-05-13 00:00:07 +09:00
Anthony Scopatz
4870de6e51 Updated CHANGELOG for 0.9.1 2019-05-11 12:23:54 -04:00
Anthony Scopatz
4b6940dff0 bumped version to 0.9.1 2019-05-11 12:23:54 -04:00
Anthony Scopatz
7d5c3ce4d9 Updated authorship for 0.9.1 2019-05-11 12:23:54 -04:00
Morten Enemark Lund
2bb5734395
Merge pull request #3124 from xonsh/pyreq
python_requires
2019-05-11 15:22:39 +02:00
Morten Enemark Lund
a80d7f1ede
Merge pull request #3123 from xonsh/pyg2.4
pygments v2.4 fixes
2019-05-11 15:17:45 +02:00
Anthony Scopatz
3e05159ba6 python_requires 2019-05-10 18:47:34 -04:00
Anthony Scopatz
912340a35d fixed changelog and Andres author info 2019-05-10 18:35:57 -04:00
Anthony Scopatz
af8e157442 pygments v2.4 fixes 2019-05-10 18:01:01 -04:00
Jean-Benoist Leger
05a4d3ce25
alisases predictor: separate aliases predictor in a dedicated function 2019-05-10 16:13:21 +02:00
Jean-Benoist Leger
3c10a5afcb
alisases predictor: rename and change order of predictor/get_predictor 2019-05-10 16:12:22 +02:00
Anthony Scopatz
18a3231932 Updated CHANGELOG for 0.9.0 2019-05-09 18:19:32 -04:00
Anthony Scopatz
add5b37720 bumped version to 0.9.0 2019-05-09 18:19:31 -04:00
Anthony Scopatz
d74b1c5ce9 Updated authorship for 0.9.0 2019-05-09 18:19:31 -04:00
Anthony Scopatz
e2a6224bd1 rever added authors update 2019-05-09 18:16:59 -04:00
Anthony Scopatz
99881a8fbf uncomment 3.8 2019-05-09 14:19:12 -04:00
David Strobach
450a25f4b0 Test parsing of raw string literals in subprocess mode 2019-05-09 19:34:30 +02:00
Jean-Benoist Leger
1a0c7b225c
add comments to explain the behavior of predict_env 2019-05-09 18:09:16 +02:00
Anthony Scopatz
1b27d8aa38 Initial CI for Python 3.8 2019-05-09 11:09:55 -04:00
Gil Forsyth
3edd2df7bd
Merge pull request #3116 from xonsh/py38
minial Python 3.8 fix
2019-05-09 07:50:20 -04:00
Anthony Scopatz
c4ec812cce news 2019-05-08 18:11:03 -04:00
Anthony Scopatz
625206fe43 minial Python 3.8 fix 2019-05-08 18:00:47 -04:00
Anthony Scopatz
0c59924524
Merge pull request #3114 from Ad115/master
Fixed problem with aliases composed of functions wrapped with functools.partial
2019-05-08 17:20:00 -04:00
Ad115
2766a9a06e Fixed error with aliases composed of functions wrapped in functools.partial. 2019-05-07 13:53:00 -05:00
Ad115
b38c477402 Merge branch 'master' of https://github.com/xonsh/xonsh 2019-05-07 12:52:30 -05:00
Anthony Scopatz
298f138d5e
Merge pull request #3113 from rodrigogolive/remove_py34
Drop support for Python 3.4
2019-05-06 18:15:25 -04:00