index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
python_helper.rb
Age
Commit message (
Expand
)
Author
2013-09-14
PythonHelper: move old_env outside begin block.
Mike McQuaid
2013-09-14
Rename PythonInstalled to PythonDependency.
Mike McQuaid
2013-09-05
Improve python tests for brew bots
Samuel John
2013-09-03
PythonInstalled: Adding a private_site_packages
Samuel John
2013-09-03
python_helper: Comment wording
Samuel John
2013-08-27
PythonInstalled: set PYTHONPATH, not prepend
Samuel John
2013-08-19
Use ENV.prepend_path
Jack Nagel
2013-08-19
Use File::PATH_SEPARATOR globally instead of ':'
Amos Wenger
2013-08-14
Correct comment
Jack Nagel
2013-08-14
Use each instead of while loop
Jack Nagel
2013-08-14
Replace long conditional with guard clauses
Jack Nagel
2013-08-08
python_helper prepends PYTHONPATH
Samuel John
2013-07-15
Fix multiple execution of python do ... end blocks
Samuel John
2013-07-02
Remove more nesting in python_helper
Adam Vandenberg
2013-07-02
Reduce nesting and remove extra whitespace in python_helper
Adam Vandenberg
2013-06-18
Python module deps, ext. python fix and 10.6 fix
Samuel John
2013-06-07
python_helper.rb: Little comment improvement
Samuel John
2013-06-06
depends_on :python don't set any LDFLAGS
Samuel John
2013-06-06
Hotfix: Revert Python module
Samuel John
2013-06-06
PythonInstalled: Don't require superenv
Samuel John
2013-06-05
depends_on :python sets PYTHONPATH internally
Samuel John
2013-06-05
Python add -F#{python.framework} for brewed Python
Samuel John
2013-06-04
python_helper style bit
Samuel John
2013-06-04
Python is less verbose with "brew: Using python.."
Samuel John
2013-06-03
Python 2.x and 3.x support
Samuel John