Morten Enemark Lund
|
d87b7e5ee9
|
Merge pull request #2651 from xonsh/wizwrite
fixed wizard writing of more sophisticated container types
|
2018-05-24 10:18:39 +02:00 |
|
Anthony Scopatz
|
d9b195dc3c
|
fixed wizard writing of more sophisticated container types
|
2018-05-23 16:36:05 -04:00 |
|
Anthony Scopatz
|
5dc0533cd0
|
Updated CHANGELOG for 0.6.4
|
2018-05-17 13:50:38 -04:00 |
|
Anthony Scopatz
|
e46470804c
|
bumped version to 0.6.4
|
2018-05-17 13:50:38 -04:00 |
|
Gil Forsyth
|
38050016be
|
Merge pull request #2642 from xonsh/srcerror
Source Forigen error Improvements
|
2018-05-09 19:40:19 -04:00 |
|
Anthony Scopatz
|
268e99484a
|
typo fix
|
2018-05-08 14:02:27 -04:00 |
|
Anthony Scopatz
|
4364f850d1
|
Merge branch 'master' into srcerror
|
2018-05-08 13:58:06 -04:00 |
|
Anthony Scopatz
|
205fd24a4c
|
source-foreign error improvement
|
2018-05-08 13:57:40 -04:00 |
|
Anthony Scopatz
|
5c7a63b942
|
Merge pull request #2639 from jaraco/bugfix/issue-2638
Avoid referencing ASYNC and AWAIT on Python 3.7.0b4 and later.
|
2018-05-08 13:23:44 -04:00 |
|
Jason R. Coombs
|
5ce124a9e0
|
Bring back PYTHON_VERSION_INFO and rely on it to filter ASYNC/AWAIT variables. Ref #2638.
|
2018-05-08 13:10:26 +01:00 |
|
Jason R. Coombs
|
e3c7453bb0
|
Add news entry. Ref #2638.
|
2018-05-06 17:21:24 +01:00 |
|
Jason R. Coombs
|
190b86e166
|
Avoid referencing ASYNC and AWAIT on Python 3.7.0b4 and later. Fixes #2638.
|
2018-05-06 17:21:19 +01:00 |
|
Gil Forsyth
|
d1951759f8
|
Fix typo in error message
|
2018-05-04 18:13:17 -04:00 |
|
Anthony Scopatz
|
60365ff00c
|
fixed typos
|
2018-05-04 17:04:47 -04:00 |
|
Anthony Scopatz
|
c609b93472
|
Merge branch 'master' into aspace
|
2018-05-04 16:40:28 -04:00 |
|
Anthony Scopatz
|
20dfda5d59
|
Updated CHANGELOG for 0.6.3
|
2018-05-04 15:53:23 -04:00 |
|
Anthony Scopatz
|
f74178f842
|
bumped version to 0.6.3
|
2018-05-04 15:53:23 -04:00 |
|
Anthony Scopatz
|
4cf088377f
|
Merge pull request #2636 from CJ-Wright/doc_at_cmd
DOC: single string vs. list of strings in ``@()``
|
2018-05-04 14:30:58 -04:00 |
|
christopher
|
2132373a83
|
move warning to code block
|
2018-05-04 14:27:07 -04:00 |
|
christopher
|
72d999d505
|
no auto split strings
|
2018-05-04 14:26:21 -04:00 |
|
christopher
|
3fdae9a244
|
include error in tutorial
|
2018-05-04 14:24:30 -04:00 |
|
Anthony Scopatz
|
20d83ee86f
|
Merge pull request #2635 from xonsh/no_exc_type
Hide XonshError types
|
2018-05-04 14:20:58 -04:00 |
|
christopher
|
c357cb2894
|
DOC: single string vs. list of strings in `@() `
|
2018-05-04 12:18:22 -04:00 |
|
Morten Enemark Lund
|
31ae28c26f
|
Add new entry
|
2018-05-02 10:12:12 +02:00 |
|
Morten Enemark Lund
|
fe6aa5a1d3
|
Strip Xonsh error classes when printing errors w/o traceback
|
2018-05-02 10:12:11 +02:00 |
|
Morten Enemark Lund
|
abf1e9cc2c
|
Merge pull request #2631 from xonsh/pefnf
fix command not found error
|
2018-04-28 09:51:56 +02:00 |
|
Anthony Scopatz
|
3608cb99e7
|
rm unused import
|
2018-04-25 15:01:11 -04:00 |
|
Anthony Scopatz
|
a418649476
|
remove comments
|
2018-04-25 14:57:13 -04:00 |
|
Anthony Scopatz
|
37dfb1d7bf
|
fix command not found and 1
|
2018-04-25 14:54:50 -04:00 |
|
Anthony Scopatz
|
c7375afb56
|
Merge pull request #2630 from xonsh/xontrib_descr
Update xontrib description
|
2018-04-25 09:32:42 -04:00 |
|
Gil Forsyth
|
b68d896d99
|
Merge pull request #2629 from xonsh/fix_bug_in_free_cwd
Fix bug in free_cwd xontrib
|
2018-04-25 07:36:59 -04:00 |
|
Morten Enemark Lund
|
ff1688b0f3
|
Fix rst syntax error
|
2018-04-25 11:48:06 +02:00 |
|
Morten Enemark Lund
|
2ee57ce2b8
|
Update xontrib description
Installation instructions are now hidden if the
xontrib is preinstalled with xonsh. Also adds a 'Usage'
section on how to enable the xontrib.
|
2018-04-25 11:11:21 +02:00 |
|
Morten Enemark Lund
|
a036149be8
|
More fixes for building docs on Windows
|
2018-04-25 11:09:47 +02:00 |
|
Morten Enemark Lund
|
1569963130
|
Add changelog entry
|
2018-04-25 11:07:26 +02:00 |
|
Morten Enemark Lund
|
dfd635d039
|
Fix problem building docs on Win
|
2018-04-25 11:04:34 +02:00 |
|
Morten Enemark Lund
|
98e46de64b
|
Add missing whitespaces
|
2018-04-25 11:00:23 +02:00 |
|
Morten Enemark Lund
|
4fb85a8cf0
|
Add changelog entry
|
2018-04-25 09:35:37 +02:00 |
|
Morten Enemark Lund
|
3d8c350127
|
Fix bug with free_cwd xontrib
The _chdir_up() returned a pathlike object, which
isn't handled well by __xonsh_env__['PWD']. Fixed
by returning the absolute path as a string.
|
2018-04-25 09:26:32 +02:00 |
|
Gil Forsyth
|
c06e17754e
|
Merge pull request #2626 from xonsh/curltru
curl predict_true()
|
2018-04-24 18:40:02 -04:00 |
|
Anthony Scopatz
|
7e08f2ddfe
|
Merge pull request #2627 from bestlem/macOS_install
macOs bash_completion documents
|
2018-04-24 17:41:39 -04:00 |
|
Mark Bestley
|
ec12fdc4b4
|
Typos and formatting
|
2018-04-24 22:19:23 +01:00 |
|
Mark Bestley
|
c18c445762
|
Add Tab Completion and Macports
|
2018-04-24 22:00:35 +01:00 |
|
Anthony Scopatz
|
11deb42123
|
curl predict_true()
|
2018-04-24 16:44:23 -04:00 |
|
Anthony Scopatz
|
804cef9a00
|
Merge pull request #2624 from CJ-Wright/doc_ubuntu
add ubuntu version
|
2018-04-24 15:05:51 -04:00 |
|
christopher
|
f59dba504d
|
add ubuntu version
|
2018-04-24 14:59:31 -04:00 |
|
Anthony Scopatz
|
16a1bf2241
|
Updated CHANGELOG for 0.6.2
|
2018-04-23 21:37:28 -04:00 |
|
Anthony Scopatz
|
2737c64ce6
|
bumped version to 0.6.2
|
2018-04-23 21:37:28 -04:00 |
|
Anthony Scopatz
|
a48fa6928e
|
forgot comma in rever.xsh
|
2018-04-23 21:37:20 -04:00 |
|
Gil Forsyth
|
bcee4fe80c
|
Merge pull request #2623 from xonsh/p2pc
Don't print in color
|
2018-04-23 20:07:32 -04:00 |
|