Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: williballenthin/python-evtx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: williballenthin/python-evtx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python3-evtx
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Apr 29, 2016

  1. DocString/Header/Copyright Unfication.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    38bd3bb View commit details
    Browse the repository at this point in the history
  2. 2to3 Fixes.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    01c43fe View commit details
    Browse the repository at this point in the history
  3. Cleaned up GUID/UUID parsing/formatting.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    2edd1e7 View commit details
    Browse the repository at this point in the history
  4. Fixed an incorrect call to super.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    b824a78 View commit details
    Browse the repository at this point in the history
  5. Fixed a naming collision with the base library.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    b20657b View commit details
    Browse the repository at this point in the history
  6. Fixed a string decoding bug.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    f05a172 View commit details
    Browse the repository at this point in the history
  7. Syntax and formatting tweaks.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    e42f795 View commit details
    Browse the repository at this point in the history
  8. Fixed an encoding error.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    c410b98 View commit details
    Browse the repository at this point in the history
  9. Reworked evtxdump.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    4acb6a2 View commit details
    Browse the repository at this point in the history
  10. Fixed a misplaced paren.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    0ef2517 View commit details
    Browse the repository at this point in the history
  11. Fixed a bug where ord was unneeded.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    79b775d View commit details
    Browse the repository at this point in the history
  12. Fixed a bug: added tacs back to guid.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    cee897b View commit details
    Browse the repository at this point in the history
  13. Fixed a mismatch with tag_name (it was calling the string method on i…

    …t's return value, unlike others).
    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    bb2b7fb View commit details
    Browse the repository at this point in the history
  14. Syntax and formatting tweaks.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    560c557 View commit details
    Browse the repository at this point in the history
  15. Fixed some more encoding errors dealing with ord.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    c56f4e5 View commit details
    Browse the repository at this point in the history
  16. More ord errors.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    3f0cf0d View commit details
    Browse the repository at this point in the history
  17. Fixed the display of guid.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    5b606a3 View commit details
    Browse the repository at this point in the history
  18. Syntax, formatting, general cleanup of some scripts.

    Charles Yost committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    3a7e814 View commit details
    Browse the repository at this point in the history
Loading