* On Mac OS X, if cmake fails to find Python with custom search path, default to using find_package.
* Fix formatting in CMakeLists.txt.
* Set CUSTOM_PYTHON_EXECUTABLE variable on mac if the custom search path fails.
* Require exact Python version match.
* Use cmake mode keyword for logging messages.
* Fix.
* Find python libraries in cmake by searching near the include directories.
* Update cmakelists for numbuf.
* Add setup.py and travis.
* Add script to install dependencies for travis.
* Put Arrow into thirdparty.
* Add .gitmodules file.
* Install boost dependencies.
* Make tests verbose.
* Build arrow and numbuf in setup.py.
* Change build_ext to install.
* Switch develop to install in pip.
* Test
* fix numbuf build and installation
* make import numbuf work
* fix documentation
* fix tests
* quotes