summaryrefslogtreecommitdiff
path: root/msodumper/globals.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Port to Python3.Jean-Francois Dockes1-35/+129
2017-02-22globals.py: encodeName should escape XML syntax &, <, >Michael Stahl1-1/+7
2014-09-15Work on updating the handler for the SXAddlInfo record.Kohei Yoshida1-4/+6
2014-09-15Unpack 8-byte unsigned long long integers.Kohei Yoshida1-0/+3
2014-01-09Fix function name for consistency + commentJean-Francois Dockes1-7/+5
2014-01-09Process CONTINUE records by appending them to their base. Specially processJean-Francois Dockes1-16/+70
2014-01-05Process strings as Python strings instead of array of integers. Add option to...Jean-Francois Dockes1-22/+24
2014-01-05Add option to catch exceptions and try to continue. Make params a global vari...Jean-Francois Dockes1-35/+43
2013-12-03Cleanup trailing whitespace some more.Thorsten Behrens1-2/+2
2013-12-03Fix typo in global dump param.Thorsten Behrens1-1/+1
2013-12-03Set up a tentative output selection mechanism.Jean-Francois Dockes1-15/+14
2013-12-03PPT text extracter: optimizations and error catchingJean-Francois Dockes1-0/+2
2013-12-03PPT text extracter: command line option and behaviour switchingJean-Francois Dockes1-3/+16
2013-12-03PPT text dumper: change all direct print calls to go through output() insteadJean-Francois Dockes1-0/+3
2013-12-03Move codebase to MPL.Thorsten Behrens1-24/+6
2013-11-27Renamed src directory to msodumper and handle imports in a more pythonic wayJean-Francois Dockes1-0/+479