Jamie Bliss
|
1a5d832ffe
|
Use the species nomenclature throughout.
|
2017-01-12 13:29:15 -05:00 |
|
Jamie Bliss
|
972ae6e689
|
Merge remote-tracking branch 'upstream/master' into event-transform_command
|
2017-01-12 13:22:23 -05:00 |
|
Konstantinos Tsakiltzidis
|
c62fb9beb6
|
Merge pull request #2072 from xonsh/source
source alias improvements
|
2017-01-12 11:39:33 +02:00 |
|
Anthony Scopatz
|
74480d8b2d
|
Allow stdout to redirect to stderr
|
2017-01-11 23:29:28 -05:00 |
|
Konstantinos Tsakiltzidis
|
c411ef7245
|
Merge pull request #2074 from xonsh/glbf
Macro contexts refactor
|
2017-01-11 19:12:13 +02:00 |
|
Hugo Wang
|
335fc71bc7
|
xonsh script.xsh should not fail over
|
2017-01-11 21:59:42 +08:00 |
|
Anthony Scopatz
|
fa3730cf44
|
rewrite of xonsh contexts to be based off of macros.
|
2017-01-10 01:58:21 -05:00 |
|
Jamie Bliss
|
a106e33faf
|
Use the right subclass
|
2017-01-09 01:52:48 -05:00 |
|
Jamie Bliss
|
793101c387
|
Move events reset to pytest fixture
|
2017-01-08 20:31:39 -05:00 |
|
Anthony Scopatz
|
264c48c0b1
|
added dummy swap
|
2017-01-08 20:23:25 -05:00 |
|
Jamie Bliss
|
c70f08c30f
|
Attempt to test command transformation
|
2017-01-07 15:31:30 -05:00 |
|
Jamie Bliss
|
6db7df4bec
|
Add defaults to DummyEnv so we don't have to set up a basic environment every time.
|
2017-01-07 15:31:18 -05:00 |
|
Jamie Bliss
|
66e92d3641
|
Reset event state after tests.
|
2017-01-07 15:30:50 -05:00 |
|
Jamie Bliss
|
e5e2b08ed9
|
Revert "Move on_transform_command into parser."
This reverts commit 5b01f80829 .
|
2017-01-05 22:07:55 -05:00 |
|
Jean-Benoist Leger
|
3e993c9de7
|
background predictor generator, tests
|
2017-01-05 18:52:33 +01:00 |
|
Jamie Bliss
|
5b01f80829
|
Move on_transform_command into parser.
Which involved as surprising amount of test refactorings.
|
2017-01-04 20:43:25 -05:00 |
|
Hugo Wang
|
c09c1af77b
|
revert context thing
|
2016-12-25 10:36:23 +08:00 |
|
Hugo Wang
|
ad48cd23ec
|
updated tests for windows
|
2016-12-24 16:45:25 +08:00 |
|
Hugo Wang
|
12ed79b345
|
adding tests
|
2016-12-24 16:35:08 +08:00 |
|
Anthony Scopatz
|
f8fd00c94e
|
Merge pull request #2027 from chronitis/tests-python-shebangs
Tests python shebangs
|
2016-12-21 11:28:03 -08:00 |
|
Gordon Ball
|
69e335382f
|
cat pwd wc test scripts use python 3 syntax, but python #!
|
2016-12-21 13:50:36 +01:00 |
|
Hugo Wang
|
fcc8f256f1
|
Fixed xonfig raising error when xonsh is not installed from source
|
2016-12-21 12:03:44 +08:00 |
|
Anthony Scopatz
|
0be4b8e12e
|
Merge pull request #2020 from mitnk/xonsh-failback
Make xonsh able to failback to other shells
|
2016-12-20 10:55:52 -08:00 |
|
Hugo Wang
|
e77695609b
|
raise original error
|
2016-12-20 12:29:46 +08:00 |
|
Hugo Wang
|
dbfc03975d
|
history show all contains session items
|
2016-12-19 20:59:37 +08:00 |
|
Hugo Wang
|
b2078c3f83
|
updated ut - force it to be interactive
|
2016-12-18 11:25:39 +08:00 |
|
Hugo Wang
|
76b898ab14
|
refactoring & updated ut
|
2016-12-18 11:07:53 +08:00 |
|
Hugo Wang
|
be5dd8e328
|
failback only for interactive mode
|
2016-12-18 02:32:08 +08:00 |
|
Hugo Wang
|
d6294e171f
|
ignore screen too
|
2016-12-17 18:54:28 +08:00 |
|
Hugo Wang
|
6684c802cc
|
failback should ignore xonsh
|
2016-12-17 18:22:34 +08:00 |
|
Hugo Wang
|
3980da870e
|
make xonsh able to failback to other shells
|
2016-12-17 18:10:29 +08:00 |
|
Jamie Bliss
|
d2de666ac7
|
Merge remote-tracking branch 'upstream/master' into vox-fs
|
2016-12-15 22:21:33 -05:00 |
|
Hugo Wang
|
0cc6a8b4ff
|
made json history buffer with all hists
|
2016-12-11 16:33:45 +08:00 |
|
Hugo Wang
|
00c29766b5
|
wip - update json history rtns
|
2016-12-10 22:45:21 +08:00 |
|
Jamie Bliss
|
5e5921802d
|
add fspath support to vox
|
2016-12-09 23:14:41 -05:00 |
|
Gordon Ball
|
0125dfb818
|
Fix (and test) byte string handling problems
|
2016-12-08 14:14:03 +01:00 |
|
Gordon Ball
|
dbc86bc955
|
Support raw-string path literals
|
2016-12-08 13:56:45 +01:00 |
|
Gordon Ball
|
ee97ae8bd0
|
Merge branch 'master' into first-class-paths
|
2016-12-08 13:06:21 +01:00 |
|
Anthony Scopatz
|
5f8030461b
|
Merge pull request #1970 from mitnk/history-backends
New History Backend - Sqlite
|
2016-12-05 23:35:15 -05:00 |
|
Hugo Wang
|
7053d3ac7e
|
updated test cases
|
2016-12-04 23:24:56 +08:00 |
|
Hugo Wang
|
0c5cede886
|
bug fix on sqlite history rtns
|
2016-12-04 22:54:45 +08:00 |
|
Hugo Wang
|
b3c2609974
|
rename stuff & doc strings
|
2016-12-01 22:14:22 +08:00 |
|
Hugo Wang
|
1ce4552d0d
|
align sqlite history backend with public attrs
|
2016-11-30 22:49:13 +08:00 |
|
Jamie Bliss
|
dbe14a2673
|
Actually implement LoadEvent
|
2016-11-28 18:57:41 -05:00 |
|
Hugo Wang
|
04d2044c29
|
added tests for history sqlite
|
2016-11-27 22:57:42 +08:00 |
|
Hugo Wang
|
18a70a1658
|
update tests
|
2016-11-27 16:40:39 +08:00 |
|
Anthony Scopatz
|
0754821645
|
some test fixes
|
2016-11-22 10:41:37 -05:00 |
|
Anthony Scopatz
|
322fb7e8ad
|
some final cleanup
|
2016-11-20 18:35:30 -05:00 |
|
Anthony Scopatz
|
60773b7be3
|
Merge pull request #1957 from xonsh/vcfix
vc fix
|
2016-11-20 13:56:20 -05:00 |
|
laerus
|
10047631e1
|
test vc/repo cleanup
|
2016-11-18 14:42:54 +02:00 |
|