Commit graph

7491 commits

Author SHA1 Message Date
Gil Forsyth
6fc4a07903 Sort of working -- it starts up! 2018-07-14 13:12:30 -04:00
Anthony Scopatz
0a11cad46f ptk2 hist 2018-07-14 11:32:10 -05:00
Anthony Scopatz
f07e1495d0 prompt resolution 2018-07-14 11:11:24 -05:00
Anthony Scopatz
167052c0b1 aliases 2018-07-14 10:53:45 -05:00
Anthony Scopatz
73beffb87a Merge branch 'master' into ptk_2.0 2018-07-14 10:10:15 -05:00
Anthony Scopatz
eb2030914c make valid rest 2018-07-12 09:27:04 -05:00
Anthony Scopatz
489b8a9944 mv pr-2706-restore-augassign_ops pr-2706-restore-augassign_ops.rst 2018-07-12 09:23:11 -05:00
Anthony Scopatz
7f4ca5beac
Merge pull request #2706 from jaraco/bugfix/issue-2638
Restore AUGASSIGN_OPS
2018-07-12 09:22:20 -05:00
Jason R. Coombs
48e29afd9b Add news entry 2018-07-12 06:08:25 -04:00
Anthony Scopatz
8c76edd95b Updated CHANGELOG for 0.6.10 2018-07-11 14:09:19 -05:00
Anthony Scopatz
39a74e256c bumped version to 0.6.10 2018-07-11 14:09:19 -05:00
Anthony Scopatz
b4735dcda4
Merge pull request #2705 from CJ-Wright/fix_subprocess
it seems that pushd and popd may be too smart for their own good
2018-07-11 12:02:53 -04:00
christopher
a6d266b4df remove unused import 2018-07-11 11:18:00 -04:00
christopher
df28bc4a5b remove unused code 2018-07-10 15:52:35 -04:00
christopher
7e9922e205 move back to pushd popd 2018-07-10 13:43:48 -04:00
christopher
d3c6e745d5 fix run 2018-07-10 13:30:49 -04:00
christopher
1e9d8e70d8 use os_indir to simulate indir behavior 2018-07-10 13:21:34 -04:00
Jason R. Coombs
fdddbd9d10 Set AUGASSIGN_OPS once and tweak where necessary. 2018-07-09 00:29:17 -04:00
Jason R. Coombs
4e212cab78 Separate concerns of Python 3.5 functionality. Ref #2639. 2018-07-09 00:26:59 -04:00
christopher
d20d79bf38 add cd 2018-07-06 23:58:23 -04:00
christopher
3cd114eee9 pushd/popd failing test 2018-07-06 23:51:11 -04:00
christopher
c67b99d592 news 2018-07-06 23:37:48 -04:00
christopher
b190968b5b it seems that pushd and popd may be too smart for their own good 2018-07-06 23:36:44 -04:00
Anthony Scopatz
c033cba7a7 merge from master 2018-07-06 17:19:16 -04:00
Gil Forsyth
0f22b8b3d9 Change default for AUTO_SUGGEST_IN_COMPLETIONS
Up for debate -- I think it causes more confusion since it provides
"wrong" completions.
2018-07-06 16:14:05 -04:00
Anthony Scopatz
086706caf0 Updated CHANGELOG for 0.6.9 2018-07-06 16:07:37 -04:00
Anthony Scopatz
f7e2e79f35 bumped version to 0.6.9 2018-07-06 16:07:37 -04:00
Anthony Scopatz
0d7ab3962c
Merge pull request #2694 from CJ-Wright/indir
add indir and subprocess tools
2018-07-05 16:18:47 -04:00
christopher
ec9631d047 add news for new standard lib, remove copyright, return returncode 2018-07-05 11:44:27 -04:00
Morten Enemark Lund
8a7e560e2a
Merge pull request #2701 from xonsh/bash_completion_spacetime_continuum
Bash completion spacetime continuum
2018-07-05 13:49:37 +02:00
Gil Forsyth
dabf2e4c64
Merge pull request #2700 from DNGros/ptk2fallback
Fallback to readline when launching with prompt toolkit 2.x installed
2018-07-04 20:19:17 -04:00
Gil Forsyth
8d1be1ca79 Add news entry 2018-07-04 20:13:22 -04:00
Gil Forsyth
3f9bb89614 Fix bash quote completion strip calculation
`xonsh.completers.bash_completion.bash_completions` was returning incorrect
prefix lengths depending on whether or not a user had typed a leading quote. Now
it should be agnostic to how the prefix is started (no quote, single quote, or
double quote).
2018-07-04 19:55:59 -04:00
Gil Forsyth
2349472f29 Look for leading double quotes for bash completion
This is in addition to looking for leading single quotes. There was
disparate behavior if users chose to prepend single vs. double quotes.
2018-07-04 19:27:53 -04:00
David Gros
9a0f41b692 minor formating update. Ref #2700 2018-07-04 15:54:43 -07:00
David Gros
10d87cf545 add missing changelog 2018-07-03 23:42:16 -07:00
christopher
4e7c50b073 fix style, use pushd/popd and return correct code for check_call 2018-07-03 12:48:57 -04:00
christopher
c6e46712bb flake8 2018-07-03 11:27:23 -04:00
christopher
5559c3f82a fix xonsh tests via remove fixtures 2018-07-03 11:22:58 -04:00
christopher
bdda27f657 remove importhooks from tests and add args/kwargs to pytest plugin 2018-07-03 10:58:14 -04:00
christopher
7b3f8dedb7 add comment for gitignore 2018-07-03 10:47:58 -04:00
christopher
bc869fff3d fix setup.py package_dir 2018-07-03 10:44:29 -04:00
Gil Forsyth
69eafb8e47
Merge pull request #2697 from DNGros/issue/2696-which-next
convert a next() statement in _which.py to python 3.x style.
2018-07-03 10:43:52 -04:00
christopher
851671d8fb add files and allow xonsh/lib in git 2018-07-03 10:37:44 -04:00
David Gros
b6662e2589 add fallback to readline if have ptk 2.0 installed. This is a quickfix until ptk 2.0 support can be added. See PR #2570 2018-07-02 23:25:11 -07:00
David Gros
62ce23b309 add missing changelog 2018-07-01 12:44:45 -07:00
David Gros
65baeb110a convert a next() statement in _which.py to python 3.x style. 2018-06-30 23:51:52 -07:00
Anthony Scopatz
17450e8a46 Updated CHANGELOG for 0.6.8 2018-06-28 22:51:35 -04:00
Anthony Scopatz
508de44544 bumped version to 0.6.8 2018-06-28 22:51:35 -04:00
Gil Forsyth
a88a485f0a
Merge pull request #2695 from xonsh/nllpr
no lazy load pkg_resources
2018-06-28 20:10:30 -04:00