Remove unused import
[pyelftools.git] / test /
2014-01-08 Eli BenderskyMinor cleanups after last pull request
2014-01-08 Eli BenderskyMerge pull request #10 from yannrouillard/multiple...
2014-01-07 Yann RouillardCorrectly handle the "multiple string tables" case...
2014-01-05 Eli BenderskyAdditional git-foo for #21
2014-01-05 Eli BenderskyFix for issue #21 - rename test files to keep unittests...
2013-12-27 Eli BenderskyAdding test/all_tests.py and a Travis configuration...
2013-12-27 Eli BenderskyMerge pull request #5 from yannrouillard/solaris
2013-12-27 Eli BenderskyMerge pull request #7 from yannrouillard/ldynsym
2013-12-27 Eli BenderskyMerge pull request #16 from ShaheedHaque/filenames2
2013-11-28 Eli BenderskyAll readelf tests are passing with python 2. some fails...
2013-11-28 Eli Benderskyexe_simple64 now passes again
2013-11-28 Eli BenderskyFrom now on, carry a built version of readelf with us
2013-06-19 Yann Rouillardadd support for solaris .SUNW_ldynsym section
2013-06-08 Eli Benderskychanged permission of elf file to -x
2013-06-08 Eli BenderskyMerge pull request #16
2013-06-08 Eli BenderskyBetter ARM support (with AArch64). Contributed by Dobro...
2013-05-31 Yann RouillardRemove Table from GNU version sections class name
2013-05-29 Yann Rouillardadd missing unit test
2013-05-29 Yann Rouillardput -V readelf option before dwarf stuff
2013-05-27 Yann Rouillardadded support for version definition, version dependenc...
2013-05-25 Eli BenderskyMore DWARFv4 parsing goodness. Also added some hookups...
2013-05-25 Eli BenderskyMore tweaks to succesfully parse an object file generat...
2013-05-25 Eli BenderskyInitial DWARF4 support for Clang-generated DWARF. Based...
2013-05-25 Eli BenderskyCosmetic renaming & updated CHANGES file
2013-05-25 Eli BenderskyExplicitly split test files for readelf and test files...
2013-05-25 Eli BenderskyMerged in yann_rouillard/pyelftools/syminfo (pull reque...
2013-05-23 Yann Rouillardremove elfdump script and test
2013-05-23 Yann Rouillardadd some comments in the solaris unit test
2013-04-29 Yann RouillardFixed a stupid mistake on SYMINFO name (I should change...
2013-04-29 Yann Rouillardadded elfdump comparison test
2013-04-29 Yann RouillardAdded unit test for solaris (SUNW_syminfo section only...
2013-04-08 Eli Benderskybetter way to check if a dir exists
2013-04-08 Eli BenderskySetup sys.path properly this time (I'll update the...
2013-04-06 Eli BenderskyFix sys.path setup to prepend '.', rather than append...
2013-04-06 Eli BenderskyClarify how/why we look for binutils's readelf
2013-03-31 Eli BenderskyFix some Python 3 goofs and make sure the tests execute...
2013-03-31 Eli BenderskyFix some other differences from the output of readelf...
2013-03-23 Eli BenderskySmarter customization of READELF_PATH in run_readelf_tests
2013-03-23 Eli BenderskyAdded license snippet to all files in the code. Whitesp...
2013-03-23 Eli Benderskymerge local with pull-request #7 merge
2013-03-23 Mike Frysingeradd support for parsing of the dynamic section/segment...
2013-01-17 Eli Benderskytouching up after pull request 6
2013-01-17 Matthew FernandezAdd a test for parsing an ARM ELF file.
2012-01-27 Eli BenderskyMore changes to port to Python 3
2012-01-11 eli.benderskyIssue #2: made all examples run (and test/run_examples_...
2011-12-28 Eli Benderskyinitial version of example tests
2011-12-28 Eli Benderskya bit of refactoring in the test/ dir + completed...
2011-12-24 Eli Benderskymade all tests run with Python 2.6 that has unittest2...
2011-12-24 Eli Benderskyfix setup.py; add verbose mode (off by default) and...
2011-12-17 Eli Benderskyupdate unittest runner
2011-12-17 Eli Benderskyrenamed 'tests' dir to 'test'