Commit graph

4190 commits

Author SHA1 Message Date
laerus
701413072f 'news entry' 2016-07-20 15:30:25 +03:00
laerus
2973fba000 'restored *all* in history show' 2016-07-20 15:22:08 +03:00
laerus
122242d499 cleanup/restore old functons 2016-07-20 15:16:46 +03:00
laerus
0300783c84 cleanup p1 2016-07-19 22:10:45 +03:00
laerus
8d8c5822e9 indentation fix 2016-07-19 02:53:36 +03:00
laerus
760ff3c853 Merge branch 'master' into hist_ref 2016-07-19 02:45:21 +03:00
laerus
d3e6c55317 removed *all* show arg/valid_formats session 2016-07-19 01:29:06 +03:00
laerus
3cb22ad9c4 _hist_show deal with multiple slices 2016-07-19 00:07:35 +03:00
Gil Forsyth
cc0f103ab0 Merge pull request #1437 from xonsh/freebsd
Added FreeBSD support
2016-07-18 16:16:01 -04:00
laerus
d39ac8836a Merge branch 'master' into hist_ref 2016-07-18 21:42:59 +03:00
laerus
39ca37b51c removed obsolete functions 2016-07-18 21:41:22 +03:00
laerus
1141d4cf89 ensure_slice + tests
ensure_int_or_slice renamed to ensure_slice and now always returns a
slice
2016-07-18 21:36:09 +03:00
Anthony Scopatz
8d1145c952 Merge pull request #1445 from mitnk/trim-git-sha
Trim the heading g in Git SHA of xonfig
2016-07-18 14:08:50 -04:00
laerus
1f5ba92db1 ref history_main, _hist_create_parser
next: ensure_int_or_slice ref
2016-07-18 19:48:08 +03:00
laerus
467d161af2 new top level parse_args/x failing tests
next: _hist_create_parser ref, history_main ref
2016-07-18 19:23:13 +03:00
Hugo Wang
7959a97718 small improves 2016-07-18 22:24:37 +08:00
Hugo Wang
6df5fbcf5e trim g in git hash 2016-07-18 22:23:27 +08:00
laerus
3a3c6db72d test ref/new failing tests for >1 slice args 2016-07-18 16:30:28 +03:00
Hugo Wang
26d5e38ea3 trim heading g in Git SHA 2016-07-18 16:19:36 +08:00
Anthony Scopatz
d32819f7da Merge branch 'stockninja-crash' 2016-07-17 19:19:57 -04:00
Anthony Scopatz
6f33ca203c style news fix 2016-07-17 19:19:46 -04:00
Anthony Scopatz
aaa6db11b1 Merge branch 'crash' of https://github.com/stockninja/xonsh into stockninja-crash 2016-07-17 19:17:40 -04:00
Anthony Scopatz
161f3aa40a Merge pull request #1444 from laerus/ttest
test_partial_string ref
2016-07-17 18:40:03 -04:00
Konstantinos Tsakiltzidis
9cefe04c80 Merge pull request #1431 from santagada/flake8-cov
Better CI run
2016-07-18 01:38:22 +03:00
laerus
245b5f7120 test_partial_string ref 2016-07-18 00:35:50 +03:00
Leonardo Santagada
723ede5091 need to allow even longer lines to not break the build now. 2016-07-17 14:09:11 +02:00
Leonardo Santagada
e182a7332d add comment on conftest.py to why it exists 2016-07-17 01:21:11 +02:00
laerus
b8fb97618a tests ref, hist fixture 2016-07-16 21:39:32 +03:00
laerus
380bc4a52c 'tweak tests' 2016-07-16 21:27:05 +03:00
laerus
a5a749acba laziness/ single history_main 2016-07-16 20:58:09 +03:00
Justin Moen
01501aa5d6 Fix wrong name 2016-07-15 22:07:18 -07:00
Justin Moen
88442c6f62 Dummy commit to re-run CI 2016-07-15 21:55:57 -07:00
Justin Moen
322365ef6a Include news snippet 2016-07-15 21:31:55 -07:00
Justin Moen
370bf5668c Reset $XONSH_COLOR_STYLE on bad value
Without doing this, an error message is printed on every iteration
of the command loop.

Perhaps it might be better to reset to the previous value if it exists,
else 'default'?
2016-07-15 21:23:16 -07:00
Justin Moen
2a2669c955 Remove mysterious variable causing crash
When unrecognized value given to `$XONSH_COLOR_STYLE`, the mysterious
`DEFAULT_STYLE` variable causes an unhandled `NameError`, leading to
terminal crash.
2016-07-15 21:12:27 -07:00
Morten Enemark Lund
3796c4ba3b Merge pull request #1434 from xonsh/pspace
branch space fix
2016-07-16 06:06:44 +02:00
Anthony Scopatz
38c051df4e Merge pull request #1438 from stockninja/env_name
Document prompt's `env_name` parameter
2016-07-15 20:47:26 -05:00
Justin Moen
9f4acbdfa0 Document prompt's env_name parameter 2016-07-15 18:30:16 -07:00
Anthony Scopatz
256108775b Added FreeBSD support 2016-07-15 20:59:36 -04:00
Anthony Scopatz
1d5148bbc2 Merge pull request #1435 from stockninja/stderr
Print to error to sys.stderr
2016-07-15 19:17:54 -05:00
Justin Moen
dd0cba3d29 Print to stderr 2016-07-15 17:09:45 -07:00
Anthony Scopatz
cb19b07e67 new update 2016-07-15 19:38:39 -04:00
Anthony Scopatz
ae9f52defd branch space fix 2016-07-15 19:29:20 -04:00
Gil Forsyth
f8ad85d14b Merge pull request #1433 from stockninja/master
`vox remove` accepts multiple arguments
2016-07-15 18:14:33 -05:00
Justin Moen
c32134e895 News entry 2016-07-15 16:02:05 -07:00
Justin Moen
01f2a8c69e vox remove accepts multiple arguments 2016-07-15 15:12:01 -07:00
Leonardo Santagada
1fd8f4ade4 forgot to always try to upgrade everything, else we run into very old packages 2016-07-15 18:09:41 +02:00
Leonardo Santagada
18a4d72951 use requirements and don't install
no need to install now that we have the empty conftest.py
2016-07-15 18:09:06 +02:00
Leonardo Santagada
c399b10b0f fix the need for develop and avoiding amalgamate 2016-07-15 13:46:06 +02:00
Leonardo Santagada
426ecdacee remove remaining errors 2016-07-15 11:44:55 +02:00