aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
AgeCommit message (Collapse)Author
2009-08-10Allow skip_clean? to skip entire directoriesMax Howell
Speeds up Python formula plenty in clean phase
2009-08-10Updated Python recipeAdam Vandenberg
No longer strips the main Python executable, as that was breaking the ability of dlopen() and thus import .so based modules. This change depends on changes to keg & formula that allow files to not be cleaned. Also, replaced a duplicate libpython2.6.a with a link (saves 6MB.)
2009-08-02Added Readline formula; updated Python formula.Max Howell
2009-07-31Basic Python 2.6 recipe.Adam Vandenberg