Commit graph

18 commits

Author SHA1 Message Date
ylmrx
8e1a1f3342
fix: ptk now support modal cursor shape, use it when vi_mode is enabled (#4695)
* fix: ptk now support modal cursor shape, use it when vi_mode is enabled

* lint: use double-quotes

* bump ptk dependency in setup and integration

* lint: sorting imports
2022-03-05 15:45:32 +05:30
Danny Sepler
147de17eb2 Make ptk default version much more recent 2020-09-12 20:01:41 -04:00
David Strobach
82eeaf6cca Add --pytest argument to xonsh-in-docker script
Automates pytest installation into the docker container.
2020-08-30 19:51:04 +02:00
Matthias Bussonnier
784c5286ef
Remove most of Python 3.5 compatibility code. (#3654)
There  now should not be any remaining  3,5 conditinal code.
We now directly use inspect's getouterframes, so remove it from
inspector

The 3.5 parser get merged into 3.6 and a number of global vaiable
referring to 3.5/3.6 are now gone.

The only remaining mention is appveyor test, which are anyway failing
but not being seen as so by GitHub, so I'll leave them alone.
2020-08-05 10:29:31 -04:00
Anthony Scopatz
f1127ed916 Revert "updated setup.py for Python 3.4 (revert of 91ec14bb6d)"
This reverts commit 002a317951.
2019-05-14 17:41:35 -04:00
Anthony Scopatz
002a317951 updated setup.py for Python 3.4 (revert of 91ec14bb6d) 2019-05-14 17:32:31 -04:00
Rodrigo Oliveira
91ec14bb6d Drop support for Python 3.4
Minimal required Python version is now 3.5.
2019-05-06 16:51:32 -03:00
Morten Enemark Lund
044773b81c Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
Anthony Scopatz
0557eecee0 black: the only color you need 2018-08-30 09:17:34 -05:00
Gil Forsyth
903028d183 Update default ptk version in docker script 2018-08-24 16:30:34 -04:00
traverseda
117912751d Oops, accidently left in docker debugging line. 2018-08-24 16:23:30 -04:00
traverseda
468c6cccbc I'm always surprised at how annoying docker is. 2018-08-24 16:23:30 -04:00
Jamie Bliss
06c5d7b1b6 Use python3 in shebangs.
Should fix #1789.
2016-10-02 12:59:27 -04:00
Leonardo Santagada
61099aab10 small style changes 2016-07-18 11:30:57 +02:00
Leonardo Santagada
540bfcbc17 fix all remaining flake errors 2016-07-18 10:51:46 +02:00
Guillaume Leclerc
9a747821f1 change rm option to keep option and add a build only option 2016-05-23 09:11:56 +02:00
Guillaume Leclerc
b2c50733d9 remove another debug print 2016-05-15 14:58:33 +02:00
Guillaume Leclerc
0867dd6dfc remove debug print, add --rm option and use -e docker param 2016-05-15 14:57:00 +02:00
Renamed from docker.py (Browse further)