summaryrefslogtreecommitdiff
path: root/libmat/misc.py (unfollow)
AgeCommit message (Collapse)Author
2016-08-29Python3, now with less featuresjvoisin
I want to release a new version ASAP, so lets ditch some features for now.
2016-03-28First step toward python3jvoisin
2015-12-02Misc pep8 conformityjvoisin
2015-12-02Improves the way torrents are handledjvoisin
This commit makes metadata removal of torrents recursive. It's close to useless, because I haven't seen any torrent with a recursive structure, but the documentation says that it can happen, and the method was already implemented, so better safe than sorry.
2015-12-02Remove hachoir from MAT.jvoisin
This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this.
2015-11-02Some minors pep8 modificationsjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-30More pep8 conformancejvoisin
2013-10-30First steps toward a Python3 supportjvoisin
2013-10-27Greatly improves torrent handlingjvoisin
- Fields are now handled in a recursive way - Use a whitelist instead of a whitelist - Fields are now removed instead of being nullified - The code is more Pythonic
2013-10-05mat is now able to check non-writables filesjvoisin
This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
2013-07-16Gramatical and spelling correctionsjvoisin
2013-03-06Some minor syntastic sugarjvoisin
2012-12-27Specify exceptions for torrents hadlingjvoisin
2012-12-19Preliminary support of producted pdf quality choicejvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-22Revert "Preliminary handling of ctime/mtime reset"jvoisin
This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch
2012-01-21Preliminary handling of ctime/mtime resetjvoisin
2011-10-29Take care about the return value of external utilsjvoisin
2011-08-16setup.py now works !jvoisin
2011-08-16Organise lib as modules (tarfile and bencode)jvoisin
2011-08-15Add support for torrent files (thanks to the nice lib from Petru Paler)jvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-23Rename misc.py to office.pyjvoisin
2011-07-23Preliminary support for torrent (btw, I still hate hachoir)jvoisin
2011-07-20Re-Organisation of the arborescencejvoisin
2011-07-03Cosmetic changejvoisin
2011-07-03Fix the unicode problemjvoisin
2011-06-30almost done with pdf. Can't figure how to get rid of the 'unicode' problem now.jvoisin
2011-06-23Implementation of the --backup option, to keep a backup of the treated file ↵jvoisin
(disabled by default)
2011-06-21Add pdfrw, and many files that I have forgetten, sorry !jvoisin