index
:
delta/python-packages/python-magic.git
clean
fix-ci
libmagic-compat
master
test-travis-xenial
tz-testfix
github.com: ahupp/python-magic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
magic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to a package so we can add more files
Adam Hupp
2017-12-03
1
-426
/
+0
*
Added support for magic_descriptor routine
psrok1
2020-12-07
1
-0
/
+33
*
complete comment
Adam Hupp
2020-11-06
1
-1
/
+2
*
Handle undecodable characters in description
Adam Hupp
2020-11-06
1
-1
/
+2
*
Handle libmagic versions that don't support MAGIC_EXTENSION
Adam Hupp
2020-11-06
1
-0
/
+4
*
MAGIC_EXTENSION support (file --extension)
darkbarker
2020-10-22
1
-1
/
+5
*
Fallback to default behavior on setparam failure
Adam Hupp
2020-08-13
1
-1
/
+6
*
Fix bug in Magic when destructor called too early
Ofer Koren
2020-08-14
1
-0
/
+2
*
Make magic_[version|setparam|getparam] optional
Adam Hupp
2020-05-05
1
-14
/
+25
*
Partial fix for PR #70
Adam Hupp
2020-05-05
1
-6
/
+10
*
Expose magic_version as magic.version(), which returns an integer representin...
Adam Hupp
2020-01-24
1
-0
/
+6
*
Fix https://github.com/ahupp/python-magic/issues/190
Adam Hupp
2019-12-11
1
-0
/
+9
*
Update magic.py
abakum
2019-03-04
1
-1
/
+1
*
Update magic.py
abakum
2019-03-04
1
-2
/
+4
*
Fixing warning on python 3.8
Gabriel Diego Teixeira
2019-02-27
1
-1
/
+1
*
Updated constructor to accept the raw flag and pass it to the underlying libr...
rmspeers
2018-09-20
1
-4
/
+14
*
Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn't
fix-ci
Adam Hupp
2018-09-01
1
-1
/
+1
*
getparam/setparam support #163
Christoph Biedl
2018-08-16
1
-1
/
+32
*
PEP8
Guido A.J. Stevens
2018-01-25
1
-14
/
+16
*
Merge pull request #144 from nicfit/master
Adam Hupp
2017-11-20
1
-1
/
+1
|
\
|
*
Handle incorrectly encoded files (i.e. does not match file system
Travis Shirk
2017-09-26
1
-1
/
+1
*
|
python3 str handling
Adam Hupp
2017-11-20
1
-0
/
+5
|
/
*
Accommodate linux distros that return trailing version, i.e. Alpine
Mark Beacom
2017-02-24
1
-1
/
+2
*
Fixed type for DLL search on Linux platform
Artem Skoretskiy
2017-01-05
1
-1
/
+1
*
Added a fallback for Alpine to find library file
Artem Skoretskiy
2016-12-21
1
-1
/
+3
*
Handling 'mime' and 'mime_encoding' independently
SergeySatskiy
2016-11-22
1
-1
/
+1
*
Return str rather than bytes for the description strings on python3.
Adam Hupp
2016-06-05
1
-2
/
+10
*
propagate exception in other branch of 509 hack
Adam Hupp
2016-06-05
1
-1
/
+3
*
throw proper exception on each python version
0.4.11
Adam Hupp
2016-03-20
1
-6
/
+3
*
Fix MagicException
Raphaƫl Vinot
2015-11-06
1
-1
/
+6
*
remove spurious newlines
Adam Hupp
2015-10-19
1
-19
/
+0
*
Replace per-thread Magic instance with a lock. Tested with a stress
Adam Hupp
2015-10-19
1
-24
/
+15
*
Fixed 'ImportError: failed to find libmagic. Check your installation' when u...
Eugene Susla
2014-11-28
1
-1
/
+3
*
Add support for MAGIC_COMPRESS through Magic constructor.
Zach Seils
2014-11-10
1
-3
/
+7
*
Always use utf-8 regardless of filesystem encoding
Adam Hupp
2014-05-30
1
-3
/
+4
*
Merge pull request #59 from brutasse/fix/py3
Adam Hupp
2014-04-27
1
-2
/
+2
|
\
|
*
Workaround sys.version_info not being a named tuple on py26
Bruno ReniƩ
2014-03-04
1
-2
/
+2
*
|
find library in windows if cygwin path is added to PATH
Fedor Baart
2014-02-25
1
-1
/
+1
|
/
*
remove extra import sys
asl97
2014-01-28
1
-1
/
+0
*
Properly handle unicode filenames given in both byte-str and unicode
Adam Hupp
2014-01-04
1
-1
/
+12
*
Replace windows docs with cygwin instructions/path
Adam Hupp
2014-01-04
1
-3
/
+3
*
Fixed issue with flags
Michael Jarvis
2013-10-24
1
-7
/
+7
*
Hypothetical fix for issue https://github.com/ahupp/python-magic/issues/47
Adam Hupp
2013-10-23
1
-3
/
+15
*
Fix failure on file-5.15. That has a bug and/or change in behvior
Adam Hupp
2013-10-07
1
-7
/
+14
*
Don't hard-code version number when finding homebrew library
Adam Hupp
2013-09-27
1
-2
/
+5
*
Merge branch 'master' of https://github.com/aromanovich/python-magic into aro...
Adam Hupp
2013-09-27
1
-2
/
+5
|
\
|
*
Add keep going functionality
Anton Romanovich
2013-02-05
1
-2
/
+5
*
|
Use python 2.4-compatible threading.currentThread() call
Adam Hupp
2013-09-27
1
-2
/
+2
*
|
Add some comments
Adam Hupp
2013-06-03
1
-1
/
+26
*
|
- avoid segfault when used in multiple threads via magic.from_buffer/from_fi...
Adam Hupp
2013-06-02
1
-18
/
+16
|
/
[next]