Anthony Scopatz
7d3892d1f0
Merge pull request #2004 from xonsh/vox-fs
...
PEP 519 for Vox
2016-12-16 00:42:32 -08:00
Jamie Bliss
d2de666ac7
Merge remote-tracking branch 'upstream/master' into vox-fs
2016-12-15 22:21:33 -05:00
Anthony Scopatz
46c213cc03
Merge branch 'mitnk-debug-level-print'
2016-12-15 19:09:35 -08:00
Anthony Scopatz
06e6c449b2
Merge branch 'debug-level-print' of https://github.com/mitnk/xonsh into mitnk-debug-level-print
2016-12-15 19:08:49 -08:00
Anthony Scopatz
f04fc78765
Merge branch 'mitnk-unify-history'
2016-12-15 19:06:58 -08:00
Anthony Scopatz
bb45a6def8
Merge branch 'unify-history' of https://github.com/mitnk/xonsh into mitnk-unify-history
2016-12-15 18:53:38 -08:00
Jamie Bliss
7bc2642122
fs a module again and exclude from amalgamation
2016-12-15 21:36:23 -05:00
Jamie Bliss
44d570bfec
Make 'fs' a package to avoid amalgamation and builtin smashing
2016-12-15 20:02:58 -05:00
Hugo Wang
c41a3512e4
code clean
2016-12-16 09:00:18 +08:00
Gil Forsyth
01ad4c64f3
Merge pull request #2016 from xonsh/view
...
added view to unthreadable
2016-12-15 16:08:41 -05:00
Gil Forsyth
53ffa886bc
Merge pull request #2015 from xonsh/gazing
...
Python-powered, cross-platform, Unix-gazing shell
2016-12-15 16:08:05 -05:00
Anthony Scopatz
8b892aa34a
Merge pull request #2014 from xonsh/gforsyth-patch-1
...
stop travis if build fails
2016-12-15 11:20:13 -08:00
Anthony Scopatz
163d62d4bc
more command
2016-12-15 11:18:50 -08:00
Anthony Scopatz
15b55d284a
added view to unthreadable
2016-12-15 10:24:49 -08:00
Anthony Scopatz
d85dc753af
index changes
2016-12-15 10:09:48 -08:00
Gil Forsyth
38c4a6b181
fix for shell_session_update
error on travis
...
as per discussion in https://github.com/travis-ci/travis-ci/issues/6307 -- although that's old enough this might be a separate issue, but I'm trying it anyway.
2016-12-15 13:07:31 -05:00
Anthony Scopatz
cbb9c24959
Python-powered, cross-platform, Unix-gazing shell
2016-12-15 09:38:26 -08:00
Hugo Wang
afcd76a5ae
added a news item
2016-12-15 22:59:07 +08:00
Hugo Wang
b47aabf654
updated for ut
2016-12-15 22:54:45 +08:00
Hugo Wang
31bf0a52d2
minor doc update
2016-12-15 22:41:06 +08:00
Hugo Wang
6926a21b9c
updated XONSH_DEBUG debug levels
2016-12-15 22:30:26 +08:00
Hugo Wang
5d48c9419f
Merge branch 'master' into unify-history
2016-12-15 21:33:57 +08:00
Jamie Bliss
c641d46879
Update __init__.py
2016-12-14 23:12:44 -05:00
Jamie Bliss
eaf33d1680
Merge branch 'vox-fs' of github.com:xonsh/xonsh into vox-fs
2016-12-14 21:27:58 -05:00
Jamie Bliss
3fbc929aae
Allow non-fs arguments to open()
2016-12-14 21:27:42 -05:00
Gil Forsyth
53595218c3
update path to history_main in docs
2016-12-14 13:42:43 -05:00
Anthony Scopatz
0c075038a5
Merge pull request #1993 from xonsh/stdout_storage
...
Stdout storage
2016-12-14 09:54:35 -08:00
Gil Forsyth
1304257464
stop travis if build fails
...
@asmeurer reported that travis doesn't stop a build if the docs fail to build unless there's a `set -e` in there. Adding it in so that we don't accidentally push broken docs, potentially deleting what we have.
2016-12-13 17:05:38 -05:00
Gil Forsyth
7faa2bcce6
pep8 fixes and remove bad ref in aliases docs
2016-12-12 13:05:52 -05:00
Hugo Wang
cfee7997fc
update info print of debug level
2016-12-11 19:32:35 +08:00
Morten Enemark Lund
acce25886e
Merge pull request #2006 from mitnk/ptk-prompt-crash
...
Prevent xonsh crash when ptk cli.run raises error
2016-12-11 10:29:09 +01:00
Hugo Wang
3fc91834ab
prevent xonsh crash when ptk cli.run error
2016-12-11 17:18:14 +08:00
Hugo Wang
0cc6a8b4ff
made json history buffer with all hists
2016-12-11 16:33:45 +08:00
Hugo Wang
00c29766b5
wip - update json history rtns
2016-12-10 22:45:21 +08:00
Jamie Bliss
dff1d9d3df
Add news item
2016-12-09 23:18:49 -05:00
Jamie Bliss
5e5921802d
add fspath support to vox
2016-12-09 23:14:41 -05:00
Jamie Bliss
72ffa7fb06
Ooops, pathlib doesn't implement it yet....
2016-12-09 23:13:12 -05:00
Jamie Bliss
8418337930
Add fs backports
2016-12-09 22:41:15 -05:00
Gil Forsyth
e18487e275
flake8 fixes
2016-12-09 13:06:23 -05:00
Gil Forsyth
b1527b8e01
don't nuke existing stored stdout on json dump
2016-12-09 10:43:38 -05:00
Gil Forsyth
bf3bdb299d
add STORE_STDOUT check to json history backend
2016-12-09 10:25:38 -05:00
Jamie Bliss
2bd3e52e39
Merge pull request #2003 from dragon788/patch-1
...
Fix typo
2016-12-08 23:07:16 -05:00
dragon788
5f5a534452
Fix typo
...
Fixed a misspelled word.
2016-12-08 22:04:28 -06:00
Gil Forsyth
26a6414314
Merge pull request #1862 from chronitis/first-class-paths
...
First class path objects
2016-12-08 19:42:36 -05:00
Gordon Ball
e14412f597
Note byte-string fix in news
2016-12-08 14:16:07 +01:00
Gordon Ball
0125dfb818
Fix (and test) byte string handling problems
2016-12-08 14:14:03 +01:00
Gordon Ball
dbc86bc955
Support raw-string path literals
2016-12-08 13:56:45 +01:00
Gordon Ball
ee97ae8bd0
Merge branch 'master' into first-class-paths
2016-12-08 13:06:21 +01:00
Gil Forsyth
f03547fc47
only pop 'out' if 'out' exists
2016-12-07 08:07:29 -05:00
Gil Forsyth
9501f0a396
pop outs on flush if not storing stdout
2016-12-07 08:04:41 -05:00