index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
language
/
python.rb
Age
Commit message (
Expand
)
Author
2018-03-03
Merge pull request #3863 from MikeMcQuaid/python3-changes
HEAD
master
Mike McQuaid
2018-03-03
Adjust docs and more internal code for Python 3.
Mike McQuaid
2018-03-02
language/python: version 3.6 in site_packages
Steven Peters
2018-02-28
language/python: handle python@* in each_python
ilovezfs
2017-12-30
language/python: handle python@* in virtualenv_install_with_resources
ilovezfs
2017-12-13
Merge pull request #3573 from DomT4/python_dead_code
Mike McQuaid
2017-12-13
python: remove package_available? logic
Dominyk Tiller
2017-12-13
python: handle env filtering on pth check
Dominyk Tiller
2017-10-24
Remove usless comments.
Markus Reiter
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-09-24
Rubocop: automatic rule fixes.
Mike McQuaid
2017-04-22
More deprecations.
Mike McQuaid
2016-10-04
Immortalize virtualenvs better
Tim D. Smith
2016-10-02
virtualenv_install_with_resources: select correct python
ilovezfs
2016-09-10
language/python: fix Rubocop warnings.
Mike McQuaid
2016-08-05
various: eliminate the usage of `any?` (#638)
Xu Cheng
2016-08-02
python: tweak script linking in virtualenv (#613)
Martin Afanasjew
2016-07-31
Allow virtualenvs to find Python bindings provided by deps (#608)
Tim D. Smith
2016-07-29
Refurbish args in virtualenv (#600)
Tim D. Smith
2016-07-26
Add helper class for Python virtualenvs
Tim D. Smith
2016-07-16
Unify Version.create usage
Vlad Shablinsky
2016-07-09
language/python: fix bogus require
Martin Afanasjew
2015-08-03
Core files style updates.
BrewTestBot
2015-03-03
language/python: add package_available? helper
Tim D. Smith
2015-01-09
language/python: add --no-user-cfg to setuptools options
Tim D. Smith
2014-12-10
Language::Python.setup_install: add deprecation warning
Tim D. Smith
2014-12-10
language/python: setup_install_args
Tim D. Smith
2014-11-14
language/python: make sure site_packages is writable
Tim D. Smith
2014-11-10
language/python: new setup_install method
Tim D. Smith
2014-11-02
language/python: add helper methods for pth detection
Tim D. Smith
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-03-12
Add Language::Python module.
Mike McQuaid