- Nov 11, 2015
-
-
ulif authored
Older python versions (< 3.x?) do not support item assignments with config parser instances. We have to workaround therefore.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
By default we should read config files in user homes.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
We can build a sensible list of config file locations on-the-fly.
-
ulif authored
-
- Nov 10, 2015
-
-
ulif authored
-
- Nov 09, 2015
- Nov 05, 2015
- Nov 02, 2015
-
-
ulif authored
-
- Nov 01, 2015
- Oct 30, 2015
- Oct 29, 2015
-
-
ulif authored
-
- Oct 18, 2015
-
-
ulif authored
-
- Sep 17, 2015
-
-
ulif authored
-
ulif authored
Travis CI now comes with container infrastructure as shown in http://docs.travis-ci.com/user/migrating-from-legacy/. Let's give it a try.
-
- Aug 26, 2015
-
-
ulif authored
-
- Aug 05, 2015
- Aug 03, 2015
- Aug 02, 2015
-
-
ulif authored
-
ulif authored
The last hotfix to make sys.stdin seek()-able was far from being proper. It checked only for sys.stdin (which is only one possible stream delivering unseekable file positions) and didn't consider that sys.stdin could be replaced (by somthing with proper seek functionality). We now test properly for working seek() functionality. If the stream does not support it, we copy streamdata to a new temporary file. If the file is not too large, we keep the file data in memory (up to 20 MB), so in most cases runtime trade-off should be moderate.
-
ulif authored
-