Anthony Scopatz
607ac427a0
better git messaging
2016-06-30 13:32:59 -04:00
Anthony Scopatz
63c26892cd
except everything
2016-06-30 13:30:16 -04:00
Anthony Scopatz
f58ef01161
Merge branch 'master' into bgmod
2016-06-29 12:41:19 -04:00
Hugo Wang
aad0a7d3b2
updated xonsh repo url
2016-06-28 12:29:42 +08:00
Anthony Scopatz
3cf47dfa7d
fixed checkout issue
2016-06-27 23:31:15 -04:00
Morten Enemark Lund
efe3eae670
Catch FileNotFoundError when git is not on PATH
2016-06-27 10:54:15 +02:00
Gil Forsyth
d6c3d8a475
add minor fixes from review
2016-06-26 11:49:59 -04:00
Gil Forsyth
65b3b066c1
undo changes made to __init__.py during setup.py
2016-06-26 09:54:08 -04:00
Gil Forsyth
08d6112a46
add githash file to setup, manifest and gitignore
2016-06-26 09:46:43 -04:00
Anthony Scopatz
dfc6142b83
added amalgamate error
2016-06-24 16:36:48 -04:00
Anthony Scopatz
57f362ab17
amalgamate fix
2016-06-24 16:35:11 -04:00
Alessio Bogon
ebfcaa8b8b
Fix xonsh
not being include in setup.py scripts
...
If you use macOS, the expression `'win' in sys.platform` is `True`, since `sys.platform == 'darwin'`. This would prevent `xonsh` to be added in the scripts.
2016-06-17 22:16:16 +02:00
Anthony Scopatz
c1fb942f2b
switched to xonsh debug
2016-06-16 11:03:43 -04:00
Anthony Scopatz
20b64aa665
added xon.sh
2016-06-16 10:35:26 -04:00
Anthony Scopatz
ab9ef2bd47
some major fixes
2016-06-16 00:24:35 -04:00
Anthony Scopatz
f53ab0cea0
minor changes
2016-06-15 23:59:19 -04:00
Anthony Scopatz
d2784efc0a
imports where I need
2016-06-15 22:11:17 -04:00
Anthony Scopatz
6f9c442dbc
more laziness
2016-06-15 00:44:01 -04:00
Anthony Scopatz
38c07b1772
some changes
2016-06-13 03:02:24 -04:00
Anthony Scopatz
574efae5e8
start amal
2016-06-12 11:07:09 -04:00
adam j hartz
9c4b476b7a
merge from master
2016-06-04 13:38:09 -04:00
Kevin Yokley
f06fb0a44f
Removing tuple
2016-05-31 22:55:11 -05:00
adam j hartz
6b25c35f27
add completers module
2016-05-28 13:56:56 -04:00
Anthony Scopatz
d3730670f8
fixed conflict
2016-05-23 17:42:13 -04:00
Anthony Scopatz
35464e9fe5
add xonsh.ply subpackage
2016-05-23 17:24:31 -04:00
adam j hartz
60ad616344
consolidate tokenizers into a single file
2016-05-23 01:13:20 -04:00
Anthony Scopatz
b765e641d9
install hook improvements
2016-05-22 17:51:42 -04:00
Frank Sachsenheim
81f0f50496
Adds a xonsh.platform module
...
comes with occasional code cleanup and micro optimizations
fixes `xonsh.tools.CommandCache.all_commands`
2016-05-20 19:26:02 +02:00
adam j hartz
6ad1b9d3e5
add tokenize module
2016-05-19 13:43:07 -04:00
Morten Enemark Lund
b8df6bdabe
Fix missing packages
2016-05-16 08:40:59 +02:00
Will Wykeham
83ff992d5b
Fix launcher for Windows install dirs with a space
...
When python installed to 'Program Files' or other dir with a space,
this fixes the xonsh.exe to not just 'fail to launch process'.
Fixes #879
2016-05-13 22:13:09 +01:00
Anthony Scopatz
88046265dc
added xontribs
2016-05-09 23:40:45 -04:00
Anthony Scopatz
b74d06431d
minor updates
2016-05-08 20:17:48 -04:00
Morten Enemark Lund
dcb10581ab
Remove PLY from requirements and dependencies
2016-05-07 11:49:56 +02:00
Morten Enemark Lund
38505508be
fix typo bug in setup.py
2016-04-27 21:29:12 +02:00
Morten Enemark Lund
16e14058a8
Update setup.py with too use default jupyter kernel install mechanism on conda
2016-04-25 11:59:48 +02:00
Gil Forsyth
1e1c01caae
put tempfile
import in separate try statement
...
because install shouldn't fail just because someone doesn't have
setuptools...
2016-02-25 17:57:29 -05:00
Gil Forsyth
357d862132
add tempfile
import to try statement to fail py27 gracefully
...
one line change to move `from tempfile import TemporaryDirectory` inside
the try statement so that the install will reach the `sys.version_info`
check and let a user know that Legacy Python is not supported in xonsh.
2016-02-25 17:53:59 -05:00
Anthony Scopatz
1c8073b4a8
initial movement
2016-02-07 20:24:30 -05:00
Anthony Scopatz
93fa19d1ba
minor docs
2016-01-07 15:49:35 -08:00
Anthony Scopatz
e535630df5
initial ptk sub-package
2015-12-29 23:15:56 -08:00
selepo
f0db5fce77
bugfix
2015-11-18 21:19:23 +01:00
selepo
37a130c775
merge conflict resolved
2015-11-18 20:27:59 +01:00
selepo
ed8b6ce37c
bugfix for issue 466 with xonsh.bat installed in non-windows
2015-11-18 18:50:17 +01:00
Kurtis Rader
95c361aec7
accomodate pip bug by making setup.py ascii
...
Resolves #487 .
Since I was touching this to resolve issue #487 I decided to make it lint
clean as well.
2015-11-16 15:12:02 -08:00
Kurtis Rader
e88c863d10
Add a uniform character encoding to all files.
...
I wouldn't normally do something like this but issue #487 brought to
my attention the fact that too many of the python modules don't have
an encoding comment and of those that do there is a lot of pointless
inconsistency in the style of the comment.
2015-11-16 14:10:40 -08:00
Anthony Scopatz
538f1ec0c1
Merge pull request #468 from uranusjr/console_scripts
...
Use console_scripts to generate entry point
2015-11-14 12:49:57 -05:00
Daniel Milde
c650bc8a2b
installation of jupyter hook to given destination
2015-11-08 21:15:08 +01:00
Anthony Scopatz
25cc8fb845
fixed minor conflict
2015-11-06 19:12:33 -05:00
Tzu-ping Chung
f36d04a758
Use console_scripts to generate entry point
...
This is better than writing platform-dependant scripts to provide
an entry point. The old way is kept as a fallback when setuptools
is not available.
Reference:
http://python-packaging.readthedocs.org/en/latest/command-line-scripts.html#the-console-scripts-entry-point
2015-11-04 17:40:01 +08:00