summaryrefslogtreecommitdiff
path: root/magic
Commit message (Expand)AuthorAgeFilesLines
* Revert "added path for local homebrew installation (#267)"HEADmasterAdam Hupp2023-03-301-11/+2
* Revert "remove python3-ism from loader"Adam Hupp2023-03-301-2/+1
* remove python3-ism from loaderAdam Hupp2023-01-101-1/+2
* added path for local homebrew installation (#267)Manuele2022-10-241-2/+11
* Add "magic-1.dll" to the list of DLL files to search for on Windowsvalpogus2022-06-161-1/+1
* Support os.PathLike typesAdam Hupp2021-10-042-2/+20
* Fix compat mode handling with empty mime stringAdam Hupp2021-09-021-1/+6
* fix alpine library loadingAdam Hupp2021-06-031-0/+5
* Cleanup library loadingAdam Hupp2021-06-011-35/+40
* add py.typed sentinal per https://www.python.org/dev/peps/pep-0561/#packaging...Adam Hupp2021-05-211-0/+0
* Check for cookie attribute before trying to delete itJochen Sprickerhof2021-05-161-1/+1
* Revert "Fix bug in Magic when destructor called too early"Jochen Sprickerhof2021-05-161-2/+0
* Fix typo (compatability --> compatibility)EtiennePelletier2021-05-101-1/+1
* Fix yet another import error0.4.22Adam Hupp2021-02-161-0/+1
* Factor out dll loader so it can be used by both compat and standard libraryAdam Hupp2021-02-163-43/+43
* add more doc pointers for compat mode, and enable PendingDeprecationWarningAdam Hupp2021-01-151-13/+11
* prefix add_compat with an underscore to avoid namespace pollutionAdam Hupp2021-01-151-2/+2
* remove from_open_file, since its duplicative with from_descriptor and hasnt b...Adam Hupp2021-01-151-8/+0
* move typing stubs next to implementationAdam Hupp2021-01-151-0/+86
* cpAdam Hupp2021-01-151-1/+2
* temorarily remove dropped support for python2Adam Hupp2021-01-151-2/+9
* Reformat according to PEPSchoolGuy2021-01-132-53/+59
* various cleanups proposed by debian folksAdam Hupp2018-01-141-3/+7
* Merge in compatability mode with libmagicAdam Hupp2017-12-042-1/+331
* add from_open_file to match libmagic binding featuresetAdam Hupp2017-12-041-0/+11
* Convert to a package so we can add more filesAdam Hupp2017-12-031-0/+426