Commit graph

8847 commits

Author SHA1 Message Date
David Strobach
43a4b9b66a abbrevs: fix ptk2 2020-03-25 20:46:41 +01:00
David Strobach
947fa2d0b5 abbrevs: don't overwrite the dictionary if it already exists 2020-03-25 20:35:19 +01:00
David Strobach
e5621ef369 add some docs 2020-03-25 20:12:30 +01:00
David Strobach
4e224f62db news entry 2020-03-25 19:33:30 +01:00
David Strobach
76633b0e47 abbrevs: do not expand within strings 2020-03-25 18:29:05 +01:00
David Strobach
43f15fb5e2 abbrevs: only expand whole words on return key press 2020-03-25 18:02:02 +01:00
David Strobach
32b093b422 abbrevs: add handler for return key 2020-03-25 17:30:28 +01:00
David Strobach
d619127503 Add fish-like command abbreviations 2020-03-25 14:59:50 +01:00
Chris Lasher
29a11d9a9c
Register xontrib-pyenv in list of available xontribs. (#3485)
* Register xontrib-pyenv in list of available xontribs.

* Add missing news item.
2020-03-21 20:12:43 -04:00
Anthony Scopatz
0942d7b3d7 runthis 2020-03-19 23:05:18 -05:00
Anthony Scopatz
ade5b886b6 Updated CHANGELOG for 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
b49622215a bumped version to 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
e55101a5e2 Updated authorship for 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
d8ffeeead8 anki email 2020-03-19 15:37:35 -05:00
Anthony Scopatz
feeb6315cc
Merge pull request #3482 from laloch/execx-evalx-newline
Fix execx / evalx trailing newline
2020-03-19 11:50:33 -04:00
Anthony Scopatz
2e58f6f1df
Merge pull request #3479 from jnoortheen/master
feat: add HISTCONTROL(erasedups) support to sqlite backend
2020-03-19 11:48:27 -04:00
David Strobach
702bd2acc3 Add execx/evalx EOL tests 2020-03-19 11:56:11 +01:00
David Strobach
60f87bc1ba test tools: remove input sanitization from test function 2020-03-19 11:54:56 +01:00
David Strobach
f395bfbd1b news entry 2020-03-19 11:44:25 +01:00
David Strobach
8ecbb847af execx, evalx: fix handling of trailing newline
execx and evalx now handle trailing newline character in the same
way Python exec and eval do.
2020-03-19 11:42:38 +01:00
Noortheen Raja
0851866ebf feat: add HISTCONTROL(erasedups) support to sqlite backend
fixes part of !3478
2020-03-19 12:58:31 +05:30
Anthony Scopatz
78b2121130
Merge pull request #3480 from jnoortheen/update-pylint-doc
update docs - running pylint for specific files
2020-03-15 17:30:43 -04:00
Noortheen Raja
419c854eea update docs - running pylint for specific files 2020-03-15 20:43:56 +05:30
Bob Hyman
e74a920a64 Merge branch 'is3474' of https://github.com/bobhy/xonsh into is3474 2020-03-14 23:06:18 -04:00
Bob Hyman
9fe865169e color_files() never returns None for token. 2020-03-14 23:03:11 -04:00
Bob Hyman
9e923efaa2 color_files() never returns None for token; but file_color_tokens not tracking LS_COLORS events! 2020-03-14 22:33:48 -04:00
Anthony Scopatz
177e18764d
Merge pull request #3473 from Gobbel2000/master
Fix behavior of cd -P and dot-dot paths
2020-03-11 00:04:36 -04:00
Gabriel Vogel
e3fccaef46 add news file 2020-03-11 01:23:51 +01:00
Gabriel Vogel
88dd7e5306 fix behavior of 'cd -P' 2020-03-11 01:06:59 +01:00
Jamie Bliss
ea53a957c2
Merge pull request #3470 from anki-code/master
readme: xxh new repo name
2020-03-04 10:46:59 -05:00
anki-code
19195cbf71 news 2020-03-04 12:49:38 +03:00
anki-code
65363331bf xxh new repo name 2020-03-04 12:46:38 +03:00
Anthony Scopatz
e2236551e9
Merge pull request #3469 from salotz/master
editor suport docs page, with emacs mode
2020-03-03 13:08:22 -05:00
Samuel Lotz
a8f49c1c4e changes link to be directly to the xonsh package 2020-03-03 12:44:06 -05:00
Samuel Lotz
db9e464e53 adds news file for changes 2020-03-03 12:37:18 -05:00
Samuel Lotz
6db463cda4 adds emacs mode configuration to docs 2020-03-03 12:30:33 -05:00
Anthony Scopatz
e186db74d7
Merge pull request #3468 from xonsh/pytest_order
Remove test reordering in pytest plugin
2020-03-03 11:22:37 -05:00
Anthony Scopatz
117c9f5e38 fix flax error 2020-03-03 11:00:11 -05:00
Morten Enemark Lund
8a3f0788a2 Update news description 2020-03-03 11:05:06 +01:00
Morten Enemark Lund
bf7754b286 Rename news file 2020-03-03 11:03:25 +01:00
Morten Enemark Lund
3c432c30a1 Move xsh tests first without messing up the order 2020-03-03 11:03:10 +01:00
Morten Enemark Lund
1aebb95ef8 Remove test reordering in pytest plugin 2020-03-02 21:42:14 +01:00
Anthony Scopatz
2bdd5e7e25
Merge pull request #3466 from anki-code/master
trace subproc: fix pipeline case
2020-03-02 08:00:52 -05:00
anki
7d07ddcf29 typo 2020-03-02 14:49:48 +03:00
anki
2f6c4efc30 news 2020-03-02 14:04:45 +03:00
anki
d9ed11e28f Merge branch 'master' of https://github.com/xonsh/xonsh 2020-03-02 13:59:17 +03:00
anki-code
8ff28814c5
fix pipeline case 2020-03-02 13:56:13 +03:00
Anthony Scopatz
2e30f330c0
Exitcode (#3465) 2020-03-01 15:06:33 -05:00
Jerzy Drozdz
b37675a6e8
Loading rc in non-interactive login shell (#3422)
* Setting -l flag loads environment on non-interactive shell
* Added checking dash existance in sys.argv[0]
* Fixed -a switch behaviour
* Added tests for xexec
* Added test for python<3.7 on Windows
* Testing non existent command with mocked execvpe
2020-03-01 12:56:23 -05:00
Gil Forsyth
1b1c668049
Merge pull request #3464 from dyuri/issue_3055
Fix for `AttributeError` in `LsColors` when `XonshSession` has no `en…
2020-03-01 12:18:20 -05:00