| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support os.PathLike types | Adam Hupp | 2021-10-04 | 1 | -0/+17 |
| | | | | | See https://github.com/ahupp/python-magic/pull/251 | ||||
| * | Check for cookie attribute before trying to delete it | Jochen Sprickerhof | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | | __del__ is called regardless of whether __init__ passed, so the cookie attribute may not exits. This can be seen with: python3 -c "import magic; magic.Magic(foo=None)" Also discussed in https://github.com/ahupp/python-magic/pull/222#issuecomment-675354824 | ||||
| * | Revert "Fix bug in Magic when destructor called too early" | Jochen Sprickerhof | 2021-05-16 | 1 | -2/+0 |
| | | | | | This reverts commit 16972c2c6fda3573860f5f8b0f2c03b757e71d3c. | ||||
| * | Fix typo (compatability --> compatibility) | EtiennePelletier | 2021-05-10 | 1 | -1/+1 |
| | | |||||
| * | Factor out dll loader so it can be used by both compat and standard library | Adam Hupp | 2021-02-16 | 1 | -35/+2 |
| | | | | | https://github.com/ahupp/python-magic/issues/232 | ||||
| * | add more doc pointers for compat mode, and enable PendingDeprecationWarning | Adam Hupp | 2021-01-15 | 1 | -13/+11 |
| | | |||||
| * | prefix add_compat with an underscore to avoid namespace pollution | Adam Hupp | 2021-01-15 | 1 | -2/+2 |
| | | |||||
| * | remove from_open_file, since its duplicative with from_descriptor and hasnt ↵ | Adam Hupp | 2021-01-15 | 1 | -8/+0 |
| | | | | | been released yet | ||||
| * | cp | Adam Hupp | 2021-01-15 | 1 | -1/+2 |
| | | |||||
| * | temorarily remove dropped support for python2 | Adam Hupp | 2021-01-15 | 1 | -2/+9 |
| | | |||||
| * | Reformat according to PEP | SchoolGuy | 2021-01-13 | 1 | -53/+56 |
| | | | | | I achieved this via the PyCharm Reformat Shortcut | ||||
| * | various cleanups proposed by debian folks | Adam Hupp | 2018-01-14 | 1 | -3/+7 |
| | | |||||
| * | Merge in compatability mode with libmagic | Adam Hupp | 2017-12-04 | 1 | -1/+46 |
| | | | | | | | | | | | | | | The libmagic distribution uses the same package name `magic` as python-magic, but has an incompatible API. This change merges in a copy of libmagic's bindings, wrapped to give deprecation warnings. This is intended to a) mitigate the short-term pain to users and packagers who need to figure out which to use, and b) give us a path to merging the two sets of bindings. I'd be happy for libmagic to take over this package if we could find a path to it. | ||||
| * | add from_open_file to match libmagic binding featureset | Adam Hupp | 2017-12-04 | 1 | -0/+11 |
| | | |||||
| * | Convert to a package so we can add more files | Adam Hupp | 2017-12-03 | 1 | -0/+426 |
