Commit graph

7241 commits

Author SHA1 Message Date
neruok
2b9d4a46e5 cat outputs in configured encoding 2017-12-19 09:30:09 -06:00
Anthony Scopatz
23428c1fdb flake8 and doc fixes 2017-12-18 20:33:42 -08:00
Anthony Scopatz
5a737a0c46 added noconf news 2017-12-18 20:14:53 -08:00
Anthony Scopatz
e49f951735 many small fixes 2017-12-18 20:00:03 -08:00
Anthony Scopatz
226e6916bf fixed StateVistor.flatten() bug 2017-12-18 19:22:06 -08:00
Anthony Scopatz
d2928dec6b fixed tests for no conf 2017-12-18 19:13:49 -08:00
Anthony Scopatz
5d3d6dc851 fixed some other startup bugs 2017-12-18 19:06:59 -08:00
Anthony Scopatz
816252158a remove extra paren 2017-12-18 19:02:27 -08:00
Anthony Scopatz
10b5eb2a46 wrote dumpers 2017-12-18 19:01:18 -08:00
Anthony Scopatz
3130bd77f5 foreign shell writer 2017-12-18 18:51:52 -08:00
Anthony Scopatz
534f4967c2 indents 2017-12-18 01:25:07 -08:00
Anthony Scopatz
a4d52f25d3 Merge branch 'master' into e2o 2017-12-18 01:19:08 -08:00
Anthony Scopatz
f0013fe81e fix bash completion prefix length computation 2017-12-18 01:14:36 -08:00
Anthony Scopatz
6af1fdcb3e add command name 2017-12-15 15:20:05 -05:00
Anthony Scopatz
d1e1fea5f2 some updates 2017-12-15 15:13:55 -05:00
Anthony Scopatz
9f6e88ec02 added file inserter to wizard 2017-12-15 14:43:35 -05:00
Anthony Scopatz
a4044823ac fixed foreign shells for no config 2017-12-15 11:45:22 -05:00
Anthony Scopatz
541e6761bf Merge branch 'master' into noconf 2017-12-09 18:13:21 -05:00
Anthony Scopatz
7152ee14d5 readline completions list all options correctly 2017-12-09 17:51:47 -05:00
Gil Forsyth
d26f960583
Merge pull request #2560 from xonsh/tutstr
tutorial for subproc strings
2017-12-09 17:23:59 -05:00
Anthony Scopatz
73e6e4b34e Merge branch 'master' into aspace 2017-12-09 16:37:36 -05:00
Anthony Scopatz
503c40c66c @gforsyth changes 2017-12-09 16:32:59 -05:00
Anthony Scopatz
289af915e1 Thanks to @melund, tailing 2017-12-09 16:23:43 -05:00
Anthony Scopatz
946d1c8e88 some removal 2017-12-09 15:21:22 -05:00
Gil Forsyth
ff05ec33a2
Merge pull request #2557 from xonsh/teenc
Give sensible defaults when encoding bytes
2017-12-09 15:03:31 -05:00
Gil Forsyth
e3c03388b6
Merge pull request #2556 from xonsh/synstar
Fixed def spam(*): pass issue
2017-12-09 13:58:18 -05:00
Gil Forsyth
230f77b2bc
Merge pull request #2555 from xonsh/iglob
Make iglobpath() more robust
2017-12-09 12:35:56 -05:00
Anthony Scopatz
576a89aa95 tutorial for subproc strings 2017-12-09 01:33:55 -05:00
Sebastian Wagner
cb479bce1f
remove docs from tarballs
as requested in xonsh/xonsh#2551
2017-12-08 11:09:58 +01:00
Anthony Scopatz
7af4ca53e4 this seems to work locally 2017-12-08 01:36:33 -05:00
Anthony Scopatz
143c328f72 try setting to none 2017-12-08 01:28:20 -05:00
Anthony Scopatz
346d4427c2 replace captured streams too 2017-12-08 01:07:02 -05:00
Anthony Scopatz
ce030eb85e fixed callable alias e>o redirection 2017-12-07 23:24:06 -05:00
Anthony Scopatz
e504675b0d Completions for quotes in readline, more complex than I thought 2017-12-07 21:01:41 -05:00
Anthony Scopatz
111a651d67 Merge branch 'master' into aspace 2017-12-07 18:40:38 -05:00
Anthony Scopatz
55d9d4cce0 Give sensible defaults when encoding bytes 2017-12-07 18:34:09 -05:00
Anthony Scopatz
38cffd2bdc Py v3.4 compat 2017-12-07 17:17:53 -05:00
Anthony Scopatz
70d7ef7c31 added test for iglobpath 2017-12-07 16:44:01 -05:00
Anthony Scopatz
3f9bfed62c Fixed def spam(*): pass issue 2017-12-06 22:12:50 -05:00
Anthony Scopatz
6f87782b59 Make iglobpath() more robust 2017-12-06 20:08:51 -05:00
Sebastian Wagner
e09c50268c
include license and docs: fix issues raised in PR 2017-12-04 21:01:00 +01:00
Sebastian Wagner
3fd6530e81
Include Metadata in release tarballs
License and documentation for xonsh and ply
2017-12-04 20:48:52 +01:00
Anthony Scopatz
c4e2ec5815
Merge pull request #2549 from xonsh/free_cwd_on_win
Free cwd on win
2017-12-03 22:40:55 -05:00
Morten Enemark Lund
dccb41ae52 Make it clear that `free_cwd` is a Win only xontrib 2017-12-03 21:46:04 +01:00
Morten Enemark Lund
c93082a53a Add changelog 2017-12-03 21:39:50 +01:00
Morten Enemark Lund
93a72c0b85 Use pathlib for path manipulations 2017-12-03 21:35:32 +01:00
Morten Enemark Lund
1e10c8ca53 Fix doc typos 2017-12-03 21:34:51 +01:00
Morten Enemark Lund
f066f6bf20 Ensure free_cwd is only active on pure windows 2017-12-03 21:34:04 +01:00
Anthony Scopatz
5d2901ec0f
Merge pull request #2546 from xonsh/fix/no-lines-columns-2543
Remove lines/columns from the default environment
2017-11-29 21:21:26 -05:00
Jamie Bliss
220431d386
Grammar 2017-11-29 14:34:51 -05:00