summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Note support for PyPy.pure_python_proxyTres Seaver2013-03-112-1/+4
* Add test environments for the PURE_PYTHON environment variable.Tres Seaver2013-03-112-2/+18
* - Make sure that __str__ and __repr__ never fail by catching all exceptionsStephan Richter2013-03-115-15/+22
* Changed strategy to hide wrapped to not use the secret anymore, but lookStephan Richter2013-03-114-59/+80
* Actually made the security proxy secure by not allowing access toStephan Richter2013-03-112-15/+30
* Start of PyPy support.Stephan Richter2013-03-116-18/+35
* Implemented rich comparison operators as non-checked, which is what the CStephan Richter2013-03-101-16/+65
* Change the test expectation that was failing for the C and Py proxyStephan Richter2013-03-101-1/+1
* Fixed all attr access: __getattr__, __setattr__, __delattr__.Stephan Richter2013-03-101-2/+11
* Implemented proper handling when __str__ and __repr__ are not allowed. InStephan Richter2013-03-102-4/+32
* Fixed power tests by disabling the ones for PyProxy that expectedStephan Richter2013-03-101-12/+25
* Make sure we use the API to create a new proxy. The tests depend on thatStephan Richter2013-03-101-1/+1
* Avoid overwriting of checked name when tests compare. Strangely, only theStephan Richter2013-03-081-1/+5
* I think I fixed some tests. Tres, can you review?Stephan Richter2013-03-082-4/+4
* Restore 100% coverage.Tres Seaver2013-03-082-3/+34
* Merge branch 'master' into pure_python_proxyTres Seaver2013-03-0819-211/+325
|\
| * Fix ImportError: cannot import name _checkersMarius Gedminas2013-03-081-5/+6
| * fixed extension compilation on windows python 3.xagroszer2013-03-071-1/+1
| * Fix build error with MSVC++ on Python 3Adam Groszer2013-03-072-12/+12
| * Add zope.testrunner dep to make Travis happy.Stephan Richter2013-03-051-2/+3
| * 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+12
| * Back to development: 4.0.0a6Stephan Richter2013-02-282-1/+7
| * Preparing release 4.0.0a54.0.0a5Stephan Richter2013-02-282-2/+2
| * - Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is onlyStephan Richter2013-02-283-2/+5
| * Back to development: 4.0.0a5Stephan Richter2013-02-282-1/+7
| * Preparing release 4.0.0a44.0.0a4Stephan Richter2013-02-281-1/+1
| * Make the CHANGES zest.releaser friendly and move TODOs to separate file.Stephan Richter2013-02-282-11/+10
| * - Remove ``untrustedpython`` extra again, since we do not want to supportStephan Richter2013-02-286-84/+7
| * Python-3.3 compatibility for examplesAndrey Lebedev2013-02-201-1/+1
| * Releasing 4.0.0a4Andrey Lebedev2013-02-191-1/+1
| * Merge branch 'moretests'Andrey Lebedev2013-02-198-110/+99
| |\
| | * Use python3.3 to run documentation testsmoretestsAndrey Lebedev2013-02-195-85/+13
| | * Dictionary views are not proxiedAndrey Lebedev2013-02-192-36/+49
| | * More tests are running under python-3Andrey Lebedev2013-02-196-72/+120
| * | Try to make the tests pass on WindowsMarius Gedminas2013-02-191-2/+14
| |/
| * Fold in post-3.8.3, pre-4.0 changelog entries from release branches.Tres Seaver2013-02-161-0/+18
| * svbTres Seaver2013-02-152-1/+12
| * Prep 4.0.0a3 release.4.0.0a3Tres Seaver2013-02-152-2/+2
| * Fix test breakage under 4.0.0a2 due to deprecation strategy.Tres Seaver2013-02-156-26/+32
| * svbTres Seaver2013-02-152-1/+12
| * Prep 4.0.0a2 release.4.0.0a2Tres Seaver2013-02-152-9/+8
| * Restore deprecated BBB imports of z.s.untrustedpython modules.Tres Seaver2013-02-154-0/+71
| * Fix nondeterministic test failuresMarius Gedminas2013-02-151-2/+2
| * Update to latest v2 bootstrapMarius Gedminas2013-02-151-70/+116
* | Checkpoint to ask for help.Tres Seaver2013-02-142-9/+205
|/
* Coverage for C implementation of z.s.proxy.Proxy.Tres Seaver2013-02-142-1/+1283
* svbTres Seaver2013-02-142-1/+13
* Prep 4.0.0a1 release.4.0.0a1Tres Seaver2013-02-142-3/+3
* Note Py3k support.Tres Seaver2013-02-133-1/+10
* Suppress Py3k nannyisms.Tres Seaver2013-02-135-107/+107