Commit graph

7000 commits

Author SHA1 Message Date
Anthony Scopatz
289af915e1 Thanks to @melund, tailing 2017-12-09 16:23:43 -05:00
Anthony Scopatz
576a89aa95 tutorial for subproc strings 2017-12-09 01:33:55 -05:00
Anthony Scopatz
c4e2ec5815
Merge pull request #2549 from xonsh/free_cwd_on_win
Free cwd on win
2017-12-03 22:40:55 -05:00
Morten Enemark Lund
dccb41ae52 Make it clear that `free_cwd` is a Win only xontrib 2017-12-03 21:46:04 +01:00
Morten Enemark Lund
c93082a53a Add changelog 2017-12-03 21:39:50 +01:00
Morten Enemark Lund
93a72c0b85 Use pathlib for path manipulations 2017-12-03 21:35:32 +01:00
Morten Enemark Lund
1e10c8ca53 Fix doc typos 2017-12-03 21:34:51 +01:00
Morten Enemark Lund
f066f6bf20 Ensure free_cwd is only active on pure windows 2017-12-03 21:34:04 +01:00
Anthony Scopatz
5d2901ec0f
Merge pull request #2546 from xonsh/fix/no-lines-columns-2543
Remove lines/columns from the default environment
2017-11-29 21:21:26 -05: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
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