Commit graph

6990 commits

Author SHA1 Message Date
Jamie Bliss
117a1fcbaf Add news item 2017-11-29 13:59:46 -05:00
Jamie Bliss
517b176456 Remove lines/columns from the default environment 2017-11-29 13:51:13 -05:00
Gil Forsyth
610e8732bb
Merge pull request #2539 from xonsh/rever
Rever
2017-11-27 22:34:49 -05:00
Anthony Scopatz
aebcdab050 removed rever comment 2017-11-27 22:20:32 -05:00
Anthony Scopatz
3667c10785 final changes to rever file 2017-11-22 19:28:40 -05:00
Anthony Scopatz
80712dbd36 conda test fixes 2017-11-22 19:23:47 -05:00
Anthony Scopatz
70b5b85d37 fix for running tests as root 2017-11-22 19:19:22 -05:00
Anthony Scopatz
42a704d534 some imps 2017-11-22 19:09:20 -05:00
Anthony Scopatz
bb092a1a7f pytest fix 2017-11-22 18:46:12 -05:00
Anthony Scopatz
c04031c32f Updated CHANGELOG for 0.6.0 2017-11-22 18:13:51 -05:00
Anthony Scopatz
502f98b851 bumped version to 0.6.0 2017-11-22 18:13:51 -05:00
Anthony Scopatz
026adba3e0 add rever setup 2017-11-22 18:12:29 -05:00
Anthony Scopatz
268b539893 initial rever 2017-11-22 18:11:52 -05:00
Anthony Scopatz
c29819c5a8
Merge pull request #2535 from xonsh/escape_regex
Escape regex in path completion
2017-11-22 17:51:52 -05:00
Gil Forsyth
cf973c202b Escape regex in path completion 2017-11-16 18:44:31 -05:00
Gil Forsyth
3aa7c4769d
Merge pull request #2532 from xonsh/moveback
this never should have been moved
2017-11-11 12:17:37 -05:00
Anthony Scopatz
65a76ee516 this never should have been moved 2017-11-11 11:29:20 -05:00
Gil Forsyth
a3842e5ac9
Merge pull request #2531 from xonsh/vox-activate-typo
Fix vox activate
2017-11-10 18:09:51 -05:00
Jamie Bliss
6e47ce54e6
Fix vox activate
Fix a typo in `vox activate`
2017-11-10 17:44:15 -05:00
Gil Forsyth
d7ee13373b
Merge pull request #2529 from xonsh/emacsclient
emacslient no longer threadable
2017-11-10 10:17:10 -05:00
Gil Forsyth
4a2d538a1e
Merge pull request #2526 from xonsh/semieat
fix for eating semicolons
2017-11-10 10:15:25 -05:00
Anthony Scopatz
99d529ae2c emacslient no longer threadable 2017-11-09 20:41:19 -05:00
Anthony Scopatz
b1ec6c7069 fix for echo * spam ; echo spam 2017-11-09 20:20:40 -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
Gil Forsyth
7876c117b2
Merge pull request #2528 from xonsh/openparen
updated python completer to allow for initial open paren
2017-11-09 09:17:20 -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
Nico Lehmann
acb9b0028f Adding news entry 2017-11-06 09:14:41 -08:00
Gil Forsyth
6a4b10adda
Merge pull request #2507 from chronitis/numeric_underscores
PEP-515 Support (Underscores in Numeric Literals)
2017-11-06 10:01:03 -05:00
Danmou
249da1322e Further improvement for autopair in nested brackets 2017-11-04 18:43:35 +01:00
Danmou
db527c47c9 Update changelog 2017-11-03 08:55:30 +01:00
Danmou
36274228ff Implements #2520 2017-11-02 23:16:54 +01:00
Nico Lehmann
0b27206d50 Allow fstrings in check_quotes 2017-10-27 23:58:25 -07:00
Jamie Bliss
f0ee71a0db Merge pull request #2508 from ahundt/patch-2
bash_to_xsh.rst add command line args to table
2017-10-09 12:38:13 -04:00
Andrew Hundt
3f6a780b5e bash_to_xsh.rst add command line args to table 2017-10-09 12:09:29 -04:00
Gordon Ball
e763b913aa Fix continuation line indent for flake8 2017-10-09 13:51:12 +00:00
Gordon Ball
bd2bcdc291 Skip parser tests if python < 3.6 2017-10-09 13:36:34 +00:00
Gordon Ball
8ab20981ab Add news/numeric_underscores.rst 2017-10-09 13:24:49 +00:00
Gordon Ball
d45daf97e4 Test numeric underscores in parser, lexer 2017-10-09 13:13:28 +00:00
Gordon Ball
69fd9091b0 Allow numbers containing underscores
This adds support for PEP-515 (underscores in numeric literals). Support
is added unconditionally on underlying python version by patching the
tokenizer with the regexes used in cpython 3.6, then modifying the
parser to unconditionally remove underscores before evaluating numeric
literals, which avoids needing to check for the underlying version.
2017-10-09 13:04:17 +00:00
Morten Enemark Lund
9ecdfe34e8 Merge pull request #2506 from ahundt/patch-1
tutorial.rst command line arguments / parameters
2017-10-06 10:32:06 +02:00
Andrew Hundt
c1d6bdfee3 tutorial.rst command line arguments / parameters
added keywords so http://xon.sh/tutorial.html#executing-commands-and-scripts is more searchable
2017-10-05 18:00:51 -04:00
Gil Forsyth
2c6852767e Merge pull request #2493 from jb-leger/predictor_libgpm
Adding `libgpm` in pattern used for bin analysis in default backgroundable predictors
2017-09-27 20:17:55 -04:00
Gil Forsyth
12362d7dd5 Resolve behavior between script call and -i 2017-09-27 19:16:14 -04:00