Commit graph

101 commits

Author SHA1 Message Date
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
Leonardo Santagada
4337b1489b revert changes based on review 2016-07-20 22:07:45 +02:00
Anthony Scopatz
a6cb6b208c Merge branch 'rmflake8' into amalcomp 2016-07-18 21:29:04 -04:00
Hugo Wang
7959a97718 small improves 2016-07-18 22:24:37 +08:00
Hugo Wang
6df5fbcf5e trim g in git hash 2016-07-18 22:23:27 +08:00
Leonardo Santagada
61099aab10 small style changes 2016-07-18 11:30:57 +02:00
Anthony Scopatz
1ba19ca939 started completer amalgamation 2016-07-15 23:44:29 -04:00
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