Anthony Scopatz
9bafa08e70
one more
2016-02-02 02:28:48 -05:00
Anthony Scopatz
24c68e0cb0
yo
2016-02-02 02:22:49 -05:00
Anthony Scopatz
e43d1fe685
looper
2016-02-02 02:09:43 -05:00
Anthony Scopatz
c9a9491800
cracra
2016-02-02 01:48:17 -05:00
Anthony Scopatz
2b061d12bc
closer
2016-02-02 01:40:38 -05:00
Anthony Scopatz
e895e686e0
closser
2016-02-02 01:21:16 -05:00
Anthony Scopatz
8766262e4d
ok
2016-02-02 01:08:46 -05:00
Anthony Scopatz
9457f16ee6
more ln
2016-02-02 01:02:16 -05:00
Anthony Scopatz
179de38087
more ln
2016-02-02 00:50:28 -05:00
Anthony Scopatz
5ed5e4677a
more ln
2016-02-02 00:44:32 -05:00
Anthony Scopatz
f3cc728546
more ln
2016-02-02 00:32:40 -05:00
Anthony Scopatz
29a4f826a1
more fixes
2016-02-02 00:19:37 -05:00
Anthony Scopatz
8586a94698
even more
2016-02-02 00:03:47 -05:00
Anthony Scopatz
3e648899e7
many errors
2016-02-01 23:20:42 -05:00
Anthony Scopatz
22df69284a
list index
2016-02-01 22:13:34 -05:00
Anthony Scopatz
4fcf421200
x
2016-02-01 22:04:35 -05:00
Anthony Scopatz
8b1e698c98
more
2016-02-01 22:00:32 -05:00
Anthony Scopatz
299e46d64f
more updates
2016-02-01 02:38:18 -05:00
Anthony Scopatz
f9d663eadb
mor stuff
2016-02-01 02:00:44 -05:00
Anthony Scopatz
90a4f8a3de
stupid lparen
2016-02-01 01:23:34 -05:00
Anthony Scopatz
593746d976
x
2016-02-01 00:42:52 -05:00
Anthony Scopatz
876119ba36
more
2016-02-01 00:28:26 -05:00
Anthony Scopatz
606b65be46
call
2016-02-01 00:01:38 -05:00
Anthony Scopatz
897cfba5ca
more name
2016-01-31 23:56:31 -05:00
Anthony Scopatz
1324113fba
more dine
2016-01-31 23:40:14 -05:00
Anthony Scopatz
c1aca58c6c
more success
2016-01-31 23:19:45 -05:00
Anthony Scopatz
80983d3e2a
prettier dump
2016-01-31 23:13:01 -05:00
Anthony Scopatz
908b35760a
some fixes
2016-01-31 22:07:45 -05:00
Anthony Scopatz
a85e3c0e5a
implemented parser acces to tokens
2016-01-31 21:45:14 -05:00
Anthony Scopatz
77b02e9110
line an col numbs so broken!
2016-01-31 20:32:28 -05:00
Gil Forsyth
010ebd1b49
Merge pull request #654 from scopatz/proctitle
...
set process title
2016-01-28 22:27:16 -05:00
Anthony Scopatz
0600e3aa44
add args to title
2016-01-28 11:50:02 -05:00
Anthony Scopatz
77109e6dd7
set process title
2016-01-27 18:47:17 -05:00
Anthony Scopatz
60c2b783fe
Merge pull request #653 from gforsyth/fix_source_alias
...
stop source alias from truncating filename
2016-01-27 15:37:25 -05:00
Anthony Scopatz
e98673c608
Merge branch 'BYK-consistency'
2016-01-27 13:01:55 -05:00
Burak Yigit Kaya
6e53eff9d5
Have consistent repo detection for git
and hg
2016-01-27 19:58:20 +02:00
Gil Forsyth
cab2bc0966
stop source alias from truncating filename
2016-01-27 12:47:08 -05:00
Anthony Scopatz
3e7a39fa97
some test code
2016-01-27 11:26:51 -05:00
Anthony Scopatz
139d89f4f1
Merge branch 'master' into tracer
2016-01-27 01:02:46 -05:00
Anthony Scopatz
3980db5919
Merge branch 'BYK-finding_nemo'
2016-01-26 16:34:00 -05:00
Burak Yigit Kaya
1bfe35c043
Eliminate locate_binary
and use a native Python implementation instead
...
We already had a Python implementation for `which`/`where`
functionality but for some reason we were not making enough use of it.
This patch moves ` built_ins._get_runnable_name` to
`environ.locate_binary` and makes everything use it. This improves `git`
and `hg` querying speeds for prompt on Windows.
2016-01-26 22:33:29 +02:00
Anthony Scopatz
e2ea3760ba
Merge branch 'BYK-fix-case-insensitive-glob'
2016-01-25 16:38:23 -05:00
Anthony Scopatz
09d0e5f46f
tracing
2016-01-25 16:37:10 -05:00
Burak Yigit Kaya
b018e0125d
Fix case-insensitive match breaking for paths in Windows
...
When using `glob` on Windows, case-insensitive conversion converts a
glob path like `~\D*` to
`[cC]:\[uU][sS][eE][rR][sS]\[bB][yY][kK]\[dD]*`. The `[cC]` part at the
beginning breaks `glob` and fails to yield any results, probably because
it cannot extract the base path.
This patch fixes the issue by skipping the conversion for a sequence
like `\w:` at the beginning.
2016-01-25 23:33:37 +02:00
Anthony Scopatz
3296c1fed7
formatter fixes
2016-01-24 21:33:06 -05:00
Gil Forsyth
8281d3aa6a
Merge pull request #641 from scopatz/rse
...
Raise subproc error
2016-01-24 16:20:37 -05:00
Anthony Scopatz
9372b53b92
Merge pull request #647 from gforsyth/ptk_layout_fix
...
add temporary fix for diverging prompt_toolkit layout
2016-01-24 14:04:52 -06:00
Gil Forsyth
1fc715b355
add comments about which layout to keep
2016-01-24 12:42:58 -05:00
Gil Forsyth
be6bc4522c
add temporary fix for diverging prompt_toolkit layout
2016-01-24 12:23:18 -05:00
Anthony Scopatz
62939d446a
docs for RAISE_SUBPROC_ERROR
2016-01-24 12:08:50 -05:00