summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix path of the test pdfSchoolGuy2021-01-131-2/+1
* | Remove Python2 from the testsSchoolGuy2021-01-139-9/+4
* | fix libmagic testAdam Hupp2018-01-141-1/+5
* | various cleanups proposed by debian folksAdam Hupp2018-01-141-3/+7
* | Merge in compatability mode with libmagicAdam Hupp2017-12-046-10/+404
* | add from_open_file to match libmagic binding featuresetAdam Hupp2017-12-042-0/+17
* | Convert to a package so we can add more filesAdam Hupp2017-12-031-0/+0
|/
* Merge pull request #227 from psrok1/magic-descriptorAdam Hupp2020-12-113-0/+43
|\
| * Added support for magic_descriptor routinepsrok12020-12-073-0/+43
|/
* complete commentAdam Hupp2020-11-061-1/+2
* Handle undecodable characters in descriptionAdam Hupp2020-11-061-1/+2
* Handle libmagic versions that don't support MAGIC_EXTENSIONAdam Hupp2020-11-062-5/+14
* Merge pull request #224 from darkbarker/extension-supportAdam Hupp2020-10-232-1/+12
|\
| * MAGIC_EXTENSION support (file --extension)darkbarker2020-10-222-1/+12
|/
* Update README.mdAdam Hupp2020-10-011-1/+1
* support changed mime types in testAdam Hupp2020-09-151-4/+8
* Fix tests with file 5.39Luca Weiss2020-09-071-4/+6
* add docker tests for archlinuxAdam Hupp2020-09-072-2/+7
* Fallback to default behavior on setparam failureAdam Hupp2020-08-131-1/+6
* Merge pull request #222 from koreno/patch-1Adam Hupp2020-08-131-0/+2
|\
| * Fix bug in Magic when destructor called too earlyOfer Koren2020-08-141-0/+2
|/
* Update README.mdAdam Hupp2020-08-131-7/+4
* Merge pull request #220 from coiax/stubAdam Hupp2020-08-132-1/+91
|\
| * 🐑 Create basic stub file for magic.pyJack Edge2020-08-102-1/+91
|/
* Add CHANGELOG for 0.4.17 and .18Adam Hupp2020-05-071-0/+32
* bump version to 0.4.180.4.18Adam Hupp2020-05-051-1/+1
* Make magic_[version|setparam|getparam] optionalAdam Hupp2020-05-052-20/+43
* Add docker tests for centos7 & 8Adam Hupp2020-05-053-0/+13
* bump version to 0.4.170.4.17Adam Hupp2020-05-051-1/+1
* - update tox config to run w/out setup.pyAdam Hupp2020-05-052-2/+16
* Update for deprecation of testing in setup.pyAdam Hupp2020-05-053-2/+7
* Partial fix for PR #70Adam Hupp2020-05-051-6/+10
* debian install instructionsAdam Hupp2020-05-051-13/+29
* Improve test coverageAdam Hupp2020-05-056-21/+37
* Add alternative output for Parquet fileAdam Hupp2020-03-311-2/+2
* Add script to drive linux docker tests now that it supports WSL2, and fix foc...Adam Hupp2020-03-313-2/+18
* Merge pull request #207 from kyprifog/snappyAdam Hupp2020-03-302-0/+2
|\
| * Adding snappy parquet to testKyle Prifogle2020-03-302-0/+2
|/
* Expose magic_version as magic.version(), which returns an integer representin...Adam Hupp2020-01-242-0/+9
* Powershell script for running docker tests against various versions of ubuntuAdam Hupp2020-01-241-0/+11
* ignore pyc and emacs temp filesAdam Hupp2020-01-241-0/+2
* Merge pull request #202 from hugovk/add-3.5Adam Hupp2020-01-133-2/+5
|\
| * 'pip install .' is preferred over 'python setup.py install'Hugo2020-01-131-1/+1
| * Retain support for non-EOL Python 3.5Hugo2020-01-133-1/+4
|/
* Merge pull request #201 from hugovk/add-3.7-3.8Adam Hupp2020-01-124-14/+19
|\
| * Fix typosHugo2020-01-041-10/+11
| * Add support for Python 3.7 and 3.8Hugo2020-01-043-0/+6
| * Add python_requires to help pipHugo2020-01-041-0/+1
| * Cache pipHugo2020-01-041-0/+1
| * sudo no longer needed https://blog.travis-ci.com/2018-11-19-required-linux-in...Hugo2020-01-041-4/+0