Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Add another test capturing violated expectation that SandboxViolation would ↵ | Jason R. Coombs | 2015-12-13 | 1 | -0/+21 |
| | | | | be raised in a sandbox/hidden_setuptools context. Ref #440. | ||||
* | caught is a better name here | Jason R. Coombs | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | Refine test to not make additional references to exceptions in ↵ | Jason R. Coombs | 2015-12-13 | 1 | -4/+12 |
| | | | | setuptools.sandbox, but instead create a bespoke unpickleable exception. Ref #440. | ||||
* | Add test capturing infinite recursion. Ref #440. | Jason R. Coombs | 2015-12-13 | 1 | -0/+10 |
| | |||||
* | Add test capturing failure when the Exception is not pickleable. Ref #329. | Jason R. Coombs | 2015-01-14 | 1 | -0/+12 |
| | |||||
* | Adding test for non-exceptional condition. | Jason R. Coombs | 2015-01-14 | 1 | -0/+6 |
| | |||||
* | Add tests for new ExceptionSaver | Jason R. Coombs | 2015-01-14 | 1 | -0/+28 |
| | |||||
* | Remove unused import | Jason R. Coombs | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Remove try/except/fail - Exceptions are failures by default. | Jason R. Coombs | 2015-01-04 | 1 | -4/+2 |
| | |||||
* | Use tmpdir fixture | Jason R. Coombs | 2015-01-02 | 1 | -16/+8 |
| | |||||
* | Minor cleanup | Jason R. Coombs | 2015-01-02 | 1 | -7/+5 |
| | |||||
* | Use importorskip to detect/load win32com | Jason R. Coombs | 2015-01-02 | 1 | -28/+17 |
| | |||||
* | Ported test_sandbox to pytest from unittest. | Jason R. Coombs | 2015-01-02 | 1 | -7/+3 |
| | |||||
* | Add test capturing failure on Python 2.6. Ref #236 | Jason R. Coombs | 2014-08-01 | 1 | -0/+6 |
| | | | | | --HG-- extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953 | ||||
* | Python 2.3 no longer supported | Jason R. Coombs | 2014-08-01 | 1 | -2/+0 |
| | | | | | --HG-- extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b | ||||
* | Remove unused variable | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | | | | --HG-- extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3 | ||||
* | Since Python 3 will always need the _execfile functionality (to fulfill the ↵ | Jason R. Coombs | 2014-07-05 | 1 | -1/+1 |
| | | | | test in test_sandbox), this functionality should become part of the core implementation. | ||||
* | Adding test capturing Distribute #349 | Jason R. Coombs | 2013-09-18 | 1 | -0/+13 |
| | | | | | --HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c | ||||
* | make sure all tests passes on all python versions fixes #149 | Tarek Ziade | 2010-05-06 | 1 | -4/+7 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5 | ||||
* | Added test to capture issue #118 | Jason R. Coombs | 2010-02-22 | 1 | -6/+41 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 5c247cafcbecb311469147a46f7f82df47ea5341 | ||||
* | Allowing 'os.devnull' in Sandbox, fixes #101 | tarek | 2009-12-04 | 1 | -0/+28 |
--HG-- branch : distribute extra : rebase_source : d6f63794621874eb637139f353314256e02e02df |