Safe python
July 16th, 2008Safe python
Safe Expression Evaluation « ActiveState Code
Often, we might want to let (untrusted) users input simple Python expressions and evaluate them, but the eval-function in Python is unsafe. The restricted execution model in the ... (more...)
Is your programming language "safe" ? - Python Programming Portal
Python Programming Portal - News, articles, blogs, links and faqs about the Python language. ... A "Safe" programming language is a much larger and more complex topic. When we talk ... (more...)
Safe Python Execution
On Thu, 16 Feb 2006 07:59:03 -0800, Alex Martelli < aleaxit at yahoo.com > wrote: > Graham < graham.abbott at gmail.com > wrote: > >> I've been messing around with trying to get a ... (more...)
Python Archives (1994q3): Re: Safe-Python?
Re: Safe-Python? lance@fox.com Tue, 27 Sep 94 16:59:59 PDT. Messages sorted by: Next message: Teaching OO Group: "Information on teaching OO and Reuse (redux)" Previous message ... (more...)
Python Archives (1994q3): Safe-Python?
Safe-Python? Guido.van.Rossum@cwi.nl Mon, 26 Sep 1994 18:36:29 +0100. Messages sorted by: Next message: Rickard Westman: "Re: indentation..." Previous message: Chet Murthy: (more...)
python-safethread - Google Code
python-safethread is a large modification of CPython intended to provide safe, easy, and scalable concurrency mechanisms. It focuses on local concurrency, not distributed or ... (more...)
Safe Software - the Spatial ETL Experts: Vancouver Python Workshop and ...
Posted by Tom Weir, Safe Software developer and resident Pythonista I noted in a recent (Sunday) posting on the Python Software Foundation (PSF) weblog at http://pyfound.blgspot ... (more...)
Safe Python Execution
Jean-Paul Calderone wrote: > On Thu, 16 Feb 2006 07:59:03 -0800, Alex Martelli < aleaxit at yahoo.com > wrote: > >Graham < graham.abbott at gmail.com > wrote: > > > >> I've been ... (more...)
Are python objects thread-safe? | Python | Python
Are python objects thread-safe? Python Python ... Say, I have two threads, updating the same dictionary object - but for different parameters: (more...)
The FME Evangelist » Python
FME Evangelism Issue#14. Introduction Hi folks. Starting now I?m going to try and reduce the number of items per post, but publish more often. I?ll still try and mix up topics ... (more...)