summaryrefslogtreecommitdiff
path: root/libmat/office.py (follow)
AgeCommit message (Collapse)Author
2015-11-26Remove a useless rant in a commentjvoisin
2015-11-26Remove a superfluous `pass` instructionjvoisin
2015-11-26Make the logging more pep-282 compliantjvoisin
See https://www.python.org/dev/peps/pep-0282/ for details, but basically this is commit leaves the string replacement to the logging function, instead of doing it in place in its parameters with the '%' operator.
2015-11-03Fix some mistakes found thanks to the previous commitjvoisin
2015-11-02Some minors pep8 modificationsjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-04-04Minor style improvement in PDF handlingjvoisin
2015-04-04Fix #9007jvoisin
The MAT can now handle PDf with different pages size. Also, instead of being overwritten, context are now pushed/poped instead.
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.