Includes several fixes, mainly related to the Python 3 update:
- Attempt to run 'protoc' without a prefix (#691)
- Fix test executor timeout (#695)
- Address enum34 incompatibility with Python 3.4+ (#700)
- Use
getfullargspec()
for python3 (#701)
- Fix setup.py for systems with older setuptools (#703)