Morten Enemark Lund
025834876f
Merge pull request #3330 from xonsh/percol
...
percol false
2019-10-03 15:12:25 +02:00
Morten Enemark Lund
41ce414df1
Merge pull request #3334 from xonsh/acreveal
...
color modifier fix
2019-10-03 15:11:51 +02:00
Anthony Scopatz
c9b2d59bf4
Update acreveal.rst
2019-10-03 08:54:00 -04:00
Morten Enemark Lund
b219df826a
Add content to changelog entry
2019-10-03 10:43:05 +02:00
Anthony Scopatz
fcce8695cb
Merge pull request #3336 from the-allanc/fix-ansi-colors
...
Fix ANSI color default scheme
2019-10-02 17:53:19 -04:00
Allan Crooks
0829d4b49f
Create fix-ansi-colors.rst
2019-10-02 22:12:48 +01:00
Anthony Scopatz
47d7384a75
Merge pull request #3335 from seanfarley/smf/jedi
...
Refactor jedi and fix pre-commit hook
2019-10-02 17:11:34 -04:00
Allan Crooks
9cee3c1336
Fix ANSI color default scheme
...
Fix the ANSI color code definitions for the "default" scheme preventing any of the modifiers (bold, underline, blink) from taking effect.
2019-10-02 21:45:15 +01:00
Anthony Scopatz
5e7df84548
color modifier fix
2019-10-02 16:37:16 -04:00
Sean Farley
22a078377d
jedi: refactor completions
...
This fixes jedi completions backtrace in the scenario where
CASE_SENSITIVE_COMPLETIONS is set.
2019-10-02 15:01:05 -05:00
Sean Farley
67b97b9571
pre-commit: relax python version to any python version 3
2019-10-02 14:52:56 -05:00
Anthony Scopatz
584e1df2e9
spellcheck
2019-10-02 13:41:15 -04:00
Anthony Scopatz
6685eea0ec
add setup docs
2019-10-02 13:08:18 -04: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
7952b7b21b
percol false
2019-10-01 18:00:33 -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
Anthony Scopatz
f0160e54d8
fix tests for <v3.7
2019-10-01 17:01:20 -04:00
Anthony Scopatz
5afba70f1e
Context vars fix
2019-10-01 16:56: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