| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Added LICENSE to MANIFEST | Peter M. Landwehr | 2016-11-07 | 1 | -2/+1 | |
| |/ | | | I've been putting together a build of python-magic for using [conda](http://conda.pydata.org) for [conda-forge](http://conda-forge.github.io). For license compliance we like to bundle a copy of the original license file in with the build. Doing so requires that the license file be included with the source distribution. Adding this line to MANIFEST.in makes sure that the actual license file gets included with the source code. | |||||
| * | Merge pull request #116 from tltx/patch-1 | Adam Hupp | 2016-09-29 | 1 | -0/+3 | |
| |\ | | | | | Configure package universal wheel distribution | |||||
| | * | Configure package universal wheel distribution | Tore Lundqvist | 2016-09-26 | 1 | -0/+3 | |
| |/ | ||||||
| * | bump to 0.4.12 | Adam Hupp | 2016-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #108 from varnion/patch-1 | Adam Hupp | 2016-06-18 | 1 | -0/+2 | |
| |\ | | | | | add pypi and travis badges | |||||
| | * | add pypi and travis badges! | Bruno Souza | 2016-06-13 | 1 | -1/+2 | |
| | | | | | | | [ci skip] | |||||
| | * | add pypi badge to README | Bruno Souza | 2016-06-13 | 1 | -0/+1 | |
| |/ | ||||||
| * | Return str rather than bytes for the description strings on python3. | Adam Hupp | 2016-06-05 | 2 | -8/+13 | |
| | | | | | | Assumes utf-8 encoding from magic return values, which I hope is always the case. | |||||
| * | propagate exception in other branch of 509 hack | Adam Hupp | 2016-06-05 | 2 | -1/+14 | |
| | | ||||||
| * | Merge pull request #106 from tgoodyear/patch-1 | Adam Hupp | 2016-06-01 | 1 | -2/+3 | |
| |\ | | | | | Fix typos in README.md | |||||
| | * | Fix typos in README.md | Trevor Goodyear | 2016-05-31 | 1 | -2/+3 | |
| |/ | | | Changed `recociled` to `reconciled`. Changed `explictly` to `explicitly`. | |||||
| * | what did 3.2 ever do for you | Adam Hupp | 2016-03-21 | 1 | -1/+0 | |
| | | ||||||
| * | hopefully fix tests on whatever travisci uses | Adam Hupp | 2016-03-21 | 1 | -9/+18 | |
| | | ||||||
| * | throw proper exception on each python version0.4.11 | Adam Hupp | 2016-03-20 | 1 | -6/+3 | |
| | | ||||||
| * | bump versionclean | Adam Hupp | 2016-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | restore test dir | Adam Hupp | 2016-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | rename the unicode lambda file to "lambda" and rename it at runtime when ↵ | Adam Hupp | 2016-03-20 | 2 | -10/+15 | |
| | | | | | | | running the test. distutils can't handle unicode filenames at install time. | |||||
| * | Update README.md | Adam Hupp | 2016-01-16 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #99 from koobs/patch-1 | Adam Hupp | 2016-01-04 | 1 | -1/+2 | |
| |\ | | | | | Match license= to LICENSE, Add Python 2 to Trove | |||||
| | * | Match license= to LICENSE, Add Python 2 to Trove | Kubilay Kocak | 2016-01-02 | 1 | -1/+2 | |
| |/ | | | | | | * Update the distutils license field to match MIT license as specified in: LICENSE file in repository Trove classifier * Add Python :: 2 to trove classifier to declare explicit (PEP20) 2/3 compatibility | |||||
| * | Merge pull request #95 from Rafiot/travis | Adam Hupp | 2015-11-24 | 1 | -0/+5 | |
| |\ | | | | | Force use trusty on travis | |||||
| | * | Force use trusty | Raphaël Vinot | 2015-11-24 | 1 | -0/+5 | |
| |/ | ||||||
| * | Merge pull request #93 from vaibhavsagar/patch-1 | Adam Hupp | 2015-11-09 | 1 | -0/+1 | |
| |\ | | | | | Add Python 3 trove classifier. | |||||
| | * | Add Python 3 trove classifier. | Vaibhav Sagar | 2015-11-09 | 1 | -0/+1 | |
| |/ | | | This is so that tools like https://github.com/brettcannon/caniusepython3 work properly. | |||||
| * | Merge pull request #91 from Rafiot/fix_exception | Adam Hupp | 2015-11-06 | 1 | -1/+6 | |
| |\ | | | | | Fix MagicException | |||||
| | * | Fix MagicException | Raphaël Vinot | 2015-11-06 | 1 | -1/+6 | |
| | | | | | | | | | self.message was missing, causing `_handle509Bug` to fail. | |||||
| * | | Merge pull request #92 from Rafiot/up_travis | Adam Hupp | 2015-11-06 | 4 | -3/+19 | |
| |\ \ | |/ |/| | Fix travis config | |||||
| | * | Fix travis config | Raphaël Vinot | 2015-11-06 | 4 | -3/+19 | |
| |/ | | | | The tests fail on travis ci because the libmagic 5.09 is buggy. | |||||
| * | force GMT so test runs consistentlytz-testfix | Adam Hupp | 2015-11-06 | 1 | -2/+6 | |
| | | ||||||
| * | bump to 0.4.10, for removal of spurious file | Adam Hupp | 2015-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | bump to 0.4.9 with pruning of test/ dir | Adam Hupp | 2015-10-19 | 2 | -1/+2 | |
| | | ||||||
| * | remove spurious newlines | Adam Hupp | 2015-10-19 | 1 | -19/+0 | |
| | | ||||||
| * | update test output for libmagic in debian jessie | Adam Hupp | 2015-10-19 | 1 | -4/+4 | |
| | | ||||||
| * | Replace per-thread Magic instance with a lock. Tested with a stress | Adam Hupp | 2015-10-19 | 1 | -24/+15 | |
| | | | | | | | stest that runs a 100 from_file checks on a 100 threads, concurrently. This almost immediately causes a SEVG without the lock, and runs successfully with the lock. | |||||
| * | bump to 0.4.8 | Adam Hupp | 2015-10-19 | 1 | -7/+1 | |
| | | ||||||
| * | add distutils manifest | Adam Hupp | 2015-10-19 | 1 | -0/+2 | |
| | | ||||||
| * | update license classifier | Adam Hupp | 2015-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | bump to 0.4.7 | Adam Hupp | 2015-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Include tests in the sdist tarball | Adam Hupp | 2015-07-29 | 10 | -10/+12 | |
| | | ||||||
| * | Merge pull request #84 from tritium21/patch-1 | Adam Hupp | 2015-06-15 | 1 | -3/+1 | |
| |\ | | | | | Change windows instructions | |||||
| | * | Update README.md | Alexander Walters | 2015-06-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Change windows instructions | Alexander Walters | 2015-06-15 | 1 | -3/+1 | |
| |/ | | | Cygwin is huge and slow. File for Windows does not go through a posix translation layer, and are native windows libraries. It is much less of a pain in the butt to use File for Windows. | |||||
| * | Merge pull request #74 from iiSeymour/patch-1 | Adam Hupp | 2015-02-26 | 1 | -14/+20 | |
| |\ | | | | | Updated README.md | |||||
| | * | Updated README.md | Chris Seymour | 2015-02-26 | 1 | -14/+20 | |
| |/ | | | Switched indentation based code blocks to backticks with language declarion for syntax highlighting. | |||||
| * | simple test script, ensuring correct env | Adam Hupp | 2015-01-07 | 1 | -0/+10 | |
| | | ||||||
| * | silence open file warnings in python 3 | Adam Hupp | 2015-01-06 | 1 | -3/+4 | |
| | | ||||||
| * | Update README.md | Adam Hupp | 2015-01-06 | 1 | -0/+4 | |
| | | | | Document naming conflict with the file version of magic.py. | |||||
| * | Merge pull request #68 from EugeneSusla/master | Adam Hupp | 2014-12-01 | 1 | -1/+3 | |
| |\ | | | | | Fixed 'ImportError: failed to find libmagic. Check your installation' when using cygwin's python | |||||
| | * | Fixed 'ImportError: failed to find libmagic. Check your installation' when ↵ | Eugene Susla | 2014-11-28 | 1 | -1/+3 | |
| |/ | | | | using cygwin's python | |||||
| * | Merge pull request #67 from seils/master | Adam Hupp | 2014-11-11 | 2 | -7/+22 | |
| |\ | | | | | Add support for MAGIC_COMPRESS through Magic constructor. | |||||
