Commit graph

5862 commits

Author SHA1 Message Date
Anthony Scopatz
6a1c2317c7 Merge pull request #1992 from xonsh/events_docs_typo
quick docs fix for events
2016-12-01 17:30:20 -05:00
Gil Forsyth
546bb57919 quick docs fix for events 2016-12-01 15:37:13 -05:00
Anthony Scopatz
7bd1e7d2e0 Merge pull request #1991 from xonsh/events_docs
import xonsh.main to fix events docs generation
2016-12-01 14:00:40 -05:00
Gil Forsyth
45670f1dd6 import xonsh.main to fix events docs generation
sphinx will implicitly import main, but not before we call
`make_events()`, so only `on_chdir` shows up on the events listing.
explicitly importing `xonsh.main` fixes this up so all of the available
events are documented properly.
2016-12-01 12:41:19 -05:00
Anthony Scopatz
4afd9da1f0 Merge pull request #1989 from xonsh/load-events
Load events
2016-11-29 13:00:28 -05:00
Jamie Bliss
19b5c5fcd5 Add events for cleanup. 2016-11-28 22:01:01 -05:00
Jamie Bliss
dfdc971c12 Expand and correct documentation. 2016-11-28 21:39:36 -05:00
Jamie Bliss
717874baa1 Fix amalgamation command to be more complete. Also add help and be less verbose. 2016-11-28 21:08:32 -05:00
Jamie Bliss
b558b3c4d2 oops, rst 2016-11-28 19:50:56 -05:00
Jamie Bliss
af2bf1851c Add news item 2016-11-28 19:28:39 -05:00
Jamie Bliss
04521fe244 Actually fire on_pre_cmdloop >.> 2016-11-28 19:25:24 -05:00
Jamie Bliss
f5959927a3 Add a collection of init-related events 2016-11-28 19:20:28 -05:00
Jamie Bliss
d60aca2c5c Add on_ptk_create event 2016-11-28 19:05:43 -05:00
Jamie Bliss
dbe14a2673 Actually implement LoadEvent 2016-11-28 18:57:41 -05:00
Jamie Bliss
18833db0dd Add makefile to aggregate commands 2016-11-28 18:49:17 -05:00
Gil Forsyth
806780daa2 Merge pull request #1986 from xonsh/ude
added unicode decode error
2016-11-28 14:27:40 -05:00
Gil Forsyth
d79aef4eca Merge pull request #1988 from xonsh/xonsh-live
front page hooks to xonsh-live
2016-11-28 08:57:39 -05:00
Gil Forsyth
b911c03b83 Merge pull request #1985 from xonsh/psql
unthreadable psql
2016-11-28 08:47:44 -05:00
Morten Enemark Lund
fa0bb50dbd Merge pull request #1987 from xonsh/procnone
robustness for none proc
2016-11-28 06:49:19 +01:00
Anthony Scopatz
8fa2b2f185 front page hooks to xonsh-live 2016-11-27 19:38:00 -05:00
Anthony Scopatz
bca8d339b0 robustness for non proc 2016-11-27 14:31:32 -05:00
Anthony Scopatz
76a679b470 added unicode decode error 2016-11-27 14:26:50 -05:00
Anthony Scopatz
8870fd9135 Merge pull request #1978 from anddam/missing-command-in-subprocess
Add FileNotFoundError exception to the handler returning None
2016-11-27 14:19:34 -05:00
Anthony Scopatz
6540af7c53 Merge pull request #1979 from anddam/master
Fix spell typo
2016-11-27 14:18:25 -05:00
Anthony Scopatz
066a71d386 added psql 2016-11-27 14:06:13 -05:00
Konstantinos Tsakiltzidis
8d73b0f9c6 Merge pull request #1983 from xonsh/code-set
set code consistently
2016-11-27 20:52:06 +02:00
Anthony Scopatz
e73514a57e set code consistently 2016-11-27 13:11:38 -05:00
Andrea D'Amore
829f20a1c1 Fix spell typo 2016-11-26 12:19:05 +01:00
Andrea D'Amore
b39b01409d Fix spell typo 2016-11-26 10:18:49 +01:00
Andrea D'Amore
ae3742a13d Add FileNotFoundError exception to the handler returning None 2016-11-26 10:17:05 +01:00
Konstantinos Tsakiltzidis
de9e168635 Merge pull request #1971 from xonsh/stderr
Added ability to format stderr pre- and post-fixes
2016-11-25 00:46:44 +02:00
Konstantinos Tsakiltzidis
13e7365bc2 Merge pull request #1972 from xonsh/on_anaconda
Fix ON_ANACONDA
2016-11-25 00:45:38 +02:00
Morten Enemark Lund
3d1ade9f30 Add news entry 2016-11-24 13:11:10 +01:00
Morten Enemark Lund
0b239ef31b Also detect an Anaconda distribution if python was installed from conda-forge 2016-11-24 13:10:49 +01:00
Anthony Scopatz
f71936b6ba Merge pull request #1969 from mitnk/fix-signal
fix signal hook issue
2016-11-23 01:15:40 -05:00
Hugo Wang
249c35dc47 Merge branch 'master' of github.com:mitnk/xonsh into fix-signal 2016-11-23 13:40:13 +08:00
Anthony Scopatz
63547fe46c some flake cleanup 2016-11-22 23:39:11 -05:00
Anthony Scopatz
5c57154577 Merge branch 'master' into stderr 2016-11-22 23:33:04 -05:00
Anthony Scopatz
5d555adecb added ability to format stderr. 2016-11-22 23:31:54 -05:00
Gil Forsyth
7971ee8b7a Merge pull request #1968 from xonsh/bashisms
Bashisms
2016-11-22 22:08:06 -05:00
Anthony Scopatz
0754821645 some test fixes 2016-11-22 10:41:37 -05:00
Anthony Scopatz
5281a4e045 more warnings 2016-11-22 10:27:55 -05:00
Anthony Scopatz
6feebd6bf4 Merge branch 'master' into bashisms 2016-11-22 10:18:03 -05:00
Anthony Scopatz
29ca496ed8 look up recursion 2016-11-22 10:06:41 -05:00
Hugo Wang
20aad7a5d9 set timeout a bit earlier 2016-11-22 21:17:54 +08:00
Hugo Wang
d27193419a fix signal hook issue 2016-11-22 15:17:47 +08:00
Morten Enemark Lund
7231a20d9b Merge pull request #1967 from xonsh/safeflush
safe flush
2016-11-22 06:28:35 +01:00
Anthony Scopatz
a903d4fc36 Merge pull request #1966 from mitnk/history-sort
Make history show all sorted
2016-11-21 23:56:37 -05:00
Anthony Scopatz
1887864528 OK, more fixes 2016-11-21 20:50:21 -05:00
Hugo Wang
f66f074087 added news file 2016-11-22 08:53:42 +08:00