aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Adds some missing bits to the sandbox fix--need to actually save/restore the ...Erik Bray2011-05-201-1/+3
* Found a public API method which is preferable to using the private attribute ...Jason R. Coombs2010-05-151-5/+3
* Updated gen_py exception to use attribute of win32com rather than infer the l...Jason R. Coombs2010-05-151-4/+3
* Merged Fix for #151Jason R. Coombs2010-05-151-2/+5
|\
| * we want any(), not all()Tarek Ziade2010-05-061-1/+1
| * make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-7/+12
* | Fix for #151 - attribute error when gen_py doesn't have __init__ moduleJason R. Coombs2010-05-151-2/+7
|/
* Worked out a fix for failing sandbox errors in Windows. Fixes #118.Jason R. Coombs2010-03-021-2/+12
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-041-2/+6
* fix a hole in sandboxing allowing builtin file to write outside of the sandboxPhilip Jenvey2009-10-121-0/+6
* Conditionalize _file processing.Martin v. Löwis2009-09-111-4/+10
* Packages required at build time where not fully present at install time. This...Hanno Schlichting2009-07-171-3/+4
* Applied patch from pjenvey. This closes #6.Hanno Schlichting2009-07-161-3/+7
* Fix os.open() sandboxing code that refused anything but read-only access.PJ Eby2006-12-301-2/+2
* Fixed not allowing ``os.open()`` of paths outside the sandbox, even if theyPJ Eby2006-10-241-1/+42
* Recognize 'U' as a valid read-only mode for open()PJ Eby2006-04-211-1/+1
* Fixed the setup script sandbox facility not recognizing certain paths asPJ Eby2005-07-241-2/+2
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-2/+2
* 0.5a3 bugfix releasePJ Eby2005-06-251-6/+6
* Rebalance responsibilities between PackageIndex, Installer, and main() soPJ Eby2005-06-121-1/+1
* Split setup-running and archive-extraction utilities into separate modules,PJ Eby2005-06-121-0/+205