JohnLunzer
|
2cb957f971
|
Fixed failed tests
|
2016-06-16 10:43:45 -04:00 |
|
JohnLunzer
|
bcec54c1e0
|
Changes address previous round of review. Added tests and expanded tests for a few other validators.
|
2016-06-16 09:12:40 -04:00 |
|
JohnLunzer
|
2a5e9c6c2f
|
fixed pep8 issues
|
2016-06-15 15:40:49 -04:00 |
|
JohnLunzer
|
42b13fc4a3
|
history now parses .rc/.profile for HISTFILE with bash and zsh
|
2016-06-15 15:38:22 -04:00 |
|
JohnLunzer
|
9862029d09
|
Merge branch 'master' of https://github.com/scopatz/xonsh into history-all
|
2016-06-14 12:25:03 -04:00 |
|
JohnLunzer
|
52e693f1bc
|
Fixed pep8 issues from last commit
|
2016-06-14 11:35:29 -04:00 |
|
JohnLunzer
|
377a33c101
|
Fixed a output formatting issue to support multiline history
|
2016-06-14 11:33:28 -04:00 |
|
JohnLunzer
|
09b4934775
|
Slew of changes which should address all issues brought up in the PR review.
|
2016-06-14 10:37:31 -04:00 |
|
jlunz
|
68faa5cbeb
|
really fixed UnicodeDecoderEffor, hopefully
|
2016-06-13 15:49:25 -04:00 |
|
Anthony Scopatz
|
a00775bae2
|
Merge pull request #1219 from xonsh/replace_prompt
Windows: Reset the PROMPT environment variable before starting subprocesses
|
2016-06-13 15:33:44 -04:00 |
|
Anthony Scopatz
|
d0a46610ee
|
Merge branch 'adqm-completer'
|
2016-06-13 15:26:05 -04:00 |
|
Anthony Scopatz
|
23612853fd
|
Merge branch 'completer' of https://github.com/adqm/xonsh into adqm-completer
|
2016-06-13 15:22:07 -04:00 |
|
JohnLunzer
|
7a069c9711
|
Refixed UnicodeDecodeError
|
2016-06-13 15:20:59 -04:00 |
|
Gil Forsyth
|
2c7c10e86d
|
Merge pull request #1222 from adqm/hotfix_alias_loading
possible fix for incorrect alias loading
|
2016-06-13 14:33:30 -04:00 |
|
adam j hartz
|
9e27b1cb9e
|
only do subsequence and fuzzy matching if no normal matches found
|
2016-06-13 14:27:46 -04:00 |
|
adam j hartz
|
faacb0a155
|
possible fix for incorrect alias loading
|
2016-06-13 14:09:04 -04:00 |
|
JohnLunzer
|
10f5ab9584
|
Fixed some comments in _create_parser
|
2016-06-13 11:56:37 -04:00 |
|
JohnLunzer
|
bcf2cbf671
|
removed import for JSONDecodeError
|
2016-06-13 11:21:56 -04:00 |
|
JohnLunzer
|
07da11b926
|
Used ValueError instead of JSONDecodeError
|
2016-06-13 11:07:13 -04:00 |
|
JohnLunzer
|
cd07eb1b92
|
Fixed some bugs, updated tests
|
2016-06-13 10:41:43 -04:00 |
|
Morten Enemark Lund
|
9ce59a8795
|
Add changelog entry
|
2016-06-13 16:32:27 +02:00 |
|
Morten Enemark Lund
|
3d015aaf86
|
Reset the PROMPT environment variable before starting subprocesses on windows. This avoids that the xonsh prompt template string is shown everywhere batch files runs commands with ECHO ON activated.
|
2016-06-13 16:13:24 +02:00 |
|
adam j hartz
|
64ca8f1af6
|
hotfix for trace quitting after displaying help
|
2016-06-12 22:59:52 -04:00 |
|
adam j hartz
|
213768a3c9
|
Merge pull request #1216 from pgoelz/master
Do not throw an exception on 'completer list' if a completer has no docstring
|
2016-06-12 18:46:35 -04:00 |
|
Paul Goelz
|
94abe59a5a
|
Add changelog.
|
2016-06-13 00:37:14 +02:00 |
|
Paul Goelz
|
6071fc57ab
|
Add missing parantheses.
|
2016-06-13 00:24:44 +02:00 |
|
Gil Forsyth
|
3d9e844f55
|
Merge pull request #1215 from xonsh/path_tuple
Fix locate_binary assuming path is a list
|
2016-06-12 18:21:17 -04:00 |
|
Paul Goelz
|
87282ffdb3
|
Prevent ValueError on 'completer list' if no completer registered.
|
2016-06-13 00:21:11 +02:00 |
|
Morten Enemark Lund
|
af50d8c2ec
|
Added change log entry
|
2016-06-12 23:32:57 +02:00 |
|
Morten Enemark Lund
|
81e3b467bd
|
Fix locate_binary assuming path is a list
|
2016-06-12 23:32:32 +02:00 |
|
Paul Goelz
|
e246ced5fc
|
Do not throw an exception on 'completer list' if a completer has no docstring.
|
2016-06-12 23:27:52 +02:00 |
|
Anthony Scopatz
|
b25b057b28
|
Merge pull request #1210 from cryzed/clean-up-premain
Clean up argument parsing in premain by removing undo_args hack
|
2016-06-11 21:29:52 -04:00 |
|
JohnLunzer
|
5a3506c884
|
Merge branch 'master' of https://github.com/scopatz/xonsh into history-all
|
2016-06-11 21:24:09 -04:00 |
|
Anthony Scopatz
|
a05eb5dd25
|
Merge pull request #1196 from adqm/anon_aliases
Proposal: Bare and Anonymous Aliases
|
2016-06-11 21:24:02 -04:00 |
|
JohnLunzer
|
1687ac2f25
|
Bulk of work done.
|
2016-06-11 21:21:00 -04:00 |
|
cryzed
|
433822d7fa
|
Add changelog news file
|
2016-06-12 03:18:14 +02:00 |
|
cryzed
|
ad403ee9f5
|
Merge branch 'master' into clean-up-premain
|
2016-06-12 03:14:57 +02:00 |
|
adam j hartz
|
2346b8800d
|
move windows fix to correct version number
|
2016-06-11 21:13:02 -04:00 |
|
adam j hartz
|
fdc73acfa7
|
merge from master
|
2016-06-11 21:08:32 -04:00 |
|
cryzed
|
62ad28d909
|
Removed vertical whitespace as requested
|
2016-06-12 03:07:16 +02:00 |
|
adam j hartz
|
4a53fb71cd
|
add a few test cases
|
2016-06-11 21:02:28 -04:00 |
|
adam j hartz
|
7db65f7eb6
|
update docs
|
2016-06-11 20:52:47 -04:00 |
|
Gil Forsyth
|
3da1a78b4a
|
Merge pull request #1209 from xonsh/news
News files
|
2016-06-11 20:08:15 -04:00 |
|
Anthony Scopatz
|
e28a50b2f0
|
colon loc fix
|
2016-06-11 19:43:24 -04:00 |
|
Anthony Scopatz
|
46fb7baa73
|
split fix
|
2016-06-11 19:41:15 -04:00 |
|
cryzed
|
a835272012
|
Clean up argument parsing in premain by removing undo_args hack
|
2016-06-12 00:58:43 +02:00 |
|
Anthony Scopatz
|
1d7875e1ba
|
Some cl instructions in contributing
|
2016-06-11 17:49:00 -04:00 |
|
Anthony Scopatz
|
8d1ec47f45
|
flag removal
|
2016-06-11 17:35:11 -04:00 |
|
Anthony Scopatz
|
33428bc286
|
rst comment
|
2016-06-11 17:34:11 -04:00 |
|
Anthony Scopatz
|
0dd00a7093
|
next
|
2016-06-11 17:30:58 -04:00 |
|