Commit graph

8219 commits

Author SHA1 Message Date
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
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
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
Andrés García García
084cb19926
Merge pull request #1 from xonsh/master
Merge pull request #3112 from Ad115/Ad115
2019-05-06 16:54:27 -05:00
Anthony Scopatz
cc55c678c2
Merge pull request #3112 from Ad115/Ad115
Added emphasis to the error source
2019-05-06 15:52:49 -04:00
Rodrigo Oliveira
91ec14bb6d Drop support for Python 3.4
Minimal required Python version is now 3.5.
2019-05-06 16:51:32 -03:00
Ad115
9c3a28e011 Updated prompt test to handle new behavior 2019-05-06 13:53:11 -05:00
Ad115
6fbe2795d3 Added news item to the previous commit 2019-05-06 13:37:37 -05:00
Ad115
454e676b60 Added emphasis to the error source 2019-05-06 13:17:57 -05:00
Gil Forsyth
3664abb9d6
Merge pull request #3105 from jb-leger/tests_usrbinenv_args_update
Tests usrbinenv args update
2019-05-05 11:12:19 -04:00
Jean-Benoist Leger
d9c927fda0
empty news item. News item is already present. 2019-04-29 23:46:26 +02:00
Jean-Benoist Leger
e932864945
news item for aliases_predictor_threadable 2019-04-29 23:32:41 +02:00
Gil Forsyth
916d9ff53b
Merge pull request #3099 from carmenbianca/abc-warning
Import MutableSet from colections.abc to circumvent DeprecationWarning
2019-04-29 15:30:52 -04:00
Gil Forsyth
c1092ec349
Merge pull request #3096 from jb-leger/environ_do_not_delete_default_value
Environ do not delete default value
2019-04-29 15:29:03 -04:00
Gil Forsyth
15b09f5998
Merge pull request #3092 from laloch/fix-ansi-colors
color_tools: protect short2rgb against values with leading zeroes
2019-04-29 15:26:03 -04:00
Gil Forsyth
c4967cf121
Merge pull request #3098 from carmenbianca/fix-black
The black check no longer skips files buried deeper in the directory tree
2019-04-29 15:24:46 -04:00
Jean-Benoist Leger
e58adf9cf4
for a alias, build a predictor usign predictor of the original command 2019-04-29 17:44:19 +02:00
Jean-Benoist Leger
dbdc4fe81d
Separate the predictor and the predict 2019-04-29 17:44:00 +02:00
Jean-Benoist Leger
da234b54e5
error with portable trick passing args 2019-04-29 17:20:20 +02:00
David Strobach
dcc227fa64 ansi_colors: fix crash on invalid ANSI color sequence 2019-04-28 14:39:59 +02:00
David Strobach
f24c7afa69 color_tools: protect short2rgb against values with leading zeroes 2019-04-27 14:23:36 +02:00
Carmen Bianca Bakker
414860238d
Add news entry 2019-04-27 13:03:24 +02:00
Carmen Bianca Bakker
37c4777fdb
Add news entry 2019-04-27 12:59:40 +02:00
Carmen Bianca Bakker
b54da7e466
Run black on previously unchecked files
The version of black is 18.9b0.

For security reasons, please verify that I did not insert any malicious code,
either by hand, or by running the tool independently on the previous commit.
2019-04-27 12:53:59 +02:00
Carmen Bianca Bakker
59294439e7
Fix the black check in circleci 2019-04-27 12:48:42 +02:00
Carmen Bianca Bakker
c8cc3a680f
Import MutableSet from colections.abc to circumvent DeprecationWarning 2019-04-27 12:43:06 +02:00