Tweak release instructions in TODO
[pyelftools.git] / elftools /
2019-12-05 Eli BenderskyPrepare for release 0.26
2019-11-08 William WoodruffLazy DIE parsing (#249)
2019-10-27 William Woodruffelf/constants: Add SHN_XINDEX (#248)
2019-10-18 William Woodruffdwarf/die: Handle DW_FORM_flag_present in value transla...
2019-10-04 William Woodruffdwarf/constants: More DW_LANG, DW_ATE constants (#245)
2019-10-04 Eli BenderskyRealign columns for some constants
2019-10-04 William Woodruffdwarf/enums: More attributes, tags, and forms (#244)
2019-10-03 William Woodruffdwarf/enums Add GNU parameter tags (#242)
2019-09-18 William Woodruffdwarf_expr: Add DW_OP_{lo,hi}_user (#239)
2019-09-17 William Woodruffdwarf_expr: Add DWARFv5 OPs (#240)
2019-09-11 Eli BenderskyPortable import of collections.Mapping
2019-08-02 Anders DellienImproved handling of location information (#225)
2019-07-30 Dmitry KoltunovFix for `CFIEntry.get_decoded()` (#232)
2019-07-18 William Woodruffdwarf/descriptions: Remove DW_LANG_Upc (#234)
2019-07-18 William Woodruffdwarf_expr: Add DW_OP_{implicit,stack}_value (#233)
2019-06-22 Scott JohnsonFix deprecation warning in Python 3.7 (#231)
2019-04-22 zephyrjAdd ability to parse the NT_FILE note found in core...
2019-03-19 Andreas ZieglerImprove symbol table handling in DynamicSegment (#219)
2019-03-16 Robert XiaoEnable parsing of relocations pointed to by DYNAMIC...
2019-02-16 Andreas ZieglerAlso decode strings in _DynamicStringTable.get_string...
2019-01-31 Eli BenderskySmall stylistic fixes
2019-01-31 Vasily EFixup error on empty .debug_pubtypes section (#215)
2018-12-24 Anders DellienMore efficient AbbrevDecl handling (#212)
2018-12-24 rvijaycAdded support for decoding .debug_pubtypes and .debug_p...
2018-12-20 Anders DellienSimplify handling of null DIEs (#209)
2018-11-25 gahagImplemented ELFFile.get_machine_arch for the remaining...
2018-10-27 Anders DellienRemove unnecessary 'preserve_stream_pos' (#204)
2018-10-25 Andreas ZieglerARMAttribute: fix access to structs, stream and nul...
2018-10-04 Andreas ZieglerProvide enums for DT_FLAGS and DT_FLAGS_1 (#200)
2018-09-05 Dmitry KoltunovFix division in calculation function for 'R_ARM_CALL...
2018-09-05 Dmitry KoltunovCall relocation for ARM V3 (#194)
2018-09-01 Eli BenderskyUpdate version to 0.25 to prepare for release
2018-07-16 Frederik SdunHandle ARM relocations (#121)
2018-03-06 emersionFix DW_CFA_remember_state (#184)
2018-02-23 Audrey DutcherChoose members of the dynamic tag enum based on the...
2018-02-23 Audrey DutcherConvert all ascii decoding to utf-8 decoding (#182)
2018-02-17 Eli BenderskyFix #181 for real
2018-02-16 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2018-02-16 Eli BenderskyFix a typo EM_BLAFKIN --> EM_BLACKFIN
2018-02-14 Eli BenderskyUpdate README
2018-01-20 emersionDo not crash if CIE doesn't define CFA (#177)
2018-01-15 Eli Benderskye_machine-dependent p_type parsing;
2018-01-15 Eli BenderskyImplement e_machine-based section type decoding
2018-01-15 Eli BenderskyAdding a dict-merging utility
2018-01-09 Eli BenderskySome whitespace fixes
2018-01-05 Audrey DutcherDon't include 'meta-tag' markers in descriptions of...
2017-11-26 AGArm exidx (#172)
2017-11-26 AGMany improvements to MIPS flags handling to make output...
2017-11-26 AGAdd TLS and PowerPC to Machine and Program Headers...
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-11-21 alonDIE.__repr__ typo: s/chidren/children/ (#161)
2017-11-18 Eli BenderskyClean up some whitespace
2017-10-13 david942jFix - ELFFile#address_offsets should consider PT_LOAD...
2017-09-10 Pierre-Marie de... Update the shipped `readelf` (#157)
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)
2017-08-16 tyb0807Adding new OS ABI to ELF header parsing (#153)
2017-07-02 Eli BenderskyCosmetic fixups
2017-07-02 Max AkhmedovBetter support for core dumps (in particular, fix issue...
2017-06-27 Matt GregoryUpdate reserved machine arch idents (#148)
2017-06-15 Eli BenderskyClean up a bit after previous PR
2017-06-15 gerthmarNULL termination with IAR Embedded Workbench compiler...
2017-05-06 int10hMake elffile and elfstructs on Dynamic public (#141)
2017-02-25 PromyLOPhAdd .stab section parser (#137)
2017-02-02 gcmoreira Fix parsing string table (#134)
2017-01-16 Eli BenderskyMerge pull request #131 from shuxin/patch-2
2017-01-16 shuxinUpdate enums.py
2016-12-24 Eli BenderskyFix more potential Python 3 issues in construct
2016-12-24 Eli BenderskyMerge pull request #127 from mefistotelis/pullrequest
2016-12-20 mefistotelisFix for padding encoding in Python 3.
2016-11-04 Eli BenderskyMerge pull request #126 from chriscz/master
2016-11-02 Chris CoetzeeFix relocation_bytesize typo
2016-10-26 Eli BenderskyUpdate CHANGES + cosmetic cleanup
2016-10-26 Eli BenderskyCosmetic changes
2016-10-26 Eli BenderskyRemove the PT_ARM_UNWIND enum
2016-10-06 Eli BenderskyMerge pull request #118 from tezeb/patch-1
2016-10-04 tezebCheck for header attribute when comparing
2016-08-05 Eli BenderskyGetting ready to release 0.24
2016-08-01 Eli BenderskyWhitespace cleanup
2016-08-01 Eli BenderskyMerge pull request #109 from gbenson/master
2016-08-01 Gary BensonSupport SHT_NOTE sections
2016-07-14 Eli BenderskyMerge pull request #108 from dorothychen/aranges
2016-07-13 Dorothy Chenparsed .debug_aranges section, simple interface mapping...
2016-07-04 Eli BenderskyMerge pull request #107 from DavidSpickett/master
2016-07-04 David SpickettGet page size using 'mmap' module if 'resource' is...
2016-06-20 Eli BenderskyMerge pull request #102 from ttsugriy/master
2016-06-20 ttsugriiSupport ZLIB compressed debug sections
2016-06-19 Eli BenderskyMerge pull request #104 from P1kachu/master
2016-06-19 Stanislas P1kachu... Fix case where struct is None
2016-03-02 Eli BenderskyFix descriptions._data_member_location_extra to handle...
2015-12-11 Eli BenderskyMerge pull request #89 from sethml/feature/improved...
2015-12-11 Eli BenderskyMerge pull request #91 from sethml/feature/DW_TAG_GNU_c...
2015-12-10 Seth LaForgeImproved DWARFv4 support.
2015-12-10 Seth LaForgeAdd DW_TAG_GNU_call_site* for better tail-call debug...
2015-08-25 Eli BenderskyCosmetic changes
2015-08-25 Eli BenderskyMerge pull request #82 from Tustvold/master
2015-08-24 Raphael Taylor-DaviesAdded support for DWARF v4 lineprograms
2015-07-09 Eli BenderskyRun dwarf/constants.py through fromdos
2015-07-09 Eli BenderskyBetter DWARF v4 support for decoding function ranges.
next