Commit graph

6582 commits

Author SHA1 Message Date
Morten Enemark Lund
96dfdeed13 Merge pull request #2248 from xonsh/delparen
Fixed del (x, y)
2017-02-25 12:09:30 +01:00
Anthony Scopatz
230a61193c Fixed del (x, y) 2017-02-25 00:50:56 -05:00
Anthony Scopatz
c4795671e0 Merge pull request #2244 from harukaeru/overwite
Revised spell miss (overwite -> overwrite)
2017-02-24 20:43:28 -05:00
Nakada Takumi
0834e013da Revised spell miss 2017-02-25 09:50:25 +09:00
Morten Enemark Lund
983247f83d Merge pull request #2242 from StreakyCobra/fix/pwd
Fix the regression introduced by #2235 concerning the `$PWD` change
2017-02-24 21:28:00 +01:00
Fabien Dubosson
ed6ef1d498 Fix the regression introduced by #2235 concerning the $PWD change
Before 72d04e (#2235), the `_fix_cwd` function was having a side effect to reset
the `$PWD` environment variable if it was deleted. As #2235 changed this
behviour in order to handle symlinks, this implicit side effect is gone.

This commit reintroduce the reset of the `$PWD` environment variable from
`_fix_cwd`, but explicitely so it wont be missed again :-)

    «Explicit is better than implicit.» [Tim Peters]

Close #2236
2017-02-24 16:59:19 +01:00
Anthony Scopatz
1099798260 Merge branch 'StreakyCobra-feat/resolve_symlinks' 2017-02-24 01:03:22 -05:00
Anthony Scopatz
80211c04e5 Merge branch 'feat/resolve_symlinks' of https://github.com/StreakyCobra/xonsh into StreakyCobra-feat/resolve_symlinks 2017-02-24 01:00:53 -05:00
Anthony Scopatz
5c6cddecb6 Merge pull request #2240 from xonsh/no-thead-nvim
flag nvim as unthreadable
2017-02-23 23:13:09 -05:00
Hugo Wang
165ab29d40 flag nvim as unthreadable 2017-02-24 10:50:55 +08:00
Fabien Dubosson
72d04e9961 Fix how `$PWD` is managed in order to work with symlinks gracefully 2017-02-23 23:40:03 +01:00
Anthony Scopatz
580f43c2dc Merge pull request #2239 from xonsh/codecovtweak
codecov.yml changed status of project to status of patch
2017-02-23 14:52:50 -05:00
Morten Enemark Lund
3eb354a707 Merge pull request #2238 from xonsh/ptkvt
Enabled virtual terminal processing for the prompt toolkit shell
2017-02-23 20:47:05 +01:00
laerus
e7d6ed4302 codecov.yml changed status of project to status of patch 2017-02-23 21:06:47 +02:00
Konstantinos Tsakiltzidis
631fc13a0b Merge pull request #2212 from xonsh/rlwiz
Readline wizard usability fixes
2017-02-23 20:51:21 +02:00
Anthony Scopatz
f677b23e44 needed comma 2017-02-23 13:25:29 -05:00
Anthony Scopatz
a64b074f17 Enabled virtual terminal processing for the prompt toolkit shell 2017-02-23 13:18:25 -05:00
Anthony Scopatz
f0eecaaeb0 Merge pull request #2233 from xonsh/fast_hg_branch
Fast hg branch
2017-02-23 10:44:34 -05:00
Morten Enemark Lund
175c2b0e3a Merge pull request #2230 from xonsh/xolor
Xolors
2017-02-22 21:02:52 +01:00
Gil Forsyth
0c61175632 add news entry 2017-02-22 12:42:54 -05:00
Anthony Scopatz
8da2599605 version bump to 0.5.6 2017-02-22 11:51:33 -05:00
Anthony Scopatz
e1ec1332db doc fixes 2017-02-22 11:49:45 -05:00
Gil Forsyth
d2113e7620 flake8 fix 2017-02-22 07:39:56 -05:00
Gil Forsyth
fba07c5cd0 Merge pull request #2166 from xonsh/rtnjdei
Return of the Jedi
2017-02-21 15:50:42 -05:00
Morten Enemark Lund
34bd9c7857 Merge pull request #2232 from StreakyCobra/fix/time_clock
Replace deprecated calls to `time.clock()` by `time.perf_counter()`
2017-02-21 21:12:46 +01:00
Gil Forsyth
b4b06a79c0 remove subproc code
removing the commented code from the old version
2017-02-21 11:57:53 -05:00
Anthony Scopatz
a3b6424bda better semantics for jedi 2017-02-21 11:56:33 -05:00
Anthony Scopatz
87f52530e5 Merge branch 'master' into rtnjdei 2017-02-21 11:47:15 -05:00
Fabien Dubosson
50ac91d0dc Use clock() to set the start time of _timings in non-windows 2017-02-21 17:43:03 +01:00
Fabien Dubosson
3d80a3ae93 Replace deprecated calls to time.clock() by time.perf_counter()
Close #2163
2017-02-21 16:51:02 +01:00
Anthony Scopatz
c8e8c2f483 some flake fixes 2017-02-21 00:29:49 -05:00
Anthony Scopatz
e91637cd05 Merge branch 'master' into xolor 2017-02-21 00:23:31 -05:00
Anthony Scopatz
184a17aea5 added news and docs 2017-02-21 00:15:34 -05:00
Anthony Scopatz
32552b369a Seems to work with external color styles 2017-02-21 00:09:09 -05:00
Anthony Scopatz
bb5130ab3a ansi color hooks 2017-02-20 23:37:04 -05:00
Morten Enemark Lund
8acaa3f88d Merge pull request #2225 from xonsh/ie
Import Events and Matplotlib Interactive Fixes
2017-02-21 05:18:56 +01:00
Anthony Scopatz
d1477969ba more color tools 2017-02-20 22:55:58 -05:00
Anthony Scopatz
469c01fd52 initial color tools 2017-02-20 22:37:41 -05:00
Gil Forsyth
fac1a4a306 use scandir to walk tree and find hg 2017-02-20 18:09:39 -05:00
Anthony Scopatz
56dfb59d28 Merge pull request #2229 from xonsh/codecovthres
codecov raise threshold for commit status
2017-02-20 15:13:50 -05:00
laerus
93aed2ae5a codecov threshold in precentage 2017-02-20 20:21:47 +02:00
laerus
6bce1c2b5f codecov raise threshold for commit status 2017-02-20 20:09:17 +02:00
Anthony Scopatz
72e735a739 Merge pull request #2228 from xonsh/wsl_bash
Handle if WSL bash misbehaves on Windows
2017-02-20 11:16:47 -05:00
Gil Forsyth
fbee493630 Merge pull request #2227 from xonsh/lex
Lexer splitter
2017-02-20 11:13:44 -05:00
Morten Enemark Lund
d1b371cd58 Merge pull request #2226 from xonsh/no-fs-over
Skip existing foreign shell aliases
2017-02-20 08:51:19 +01:00
Morten Enemark Lund
054f29cdd6 Pep8 2017-02-20 08:29:15 +01:00
Morten Enemark Lund
2ce5f5897e Add news item 2017-02-20 08:19:41 +01:00
Morten Enemark Lund
435073af7e Fix case where bash on path was failing. 2017-02-20 08:15:42 +01:00
Anthony Scopatz
a8224d29a2 integrated lexer split into $(cmd) 2017-02-19 21:02:04 -05:00
Anthony Scopatz
4030ed8050 addes split() method to lexer 2017-02-19 20:48:26 -05:00