Commit graph

8405 commits

Author SHA1 Message Date
Anthony Scopatz
83ba128f19 Updated CHANGELOG for 0.9.9 2019-07-19 18:13:20 -04:00
Anthony Scopatz
1e49895367 bumped version to 0.9.9 2019-07-19 18:13:20 -04:00
Anthony Scopatz
321d609e35 Updated authorship for 0.9.9 2019-07-19 18:13:20 -04:00
Anthony Scopatz
5aac871140 more authors 2019-07-19 17:43:33 -04:00
Anthony Scopatz
5941f32540 authors update 2019-07-19 17:42:33 -04:00
Anthony Scopatz
80dd84f613
Merge pull request #3220 from webmeister/subprocess-help
Try to open man page as help for subprocess commands
2019-07-19 17:38:46 -04:00
Anthony Scopatz
bc01936bed
Merge pull request #3185 from 6syun9/add_async_comp
add $COMPLETION_IN_THREAD
2019-07-19 15:52:09 -04:00
Anthony Scopatz
552d038f56
Merge pull request #3210 from webmeister/get_next_task
Avoid stale data when determining active tasks
2019-07-14 17:37:12 -05:00
Anthony Scopatz
bbbea54051
Merge pull request #3217 from xonsh/proxy_cleanup
Cleaned up proxy loading and unloading.
2019-07-14 17:33:59 -05:00
Anthony Scopatz
9310fbd301
Merge pull request #3221 from webmeister/remove-unused-files
Remove unused files
2019-07-14 17:29:55 -05:00
Anthony Scopatz
6f6b1086c7
Merge pull request #3219 from xonsh/vi_mode_enter
Fix behavior of enter key in VI_MODE
2019-07-14 17:08:39 -05:00
Anthony Scopatz
d4b38e3156
Merge pull request #3228 from xonsh/inpsect
Inpsect
2019-07-14 15:50:04 -05:00
Gil Forsyth
d9986e4ef1
Merge pull request #3213 from ke-zhang-rd/update-predict-list
MNT: Add several command to predict list
2019-07-14 16:37:05 -04:00
Gil Forsyth
6f909cbf7f
Reset filename in execer between executions 2019-07-14 16:19:35 -04:00
Anthony Scopatz
858f593f06 some fixes for inspect 2019-07-14 15:05:41 -05:00
Alexander Steffen
5457ac1c94 Try to open man page as help for subprocess commands
This makes for example 'sh?' equivalent to 'man sh', unless there actually
exists a 'sh?' executable.

Resolves #3204.
2019-07-14 12:38:14 +02:00
Alexander Steffen
984403dce1 Remove unused files
Fixes #3214.
2019-07-14 07:16:46 +02:00
Gil Forsyth
f4f82903b5
Fix behavior of enter key in VI_MODE 2019-07-13 18:36:41 -04:00
Alexander Steffen
79780d8129 Avoid stale data when determining active tasks
Two of the three callers of get_next_task already called _clear_dead_jobs
to update the task state before searching for active tasks.

xonsh.prompt.job._current_job did not call _clear_dead_jobs, which lead to
tasks still being displayed in the title, even though they had already
finished.

Moving the call to _clear_dead_jobs into get_next_task ensures that it
always returns correct data.
2019-07-13 23:27:00 +02:00
David Dotson
62cc81280b Merge branch 'master' into proxy_cleanup 2019-07-13 16:23:21 -05:00
David Dotson
1349b6eb51 Fixes to news file 2019-07-13 16:15:54 -05:00
David Dotson
3f87a09034 Cleaned up proxy loading and unloading.
Also removed `DeprecationWarningProxy`, as it is no longer needed.
2019-07-13 16:11:18 -05:00
David Dotson
8576e9c22e
Merge pull request #3211 from xonsh/fix_DAP_completion
Add `__dir__` to `DynamicAccessProxy`
2019-07-13 13:36:33 -07:00
Ke Zhang
e187103ead
Update xonsh/commands_cache.py
Thanks

Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
2019-07-13 15:05:01 -05:00
David Dotson
d14eb76d7c
Merge pull request #3212 from dgasmith/xonsh_dunder
Remove deprecated __xonsh__* mappers
2019-07-13 12:49:35 -07:00
David Dotson
512bf08612 Removed events from unload list; looks fine but will pursue in separate PR 2019-07-13 14:37:13 -05:00
ke-zhang-rd
e3a92ee309 MNT: Add several command to predict list 2019-07-13 14:24:33 -05:00
Gil Forsyth
c0b7d1166a
Skip broken test on Windows (sorry)
This is a workaround for strange non-deterministic behavior in pytest
2019-07-13 14:56:17 -04:00
David Dotson
528d478bc6 Try removing events proxy; will need to check that this isn't used in teardown 2019-07-13 13:29:27 -05:00
Daniel Smith
df96df8b3c
Remove deprecated __xonsh__ mappers 2019-07-13 11:29:19 -05:00
Gil Forsyth
19856ee258
Add __dir__ to DynamicAccessProxy
This restores tab-completion to objects proxied through
DynamicAccessProxy
2019-07-13 12:13:48 -04:00
Gil Forsyth
a7c48deacc
Merge pull request #3209 from webmeister/style
Update style guide to match reality
2019-07-13 11:03:12 -04:00
Alexander Steffen
fa2594318d Update style guide to match reality
* black likes double quotes instead of single quotes.
* Python 3.4 is not a target anymore.
2019-07-13 10:44:55 +02:00
Anthony Scopatz
7c58c8222d Updated CHANGELOG for 0.9.8 2019-07-07 20:19:21 -05:00
Anthony Scopatz
2e52e573bf bumped version to 0.9.8 2019-07-07 20:19:21 -05:00
Anthony Scopatz
3459a87908 Updated authorship for 0.9.8 2019-07-07 20:19:21 -05:00
Gil Forsyth
cb485817ea
Merge pull request #3195 from xonsh/rmws
remove newlines
2019-07-01 21:35:24 -04:00
Anthony Scopatz
312e448f41 remove newlines 2019-07-01 19:41:54 -04:00
vaaaaanquish
065df1b8df add COMPLETION_IN_THREAD 2019-06-30 01:18:00 -07:00
Anthony Scopatz
a241538599 Updated CHANGELOG for 0.9.7 2019-06-28 17:30:35 -04:00
Anthony Scopatz
52324bdd0a bumped version to 0.9.7 2019-06-28 17:30:35 -04:00
Anthony Scopatz
cd48463a1d Updated authorship for 0.9.7 2019-06-28 17:30:35 -04:00
Gil Forsyth
626b94dbff
Merge pull request #3183 from xonsh/xontrib-kitty
xontrib-kitty
2019-06-28 17:20:28 -04:00
Anthony Scopatz
6efa41eec1 xontrib-kitty 2019-06-28 16:26:04 -04:00
Anthony Scopatz
d66b91c4a4 updated authors again 2019-06-24 17:56:11 -04:00
Anthony Scopatz
5211e280be Merge branch 'master' of github.com:xonsh/xonsh 2019-06-24 17:53:43 -04:00
Anthony Scopatz
a1b55e1d38 updated authors 2019-06-24 17:53:26 -04:00
Gil Forsyth
cca721c447
Merge pull request #3180 from xonsh/details
details needs space
2019-06-24 17:19:25 -04:00
Anthony Scopatz
a83f1a9913 details needs space 2019-06-24 15:27:23 -04:00
Gil Forsyth
9599008918
Merge pull request #3174 from xonsh/bash-comp-0.2.6
Bash comp 0.2.6
2019-06-22 08:24:15 -04:00