summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Refactor testsAnton Romanovich2013-02-041-49/+47
| * | Fix tests; introduce Travis CIAnton Romanovich2013-02-042-17/+21
* | | Use python 2.4-compatible threading.currentThread() callAdam Hupp2013-09-272-13/+17
* | | Update homebrew instructionsAdam Hupp2013-09-271-1/+1
| |/ |/|
* | fix bad merge of READMEAdam Hupp2013-06-031-1/+1
* | add troubleshooting section and extended usage docsAdam Hupp2013-06-031-1/+25
* | Add some commentsAdam Hupp2013-06-031-1/+26
* | - avoid segfault when used in multiple threads via magic.from_buffer/from_fi...Adam Hupp2013-06-022-22/+27
* | add forgotten testdata fileAdam Hupp2012-11-021-0/+0
|/
* Support python 3Adam Hupp2012-11-012-22/+35
* cleanup README0.4.3Adam Hupp2012-09-171-1/+6
* update README to markdown format, and clarifyAdam Hupp2012-09-172-58/+59
* bump version to 0.4.3Adam Hupp2012-09-171-1/+1
* explain change to __del__Adam Hupp2012-09-171-0/+1
* Merge branch 'master' of github.com:ahupp/python-magicAdam Hupp2012-09-171-1/+1
|\
| * Merge pull request #19 from edevil/masterAdam Hupp2012-09-171-1/+1
| |\
| | * Check for magic_close as well. When python is exiting it can beAndre Cruz2012-07-251-1/+1
| |/
* | Merge branch 'master' of github.com:ahupp/python-magicAdam Hupp2012-09-172-6/+7
|\ \ | |/
| * Merge pull request #17 from fallgesetz/masterAdam Hupp2012-05-221-6/+7
| |\
| | * Added path to default homebrew install of libmagic on Mac OS XLeah Xue2012-05-211-6/+7
| |/
| * Merge pull request #16 from dusual/masterAdam Hupp2012-04-031-0/+0
| |\
| | * adding the __init__ file , cannot work as a package till that is the caseAmit Sethi2012-03-281-0/+0
| |/
* | bump version to 0.4.2Adam Hupp2011-12-291-1/+1
|/
* Fix dylib look with patch from sacha@ssl.co.ukAdam Hupp2011-12-292-4/+6
* Bump version to 4.1Adam Hupp2011-12-291-1/+1
* Remove absolute path for libmagic.dylib on darwin to allow for other types of...Adam Hupp2011-12-291-2/+2
* Remove ctypes setup() dependency, already included in python >= 2.5Adam Hupp2011-01-311-1/+0
* Bump version, add contributors section to READMEAdam Hupp2010-11-212-6/+11
* 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
* | Fix unit testAdam Hupp2010-11-211-2/+2
* | reorder Mime args to preserve compatabilityAdam Hupp2010-11-211-1/+1
* | - fix keyword to define requirementsLukasz Nowak2010-10-151-1/+1
* | Add sample file for testing purpose.Nicolas Delaby2010-10-151-0/+2
* | Add new feature which return mime_encoding of file.Nicolas Delaby2010-10-153-3/+28
|/
* avoid abort if you somehow double freeAdam Hupp2010-04-171-1/+3
* merge support for win32 from tehmazeAdam Hupp2010-04-021-1/+1
* added win32 installation guidelinesmaze2010-04-021-0/+10
* Added win32 compatibilitymaze2010-04-021-2/+5
* remove unnessary handler in _del_Adam Hupp2010-03-311-5/+1
* - bump versionAdam Hupp2010-03-311-1/+2