Sean Farley
67b97b9571
pre-commit: relax python version to any python version 3
2019-10-02 14:52:56 -05:00
Morten Enemark Lund
a131b38c2d
Merge pull request #3331 from xonsh/jedierr
...
jedi error fix
2019-10-02 12:54:33 +02:00
Anthony Scopatz
556db6d124
jedi error fix
2019-10-01 20:59:47 -04:00
Anthony Scopatz
657858f5cd
Merge pull request #3325 from nedsociety/master
...
Add FAQ for adding context menu
2019-10-01 17:19:40 -04:00
Anthony Scopatz
f0177b41dd
Merge pull request #3326 from xonsh/utf8_cache
...
Assume xsh scripts are in UTF-8
2019-10-01 17:14:12 -04:00
Anthony Scopatz
225b768d8d
Merge pull request #3313 from micimize/bottom_bar_keypress_issue
...
Fix gray empty bar when updating on keypress
2019-10-01 17:12:01 -04:00
Anthony Scopatz
9debf83538
Merge pull request #3327 from cjrh/send-signal-ctrl-c-event-windows
...
On Windows, don't sent SIGINT, send CTRL_C_EVENT instead
2019-10-01 17:07:27 -04:00
micimize
dc2e23b9ce
added news item
2019-10-01 09:58:31 -05:00
Caleb Hattingh
f90d002906
Add news item
2019-10-01 23:12:23 +10:00
Caleb Hattingh
708472ebf3
On Windows, don't sent SIGINT, send CTRL_C_EVENT instead
2019-10-01 22:26:00 +10:00
Morten Enemark Lund
ddb7d761f0
Add changelog entry
2019-10-01 14:24:39 +02:00
Morten Enemark Lund
fe0df69284
Use explicit utf-8 encoding when reading script files
...
The encoding for xonsh script are now always assumed to be utf-8, even on
Windows where the default encoding can be different. This allows for writing
real unicode characters in the xonsh script files.
2019-10-01 14:24:38 +02:00
nedsociety
189b19b188
Add FAQ for adding context menu
2019-10-01 15:14:59 +09:00
Anthony Scopatz
9b23723bf0
Merge pull request #3304 from carmenbianca/posonlyargs
...
Python 3.8: Prevent posonlyargs error
2019-09-30 19:55:35 -04:00
Jamie Bliss
c2cb1065e7
Merge pull request #3310 from CJ-Wright/lib_itertools
...
Add as_iterable to itertools
2019-09-23 19:08:24 -04:00
Christopher J. Wright
ae3244e348
fix note
2019-09-21 09:10:18 -04:00
Gil Forsyth
a18d1da296
Merge pull request #3315 from fanosta/fix-cd-completion
...
fix tab completion of cd with $CDPATH
2019-09-21 08:45:05 -04:00
fanosta
6a0d326afd
fix tab completion of cd with $CDPATH
2019-09-17 22:58:20 +02:00
micimize
91d7eac8e4
no empty bottom bar
2019-09-15 20:36:37 -05:00
Christopher J. Wright
7a2fe402cd
remove dict edge case
2019-09-11 12:14:48 -04:00
Christopher J. Wright
9c62d9cf3a
handle dict according to docs
2019-09-11 12:00:12 -04:00
Christopher J. Wright
ba17914524
add test
2019-09-11 11:56:38 -04:00
Christopher J. Wright
7bcdc1c15c
news
2019-09-10 09:31:27 -04:00
Christopher J. Wright
006038b8bb
no string types
2019-09-10 09:29:46 -04:00
Christopher J. Wright
91acb56484
add docs
2019-09-09 21:04:32 -04:00
Christopher J. Wright
8117150267
add as_iterable
2019-09-09 21:01:03 -04:00
Gil Forsyth
9acc111d65
Merge pull request #3277 from astronouth7303/xontrib-autovox
...
Add autovox xontrib
2019-09-09 16:32:55 -04:00
Morten Enemark Lund
7829074d9a
Merge pull request #3307 from xonsh/fnf_exit_1
...
Non-zero exit code when script path not found
2019-09-09 22:12:41 +02:00
Gil Forsyth
6e09e3c266
Non-zero exit code when script path not found
2019-09-09 14:39:36 -04:00
Carmen Bianca Bakker
67c4cf4f8e
Add news item
2019-09-05 12:36:40 +02:00
Carmen Bianca Bakker
acee5f6ef8
Add posonlyargs to a lot of ast.arguments
2019-09-05 12:36:40 +02:00
Jamie Bliss
14cf2265eb
bump
2019-08-28 15:06:36 -04:00
Jamie Bliss
0b9ab83c86
Only run autovox test on Py3.6+
2019-08-28 15:02:41 -04:00
Jamie Bliss
f8e5e9521b
Write test for autovox
2019-08-28 14:50:27 -04:00
Jamie Bliss
82fbac63e3
Bug in autovox
2019-08-28 14:50:19 -04:00
Jamie Bliss
3586da78da
Add is_manually_set() to DummyEnv
2019-08-28 14:50:07 -04:00
Jamie Bliss
d4ba3b5789
Remove print()
2019-08-28 14:34:20 -04:00
Jamie Bliss
f0b49f0c81
Add ... support to DummyEnv
2019-08-28 14:30:04 -04:00
Jamie Bliss
cf45a946eb
Fix masked test names
2019-08-28 14:07:27 -04:00
Jamie Bliss
cfd59c5a83
Single grave strikes again!
2019-08-28 14:03:17 -04:00
Jamie Bliss
5c184adfc5
Add autovox to xontribs.json
2019-08-28 13:40:13 -04:00
Jamie Bliss
1e81451ccf
Add news and docs.
2019-08-28 13:37:46 -04:00
Morten Enemark Lund
b067b5a7dc
Merge pull request #3288 from xonsh/space-logical
...
Space logical
2019-08-27 21:53:46 +02:00
Morten Enemark Lund
3717119f1d
Merge pull request #3287 from xonsh/co
...
check_output() fix
2019-08-27 21:52:30 +02:00
Anthony Scopatz
e35d61f2ea
logical whitespace
2019-08-27 14:01:28 -04:00
Anthony Scopatz
4975977b2b
new check_output() test
2019-08-27 11:03:26 -04:00
Anthony Scopatz
bb809778b9
check=True
2019-08-27 10:25:11 -04:00
Anthony Scopatz
5743558cef
check_output() fiux
2019-08-27 10:21:40 -04:00
Anthony Scopatz
a280154b7b
Updated CHANGELOG for 0.9.11
2019-08-25 13:26:16 -04:00
Anthony Scopatz
90940535ce
bumped version to 0.9.11
2019-08-25 13:26:15 -04:00