summaryrefslogtreecommitdiff
path: root/test/clean é.docx (unfollow)
AgeCommit message (Collapse)Author
2015-08-19Revert the ZIP_EPOCH date to 1980-01-01 00:00:00jvoisin
This was a typo from my side, spotted by intrigeri.
2015-08-18Improves the way MAT deals with ZipTimestampsjvoisin
It seems that using os.utime is TZ-dependent, so lets use a ZipInfo thing instead.
2014-01-15Add support for zipfiles!jvoisin
2011-10-30Exotic char for th testsuitejvoisin
2011-08-21Rever the atime/mtime stuffjvoisin
Zip does not support format earlier than 1980, so for now, I remove the "set atime/mtime to Epoch" function.
2011-08-05Tests for openxml format, and some improvement for this format supportjvoisin