Skip to content

Commit

Permalink
Merge branch 'master' into issue_16
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson committed Oct 31, 2016
2 parents 8198685 + 5df81c8 commit 700f8b8
Show file tree
Hide file tree
Showing 23 changed files with 1,020 additions and 106 deletions.
38 changes: 38 additions & 0 deletions python/ChangeLog
@@ -1,3 +1,41 @@
2015-01-21 <a.nelson@prometheuscomputing.com>

* Python: Prevent accidental error conditions on missing a Python 3 version.

2015-01-20 <a.nelson@prometheuscomputing.com>

* Objects.py: Fix extraction of fill bytes.

2015-01-13 <a.nelson@prometheuscomputing.com>

* Objects.py: Add FileObject.is_allocated().

2014-10-16 <a.nelson@prometheuscomputing.com>

* make_differential_dfxml.py: Fix configuration parameter usage.
* Objects.py: Define RegXML properties; add 'filename' to FileObject property functions.

2014-09-29 <a.nelson@prometheuscomputing.com>

* Unit tests: Fix test using an openssl call.

2014-09-19 <a.nelson@prometheuscomputing.com>

* Objects.py: Allow iterparse() to run a user-specified Fiwalk build.

2014-09-16 <a.nelson@prometheuscomputing.com>

* Objects.py: Add interface for interacting with external-namespace elements (e.g. antivirus scans per file, slackspace statistics per volume).

2014-08-21 <a.nelson@prometheuscomputing.com>

* python: Restore Python-choosing mechanism for OS X.

2014-08-18 <a.nelson@prometheuscomputing.com>

* Objects.py: Implement RegXML objects and differencing mechanisms. Add unit tests.
* python: Correct some issues with unit tests.

2014-06-04 <a.nelson@prometheuscomputing.com>

* hash_sectors.py: Add optional tail padding.
Expand Down
2 changes: 1 addition & 1 deletion python/Makefile
Expand Up @@ -13,7 +13,7 @@ doc: \
Objects.html

Objects.html: Objects.py
python3.3 -m pydoc -w Objects
python3 -m pydoc -w Objects

check-dfxml:
./test_dfxml.sh
Expand Down

0 comments on commit 700f8b8

Please sign in to comment.