| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-19 | python3: update 3.4.1 bottle. | BrewTestBot | |
| Closes #29387. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-19 | python3 3.4.1 | Jaime Marquínez Ferrándiz | |
| 2014-04-29 | We don't use -Qunused-arguments anymore | Jack Nagel | |
| 2014-04-15 | python: write distutils.cfg atomically | Jack Nagel | |
| 2014-04-15 | Fix e97bbeb9a76578c46fa190884c1601b2713cddb0 for source installs | Jack Nagel | |
| 2014-04-15 | python: fix site-packages symlink | Jack 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-09 | python3: update 3.4.0 bottle. | BrewTestBot | |
| 2014-04-09 | python3: bump revision for OpenSSL security. | Mike McQuaid | |
| 2014-04-06 | python3: remove install_symlink exist? guards. | Mike McQuaid | |
| 2014-04-03 | python3: add 3.4.0 bottle. | BrewTestBot | |
| 2014-04-03 | python3: support bottling. | Mike McQuaid | |
| Move a bunch of site_packages stuff to post_install. Closes #27968. | |||
| 2014-03-31 | python: prune caveats a bit | Jack Nagel | |
| 2014-03-31 | python: remove unnecessary mkpath | Jack Nagel | |
| 2014-03-31 | python3: bring sitecustomize in sync with python2 | Jack Nagel | |
| 2014-03-30 | Use site_packages method instead of reconstructing the path every time | Jack Nagel | |
| 2014-03-30 | The cellar is not always under the prefix | Jack Nagel | |
| 2014-03-30 | Try harder not to leave sitecustomize.py in an inconsistent state | Jack Nagel | |
| 2014-03-30 | Apply previous commit to python3 | Jack Nagel | |
| 2014-03-25 | python3: remove manual symlinking | Jack Nagel | |
| It seems these are created automatically in recent releases. | |||
| 2014-03-25 | python3: use install_symlink | Jack Nagel | |
| 2014-03-25 | python3: use https | Yuefeng Leng | |
| Closes #27848. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-21 | Use frameworks helper | Jack Nagel | |
| 2014-03-21 | python[23]: always use Homebrew openssl | Jack Nagel | |
| 2014-03-21 | python3 3.4 | Jaime Marquínez Ferrándiz | |
| The 2to3 tool needs to be removed because python2 also installs it. pip and setuptools are bundled with python3. The setuptools package may be removed in a future version, the caveats don't mention it. Closes #27636. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-03-20 | python3: use patch DSL | Jack Nagel | |
| 2014-03-16 | python3: remove bottle. | Mike McQuaid | |
| Closes #27515. | |||
| 2014-03-13 | python3: add bottle. | Mike McQuaid | |
| 2014-03-09 | python3 3.3.5 | cclauss | |
| Closes #27358. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-08 | formulae: fix with/without usage. | Mike McQuaid | |
| Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-02-27 | python3: use Formula[] | Adam Vandenberg | |
| 2014-02-22 | Python: pip 1.5.4, setuptools 2.2 | Igor Mozharovsky | |
| Fixes #26900. Closes #26915. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-11 | python3: create python3-config symlink. | Mike McQuaid | |
| Closes #26608. | |||
| 2014-02-10 | Revert "python3: fix VER" | Adam Vandenberg | |
| This reverts commit 67f908eb4f07f246a5fdcb363994eca1aa86b568. | |||
| 2014-02-10 | python3: fix VER | Adam Vandenberg | |
| 2014-02-10 | Update Python3 to 3.3.4 | Eddie Zaneski | |
| Addresses #26586 Closes #26603. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-06 | Python: pip 1.5.2 | Adam Vandenberg | |
| 2014-02-06 | python: setuptools 2.1 | Mike Goodspeed | |
| Closes #26418. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-01-27 | Revert "Add python superenv wrapper" | Misty De Meo | |
| This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f. | |||
| 2014-01-27 | python3: use real pre-existing python | Misty De Meo | |
| 2014-01-20 | python3: cleanup setuptools properly. | Mike McQuaid | |
| 2014-01-20 | python3: write sitecustomize.py in formula. | Mike McQuaid | |
| 2014-01-20 | python3: remove yucky parentheses. | Mike McQuaid | |
| 2014-01-19 | python3: remove duplicated .app caveats. | Mike McQuaid | |
| 2014-01-04 | python3: cleanup python usage. | Mike McQuaid | |
| 2013-12-18 | python: setuptools 2.0.1 | Mike Goodspeed | |
| Closes #25307. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-11-19 | python3: add missing SHA-1. | Mike McQuaid | |
| 2013-11-19 | Python 3.3.3 | Adam Vandenberg | |
| Closes #24478. | |||
| 2013-11-13 | setuptools 1.3.2 | Adam Vandenberg | |
| 2013-11-06 | python setuptools 1.3 | Mike Goodspeed | |
| Closes #24030. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
