Morten Enemark Lund
c6baf2e3e8
Fix attribute error on Ctrl-C on Windows
2019-10-07 10:11:48 +02:00
Anthony Scopatz
1b6d5b4f1a
Updated CHANGELOG for 0.9.12
2019-10-06 12:38:48 -04:00
Anthony Scopatz
9db127a5f5
bumped version to 0.9.12
2019-10-06 12:38:48 -04:00
Anthony Scopatz
15b3160642
Updated authorship for 0.9.12
2019-10-06 12:38:48 -04:00
Morten Enemark Lund
50155c66e3
Merge pull request #3329 from xonsh/ctxvars
...
Context vars fix
2019-10-03 21:53:08 +02:00
Morten Enemark Lund
ba7d7711bd
Merge pull request #3332 from xonsh/setupdocs
...
add setup docs
2019-10-03 21:41:19 +02:00
Anthony Scopatz
2f0b04f4e5
version_info
2019-10-03 10:27:38 -04:00
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