aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
AgeCommit message (Collapse)Author
2014-06-01python: styleAdam Vandenberg
2014-06-01python 2.7.7Adam Vandenberg
* pip 1.5.6 * setuptools 4 Closes #29756.
2014-05-07python upgrade pip to 1.5.5Robson Roberto Souza Peixoto
2014-05-07python upgrade setuptools to 3.6Robson Roberto Souza Peixoto
2014-04-29We don't use -Qunused-arguments anymoreJack Nagel
2014-04-15python: write distutils.cfg atomicallyJack Nagel
2014-04-15Fix e97bbeb9a76578c46fa190884c1601b2713cddb0 for source installsJack Nagel
2014-04-15python: fix site-packages symlinkJack Nagel
If the target exists and is a symlink to a directory, FileUtils.ln_sf will follow the link and create the new symlink inside the target. This results in a broken symlink like: /usr/local/lib/python2.7/site-packages/site-packages -> ../../../../../../../../../lib/python2.7/site-packages Fix this by unlinking the target first.
2014-04-09python: update 2.7.6 bottle.BrewTestBot
2014-04-09python: bump revision for OpenSSL security.Mike McQuaid
2014-04-07python: ensure symlinks are created for things installed in post_installJack Nagel
Fixes #28196.
2014-04-06python: update 2.7.6 bottle.BrewTestBot
2014-04-06setuptools 3.4.1Samuel John
Closes #28195. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-06python: remove install_symlink exist? guards.Mike McQuaid
2014-04-03python: add 2.7.6 bottle.BrewTestBot
2014-04-03python: support bottling.Mike McQuaid
Move a bunch of site_packages stuff to post_install.
2014-03-31python: prune caveats a bitJack Nagel
2014-03-31python: remove unnecessary mkpathJack Nagel
2014-03-31python: fix sitecustomize.pyJack Nagel
Fixes #26377. Fixes #28001.
2014-03-30Use site_packages method instead of reconstructing the path every timeJack Nagel
2014-03-30The cellar is not always under the prefixJack Nagel
2014-03-30python: fix indentationJack Nagel
2014-03-30python: drop inreplace that was fixed upstreamJack Nagel
2014-03-30Try harder not to leave sitecustomize.py in an inconsistent stateJack Nagel
2014-03-30Stop removing *all* python files on installJack Nagel
2014-03-25python: use install_symlinkJack Nagel
2014-03-21Use frameworks helperJack Nagel
2014-03-21python[23]: always use Homebrew opensslJack Nagel
2014-03-16python: use checksummed patchesJack Nagel
2014-03-16python: remove bottles.Mike McQuaid
Closes #26900.
2014-03-13python: add 2.7.6 bottle.Homebrew
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05python: backport security fix for CVE-2014-1912.Lee Packham
A vulnerability was reported [1] in Python's socket module, due to a boundary error within the sock_recvfrom_into() function, which could be exploited to cause a buffer overflow. This could be used to crash a Python application that uses the socket.recvfrom_info() function or, possibly, execute arbitrary code with the permissions of the user running vulnerable Python code. This vulnerable function, socket.recvfrom_into(), was introduced in Python 2.5. Earlier versions are not affected by this flaw nor is Python 3.3.4 which is already in Homebrew. [1] http://bugs.python.org/issue20246 Closes #27194. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27python: use Formula[]Adam Vandenberg
2014-02-26python: fix typo in commentAdam Vandenberg
2014-02-22python: Factor out lib_cellarShaun Jackman
Closes #26705. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-22Python: pip 1.5.4, setuptools 2.2Igor Mozharovsky
Fixes #26900. Closes #26915. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-06Python: pip 1.5.2Adam Vandenberg
2014-02-06python: setuptools 2.1Mike Goodspeed
Closes #26418. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-20python: write sitecustomize.py in formula.Mike McQuaid
2014-01-20python: remove yucky parentheses.Mike McQuaid
2014-01-19python: remove duplicated .app caveats.Mike McQuaid
2014-01-04python: cleanup python usage.Mike McQuaid
2013-12-18python: setuptools 2.0.1Mike Goodspeed
Closes #25307. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-29Python: remove dtrace patchAdam Vandenberg
No longer applies.
2013-11-15python: remove outdated patchMisty De Meo
Fixes #24366.
2013-11-13setuptools 1.3.2Adam Vandenberg
2013-11-11Python 2.7.6Tom Hoover
Closes #24189. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-06python setuptools 1.3Mike Goodspeed
Closes #24030. Signed-off-by: Adam Vandenberg <flangy@gmail.com>