summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* list of commands to update the moduleChristos Zoulas2022-09-011-0/+7
|
* Add more infoChristos Zoulas2022-09-011-0/+31
|
* fix python tests, better cleanupChristos Zoulas2022-09-012-6/+16
|
* Better error checking and pyi file addition from (Hoel Bezier)Christos Zoulas2022-07-242-5/+110
|
* Add threads test from PR/285Christos Zoulas2021-09-091-0/+24
|
* PR/285: Benjamin: python detect functions don't work in a multi-threadedChristos Zoulas2021-09-092-13/+35
| | | | context.
* Add more files to the tar distribution (Christoph Biedl)Christos Zoulas2021-08-261-1/+1
|
* PR/225: Brian: add get/setparamChristos Zoulas2021-01-041-0/+34
|
* Add more files.FILE5_34Christos Zoulas2018-07-251-1/+2
|
* fix for file renameChristos Zoulas2018-07-251-1/+1
|
* fix tab issueChristos Zoulas2018-06-241-2/+2
|
* PR/7: Return the proper ValueError messageChristos Zoulas2018-06-231-1/+4
|
* Fix changelog, bump version to release to pypiChristos Zoulas2018-06-015-1/+40
|
* retain python 2 compatibility, factoring out the conversion functions.Christos Zoulas2017-04-041-30/+38
|
* PR/562: Reiner Herrmann: Avoid double encoding with python3Christos Zoulas2016-06-281-3/+3
|
* PR/477: add pip install.Christos Zoulas2016-02-021-0/+2
|
* PR/511: Orestis: Restore python-2 compatibility.Christos Zoulas2016-02-021-4/+7
|
* PR/477: Make python code pypi friendly.Christos Zoulas2015-11-236-25/+143
|
* PR/489: Avoid evaluating things twice.Christos Zoulas2015-10-291-16/+19
|
* remove stray g.Christos Zoulas2014-06-031-1/+1
|
* PR/357: flake8 warning cleanupsChristos Zoulas2014-06-031-13/+17
|
* PR/354: Fix stray ^M'sChristos Zoulas2014-05-141-7/+7
|
* Fix regression: If a file was already bytes, don't try to convert it.Christos Zoulas2014-04-031-1/+4
| | | | From: Arfrever Frehtes Taifersar Arahesis
* encode filename (Debian#435397)Christos Zoulas2014-03-021-1/+1
|
* add python3 changes.Christos Zoulas2011-09-221-6/+16
|
* When matching softmagic for ascii files, don't just printChristos Zoulas2011-02-031-26/+26
| | | | | | | | the softmagic classification, keep going and print the text classification too. This fixes broken troff files when we moved them from keyword recognition to softmagic (they stopped printing "with CRLF" etc.) Reported by Doug McIlroy.
* Ignore .gitignoreReuben Thomas2011-01-161-0/+1
|
* New pure-Python bindings (same API as before, with missing methods added).Reuben Thomas2011-01-147-529/+222
|
* Rename `buffer' (name of Python built-in) to `buf'.Reuben Thomas2011-01-141-2/+2
|
* Fix Python 3 using example at ↵Reuben Thomas2011-01-061-34/+72
| | | | http://wiki.python.org/moin/PortingExtensionModulesToPy3k
* Remove obsolete py_magic.h.Reuben Thomas2011-01-062-42/+1
|
* Open file in binary mode for portability to Windows and Python 3.Reuben Thomas2011-01-061-2/+2
|
* Add build directory to ignore list.Reuben Thomas2011-01-061-0/+1
|
* Fixes for Python 2.x:Reuben Thomas2011-01-061-5/+5
| | | | | | | | 1. PyUnicode_FromString was introduced in 2.6, not 2.7. 2. When parsing optional arguments in py_magic_check, py_magic_compile and py_magic_load, the corresponding C variable, filename, must have a default value (here, NULL).
* make it work again with python2.6Christos Zoulas2010-12-151-56/+64
|
* update for python-3.1 from Kelly Anderson.Christos Zoulas2010-12-153-265/+352
|
* Apply Debian code patches from Debian package 5.04-6.Reuben Thomas2010-09-201-1/+14
|
* more build fixes:Christos Zoulas2008-02-051-0/+1
| | | | | | - add missing files to .cvsignore [rrt@] - kill zoulas.com -> astron.com - remove configure
* update the build system per rrt@Christos Zoulas2008-02-051-323/+0
|
* add -b and -bb option... I need to re-think this because it breaks compatibilityChristos Zoulas2007-10-231-0/+1
|
* Regen.Christos Zoulas2007-10-091-45/+50
|
* new magic autoreconfChristos Zoulas2006-03-021-1/+1
|
* Magic changes and cross-compile support.Christos Zoulas2005-08-181-0/+2
|
* add {v,}snprintfChristos Zoulas2005-07-121-2/+2
| | | | redo mbstate_t.
* Welcome to 4.14Christos Zoulas2005-06-251-64/+160
|
* Fix bzip2 issueChristos Zoulas2005-01-071-2/+3
|
* Reach over into pythonFILE4_12Christos Zoulas2004-11-242-0/+221
|
* Python magic with updated license from Brett FunderburgChristos Zoulas2003-11-185-68/+110
|
* add python bindingsChristos Zoulas2003-10-154-0/+408