| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #149 from hugovk/fix-ci | Adam Hupp | 2017-11-20 | 1 | -1/+1 |
| |\ | | | | | Fix the CI | ||||
| | * | Revert "update filetype reported by libmagic >=5.23 for keep_going=true" | Hugo | 2017-10-14 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 9d127ceaab1da0632128422ffd6a2d340bd3e778. | ||||
| * | | python3 str handling | Adam Hupp | 2017-11-20 | 2 | -1/+10 |
| |/ | | | | | | | In python3 ctypes, a str is passed to ctypes as wchar*. This means the layout of the string magic looks like [ascii, null, ascii, null, etc]. For some reason, magic handles this just fine most of the time, but it's clearly wrong and I'm amazed it worked at all. | ||||
| * | update filetype reported by libmagic >=5.23 for keep_going=true | Adam Hupp | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | use my own photo to avoid licensing concerns | Adam Hupp | 2017-10-01 | 1 | -0/+0 |
| | | |||||
| * | rename magic.pyc to avoid cleaning during build step | Adam Hupp | 2017-09-14 | 2 | -2/+2 |
| | | |||||
| * | Return str rather than bytes for the description strings on python3. | Adam Hupp | 2016-06-05 | 1 | -6/+3 |
| | | | | | | Assumes utf-8 encoding from magic return values, which I hope is always the case. | ||||
| * | propagate exception in other branch of 509 hack | Adam Hupp | 2016-06-05 | 1 | -0/+11 |
| | | |||||
| * | hopefully fix tests on whatever travisci uses | Adam Hupp | 2016-03-21 | 1 | -9/+18 |
| | | |||||
| * | rename the unicode lambda file to "lambda" and rename it at runtime when ↵ | Adam Hupp | 2016-03-20 | 2 | -10/+15 |
| | | | | | | | running the test. distutils can't handle unicode filenames at install time. | ||||
| * | Fix travis config | Raphaël Vinot | 2015-11-06 | 2 | -0/+0 |
| | | | | | The tests fail on travis ci because the libmagic 5.09 is buggy. | ||||
| * | force GMT so test runs consistentlytz-testfix | Adam Hupp | 2015-11-06 | 1 | -2/+6 |
| | | |||||
| * | update test output for libmagic in debian jessie | Adam Hupp | 2015-10-19 | 1 | -4/+4 |
| | | |||||
| * | Include tests in the sdist tarball | Adam Hupp | 2015-07-29 | 9 | -0/+294 |
