Alexander Sosedkin
d146da661d
Allow empty XONSH_GITSTATUS_ defs
...
builtins.__xonsh_env__.get('XONSH_GITSTATUS_' + key) or _DEFS[key]
swallowed not only None, but also empty strings, and was replaced
with an explicit check for None.
2016-09-24 13:35:09 +07:00
Anthony Scopatz
2b3ae98289
more updates
2016-09-24 02:23:52 -04:00
Anthony Scopatz
c3ec3dd1e6
removed teepty
2016-09-23 22:38:08 -04:00
Anthony Scopatz
65113eb793
cleaned up iterraw()
2016-09-23 22:29:35 -04:00
Anthony Scopatz
d999c4fb26
safe readlines
2016-09-23 22:23:43 -04:00
Anthony Scopatz
a59aa59e84
renamed to pipeline
2016-09-23 22:13:42 -04:00
Anthony Scopatz
ccaca29662
fixed some stuff
2016-09-23 22:06:31 -04:00
Anthony Scopatz
e2c0c29d8d
some cleanup
2016-09-23 21:53:02 -04:00
Anthony Scopatz
6f968fc80c
super
2016-09-23 21:49:14 -04:00
Anthony Scopatz
a18950c126
more
2016-09-23 21:37:19 -04:00
Anthony Scopatz
c5d014b730
bare bones
2016-09-23 21:09:33 -04:00
Anthony Scopatz
e50c99806d
mostly seems to work
2016-09-23 20:28:05 -04:00
BlahGeek
8e288661e3
add changelog
2016-09-23 17:00:10 +08:00
Anthony Scopatz
cc7aa92db2
almost
2016-09-23 00:57:33 -04:00
Anthony Scopatz
5037a60f04
back to bytes
2016-09-22 21:19:37 -04:00
Anthony Scopatz
0b8505ec17
some cleanup
2016-09-22 21:04:30 -04:00
Anthony Scopatz
04e781ffdc
sems to work
2016-09-22 19:56:02 -04:00
Anthony Scopatz
91447afa59
even more
2016-09-22 19:39:18 -04:00
Anthony Scopatz
7dc0e95fb6
sort of working
2016-09-22 14:22:37 -04:00
Anthony Scopatz
05954f480d
some alt mod
2016-09-22 14:09:21 -04:00
Anthony Scopatz
b0951ec82f
some updates
2016-09-22 12:29:54 -04:00
Konstantinos Tsakiltzidis
e1757b1cf1
Merge pull request #1752 from blahgeek/fix-quote-andor
...
do not quote unnessasery and/or
2016-09-22 16:39:14 +03:00
BlahGeek
39d36d2b44
do not quote unnessasery and/or
2016-09-22 16:24:57 +08:00
BlahGeek
498a67eeb2
fix completion after alias expansion
2016-09-22 16:05:25 +08:00
Anthony Scopatz
6904898033
some more stuff
2016-09-22 00:15:40 -04:00
Anthony Scopatz
6878ebc252
more work
2016-09-21 21:13:27 -04:00
Anthony Scopatz
3588c93d4f
some start up
2016-09-21 20:37:19 -04:00
Anthony Scopatz
046a1160bc
merge from master
2016-09-21 19:57:54 -04:00
Gil Forsyth
09e66f631f
Merge pull request #1748 from laerus/andorcomplet
...
auto quote completion paths that contain 'and', 'or'
2016-09-21 10:51:17 -04:00
laerus
68ae62756c
auto quote completion paths that contain 'and', 'or'
2016-09-21 17:31:11 +03:00
Gil Forsyth
337ec2404b
Merge pull request #1719 from Carreau/no-multi-global
...
Fix context-manager tests on 3.6
2016-09-21 10:26:00 -04:00
Gil Forsyth
2db0763f52
Merge pull request #1717 from Carreau/async-comp
...
Fix async comprehension on 3.6
2016-09-21 10:25:11 -04:00
Gil Forsyth
8d7ed72802
Merge pull request #1746 from laerus/envhelp
...
help method on Env
2016-09-21 10:24:38 -04:00
Gil Forsyth
bd505b1271
Merge pull request #1747 from laerus/teststraydir
...
test_cdpath_expansion leaving stray dirs
2016-09-21 08:19:58 -04:00
laerus
e2174dc34d
test_dirstack::test_cdpath_expansion leaving stray dirs
2016-09-21 14:45:58 +03:00
laerus
af811fc7ad
Env.help cleanup
2016-09-21 14:34:49 +03:00
laerus
49c2dc87b5
Env.help docs/tutorial
2016-09-21 13:27:34 +03:00
laerus
ada1a51908
Env.help color/textwrap
2016-09-21 12:54:42 +03:00
laerus
d0a5666899
missed parens
2016-09-21 11:55:53 +03:00
laerus
44363ae19c
catch OSError
2016-09-21 11:53:38 +03:00
laerus
4f178aaa54
Merge branch 'master' into gitstatus
2016-09-21 11:45:39 +03:00
Anthony Scopatz
2e5234da02
Merge pull request #1745 from laerus/cwd
...
fix base_shell._fix_cwd
2016-09-20 20:35:50 -04:00
laerus
000b7bcee1
Env.help method
2016-09-20 13:02:41 +03:00
laerus
d613189787
fix base_shell._fix_cwd
2016-09-20 11:07:10 +03:00
Gil Forsyth
51e4bfbd38
Merge pull request #1735 from laerus/promptfmt
...
prompt formatting error handling + refactor
2016-09-19 11:44:08 -04:00
Matthias Bussonnier
f83ff5b2c6
Start a Python 3.6 parser.
...
Write now not many changes, mostly async comprehension ast node takes a
mandatory 4th keyword.
2016-09-18 10:48:30 -07:00
laerus
b04096b005
imports cleanup
2016-09-18 19:05:54 +03:00
Gil Forsyth
5a2c077ec1
Merge pull request #1738 from laerus/ckxontrib
...
info about the cookiecutter xontrib template
2016-09-18 08:44:48 -04:00
Konstantinos Tsakiltzidis
a1f6fb7aa5
Merge pull request #1740 from Carreau/docs-3.5
...
Build docs on 3.5 otherwise we'll never caught failures.
2016-09-18 04:15:00 +03:00
Matthias Bussonnier
e67c448290
Build docs on 3.5 otherwise we'll never caught failures.
2016-09-17 13:20:17 -07:00