Anthony Scopatz
|
711ba56c38
|
Merge branch 'master' into argcomp
|
2017-02-05 10:53:33 -05:00 |
|
Hugo Wang
|
f216aa8bed
|
adding tests back
|
2017-02-05 22:55:04 +08:00 |
|
Anthony Scopatz
|
f11448b4bf
|
Added Python function argument completer
|
2017-02-04 19:35:16 -05:00 |
|
Anthony Scopatz
|
79777ac888
|
added subexpr_before_unbalanced
|
2017-02-04 17:35:32 -05:00 |
|
Anthony Scopatz
|
41191d1b30
|
added is_balanced()
|
2017-02-04 17:04:12 -05:00 |
|
Anthony Scopatz
|
ac40750c04
|
added uptime
|
2017-02-04 14:12:28 -05:00 |
|
Jamie Bliss
|
ccdf582152
|
Merge pull request #2109 from xonsh/hist
changed history indexing api
|
2017-02-03 14:51:17 -05:00 |
|
Jamie Bliss
|
20704f5d1a
|
Merge pull request #2131 from xonsh/envev
Event on_envvar
|
2017-02-01 22:09:38 -05:00 |
|
laerus
|
bbeafbab56
|
event on_envvar moar testing
|
2017-01-31 12:51:26 +02:00 |
|
laerus
|
2e492eed27
|
event on_envvar_change no fire for same value
|
2017-01-31 12:26:50 +02:00 |
|
laerus
|
cd21c83e09
|
split on_envvar to on_envvar_new & on_envvar_change
|
2017-01-31 12:13:50 +02:00 |
|
Andre Weltsch
|
383596dc57
|
Merge remote-tracking branch 'origin/master' into traceback_logfile_expand_path.
|
2017-01-31 09:12:38 +01:00 |
|
Andre Weltsch
|
95bd061163
|
Add test cases for tools.expand_path.
* Test different parameters for expand_user.
* Test different parameters for EXPAND_ENV_VARS.
|
2017-01-30 18:49:41 +01:00 |
|
Morten Enemark Lund
|
150d12673e
|
Merge pull request #2113 from xonsh/jk
potential fix for jupyter
|
2017-01-30 18:46:50 +01:00 |
|
laerus
|
c6b9839690
|
environ event test for new envvar
|
2017-01-30 15:41:48 +02:00 |
|
laerus
|
d3227a3f14
|
event on_envvar
|
2017-01-30 14:45:35 +02:00 |
|
laerus
|
487366592d
|
history indexing replaced namedtuple with SimpleNamespace
|
2017-01-29 15:22:46 +02:00 |
|
laerus
|
e88735807b
|
Merge branch 'master' into hist
|
2017-01-29 14:12:30 +02:00 |
|
Anthony Scopatz
|
cbab9056a3
|
test fixes
|
2017-01-26 17:26:28 -05:00 |
|
laerus
|
a76f312d89
|
changed history indexing api
|
2017-01-26 18:24:33 +02:00 |
|
Jamie Bliss
|
39102ee401
|
Update vox_on_*
|
2017-01-14 19:06:49 -05:00 |
|
Jamie Bliss
|
be30c54f3a
|
Update on_chdir
|
2017-01-14 18:40:29 -05:00 |
|
Jamie Bliss
|
fdb4a6ac35
|
Update on_transform_command
|
2017-01-14 18:13:27 -05:00 |
|
Jamie Bliss
|
2acb4eb9be
|
Add ** to all the test handlers
|
2017-01-14 18:12:09 -05:00 |
|
Jamie Bliss
|
2f02e01de3
|
Make events keyword-only for future proof.
|
2017-01-14 17:31:29 -05:00 |
|
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 |
|