summaryrefslogtreecommitdiff
path: root/magic.py
Commit message (Expand)AuthorAgeFilesLines
* Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn'tfix-ciAdam Hupp2018-09-011-1/+1
* getparam/setparam support #163Christoph Biedl2018-08-161-1/+32
* PEP8Guido A.J. Stevens2018-01-251-14/+16
* Merge pull request #144 from nicfit/masterAdam Hupp2017-11-201-1/+1
|\
| * Handle incorrectly encoded files (i.e. does not match file systemTravis Shirk2017-09-261-1/+1
* | python3 str handlingAdam Hupp2017-11-201-0/+5
|/
* Accommodate linux distros that return trailing version, i.e. AlpineMark Beacom2017-02-241-1/+2
* Fixed type for DLL search on Linux platformArtem Skoretskiy2017-01-051-1/+1
* Added a fallback for Alpine to find library fileArtem Skoretskiy2016-12-211-1/+3
* Handling 'mime' and 'mime_encoding' independentlySergeySatskiy2016-11-221-1/+1
* Return str rather than bytes for the description strings on python3.Adam Hupp2016-06-051-2/+10
* propagate exception in other branch of 509 hackAdam Hupp2016-06-051-1/+3
* throw proper exception on each python version0.4.11Adam Hupp2016-03-201-6/+3
* Fix MagicExceptionRaphaƫl Vinot2015-11-061-1/+6
* remove spurious newlinesAdam Hupp2015-10-191-19/+0
* Replace per-thread Magic instance with a lock. Tested with a stressAdam Hupp2015-10-191-24/+15
* Fixed 'ImportError: failed to find libmagic. Check your installation' when u...Eugene Susla2014-11-281-1/+3
* Add support for MAGIC_COMPRESS through Magic constructor.Zach Seils2014-11-101-3/+7
* Always use utf-8 regardless of filesystem encodingAdam Hupp2014-05-301-3/+4
* Merge pull request #59 from brutasse/fix/py3Adam Hupp2014-04-271-2/+2
|\
| * Workaround sys.version_info not being a named tuple on py26Bruno ReniƩ2014-03-041-2/+2
* | find library in windows if cygwin path is added to PATHFedor Baart2014-02-251-1/+1
|/
* remove extra import sysasl972014-01-281-1/+0
* Properly handle unicode filenames given in both byte-str and unicodeAdam Hupp2014-01-041-1/+12
* Replace windows docs with cygwin instructions/pathAdam Hupp2014-01-041-3/+3
* Fixed issue with flagsMichael Jarvis2013-10-241-7/+7
* Hypothetical fix for issue https://github.com/ahupp/python-magic/issues/47Adam Hupp2013-10-231-3/+15
* Fix failure on file-5.15. That has a bug and/or change in behviorAdam Hupp2013-10-071-7/+14
* Don't hard-code version number when finding homebrew libraryAdam Hupp2013-09-271-2/+5
* Merge branch 'master' of https://github.com/aromanovich/python-magic into aro...Adam Hupp2013-09-271-2/+5
|\
| * Add keep going functionalityAnton Romanovich2013-02-051-2/+5
* | Use python 2.4-compatible threading.currentThread() callAdam Hupp2013-09-271-2/+2
* | Add some commentsAdam Hupp2013-06-031-1/+26
* | - avoid segfault when used in multiple threads via magic.from_buffer/from_fi...Adam Hupp2013-06-021-18/+16
|/
* Support python 3Adam Hupp2012-11-011-8/+19
* explain change to __del__Adam Hupp2012-09-171-0/+1
* Check for magic_close as well. When python is exiting it can beAndre Cruz2012-07-251-1/+1
* Added path to default homebrew install of libmagic on Mac OS XLeah Xue2012-05-211-6/+7
* Fix dylib look with patch from sacha@ssl.co.ukAdam Hupp2011-12-291-4/+5
* Remove absolute path for libmagic.dylib on darwin to allow for other types of...Adam Hupp2011-12-291-2/+2
* Consolidate darwin/win32 library loading. Tested on OSX.Adam Hupp2010-11-211-12/+5
* Merge branch 'master' of https://github.com/FlaPer87/python-magic into FlaPer...Adam Hupp2010-11-211-9/+26
|\
| * Commet error fix. I was hungryFlavio Percoco Premoli2010-09-301-5/+5
| * Some load improvementsFlavio Percoco Premoli2010-09-301-6/+23
* | reorder Mime args to preserve compatabilityAdam Hupp2010-11-211-1/+1
* | Add new feature which return mime_encoding of file.Nicolas Delaby2010-10-151-2/+7
|/
* avoid abort if you somehow double freeAdam Hupp2010-04-171-1/+3
* Added win32 compatibilitymaze2010-04-021-2/+5
* remove unnessary handler in _del_Adam Hupp2010-03-311-5/+1
* - Grab fix for OSX from bitbucket.org/pfw/Adam Hupp2010-03-311-0/+7