| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump version to 0.4.170.4.17 | Adam Hupp | 2020-05-05 | 1 | -1/+1 |
| | | |||||
| * | - update tox config to run w/out setup.py | Adam Hupp | 2020-05-05 | 2 | -2/+16 |
| | | | | | - document test running process | ||||
| * | Update for deprecation of testing in setup.py | Adam Hupp | 2020-05-05 | 3 | -2/+7 |
| | | | | | | test_suite is deprecated in setup.py, so remove it and replace the command in .travis.yml with directly running the test | ||||
| * | Partial fix for PR #70 | Adam Hupp | 2020-05-05 | 1 | -6/+10 |
| | | | | | | | | | Not going to change the value of MAGIC_MIME until a major version bump, but at least add the missing MAGIC_MIME_TYPE constant and use where it should be. https://github.com/ahupp/python-magic/pull/70 | ||||
| * | debian install instructions | Adam Hupp | 2020-05-05 | 1 | -13/+29 |
| | | | | | Manually marge https://github.com/ahupp/python-magic/pull/135 | ||||
| * | Improve test coverage | Adam Hupp | 2020-05-05 | 6 | -21/+37 |
| | | | | | | Make sure we fail early if any versions fail, and move to a python test runner since I can never remember how to use bash. | ||||
| * | Add alternative output for Parquet file | Adam Hupp | 2020-03-31 | 1 | -2/+2 |
| | | |||||
| * | Add script to drive linux docker tests now that it supports WSL2, and fix ↵ | Adam Hupp | 2020-03-31 | 3 | -2/+18 |
| | | | | | focal dockerfile | ||||
| * | Merge pull request #207 from kyprifog/snappy | Adam Hupp | 2020-03-30 | 2 | -0/+2 |
| |\ | | | | | Adding snappy parquet to test | ||||
| | * | Adding snappy parquet to test | Kyle Prifogle | 2020-03-30 | 2 | -0/+2 |
| |/ | |||||
| * | Expose magic_version as magic.version(), which returns an integer ↵ | Adam Hupp | 2020-01-24 | 2 | -0/+9 |
| | | | | | | | representing the version number. re: https://github.com/ahupp/python-magic/issues/204 | ||||
| * | Powershell script for running docker tests against various versions of ubuntu | Adam Hupp | 2020-01-24 | 1 | -0/+11 |
| | | |||||
| * | ignore pyc and emacs temp files | Adam Hupp | 2020-01-24 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #202 from hugovk/add-3.5 | Adam Hupp | 2020-01-13 | 3 | -2/+5 |
| |\ | | | | | Retain support for Python 3.5 | ||||
| | * | 'pip install .' is preferred over 'python setup.py install' | Hugo | 2020-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Retain support for non-EOL Python 3.5 | Hugo | 2020-01-13 | 3 | -1/+4 |
| |/ | |||||
| * | Merge pull request #201 from hugovk/add-3.7-3.8 | Adam Hupp | 2020-01-12 | 4 | -14/+19 |
| |\ | | | | | Add support for Python 3.7 and 3.8 | ||||
| | * | Fix typos | Hugo | 2020-01-04 | 1 | -10/+11 |
| | | | |||||
| | * | Add support for Python 3.7 and 3.8 | Hugo | 2020-01-04 | 3 | -0/+6 |
| | | | |||||
| | * | Add python_requires to help pip | Hugo | 2020-01-04 | 1 | -0/+1 |
| | | | |||||
| | * | Cache pip | Hugo | 2020-01-04 | 1 | -0/+1 |
| | | | |||||
| | * | sudo no longer needed ↵ | Hugo | 2020-01-04 | 1 | -4/+0 |
| | | | | | | | | | https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | ||||
| * | | Add dockerfiles for running tests on various Ubuntu LTS versions | Adam Hupp | 2020-01-11 | 6 | -2/+39 |
| | | | |||||
| * | | Hopefully fix #105 | Adam Hupp | 2020-01-11 | 1 | -1/+5 |
| |/ | |||||
| * | Update README.md | Adam Hupp | 2019-12-11 | 1 | -1/+6 |
| | | |||||
| * | actually fix CI | Adam Hupp | 2019-12-11 | 2 | -2/+1 |
| | | |||||
| * | Fix path for CI | Adam Hupp | 2019-12-11 | 1 | -0/+0 |
| | | |||||
| * | Fix https://github.com/ahupp/python-magic/issues/190 | Adam Hupp | 2019-12-11 | 4 | -1/+15 |
| | | |||||
| * | Merge pull request #199 from maurermax/readme-update | Adam Hupp | 2019-12-06 | 1 | -1/+1 |
| |\ | | | | | minor update to readme.md file as 1048 bytes are not enough for all m… | ||||
| | * | minor update to readme.md file as 1048 bytes are not enough for all mime-types | maxmaurer | 2019-12-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #189 from abakum/patch-1 | Adam Hupp | 2019-05-05 | 1 | -2/+4 |
| |\ | | | | | Add Windows libraries to magic.py | ||||
| | * | Update magic.py | abakum | 2019-03-04 | 1 | -1/+1 |
| | | | |||||
| | * | Update magic.py | abakum | 2019-03-04 | 1 | -2/+4 |
| |/ | | | | libmagic-1.dll for git clone https://github.com/threatstack/libmagic.git msys-magic-1.dll for MSYS2 | ||||
| * | Merge pull request #188 from gabrieldiego/master | Adam Hupp | 2019-03-03 | 1 | -1/+1 |
| |\ | | | | | Fixing warning on python 3.8 | ||||
| | * | Fixing warning on python 3.8 | Gabriel Diego Teixeira | 2019-02-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #183 from rmspeers/feature/raw-flag | Adam Hupp | 2018-10-08 | 5 | -5/+36 |
| |\ | | | | | Flag Addition: Raw | ||||
| | * | Updating version number | rmspeers | 2018-09-20 | 1 | -1/+1 |
| | | | |||||
| | * | Updated constructor to accept the raw flag and pass it to the underlying ↵ | rmspeers | 2018-09-20 | 4 | -4/+35 |
| |/ | | | | library. Helpful for cases where unicode chars exist in match results. | ||||
| * | Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn'tfix-ci | Adam Hupp | 2018-09-01 | 2 | -7/+3 |
| | | | | | | supported until recently. Also, return .value from the ctypes wrapper so callers aren't required to. | ||||
| * | Merge pull request #179 from cbiedl/master | Adam Hupp | 2018-09-01 | 2 | -1/+40 |
| |\ | | | | | getparam/setparam support #163 | ||||
| | * | getparam/setparam support #163 | Christoph Biedl | 2018-08-16 | 2 | -1/+40 |
| |/ | |||||
| * | Apply change from Corin-EU to allow tests to be run from any directory | Adam Hupp | 2018-08-16 | 1 | -3/+5 |
| | | |||||
| * | fixes to run.sh | Adam Hupp | 2018-08-16 | 1 | -2/+2 |
| | | |||||
| * | Make test runner handle missing python versions, based on a change from | Adam Hupp | 2018-08-16 | 1 | -4/+11 |
| | | | | | Corin-EU | ||||
| * | Merge pull request #178 from sbraz/manifest | Adam Hupp | 2018-08-15 | 1 | -0/+3 |
| |\ | | | | | Include the whole test subdirectory in source distributions | ||||
| | * | Include the whole test subdirectory in source distributions | Louis Sautier | 2018-08-14 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #177 from sbraz/buffer | Adam Hupp | 2018-08-15 | 1 | -11/+14 |
| |\ \ | | | | | | | Tests: allow differences when reading a buffer or a file, fixes #173 | ||||
| | * | | Tests: allow differences when reading a buffer or a file, fixes #173 | Louis Sautier | 2018-08-14 | 1 | -11/+14 |
| | |/ | | | | | | | | | Also remove the loop in order to avoid analyzing files or buffers for each expected value, replace it with a call to assertIn(). | ||||
| * | | Merge pull request #176 from sbraz/x-gzip | Adam Hupp | 2018-08-14 | 1 | -1/+1 |
| |\ \ | |/ |/| | Allow x-gzip as MIME type for gzip files, fixes #96 | ||||
| | * | Allow x-gzip as MIME type for gzip files, fixes #96 | Louis Sautier | 2018-08-13 | 1 | -1/+1 |
| |/ | |||||
