Commit graph

923 commits

Author SHA1 Message Date
Anthony Scopatz
580626b800 fix rest hopefully 2018-04-09 15:21:29 -04:00
Anthony Scopatz
c1c6760a37 fixed trailing bash whitespace completion issue 2018-04-09 15:16:34 -04:00
Alexey
2a26d89188
Add a new line before item 2018-04-06 21:51:48 +03:00
Alexey
e71672e2b1
Rename no-stop-iteration-in-gen to no-stop-iteration-in-gen.rst 2018-04-06 21:44:47 +03:00
Alexey
01c3afbe6f
Create no-stop-iteration-in-gen 2018-04-06 21:42:54 +03:00
Anthony Scopatz
9f355b140c lambda AST fixes 2018-04-03 21:57:30 -04:00
Anthony Scopatz
0c80b22bde apply to readline too 2018-04-03 16:01:08 -04:00
Anthony Scopatz
c44206564f bash autocomplete space deduplication bugfix 2018-04-02 13:43:46 -04:00
Gil Forsyth
75120dfd20
Merge pull request #2559 from xonsh/e2o
fixed callable alias e>o redirection
2018-03-29 18:26:08 -04:00
Anthony Scopatz
cc468d499e Fixed process hanging issue. 2018-03-23 13:35:08 -04:00
Gil Forsyth
587866376b Add news entry 2018-03-12 12:42:09 -04:00
Gil Forsyth
e9476a9734
Merge pull request #2569 from neruok/catout
cat outputs in configured encoding
2018-01-04 15:43:51 -05:00
Gil Forsyth
3bb670fe27
Merge pull request #2571 from xonsh/setup
added setup function
2018-01-04 15:43:03 -05:00
Maximilian Köhl
6035fdd3fe add news item 2017-12-25 05:09:42 +01:00
Anthony Scopatz
d66f85c508 added setup function 2017-12-20 11:18:35 -08:00
neruok
9eeb50b2f1 changed news to be valid rst 2017-12-19 12:17:10 -06:00
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
a4d52f25d3 Merge branch 'master' into e2o 2017-12-18 01:19:08 -08:00
Anthony Scopatz
7152ee14d5 readline completions list all options correctly 2017-12-09 17:51:47 -05:00
Anthony Scopatz
73e6e4b34e Merge branch 'master' into aspace 2017-12-09 16:37:36 -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
Sebastian Wagner
cb479bce1f
remove docs from tarballs
as requested in xonsh/xonsh#2551
2017-12-08 11:09:58 +01:00
Anthony Scopatz
ce030eb85e fixed callable alias e>o redirection 2017-12-07 23:24:06 -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
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
Morten Enemark Lund
c93082a53a Add changelog 2017-12-03 21:39:50 +01:00
Jamie Bliss
220431d386
Grammar 2017-11-29 14:34:51 -05:00
Jamie Bliss
117a1fcbaf Add news item 2017-11-29 13:59:46 -05:00
Anthony Scopatz
c04031c32f Updated CHANGELOG for 0.6.0 2017-11-22 18:13:51 -05:00
Gil Forsyth
cf973c202b Escape regex in path completion 2017-11-16 18:44:31 -05:00
Anthony Scopatz
65a76ee516 this never should have been moved 2017-11-11 11:29:20 -05:00
Gil Forsyth
d7ee13373b
Merge pull request #2529 from xonsh/emacsclient
emacslient no longer threadable
2017-11-10 10:17:10 -05:00
Anthony Scopatz
9e658131cf Fixes spaces in readline tab completer 2017-11-09 21:37:23 -05:00
Anthony Scopatz
99d529ae2c emacslient no longer threadable 2017-11-09 20:41:19 -05:00
Anthony Scopatz
26ad5ad1be Merge branch 'master' into semieat 2017-11-09 19:43:36 -05:00
Gil Forsyth
559e53fc10
Merge pull request #2527 from xonsh/histcor
fixed JSON history corruption
2017-11-09 09:20:16 -05:00
Anthony Scopatz
65c80f94c1 updated python completer to allow for initial open paren 2017-11-08 21:42:58 -05:00
Anthony Scopatz
5a958bfe71 fixed JSON history corruption 2017-11-08 21:27:28 -05:00
Anthony Scopatz
be64cf9864 fix for eating semicolons 2017-11-08 20:54:18 -05:00
Anthony Scopatz
88647b4a8f
Merge pull request #2434 from xonsh/no_rc_for_scripts
Don't load xonshrc is xonsh is running a script
2017-11-07 21:33:38 -05:00
Gil Forsyth
2bc22c9d18
Merge pull request #2516 from nilehmann/add_fstrings_to_check_quotes
Allow f-strings in check_quotes
2017-11-06 18:40:52 -05:00
Jamie Bliss
e26585ffda
Merge pull request #2522 from Danmou/improved_autopair
Improvements to 'autopair' behavior
2017-11-06 15:15:50 -05:00
Nico Lehmann
808b42e5ef Fix news entry 2017-11-06 10:52:14 -08:00