aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update expected responseMatti Picus2019-02-251-1/+1
* "Fix" the most glaring issue about sandboxingArmin Rigo2017-08-271-3/+7
* Add lldebug=True to two compilation tests. This avoids the errors weArmin Rigo2017-03-121-3/+3
* fix sandbox in the case where an os function is called directly via rposix, asCarl Friedrich Bolz2016-11-231-0/+18
* Another passing testArmin Rigo2016-09-011-0/+1
* Resynchronise rpython/ with branch 'py3k'Ronan Lamy2016-08-281-4/+4
* Reject mkdir() in read-only sandbox filesystemsStefano Rivera2016-06-081-0/+3
* Don't use deprecated except clause syntax (rpython/)Ronan Lamy2016-05-024-9/+9
* Support unlink() in the sandbox VFSStefano Rivera2016-03-121-0/+3
* Trying to change all places that use the loggerArmin Rigo2016-03-112-18/+4
* Fix --sandbox translationRonan Lamy2016-02-141-0/+15
* hg merge defaultRonan Lamy2016-01-191-2/+3
|\
| * Missing headersArmin Rigo2016-01-181-2/+3
* | cleanupRonan Lamy2016-01-191-29/+22
* | Backed out changeset 2906290a8ebcRonan Lamy2016-01-192-14/+5
* | Create sandbox stubs in the annotator and finally get rid of databasing-time ...Ronan Lamy2016-01-182-5/+14
* | Do sandboxing of os.* replacements at the rtyper level.Ronan Lamy2016-01-151-5/+1
* | Extract functionRonan Lamy2016-01-151-1/+11
* | Split get_external_function_sandbox_graph() and kill force_stub flagRonan Lamy2016-01-121-26/+34
* | Simplify get_external_function_sandbox_graph() a bitRonan Lamy2016-01-111-38/+38
|/
* hg merge defaultRonan Lamy2015-12-025-70/+50
|\
| * Fix sandboxing on Windows, at least as far as running the testsArmin Rigo2015-09-195-70/+50
* | Import rposix &co in extfuncregistry.py.Amaury Forgeot d'Arc2015-05-031-2/+0
* | Fix testAmaury Forgeot d'Arc2015-05-021-0/+2
* | hg merge defaultAmaury Forgeot d'Arc2014-12-051-1/+1
|\|
| * fix some socket tests for python.org changesBrian Kearns2014-11-201-1/+1
* | Fix integration with sandbox.Amaury Forgeot d'Arc2014-11-051-1/+5
|/
* Fix the sandboxStefano Rivera2014-09-211-2/+3
* First step to fixing the sanbox: implement os.accessStefano Rivera2014-09-213-0/+23
* utilize scoped allocationPhilip Jenvey2014-09-121-11/+4
* Fix memory leak in sandbox I/O.Dan Sanders2014-09-101-7/+10
* disable sandbox on windows, fix testsMatti Picus2014-04-254-3/+44
* fix network tests for new python.orgBrian Kearns2014-02-211-3/+3
* move low-level stuff out of rpython.annotator.modelRonan Lamy2014-01-291-3/+3
* Removed some code that had been commented out since forever:Alex Gaynor2013-07-281-2/+0
* Fix for translating a sandboxArmin Rigo2013-04-301-1/+1
* Replace annenforce args with signature() in rsandboxAlex Gaynor2013-03-211-23/+11
* make sure hg knows this is a copy of _marshal from lib_pypyBrian Kearns2013-03-091-34/+53
* since the move pypy.org does not respond to get /Maciej Fijalkowski2013-03-031-1/+1
* No more pypy imports. Also I hate mercurial now.Alexander Hesse2013-01-132-3/+677
* Renamed pypy_interact to pypy.sandbox.pypysandbox. Removed pypydir import fro...Alexander Hesse2013-01-062-208/+0
* Moved frozenlist, killsubprocess, nullpath and runsubprocess to rpythonAlexander Hesse2013-01-061-1/+1
* Killing the beast named autopathAlexander Hesse2013-01-044-264/+1
* Breaks more than it fixesAlexander Hesse2013-01-022-12/+12
* Changed autopath.py in rpython to search for rpython directoryAlexander Hesse2013-01-022-12/+12
* Moved ansi modules and udir to rpythonAlexander Hesse2013-01-013-3/+3
* Moved pypy.tool.pairtype and pypy.tool.sourcetools to rpython. Fixed missing ...Alexander Hesse2013-01-012-2/+2
* Adjust autopath.py to new directory structureAlexander Hesse2012-12-312-2/+2
* Initial package rename:Alexander Hesse2012-12-3013-0/+2064