Paul Goelz
42637011ac
Use normal assertions in tests
2016-06-26 22:25:32 +02:00
Paul Goelz
3cf38a7f65
Merge branch 'master' of https://github.com/xonsh/xonsh into sortglob
2016-06-26 22:15:03 +02:00
Paul Goelz
860b10707f
PEP8 in xonsh/tools and test/tools
2016-06-26 22:09:16 +02:00
Paul Goelz
9b768c54f6
Lookup GLOB_SORTED outside of globpath functions to improve testability
2016-06-26 21:44:18 +02:00
Anthony Scopatz
ebd65dc3c8
better poxy object
2016-06-26 15:42:04 -04:00
adam j hartz
e11e016504
fix for pipelines
2016-06-26 14:56:24 -04:00
Morten Enemark Lund
89daca6da5
Update build configuration for anaconda.org. This tries to force conda-convert to run after a build. It seems to have skipped converting to Windows, maybe because converting entries points is not supported.
2016-06-26 20:48:30 +02:00
Anthony Scopatz
caea29cba6
pkg news
2016-06-26 14:47:27 -04:00
Anthony Scopatz
502f1a6627
seems to work
2016-06-26 14:41:53 -04:00
Morten Enemark Lund
84270d330c
Update local conda recipe to add '.dev##' to the package version.
2016-06-26 20:38:15 +02:00
Anthony Scopatz
115a095647
version bump to 0.4.2
2016-06-26 12:25:14 -04:00
Gil Forsyth
5847a1166b
Merge pull request #1345 from xonsh/mani
...
Script Manifest
2016-06-26 12:19:56 -04:00
Anthony Scopatz
e16d0ada81
Merge pull request #1344 from xonsh/dirty_sha
...
Dirty version numbers
2016-06-26 12:01:25 -04:00
Anthony Scopatz
47f8fbe47a
manifest nest
2016-06-26 11:59:15 -04:00
Anthony Scopatz
e51447c26f
manifest changes so that source dist can install anywhere
2016-06-26 11:57:14 -04:00
Gil Forsyth
d6c3d8a475
add minor fixes from review
2016-06-26 11:49:59 -04:00
Gil Forsyth
ebb21fc9c4
add changelog and remove spurious MANIFEST entry
2016-06-26 10:07:12 -04:00
Gil Forsyth
65b3b066c1
undo changes made to __init__.py during setup.py
2016-06-26 09:54:08 -04:00
Gil Forsyth
f4d95fee67
add git hash to platform and xonfig info
2016-06-26 09:48:00 -04:00
Gil Forsyth
08d6112a46
add githash file to setup, manifest and gitignore
2016-06-26 09:46:43 -04:00
Konstantinos Tsakiltzidis
a48e53130b
test_aliases/test_dirstack
2016-06-26 02:05:26 +03:00
Anthony Scopatz
ce3d21e21d
Merge branch 'dont_select_first'
2016-06-25 18:25:57 -04:00
Konstantinos Tsakiltzidis
c2e2c74f4c
Merge branch 'master' into pytest_migration
2016-06-25 21:36:56 +03:00
Konstantinos Tsakiltzidis
fe6376f6d5
'removed xenv ambiguity'
2016-06-25 21:07:25 +03:00
Gil Forsyth
8febf51c26
add changelog and note about forked code
2016-06-25 14:01:53 -04:00
Gil Forsyth
159766a95d
stop autocomplete from autoselecting first entry
...
This was mentioned in #1338 . If I have the following directory
structure
```console
foo/
-bar/
-bag/
-bing/
-bong/
```
and have already completed to `cd foo/` and hit TAB, ptk will autoselect
the first entry of the completions. This is incredibly annoying if
there are many possible selections and you would like to filter through
them by prefix.
This forks the `generate_completions` event from PTK and stops it from
autoselecting the first entry (but still displays possibilities)
2016-06-25 13:50:31 -04:00
Morten Enemark Lund
ee407b3bed
Merge pull request #1313 from xonsh/nlp
...
fixed newline env issue
2016-06-25 19:26:49 +02:00
Anthony Scopatz
b8ac2a1ff0
more doc hooks
2016-06-25 12:52:05 -04:00
Anthony Scopatz
3fd1e93d3b
more docs
2016-06-25 12:50:57 -04:00
Anthony Scopatz
9415b4cde0
newline fix
2016-06-25 12:44:08 -04:00
Anthony Scopatz
e97d02db16
fixed conflict
2016-06-25 12:34:55 -04:00
Konstantinos Tsakiltzidis
2c6fb2e6f7
'need more fixtures'
2016-06-25 13:38:43 +03:00
Konstantinos Tsakiltzidis
28ec6ea977
'need more fixturesr'
2016-06-25 13:06:59 +03:00
Konstantinos Tsakiltzidis
3017f887b5
Merge branch 'master' into pytest_migration
2016-06-25 01:16:51 +03:00
Konstantinos Tsakiltzidis
daf3f89ae8
TODO list, conftest.py, some migrations
2016-06-25 01:15:48 +03:00
Anthony Scopatz
c6f573f11b
version bump to 0.4.1
2016-06-24 17:40:40 -04:00
Anthony Scopatz
70d52ce457
Merge branch 'amalfix'
2016-06-24 17:35:36 -04:00
Konstantinos Tsakiltzidis
4d67a47f59
test_tools, almost complete
2016-06-24 23:51:55 +03: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
Anthony Scopatz
60f0c37a7a
some cl cleanup
2016-06-24 14:52:14 -04:00
Anthony Scopatz
2892bcde22
some cl cleanup
2016-06-24 14:49:34 -04:00
Anthony Scopatz
3438e54d4c
newline
2016-06-24 14:44:57 -04:00
Anthony Scopatz
03bda46acd
version bump to 0.4.0
2016-06-24 14:23:19 -04:00
Konstantinos Tsakiltzidis
9ea4c7ac08
Merge branch 'master' into pytest_migration
2016-06-24 21:22:57 +03:00
Konstantinos Tsakiltzidis
329398ff9e
'test_tools part1'
2016-06-24 21:21:50 +03:00
Anthony Scopatz
3d91066145
minor doc fixes
2016-06-24 14:20:37 -04:00
Anthony Scopatz
60c9e27b8d
Merge pull request #1329 from xonsh/cc-windows
...
Make CommandsCache play well with Windows
2016-06-24 14:09:03 -04:00
Burak Yigit Kaya
b2f7ebb58c
Add stub docs for the new commands_cache module
2016-06-24 20:27:28 +03:00
Burak Yigit Kaya
d3bb55de14
Better import
2016-06-24 20:27:28 +03:00