Trim whitespace
[pyelftools.git] / elftools / common /
2019-09-11 Eli BenderskyPortable import of collections.Mapping
2018-01-15 Eli BenderskyImplement e_machine-based section type decoding
2018-01-15 Eli BenderskyAdding a dict-merging utility
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-08-30 Eli BenderskyClean up py3compat a bit and add some tests
2017-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2017-08-17 Pierre-Marie de... Compressed sections (#152)
2015-07-09 Eli BenderskyMerge pull request #79 from michalmalik/patch-2
2015-07-09 Eli BenderskyWhitespace cleanup
2014-11-01 Eli BenderskyBump minimal Python 2.x version to 2.7
2014-08-22 Eli BenderskyMerge pull request #48 from deymo/elf_note
2014-08-21 Alex DeymoParse PT_NOTE segment and expose it with the new '...
2014-06-03 Eli BenderskyMerge pull request #31 from vadmium/message
2014-05-03 Martin PanterBaseException.message is deprecated in Python 2.6 and...
2014-01-18 Eli BenderskyFix for issue #22: handle DW_FORM_indirect correctly
2013-03-31 Eli BenderskyFix some Python 3 goofs and make sure the tests execute...
2013-03-23 Eli BenderskyConvert ordereddict.py line endings to unix
2013-03-23 Eli BenderskyAdded license snippet to all files in the code. Whitesp...
2012-07-05 Eli BenderskyAdded dwarf_decode_address.py example
2012-01-27 Eli BenderskyMore changes to port to Python 3
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
2011-12-17 Eli Benderskyadding license + some filename cleanup
2011-12-02 Eli Benderskyadded Dwarf_lineprog_header struct, with some rudimenta...
2011-11-28 Eli Benderskymerge
2011-11-28 Eli Benderskyfurther optimization of reading a cstring from a stream...
2011-11-27 Eli Benderskysome performance improvements
2011-11-18 Eli Benderskythe relocation manager for dwarf works! sdf
2011-10-27 Eli Benderskystarted location_expr, added unit tests. moved readelf...
2011-09-23 Eli Benderskymerge
2011-09-22 elibenmore preparations for full DIE parsing:
2011-09-21 eliben* completed implementation of abbrevtable
2011-09-19 eliben* take DWARF stuff from ELFFile
2011-09-19 elibenAdded dwarf/compileunit.py and dwarf/dwarfinfo.py and...
2011-09-18 elibencreated elftools/dwarf and started writing down some...
2011-09-14 Eli BenderskyImplementing reading the INTERP path in segments
2011-09-08 Eli Benderskyremoved CRs
2011-09-08 elibenmoving stuff around
2011-09-08 elibenAdded a SymbolTableSection class and split functionalit...
2011-09-08 elibenSome code reorg: