summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* force GMT so test runs consistentlytz-testfixAdam Hupp2015-11-061-2/+6
* bump to 0.4.10, for removal of spurious fileAdam Hupp2015-10-201-1/+1
* bump to 0.4.9 with pruning of test/ dirAdam Hupp2015-10-192-1/+2
* remove spurious newlinesAdam Hupp2015-10-191-19/+0
* update test output for libmagic in debian jessieAdam Hupp2015-10-191-4/+4
* Replace per-thread Magic instance with a lock. Tested with a stressAdam Hupp2015-10-191-24/+15
* bump to 0.4.8Adam Hupp2015-10-191-7/+1
* add distutils manifestAdam Hupp2015-10-191-0/+2
* update license classifierAdam Hupp2015-10-181-1/+1
* bump to 0.4.7Adam Hupp2015-10-181-1/+1
* Include tests in the sdist tarballAdam Hupp2015-07-2910-10/+12
* Merge pull request #84 from tritium21/patch-1Adam Hupp2015-06-151-3/+1
|\
| * Update README.mdAlexander Walters2015-06-151-1/+1
| * Change windows instructionsAlexander Walters2015-06-151-3/+1
|/
* Merge pull request #74 from iiSeymour/patch-1Adam Hupp2015-02-261-14/+20
|\
| * Updated README.mdChris Seymour2015-02-261-14/+20
|/
* simple test script, ensuring correct envAdam Hupp2015-01-071-0/+10
* silence open file warnings in python 3Adam Hupp2015-01-061-3/+4
* Update README.mdAdam Hupp2015-01-061-0/+4
* Merge pull request #68 from EugeneSusla/masterAdam Hupp2014-12-011-1/+3
|\
| * Fixed 'ImportError: failed to find libmagic. Check your installation' when u...Eugene Susla2014-11-281-1/+3
|/
* Merge pull request #67 from seils/masterAdam Hupp2014-11-112-7/+22
|\
| * Add support for MAGIC_COMPRESS through Magic constructor.Zach Seils2014-11-102-7/+22
|/
* Always use utf-8 regardless of filesystem encodingAdam Hupp2014-05-301-3/+4
* fix license in setup.py to match LICENSE fileAdam Hupp2014-05-061-1/+1
* Merge pull request #59 from brutasse/fix/py3Adam Hupp2014-04-273-3/+15
|\
| * Workaround sys.version_info not being a named tuple on py26Bruno Renié2014-03-041-2/+2
| * Add some classifiers for PyPIBruno Renié2014-03-041-1/+12
| * Add python 3.3 travis targetBruno Renié2014-03-041-0/+1
* | Merge pull request #58 from SiggyF/windows-cygwinfindAdam Hupp2014-04-271-1/+1
|\ \ | |/ |/|
| * find library in windows if cygwin path is added to PATHFedor Baart2014-02-251-1/+1
|/
* Merge pull request #55 from asl97/patch-1Adam Hupp2014-01-271-1/+0
|\
| * remove extra import sysasl972014-01-281-1/+0
|/
* Properly handle unicode filenames given in both byte-str and unicodeAdam Hupp2014-01-042-2/+17
* Relicense under the MIT license (apparently the PSF one isn'tAdam Hupp2014-01-042-1/+23
* Replace windows docs with cygwin instructions/pathAdam Hupp2014-01-042-9/+6
* Merge pull request #48 from mojoTX/bugfix_issue47Adam Hupp2013-10-241-7/+7
|\
| * 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
* bump to 0.4.60.4.6Adam Hupp2013-10-071-1/+1
* Fix failure on file-5.15. That has a bug and/or change in behviorAdam Hupp2013-10-072-7/+15
* bump version to 0.4.50.4.5Adam Hupp2013-09-271-1/+1
* Don't hard-code version number when finding homebrew libraryAdam Hupp2013-09-271-2/+5
* bump version to 0.4.40.4.4Adam Hupp2013-09-271-1/+1
* Merge branch 'master' of github.com:ahupp/python-magic into aromanovich-masterAdam Hupp2013-09-273-0/+7
|\
| * Merge pull request #40 from DXist/masterAdam Hupp2013-09-273-0/+7
| |\
| | * Add stdeb configRinat Shigapov2013-08-203-0/+7
* | | Merge branch 'master' of https://github.com/aromanovich/python-magic into aro...Adam Hupp2013-09-275-64/+70
|\ \ \ | |/ / |/| |
| * | Add keep going functionalityAnton Romanovich2013-02-054-2/+16
| * | Fix testsAnton Romanovich2013-02-051-4/+6