| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-07 | setuptools 5.4.2 | Dominyk Tiller | |
| Closes #31415. Closes #31436. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-29 | Limit exposure of the options data structures | Jack Nagel | |
| 2014-07-27 | Remove html docs options from python and python3 | Jack Nagel | |
| The tarballs are updated frequently, so the checksums are not stable. Since documentation updates happen more often than python releases, the installed docs will become stale, so it doesn't make sense to tie them to the installed python in this way. Users are better off viewing the documentation online or downloading the tarballs manually if an offline copy is required. Closes #31088. Closes #31127. Squashed commit of the following: commit 78c5fba482aa827fe0168de04412a1100219cae6 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:15:05 2014 -0500 Revert "python3: add with-docs option" This reverts commit 0005b34ed3276f71f0cc89806423c5c7b6374034. commit 8abfb19d51583fa4370eea9b8e33355da830a104 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:57 2014 -0500 Revert "python: add --with-docs option" This reverts commit 97cef6041f78e2d8a9dd6f36725ddc056a9b6e2c. commit ada80382f347641ed6b947210d94249d114f9604 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:45 2014 -0500 Revert "python: fix docs checksum" This reverts commit c0bffbcdc9d9f729b382bd3bfd4cef5fc66fcc19. | |||
| 2014-07-15 | python: fix docs checksum | Jack Nagel | |
| Fixes #30880. | |||
| 2014-07-04 | python: add --with-docs option | Qiangning Hong | |
| This option will install HTML documentation. Closes #30608. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-04 | python: don't install bottles on Xcode-only systems | Tim D. Smith | |
| Closes #30633. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-02 | python: update 2.7.8 bottle. | BrewTestBot | |
| 2014-07-02 | Python 2.7.8 | Adam Vandenberg | |
| 2014-06-14 | python: update 2.7.7_2 bottle. | BrewTestBot | |
| Closes #30162. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2014-06-14 | python: setuptools 5.0.1 | Misty De Meo | |
| 2014-06-02 | python: update 2.7.7_1 bottle. | BrewTestBot | |
| 2014-06-02 | python: setuptools 4.0.1 | Adam Vandenberg | |
| 2014-06-01 | python: update 2.7.7 bottle. | BrewTestBot | |
| 2014-06-01 | python: style | Adam Vandenberg | |
| 2014-06-01 | python 2.7.7 | Adam Vandenberg | |
| * pip 1.5.6 * setuptools 4 Closes #29756. | |||
| 2014-05-07 | python upgrade pip to 1.5.5 | Robson Roberto Souza Peixoto | |
| 2014-05-07 | python upgrade setuptools to 3.6 | Robson Roberto Souza Peixoto | |
| 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 | python: update 2.7.6 bottle. | BrewTestBot | |
| 2014-04-09 | python: bump revision for OpenSSL security. | Mike McQuaid | |
| 2014-04-07 | python: ensure symlinks are created for things installed in post_install | Jack Nagel | |
| Fixes #28196. | |||
| 2014-04-06 | python: update 2.7.6 bottle. | BrewTestBot | |
| 2014-04-06 | setuptools 3.4.1 | Samuel John | |
| Closes #28195. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-06 | python: remove install_symlink exist? guards. | Mike McQuaid | |
| 2014-04-03 | python: add 2.7.6 bottle. | BrewTestBot | |
| 2014-04-03 | python: support bottling. | Mike McQuaid | |
| Move a bunch of site_packages stuff to post_install. | |||
| 2014-03-31 | python: prune caveats a bit | Jack Nagel | |
| 2014-03-31 | python: remove unnecessary mkpath | Jack Nagel | |
| 2014-03-31 | python: fix sitecustomize.py | Jack Nagel | |
| Fixes #26377. Fixes #28001. | |||
| 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 | python: fix indentation | Jack Nagel | |
| 2014-03-30 | python: drop inreplace that was fixed upstream | Jack Nagel | |
| 2014-03-30 | Try harder not to leave sitecustomize.py in an inconsistent state | Jack Nagel | |
| 2014-03-30 | Stop removing *all* python files on install | Jack Nagel | |
| 2014-03-25 | python: use install_symlink | Jack Nagel | |
| 2014-03-21 | Use frameworks helper | Jack Nagel | |
| 2014-03-21 | python[23]: always use Homebrew openssl | Jack Nagel | |
| 2014-03-16 | python: use checksummed patches | Jack Nagel | |
| 2014-03-16 | python: remove bottles. | Mike McQuaid | |
| Closes #26900. | |||
| 2014-03-13 | python: add 2.7.6 bottle. | Homebrew | |
| 2014-03-08 | formulae: fix with/without usage. | Mike McQuaid | |
| Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-05 | python: 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-27 | python: use Formula[] | Adam Vandenberg | |
| 2014-02-26 | python: fix typo in comment | Adam Vandenberg | |
| 2014-02-22 | python: Factor out lib_cellar | Shaun Jackman | |
| Closes #26705. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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> | |||
