summaryrefslogtreecommitdiff
path: root/setuptools/monkey.py
Commit message (Expand)AuthorAgeFilesLines
* Fix msvc monkeypatching, revealed by Appveyor tests. Fixes #778.Jason R. Coombs2016-09-091-4/+5
* Add Deprecation warning for _get_unpatched.Jason R. Coombs2016-09-091-1/+4
* Use unpatched locallyJason R. Coombs2016-09-041-2/+0
* Move msvc patch logic into monkey module.Jason R. Coombs2016-09-041-3/+56
* Move (much of?) the rest of the monkey patching into the monkey moduleJason R. Coombs2016-09-041-0/+41
* Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-041-1/+1
* Move monkeypatching in package module into monkey.Jason R. Coombs2016-09-041-0/+38
* Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-041-0/+22