Commit graph

8799 commits

Author SHA1 Message Date
Bob Hyman
0393bf0084 undo black-fix 2020-02-02 20:42:37 -05:00
Gyuri Horak
fb00efccfa Fix for AttributeError in LsColors when XonshSession has no env attribute 2020-02-01 13:05:03 +01:00
Bob Hyman
ab7ba68462 Merge branch 'master' 49cd2812bb into ls-color 2020-01-31 22:13:07 -05:00
Morten Enemark Lund
49cd2812bb
Merge pull request #3384 from xonsh/parser38
Create python3.8 parser
2020-01-30 21:16:59 +01:00
Gil Forsyth
bcfbd4cde9
Merge pull request #3398 from bobhy/unit_tests1
correct xonsh invocation for unit tests
2020-01-30 11:40:29 -05:00
Gil Forsyth
2f6a7f2b8a
Merge pull request #3419 from bobhy/issue-3418
Issue 3418
2020-01-30 11:28:32 -05:00
drmikecrowe
63e4171da1
Cleanup of news.rst 2020-01-28 09:53:47 -05:00
Mike Crowe
16974d48e8 Stripping ansi from git branch. Fixes #3427 2020-01-28 09:44:58 -05:00
Bob Hyman
733fa027cc Fix CI yet again. 2020-01-12 17:33:47 -05:00
Bob Hyman
7625a5c415 avoid interrupted by signal error 2020-01-12 15:55:05 -05:00
Bob Hyman
da5b3159ac avoid interrupted by signal error 2020-01-12 15:44:43 -05:00
Bob Hyman
248b5cb73a fix #3418 2020-01-12 14:45:52 -05:00
Bob Hyman
e3898a1d7f fix black --check error 2020-01-04 14:43:18 -05:00
Bob Hyman
3e6c896ea1 re-enable pytest --flake8 2020-01-04 14:16:44 -05:00
Bob Hyman
f54129342b Hammer lint errors flat. 2020-01-04 13:56:02 -05:00
Bob Hyman
0c31a90e46 Blacken test file corresponding to flake8 config 2020-01-04 09:55:58 -05:00
Bob Hyman
afd3cada69 Legit unit test failure 2020-01-04 09:29:09 -05:00
Bob Hyman
387de48aed Neverending lint-picking. 2020-01-03 22:37:47 -05:00
Bob Hyman
258c849c69 Initialize file_colors in XonshStyle; eliminate pre-cmdloop event 2020-01-03 21:30:14 -05:00
Bob Hyman
b1ebf7bc77 2nd order Circle CI lint failures. 2020-01-03 13:32:44 -05:00
Bob Hyman
4fab7ab0bd Merge branch 'ls-color' of https://github.com/bobhy/xonsh into ls-color 2020-01-01 21:12:53 -05:00
Bob Hyman
17ed9c48d7 Fix lint errors that were causing CI failures 2020-01-01 21:10:48 -05:00
Bob Hyman
148748960b
CI Failures for files outside unit test environment.
/dev/sda and /dev/tty do exist in some Travis test environments but not others.  Eventually should add internal files for block and character device files.  For now, I'm relying on works-on-my-machine tests (which are passing).
2019-12-26 09:04:42 -05:00
Bob Hyman
6082b61fc3 ls-colors -- colorize file arguments in subproc mode command lines 2019-12-26 05:51:48 -05:00
Gil Forsyth
3cd496ef1f
Merge pull request #3400 from gotgenes/fix-prompt-interval-refresh-docs
Correct and clarify docs for $PROMPT_REFRESH_INTERVAL
2019-12-21 11:54:48 -05:00
Gil Forsyth
1a63346923
Merge pull request #3408 from SirNickolas/repls
Predict several REPLs as unthreadable
2019-12-21 11:51:41 -05:00
Nickolay Bukreyev
19ae8392a1 Predict several REPLs as unthreadable 2019-12-19 06:47:42 +07:00
Morten Enemark Lund
312edc69de
Merge pull request #3362 from anki-code/master
xonsh.AppImage with support for portable python and pip
2019-12-12 18:39:45 +01:00
adam j hartz
b593507c79 code formatting (black) 2019-12-11 07:00:48 -05:00
adam j hartz
d85fce83f0 add to aliases 2019-12-10 15:57:12 -05:00
adam j hartz
ac5182cda1 add umask implementation from tako 2019-12-10 15:52:43 -05:00
Chris Lasher
4013028920 Correct and clarify docs for $PROMPT_REFRESH_INTERVAL 2019-12-07 15:37:42 -08:00
Bob Hyman
a976c82942 circleci PR test failures 2019-12-06 10:44:06 -05:00
Bob Hyman
423c2cdb01 News and gitignore chances to pass PR tests. 2019-12-06 10:39:22 -05:00
Bob Hyman
69d9072aa7 correct xonsh invocation for unit tests 2019-12-06 09:37:44 -05:00
Gil Forsyth
761c6bdedd
Merge pull request #3393 from SylvainCorlay/fixup-rmtree-windows
Fixup rmtree on windows
2019-11-26 21:00:08 -05:00
Sylvain Corlay
d546f18f7c Fixup rmtree on windows 2019-11-27 01:03:05 +01:00
Gil Forsyth
2aae02da6a
Update decorator lineno behavior for 3.8 2019-11-19 15:56:34 -05:00
Gil Forsyth
8fff7bc6b7 Fix docstring and enable 3.8 on CI 2019-11-15 16:50:24 -05:00
Gil Forsyth
20c9e3043b Create python3.8 parser
This builds on earlier work by @carmenbianca -- I've moved the 3.8+
specific parser code (involving the `posonlyargs`) to a python 3.8
parser class that inherits from the 3.6 parser.
2019-11-15 16:49:22 -05:00
Gil Forsyth
f5d5ca1ac5
Merge pull request #3383 from xonsh/kill-win
Fix ctrl-c traceback on windows
2019-11-07 18:09:29 -05:00
Morten Enemark Lund
20b226e44c Add news file 2019-11-05 17:27:24 +01:00
Morten Enemark Lund
c9b396340b Fix issue with taskkill after ctrl-c on win
This fixes an issue on Win where pressing ctrl-c after could sometimes result
in a traceback if the process had already
quit. It also stops taskkill from
printing to standard error.
2019-11-05 17:23:12 +01:00
Morten Enemark Lund
104fbe738f
Merge pull request #3370 from xonsh/webconfig
Webconfig
2019-11-05 17:12:43 +01:00
Morten Enemark Lund
cb59d95abc
Merge pull request #3376 from xonsh/no_more_xonda
Remove `xonda` from `xontrib` list
2019-10-28 08:43:44 +01:00
Gil Forsyth
34176127cc
Remove xonda from xontrib list
It was great while it lasted.
2019-10-27 18:16:54 -04:00
Gil Forsyth
7c2a1fb2d6
Merge pull request #3373 from xonsh/byk/fix/sigstp
fix(signals): Fix SIGSTP not an attribute on Windows
2019-10-26 10:07:16 -04:00
anki-code
fe8c46a6d5
news 2019-10-26 14:11:19 +03:00
anki-code
a6dec09e59
Update sigstp.rst 2019-10-26 02:31:43 +03:00
anki-code
e2b348aadd
news 2019-10-26 02:28:28 +03:00