- 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
-
ulif authored
We have to try hard to create a string accepted by all supported Python versions.
-
ulif authored
-
ulif authored
-
ulif authored
Add test case that provides a file descriptor with broken seek(). We must expect "broken" seek() methods for instance with sys.stdin.
-
ulif authored
Use conftest module for fixtures we need in several test modules.
-
ulif authored
-
- Aug 01, 2015
- Jul 31, 2015
-
-
ulif authored
-