Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sandbox.py to latest from setuptools-0.6 | Jason R. Coombs | 2013-03-20 | 1 | -19/+60 |
* | Fix os.open() sandboxing code that refused anything but read-only access. | PJ Eby | 2006-12-30 | 1 | -2/+2 |
* | Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they | PJ Eby | 2006-10-24 | 1 | -1/+42 |
* | Recognize 'U' as a valid read-only mode for open() | PJ Eby | 2006-04-21 | 1 | -1/+1 |
* | Fixed the setup script sandbox facility not recognizing certain paths as | PJ Eby | 2005-07-24 | 1 | -2/+2 |
* | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 1 | -2/+2 |
* | 0.5a3 bugfix release | PJ Eby | 2005-06-25 | 1 | -6/+6 |
* | Rebalance responsibilities between PackageIndex, Installer, and main() so | PJ Eby | 2005-06-12 | 1 | -1/+1 |
* | Split setup-running and archive-extraction utilities into separate modules, | PJ Eby | 2005-06-12 | 1 | -0/+205 |