Commit graph

2935 commits

Author SHA1 Message Date
Anthony Scopatz
5a26e391d9 Merge pull request #986 from gforsyth/deprecate_early_ptk
remove prompt_toolkit < v1.0.0 support
2016-05-22 13:09:33 -04:00
Anthony Scopatz
b1909e44d3 Merge pull request #987 from adqm/better_completion_quoting
(slightly) better string quoting for windows completion
2016-05-22 13:02:30 -04:00
adam j hartz
697a7eb1b8 slightly better string quoting for windows completion 2016-05-22 11:39:36 -04:00
Gil Forsyth
ae479ce2eb remove prompt_toolkit < v1.0.0 support
As per #980 this removes all of the cased code for dealing with various
versions of prompt_toolkit in favor of supporting only v1.0.0+
2016-05-22 10:11:46 -04:00
Anthony Scopatz
68026b2112 Merge pull request #982 from adqm/atdollar_docs
Slightly more substantial tutorial entry for @$
2016-05-21 22:37:00 -04:00
adam j hartz
af0eb74b6b slightly more substantial tutorial entry for @$ 2016-05-21 22:29:48 -04:00
Anthony Scopatz
5e16e413c1 Merge pull request #979 from adqm/be_a_better_listener
Respect decisions made about SHELL_TYPE in rc files
2016-05-21 22:05:04 -04:00
adam j hartz
93cd4e4e43 respect decisions made about SHELL_TYPE in rc files 2016-05-21 21:53:26 -04:00
Anthony Scopatz
6b90b11bd8 Merge pull request #970 from Carreau/__main__
Allow python -m xonsh
2016-05-21 15:19:32 -04:00
Anthony Scopatz
362a098d84 added store_as_str to vardocs 2016-05-21 15:03:27 -04:00
Matthias Bussonnier
ef72317693 Allow python -m xonsh
It seams more pythonistic than `python -m xonsh.main`
2016-05-21 11:44:28 -07:00
Anthony Scopatz
088b17f4e5 Merge branch 'adqm-jobs' 2016-05-21 13:59:23 -04:00
adam j hartz
76a74c5422 switch back from integers to strings 2016-05-21 13:54:02 -04:00
adam j hartz
35677ee6e2 changelog 2016-05-21 13:51:48 -04:00
adam j hartz
6a88d66f53 actually fix the parsing bug 2016-05-21 13:51:48 -04:00
adam j hartz
69fe66d723 windows job control fixes 2016-05-21 13:51:48 -04:00
adam j hartz
235b026441 allow jobs to be started in the background again 2016-05-21 13:51:48 -04:00
adam j hartz
017c91ac8d windows job fixes 2016-05-21 13:51:48 -04:00
adam j hartz
bf48aeaab3 bring back current job name in title bar 2016-05-21 13:51:48 -04:00
adam j hartz
3eaa8e4358 windows job control, slight refactor 2016-05-21 13:51:48 -04:00
adam j hartz
be76d17104 several small pep8 changes 2016-05-21 13:51:48 -04:00
Guillaume Leclerc
3cf679b7dd fix job control on complex tasks 2016-05-21 13:51:48 -04:00
Guillaume Leclerc
aac758fcb3 fix vim and others 2016-05-21 13:51:47 -04:00
Guillaume Leclerc
da87db120a remove useless field 2016-05-21 13:51:47 -04:00
Guillaume Leclerc
6db71b929d huge refactor and flow simplification, fixes bg command, linux only 2016-05-21 13:51:47 -04:00
Guillaume Leclerc
c3dc22b28f fix job and strange behavior (some tasks were spawned with no reason) 2016-05-21 13:51:47 -04:00
Guillaume Leclerc
8a45ffb9e9 fix #855 2016-05-21 13:51:47 -04:00
Morten Enemark Lund
8ac0033174 Merge pull request #926 from adqm/syntax
Proposal: Syntax Changes (from #921)
2016-05-21 17:07:34 +02:00
adam j hartz
1128615250 syntax highlighting for new operator 2016-05-21 10:29:44 -04:00
adam j hartz
c260eafc11 changelog update 2016-05-21 10:29:44 -04:00
adam j hartz
e5d97f5c2b pep8 changes 2016-05-21 10:29:21 -04:00
adam j hartz
74299060a0 fix precedence bug with new @$ operator 2016-05-21 10:29:21 -04:00
adam j hartz
2ff3fdf3a8 small docs updates 2016-05-21 10:29:21 -04:00
adam j hartz
6975792584 add tests for new lexer/parser changes 2016-05-21 10:29:21 -04:00
adam j hartz
891c6af771 new parser rules 2016-05-21 10:29:21 -04:00
adam j hartz
eff7378cb2 add subproc_captured_inject to built_ins.py 2016-05-21 10:29:21 -04:00
adam j hartz
ad45f28d58 lexer: output new tokens 2016-05-21 10:29:21 -04:00
adam j hartz
2671291941 add new atdollar token 2016-05-21 10:29:21 -04:00
Anthony Scopatz
edafe68534 Merge pull request #963 from scopatz/fix_master
Fix broken master on Windows introduced by #958.
2016-05-21 03:16:08 -04:00
Morten Enemark Lund
923a5199b2 Fix broken master on Windows introduced by #958.
This commit ensures that POSIX only signals are not used on Windows
2016-05-21 09:09:39 +02:00
Anthony Scopatz
25cbc33442 Merge branch 'kirbyfan64-signals' 2016-05-20 22:06:31 -04:00
Ryan Gonzalez
108300d155 Merge branch 'master' of https://github.com/scopatz/xonsh into signals 2016-05-20 21:02:47 -05:00
Ryan Gonzalez
df4908b17e Add changelog entry 2016-05-20 20:58:08 -05:00
Ryan Gonzalez
1cdc0064d1 Tweaks 2016-05-20 20:48:05 -05:00
Ryan Gonzalez
280d0c4a7e Fix a crash with proxy procedures 2016-05-20 19:44:52 -05:00
Anthony Scopatz
41edf6ca31 version bump to 0.3.0 2016-05-20 18:04:28 -04:00
Anthony Scopatz
4a6e153396 doc fixes 2016-05-20 17:58:50 -04:00
Anthony Scopatz
0e5f75699e minor vi mode changes 2016-05-20 16:39:55 -04:00
Anthony Scopatz
7eb392cac5 Merge branch 'funkyfuture-platform' 2016-05-20 16:08:23 -04:00
Anthony Scopatz
7833e80281 removed bad scandir backport 2016-05-20 16:07:16 -04:00