aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py24compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing py24compat moduleJason R. Coombs2013-11-241-17/+0
|
* Add a shim for python 2.4 compatability with hashlibDonald Stufft2013-07-091-0/+6
| | | | | --HG-- extra : rebase_source : 5f573e600aadbe9c95561ee28c05cee02c7db559
* Use a wrapper to ensure unique values on find_external_links. Factors out ↵Jason R. Coombs2013-05-241-0/+11
uniqueness test into a re-usable decorator and simplifies the body of find_external_links. --HG-- branch : distribute