index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
sandbox.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Extract sandboxing context as a series of encapsulated contexts.
Jason R. Coombs
2014-12-27
1
-26
/
+87
*
|
Merge with 6.0.2
Jason R. Coombs
2014-09-29
1
-1
/
+6
|
\
|
|
*
Correct execfile implementation for Python 2.6. Fixes #236.
Jason R. Coombs
2014-08-01
1
-0
/
+4
|
*
Extract variable
Jason R. Coombs
2014-08-01
1
-1
/
+2
*
|
Use six for Python 2 compatibility
Jason R. Coombs
2014-07-05
1
-2
/
+2
|
/
*
Since Python 3 will always need the _execfile functionality (to fulfill the t...
Jason R. Coombs
2014-07-05
1
-7
/
+16
*
Use modern syntax for octal values
Jason R. Coombs
2014-05-05
1
-1
/
+1
*
Exempt lib2to3 pickled grammars from the DirectorySandboxing. Fixes #121.
2.0
Jason R. Coombs
2013-12-07
1
-2
/
+5
*
Add support for exempting a path based on a regular expression.
Jason R. Coombs
2013-12-07
1
-2
/
+12
*
Use any on a generator instead
Jason R. Coombs
2013-12-07
1
-2
/
+2
*
Use any for matching exceptions in DirectorySandbox.
Jason R. Coombs
2013-12-07
1
-2
/
+5
*
Always return a boolean in DirectorySandbox._ok
Jason R. Coombs
2013-12-07
1
-4
/
+9
*
Normalize whitespace in function signatures
Jason R. Coombs
2013-12-07
1
-3
/
+3
*
Modernize style on sandbox.py
Jason R. Coombs
2013-11-24
1
-32
/
+8
*
Remove compatibility around reduce.
Jason R. Coombs
2013-11-24
1
-2
/
+3
*
Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri...
Jason R. Coombs
2013-07-13
1
-3
/
+3
*
More post-merge fixes.
Vinay Sajip
2013-06-19
1
-1
/
+0
*
Merged upstream changes.
Vinay Sajip
2013-06-19
1
-0
/
+2
|
\
|
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-7
/
+10
|
|
\
|
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-1
/
+4
|
|
|
\
|
|
*
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-7
/
+13
|
|
|
\
\
|
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-7
/
+10
*
|
|
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
1
-1
/
+1
*
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
1
-7
/
+9
|
/
/
/
/
*
|
|
|
Remove redundant exception for os.devnull
Jason R. Coombs
2013-05-16
1
-2
/
+1
*
|
|
|
Merged sandbox module
Jason R. Coombs
2013-03-20
1
-9
/
+38
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Update sandbox.py to latest from setuptools-0.6
Jason R. Coombs
2013-03-20
1
-19
/
+60
*
|
|
|
Fix 2 errors with Jython 2.5.
Arfrever Frehtes Taifersar Arahesis
2012-11-26
1
-1
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Adds a fix for issue #318, including a regression test. This also fixes anot...
Erik Bray
2012-09-06
1
-5
/
+5
*
|
|
Exclude 'encodings' modules when removing modules from sys.modules. Workaroun...
Jason R. Coombs
2012-05-18
1
-2
/
+8
|
|
/
|
/
|
*
|
Adds some missing bits to the sandbox fix--need to actually save/restore the ...
Erik Bray
2011-05-20
1
-1
/
+3
*
|
Found a public API method which is preferable to using the private attribute ...
Jason R. Coombs
2010-05-15
1
-5
/
+3
*
|
Updated gen_py exception to use attribute of win32com rather than infer the l...
Jason R. Coombs
2010-05-15
1
-4
/
+3
*
|
Merged Fix for #151
Jason R. Coombs
2010-05-15
1
-2
/
+5
|
\
\
|
*
|
we want any(), not all()
Tarek Ziade
2010-05-06
1
-1
/
+1
|
*
|
make sure all tests passes on all python versions fixes #149
Tarek Ziade
2010-05-06
1
-7
/
+12
*
|
|
Fix for #151 - attribute error when gen_py doesn't have __init__ module
Jason R. Coombs
2010-05-15
1
-2
/
+7
|
/
/
*
|
Worked out a fix for failing sandbox errors in Windows. Fixes #118.
Jason R. Coombs
2010-03-02
1
-2
/
+12
*
|
Allowing 'os.devnull' in Sandbox, fixes #101
tarek
2009-12-04
1
-2
/
+6
*
|
fix a hole in sandboxing allowing builtin file to write outside of the sandbox
Philip Jenvey
2009-10-12
1
-0
/
+6
*
|
Conditionalize _file processing.
Martin v. Löwis
2009-09-11
1
-4
/
+10
*
|
Packages required at build time where not fully present at install time. This...
Hanno Schlichting
2009-07-17
1
-3
/
+4
*
|
Applied patch from pjenvey. This closes #6.
Hanno Schlichting
2009-07-16
1
-3
/
+7
|
/
*
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
[prev]
[next]