| Age | Commit message (Expand) | Author |
| 2014-07-01 | Use predicate methods instead of inspecting the tags array | Jack Nagel |
| 2014-04-04 | python_dependency: don't block pour when :build. | Mike McQuaid |
| 2014-04-03 | python_dependency: only pour with system python. | Mike McQuaid |
| 2014-03-18 | python_dependency: no brewed python for bottles | Mike McQuaid |
| 2014-03-14 | python_dependency: move bottle check into method. | Mike McQuaid |
| 2014-03-13 | python_dependency: always bottle with brew Python. | Mike McQuaid |
| 2014-03-12 | python_dependency: fixes, features, cleanup. | Mike McQuaid |
| 2014-02-10 | python_dependency: only set PYTHONPATH for system. | Mike McQuaid |
| 2014-01-29 | python_dependency: cleanup and fix build env. | Mike McQuaid |
| 2014-01-20 | python_dependency: cleanup, fix satisfy. | Mike McQuaid |
| 2014-01-20 | PythonDependency: massive refactoring. | Mike McQuaid |
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid |
| 2013-11-25 | safer check for sys.executable in sitecustomize.py | MinRK |
| 2013-11-18 | Python might not be up-to-date, so use opt_prefix | Jack Nagel |
| 2013-11-13 | grammar edits | Adam Vandenberg |
| 2013-11-01 | python_dependency: fix includes location on 10.9. | Mike McQuaid |
| 2013-10-15 | Avoid the need to defensively flatten tags array | Jack Nagel |
| 2013-09-14 | Rename PythonInstalled to PythonDependency. | Mike McQuaid |
| 2013-09-03 | PythonInstalled: Allow formulae to set/append PYTHONPATH | Samuel John |
| 2013-09-03 | PythonInstalled: Adding a private_site_packages | Samuel John |
| 2013-08-27 | PythonInstalled, name includes modules | Samuel John |
| 2013-08-23 | PythonInstalled: Unset PYTHONPATH for `satisfied?` | Samuel John |
| 2013-08-19 | Use ENV.prepend_path | Jack Nagel |
| 2013-08-19 | Use ENV.append_path | Jack Nagel |
| 2013-08-19 | which in requirements always uses ORIGINAL_PATHS now | Jack Nagel |
| 2013-08-19 | Use File::PATH_SEPARATOR globally instead of ':' | Amos Wenger |
| 2013-08-15 | Unlinked brewed python -> use system python | Samuel John |
| 2013-08-14 | Iterate over these directly rather than mapping first | Jack Nagel |
| 2013-08-14 | Return value of modify_build_environment is unimportant | Jack Nagel |
| 2013-08-14 | Reverse conditional | Jack Nagel |
| 2013-08-14 | Collapse to one-liner | Jack Nagel |
| 2013-08-14 | No need to map, all? takes a block | Jack Nagel |
| 2013-08-14 | Add missing false | Jack Nagel |
| 2013-08-14 | Remove stray space | Jack Nagel |
| 2013-08-10 | Allow specifying a custom PATH for which method | Jack Nagel |
| 2013-08-08 | Python: Exit if PYTHONPATH is wrong | Samuel John |
| 2013-08-08 | For brewed python, make sure to unset the PYTHONPATH | Samuel John |
| 2013-08-03 | Remove ARCHFLAGS fixme from Python dependency | Adam Vandenberg |
| 2013-07-22 | Silence warnings | Jack Nagel |
| 2013-07-22 | Fix python dependency hash equality | Jack Nagel |
| 2013-07-22 | Remove redundant reader method | Jack Nagel |
| 2013-07-17 | Typo in comments | Samuel John |
| 2013-07-16 | Allow specifying version in depends_on :python | Samuel John |
| 2013-06-27 | Use old #eql? for python reqs, for now | Jack Nagel |
| 2013-06-19 | depends_on :python => 'module' allow user packages | Samuel John |
| 2013-06-18 | Python module deps, ext. python fix and 10.6 fix | Samuel John |
| 2013-06-14 | Remove Version#to_a alias | Jack Nagel |
| 2013-06-09 | PythonInstalled: Fix libdir for Python 3.x | Samuel John |
| 2013-06-07 | Python: Don't print warning about PYTHONPATH | Samuel John |
| 2013-06-06 | Hotfix: Revert Python module | Samuel John |