Bob Hyman
989db694a3
Use setuputils generated console scripts for xonsh and xonsh-cat
2020-08-08 00:53:44 -04: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
Jason R. Coombs
f67c6e83ec
Remove distutils fallback. Fixes #3638 .
...
Also remove Python 2 compatibility imports.
2020-07-29 15:53:13 -04:00
Bob Hyman
53bfe8c99c
Add ptk3 ( #3521 )
...
* delete package ptk; rename ptk2 to ptk_shell.; leave ptk2 as alias for ptk_shell.
* SHELL_TYPE "prompt_toolkit" only; remove ptk1 specific behavior.
* Doc updates: eliminate reference to prompt-toolkit < 2.0
* update requirements files ptk>=2; test shell_style="none"
* fix ptk2 stub per code review
* Add ptk2 to list of packages to install.
2020-04-18 10:44:27 -04:00
Anthony Scopatz
9a3f0e5cb5
config interface improvement
2019-10-23 17:20:10 -04:00
Anthony Scopatz
6496c52336
some housekeeping for webconfig
2019-10-15 22:13:51 -04:00
Morten Enemark Lund
46cdf40b9b
Remvoe win_unicode_console support
...
The new Windows terminal solves the problem
of unicode on windows much better
2019-10-07 22:21:13 +02:00
Jamie Bliss
83619d1745
Rewrite xontrib json stuff to be zipapp friendly
2019-06-17 14:46:28 -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
Anthony Scopatz
3e05159ba6
python_requires
2019-05-10 18:47:34 -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
Anthony Scopatz
94c09014ec
version quotes
2018-08-30 09:25:36 -05:00
Anthony Scopatz
0557eecee0
black: the only color you need
2018-08-30 09:17:34 -05:00
Anthony Scopatz
8609bef403
cat overhaul
2018-08-08 20:24:06 -04:00
Morten Enemark Lund
6d6548dc58
Remove support of pygments <2.2
2018-08-01 22:22:08 +02:00
Anthony Scopatz
c033cba7a7
merge from master
2018-07-06 17:19:16 -04:00
christopher
bc869fff3d
fix setup.py package_dir
2018-07-03 10:44:29 -04:00
christopher
851671d8fb
add files and allow xonsh/lib in git
2018-07-03 10:37:44 -04:00
christopher
b9c5b09937
WIP: make xonsh standard lib
2018-06-28 11:28:28 -04:00
Anthony Scopatz
e144aa9f02
some updates to new model
2018-06-17 13:39:12 -04:00
Jonathan Slenders
8f382cdb1c
Set prompt_toolkit version to <2.0.0 in requirements.
2018-02-15 20:45:19 +01:00
Joel Gerber
2abb24f4f6
Docstring and comment spelling corrections
...
A number of common spelling typos found within various docstrings and
comments found within source code files have been identified and resolved.
2017-06-07 11:51:17 -04:00
Gil Forsyth
bdf885ee7a
update dependencies in setup.py and docs
2017-01-27 11:18:16 -05:00
Hugo Wang
314c92830e
do not create empty file
2016-12-21 12:45:20 +08:00
Anthony Scopatz
cbb9c24959
Python-powered, cross-platform, Unix-gazing shell
2016-12-15 09:38:26 -08:00
Hugo Wang
76a8a8fb5c
refactoring mainly for amalgamate
2016-11-23 21:40:44 +08:00
Hugo Wang
728dc5ac0b
wip: adding history backend sqlite
2016-11-22 21:23:07 +08:00
Gordon Ball
5f7bd01e0b
Patch setup:install_jupyter_root to respect the root param
2016-11-03 14:27:57 +01:00
Hugo Wang
ce330123a7
fix git cmd
2016-11-02 13:30:53 +08:00
Hugo Wang
53d1d46838
added commit date in xonfig
2016-11-02 12:24:43 +08:00
Gil Forsyth
423d9397f5
tweaks to use subtree PLY master
2016-10-07 14:24:15 -04:00
Jamie Bliss
06c5d7b1b6
Use python3 in shebangs.
...
Should fix #1789 .
2016-10-02 12:59:27 -04:00
Jamie Bliss
71ec9ac18e
Add extras
2016-09-29 22:40:37 -04:00
BlahGeek
78bfee18c0
move prompts from environ.py to prompt/
2016-09-03 12:55:52 +08:00
Morten Enemark Lund
af232e47aa
Flake 8 fixes
2016-08-29 21:24:14 +02:00
Morten Enemark Lund
4673a57ace
Add pytest entry point to setup.py
2016-08-29 08:48:27 +02:00
Anthony Scopatz
1baa1d3de6
yacc_debug loads parser on same thread.
2016-08-21 12:09:51 -04:00
Leonardo Santagada
080408ee2a
code review adjustments and news entry
2016-07-30 20:38:18 +02:00
Leonardo Santagada
1d71395f6b
fix xon.sh to make it take the current python and not a generic python3
2016-07-29 17:49:06 +02:00
Hugo Wang
358d1c7ede
typo
2016-07-27 14:51:36 +08:00
Hugo Wang
2b4ed2e2f1
updated msg
2016-07-27 10:07:38 +08:00
Hugo Wang
13eb15844b
misc
2016-07-26 19:25:49 +08:00
Hugo Wang
342e5aa5b4
base version should keep unchanged
2016-07-26 18:53:36 +08:00
metamind
7e17a49622
typos
2016-07-24 17:26:43 +00:00
laerus
d51ab29207
pep8 unused import, ty
2016-07-23 21:10:03 +03:00
laerus
233dd23711
manipulate path directly in funcs that need it
2016-07-23 20:48:34 +03:00
laerus
7dde6a69b3
typos/news entry
2016-07-23 15:44:43 +03:00
laerus
fcbb911b9b
set_path contextmanager, no amalg on develop
2016-07-23 15:33:41 +03:00
Leonardo Santagada
51b3c98589
Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions
2016-07-20 22:15:56 +02:00