| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Allow x-gzip as MIME type for gzip files, fixes #96 | Louis Sautier | 2018-08-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #171 from MartinThoma/pypi-doc | Adam Hupp | 2018-06-17 | 1 | -4/+11 | |
| |\ | | | | | Improve project page on PyPI | |||||
| | * | Improve project page on PyPI | Martin Thoma | 2018-06-17 | 1 | -4/+11 | |
| |/ | | | | See https://pypi.org/project/python-magic/ | |||||
| * | add fb note | Adam Hupp | 2018-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #162 from hugovk/update-versions | Adam Hupp | 2018-03-19 | 2 | -6/+0 | |
| |\ | | | | | Update Python versions | |||||
| | * | Remove Python 2.6 | Hugo | 2018-03-19 | 1 | -2/+0 | |
| | | | ||||||
| | * | Update classifiers | Hugo | 2018-03-19 | 1 | -4/+0 | |
| |/ | ||||||
| * | Merge pull request #158 from gyst/master | Adam Hupp | 2018-01-28 | 4 | -25/+83 | |
| |\ | | | | | cleanup | |||||
| | * | Bring "from_file()" under test | Guido A.J. Stevens | 2018-01-25 | 1 | -0/+6 | |
| | | | ||||||
| | * | Provide tox runner | Guido A.J. Stevens | 2018-01-25 | 2 | -0/+43 | |
| | | | ||||||
| | * | PEP8 | Guido A.J. Stevens | 2018-01-25 | 2 | -25/+34 | |
| |/ | ||||||
| * | commit pypi upload script | Adam Hupp | 2017-12-18 | 1 | -0/+3 | |
| | | ||||||
| * | remove python versions unsupported by xenial | Adam Hupp | 2017-12-10 | 1 | -5/+0 | |
| | | ||||||
| * | Merge pull request #156 from kobus-v-schoor/patch-1 | Adam Hupp | 2017-12-09 | 1 | -2/+2 | |
| |\ | | | | | Fix typos in README | |||||
| | * | Fix typos in README | Kobus van Schoor | 2017-12-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | fix test for xenial since travis started enabling it | Adam Hupp | 2017-12-09 | 1 | -5/+5 | |
| |/ | ||||||
| * | bump to 0.4.15 since I forgot some merges0.4.15 | Adam Hupp | 2017-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Adam Hupp | 2017-12-03 | 1 | -0/+4 | |
| | | ||||||
| * | Update README.md | Adam Hupp | 2017-12-03 | 1 | -3/+10 | |
| | | ||||||
| * | Merge pull request #147 from hugovk/patch-2 | Adam Hupp | 2017-11-20 | 1 | -4/+3 | |
| |\ | | | | | Only install coveralls and codecov when needed | |||||
| | * | pip install coverage | Hugo | 2017-10-14 | 1 | -0/+1 | |
| | | | ||||||
| | * | Only install coveralls and codecov when needed | Hugo | 2017-10-13 | 1 | -4/+2 | |
| | | | | | | | No need to download/install for failing builds | |||||
| * | | bump to 0.4.140.4.14 | Adam Hupp | 2017-11-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #144 from nicfit/master | Adam Hupp | 2017-11-20 | 1 | -1/+1 | |
| |\ \ | | | | | | | Handle incorrectly encoded file names | |||||
| | * | | Handle incorrectly encoded files (i.e. does not match file system | Travis Shirk | 2017-09-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | encoding) | |||||
| * | | | 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 | 3 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge pull request #146 from hugovk/patch-1 | Adam Hupp | 2017-10-22 | 1 | -0/+7 | |
| |\ \ \ | |/ / |/| | | Update classifiers | |||||
| | * | | Update classifiers | Hugo | 2017-10-13 | 1 | -0/+7 | |
| |/ / | ||||||
| * | | update travis to use xenial for modern libfile | Adam Hupp | 2017-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| | | ||||||
| * | Merge pull request #133 from Disassem/patch-1 | Adam Hupp | 2017-06-24 | 1 | -1/+1 | |
| |\ | | | | | Info about test and new source | |||||
| | * | Info about test and new source | Disassem | 2017-05-02 | 1 | -1/+1 | |
| |/ | | | libmagicwin64 works fine. Add new source of DLLs. | |||||
| * | Merge pull request #130 from mbeacom/dev-alpine | Adam Hupp | 2017-03-18 | 1 | -1/+2 | |
| |\ | | | | | Accommodate linux distros that return trailing version, i.e. Alpine | |||||
| | * | Accommodate linux distros that return trailing version, i.e. Alpine | Mark Beacom | 2017-02-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge pull request #125 from askoretskiy/patch-2 | Adam Hupp | 2017-03-18 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Bumped version to 0.4.13 to include bugfixes | |||||
| | * | Bumped version to 0.4.13 to include bugfixes | Artem Skoretskiy | 2016-12-29 | 1 | -1/+1 | |
| | | | | | | | Bumping version to be ready to push new version to package managers. | |||||
| * | | Merge pull request #127 from MichaelAquilina/python_3.6_support | Adam Hupp | 2017-01-27 | 1 | -0/+1 | |
| |\ \ | | | | | | | Add python 3.6 to travis | |||||
| | * | | Add python 3.6 to travis | Michael Aquilina | 2017-01-23 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge pull request #126 from askoretskiy/patch-1 | Adam Hupp | 2017-01-16 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fixed type for DLL search on Linux platform | |||||
| | * | Fixed type for DLL search on Linux platform | Artem Skoretskiy | 2017-01-05 | 1 | -1/+1 | |
| |/ | | | Provide correct list of strings instead of string | |||||
| * | Merge pull request #123 from askoretskiy/patch-1 | Adam Hupp | 2016-12-26 | 1 | -1/+3 | |
| |\ | | | | | Added a fallback for Alpine to find library file | |||||
| | * | Added a fallback for Alpine to find library file | Artem Skoretskiy | 2016-12-21 | 1 | -1/+3 | |
| | | | | | | | | | There are some Linuxes that have libraries search broken. This commit would add a reasonable fallback for these systems. Otherwise python-magic does not work there having "magic" library installed and python-magic from Pypi. | |||||
| * | | Update README.md | Adam Hupp | 2016-12-21 | 1 | -4/+2 | |
| |/ | ||||||
| * | Merge pull request #121 from SergeySatskiy/master | Adam Hupp | 2016-11-25 | 1 | -1/+1 | |
| |\ | | | | | Handling 'mime' and 'mime_encoding' independently | |||||
| | * | Handling 'mime' and 'mime_encoding' independently | SergeySatskiy | 2016-11-22 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #120 from pmlandwehr/patch-1 | Adam Hupp | 2016-11-21 | 1 | -2/+1 | |
| |\ | | | | | Added LICENSE to MANIFEST | |||||
