Commit graph

8697 commits

Author SHA1 Message Date
Jamie Bliss
d79ca7d6d6 Add some docs about the xonsh containers 2020-02-11 12:57:08 -05:00
Gil Forsyth
c565ddcd28 Merge pull request #3428 from drmikecrowe/3427-fix-vc-prompt-color
3427 fix vc prompt color
2020-02-09 12:30:03 -05:00
Gil Forsyth
3cd4467102 Merge pull request #3436 from astronouth7303/news-container-interactive
Add news item for the new container.
2020-02-09 12:27:36 -05:00
Jamie Bliss
808fb380e9 Merge pull request #3438 from anki-code/master
xxh is for using xonsh wherever you go through the ssh.
2020-02-08 18:35:27 -05:00
Mike Crowe
11e760a966 "Adding test to validate additional color stripping." 2020-02-08 18:31:53 -05:00
anki-code
1c4f4339af Projects that use xonsh: xxh 2020-02-09 02:18:18 +03:00
Mike Crowe
a647587421 Fixing rst for tests to pass 2020-02-06 07:19:46 -05:00
Mike Crowe
9be73ca669 Merge branch 'master' into 3427-fix-vc-prompt-color 2020-02-06 06:31:26 -05:00
Jamie Bliss
793ed9cc65 Add news item for the new container. 2020-02-05 16:00:13 -05:00
Mike Crowe
ac6bd626ac Merge branch '3427-fix-vc-prompt-color' of https://github.com/drmikecrowe/xonsh into 3427-fix-vc-prompt-color 2020-02-05 06:52:53 -05:00
Mike Crowe
584b4467b5 "Updating news format per PR request" 2020-02-05 06:46:00 -05:00
Mike Crowe
c2c23f1806 "Updated per PR request" 2020-02-05 06:44:03 -05:00
Gil Forsyth
8bbefebef3
Merge pull request #3432 from astronouth7303/autovox-fix-olddir
autovox: Fix algorithm to cd correctly
2020-02-04 18:44:48 -05:00
Jamie Bliss
c6277de544 actually fill in news 2020-02-03 13:55:42 -05:00
Jamie Bliss
3f31d30ad3 news item 2020-02-03 13:31:17 -05:00
Jamie Bliss
66d133952d autovox: Fix algorithm to cd correctly 2020-02-03 13:25:06 -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
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
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
Burak Yigit Kaya
21381c1c60
properly add changes 2019-10-26 00:13:59 +03:00
Burak Yigit Kaya
1d8c9a8ca3
add changelog entry 2019-10-26 00:04:45 +03:00