Ned Letcher
|
b008260eed
|
added description of how functions appended to Ubuntu's default .bashrc will fail
|
2016-05-20 13:05:34 +10:00 |
|
adam j hartz
|
b82935f2b2
|
Merge pull request #949 from scopatz/grep
str().split() | grep exit now throws a SyntaxError
|
2016-05-19 20:54:14 -04:00 |
|
adam j hartz
|
0252ebd2af
|
Merge pull request #948 from scopatz/foobar
Fixed echo @("foo") > bar
|
2016-05-19 20:53:46 -04:00 |
|
Anthony Scopatz
|
21bd89c89c
|
Merge pull request #943 from adqm/octothorpe
Tokenizer Fix
|
2016-05-19 20:43:35 -04:00 |
|
adam j hartz
|
2dbf9c6756
|
Merge pull request #947 from scopatz/which_updates
Which updates
|
2016-05-19 20:30:46 -04:00 |
|
Anthony Scopatz
|
d9d7a73f6b
|
duplicate test
|
2016-05-19 20:13:47 -04:00 |
|
Anthony Scopatz
|
c1712eeaed
|
str().split() | grep exit now throws a SyntaxError
|
2016-05-19 20:12:07 -04:00 |
|
adam j hartz
|
d6c8dae196
|
test cases for updated regex glob
|
2016-05-19 19:23:42 -04:00 |
|
adam j hartz
|
d958f99e7a
|
update changelog
|
2016-05-19 19:07:27 -04:00 |
|
Anthony Scopatz
|
b76010d620
|
"fixed echo @("foo") > bar"
|
2016-05-19 18:52:50 -04:00 |
|
Morten Enemark Lund
|
458650a75d
|
Update output style for verbose
|
2016-05-19 23:35:06 +02:00 |
|
Anthony Scopatz
|
4d86b7bdec
|
Merge pull request #946 from sebastien/master
Fixed _add_cdpaths in autocomplete, amending #916
|
2016-05-19 17:05:38 -04:00 |
|
Morten Enemark Lund
|
14b42adadb
|
Update which functionality to make '-p/--plain' output the default
|
2016-05-19 22:54:28 +02:00 |
|
Anthony Scopatz
|
5e47f97559
|
Merge pull request #944 from scopatz/fix_test_imports
fix broken imports in certain tests
|
2016-05-19 16:03:48 -04:00 |
|
Gil Forsyth
|
99ea707ae7
|
fix broken imports in certain tests
these were introduced in a few places but there is no __init__.py file
in the tests directory so the import breaks (at least on my machine)
|
2016-05-19 15:17:42 -04:00 |
|
adam j hartz
|
c85864b249
|
Merge pull request #934 from scopatz/which_updates
Which updates
|
2016-05-19 14:04:42 -04:00 |
|
adam j hartz
|
90ea566ca2
|
modify lexer to use xonsh's tokenize module
|
2016-05-19 13:48:01 -04:00 |
|
adam j hartz
|
12c3d4a5e2
|
modify tokenizer to treat regexpath as a new token type
|
2016-05-19 13:44:20 -04:00 |
|
adam j hartz
|
6ad1b9d3e5
|
add tokenize module
|
2016-05-19 13:43:07 -04:00 |
|
adam j hartz
|
369c30b390
|
modify lexer to store token stream in state (should be transparent)
|
2016-05-19 10:39:47 -04:00 |
|
Sébastien Pierre
|
84e61badc8
|
Fixed _add_cdpaths in autocomplete, amending #191
|
2016-05-19 10:38:34 -04:00 |
|
Morten Enemark Lund
|
683115f6cf
|
Merge pull request #933 from scopatz/chatty
Fix many logic issues with xontribs
|
2016-05-19 15:35:51 +02:00 |
|
Anthony Scopatz
|
59747a6c27
|
fix many logic issues with xontribs
|
2016-05-18 23:29:45 -04:00 |
|
Anthony Scopatz
|
08554ab8ad
|
quick json fix
|
2016-05-18 22:38:10 -04:00 |
|
Anthony Scopatz
|
d76489b0a4
|
Merge pull request #931 from Siecje/xontrib-prompt-ret-code
Adding xontrib-prompt-ret-code extension
|
2016-05-18 21:14:41 -04:00 |
|
Anthony Scopatz
|
e222c74fd2
|
Merge pull request #929 from terrycloth/bash-documentation
Document Bash config conflicts, according to issue #208.
|
2016-05-18 20:55:58 -04:00 |
|
Cody Scott
|
28b70110f0
|
Adding xontrib-prompt-ret-code extension
|
2016-05-18 20:30:11 -04:00 |
|
Andrew Toskin
|
b0746fa638
|
Document Bash config conflicts, according to issue #208.
|
2016-05-18 16:51:37 -07:00 |
|
Morten Enemark Lund
|
d0714e5bfd
|
Update the which alias to always show where commands where found, and move the '-v' option to specify version instead of verbose.
|
2016-05-18 23:09:35 +02:00 |
|
Morten Enemark Lund
|
cba99b5a7b
|
Updated tests to match the new whichgen returns
|
2016-05-18 23:09:35 +02:00 |
|
Morten Enemark Lund
|
cb5c1803b0
|
Update version information of the _which.py module
|
2016-05-18 23:09:34 +02:00 |
|
Morten Enemark Lund
|
df79469ec7
|
Updated whichgen() function to always return tuples of (<path to command>, <where path found>). Before the return type was determined by the verbose option. Now the caller functions decides how the result is presented.
|
2016-05-18 22:59:52 +02:00 |
|
Anthony Scopatz
|
33e9723321
|
Merge branch 'sebastien-master'
|
2016-05-18 10:48:21 -04:00 |
|
Anthony Scopatz
|
c0cb5edc2b
|
Merge branch 'master' of https://github.com/sebastien/xonsh into sebastien-master
|
2016-05-18 10:47:27 -04:00 |
|
Anthony Scopatz
|
b4dcf30bcc
|
Merge pull request #924 from adqm/empty_rc
don't crash on empty .xonshrc file
|
2016-05-18 10:43:04 -04:00 |
|
Sébastien Pierre
|
f68650a218
|
Added tests, CHANGELOG and expand_path support to #916
|
2016-05-18 09:42:36 -04:00 |
|
adam j hartz
|
fe39fcef71
|
Merge branch 'rl' of https://github.com/scopatz/xonsh into scopatz-rl
|
2016-05-18 08:38:46 -04:00 |
|
adam j hartz
|
c035db458a
|
don't break on empty .xonshrc file
|
2016-05-18 07:55:23 -04:00 |
|
Morten Enemark Lund
|
d9d7c7e918
|
Merge pull request #909 from scopatz/configload
Don't die on JSON config fail
|
2016-05-18 12:56:15 +02:00 |
|
Anthony Scopatz
|
7ec0427a12
|
load_static_config() in foreign shells
|
2016-05-18 03:50:33 -04:00 |
|
Anthony Scopatz
|
90ad4bd2b9
|
better docs
|
2016-05-18 03:27:57 -04:00 |
|
Anthony Scopatz
|
83df15459d
|
moved rl back
|
2016-05-18 03:14:41 -04:00 |
|
Anthony Scopatz
|
f2d3163749
|
many readline updates
|
2016-05-18 03:12:43 -04:00 |
|
Anthony Scopatz
|
cbe756a2c6
|
Merge branch 'master' into rl
|
2016-05-18 02:30:45 -04:00 |
|
Anthony Scopatz
|
fbd21e099e
|
Merge pull request #921 from adqm/which-plain
Add argument to which, to allow printing only the name of an alias
|
2016-05-18 02:19:33 -04:00 |
|
Anthony Scopatz
|
b445d3624e
|
Merge branch 'adqm-r-i-search'
|
2016-05-18 02:16:11 -04:00 |
|
adam j hartz
|
cd8d003d6f
|
don't let pyreadline destroy itself
|
2016-05-18 00:46:03 -04:00 |
|
adam j hartz
|
890470ed8d
|
actual fix for pyreadline
|
2016-05-18 00:46:03 -04:00 |
|
adam j hartz
|
e28758f4a7
|
fix for windows
|
2016-05-18 00:46:03 -04:00 |
|
adam j hartz
|
f24c2488a1
|
update changelog
|
2016-05-18 00:46:03 -04:00 |
|