Try fuzzing. Examples:
http://pypi.python.org/pypi/fusil/
http://peachfuzzer.com/
Victor
--
http://mail.python.org/mailman/listinfo/python-list
It looks like the following issue:
http://bugs.python.org/issue14094
Victor
Le 6 janv. 2013 07:59, "iMath" <2281570...@qq.com> a écrit :
> os.path.realpath(path) bug on win7 ?
>
> Temp.link is a Symbolic link
> Its target location is C:\test\test1
> But
> >>> os.path.realpath(r'C:\Users\SAMSUNG\
Hi,
Python 3 becomes more and more popular and is close to a dangerous point
where it can become popular that Python 2. The PSF decided that it's
time to elaborate a new secret plan to ensure that Python users suffer
again with a new major release breaking all their legacy code.
The PSF is happy
Why do you need to force the UTF-8 encoding? Your locale is not
correctly configured?
It's better to set PYTHONIOENCODING rather than replacing
sys.stdout/stderr at runtime.
There is an open issue to add a TextIOWrapper.set_encoding() method:
http://bugs.python.org/issue15216
Victor
--
https://
Hi,
It would be nice to give also the link to the whole changelog in your
emails and on the website:
http://docs.python.org/3.4/whatsnew/changelog.html
Congrats for your RC1 release :-) It's always hard to make developers
stop addings "new minor" changes before the final version :-)
Victor
2014
See also Doug Hellmann article on asyncio, from its serie of "Python 3
Module of the Week" articles:
https://pymotw.com/3/asyncio/index.html
Victor
2016-02-23 22:25 GMT+01:00 Joao S. O. Bueno :
> Today I also stumbled on this helpful "essay" from Brett Cannon about
> the same subject
>
> http://w
2014-12-11 15:47 GMT+01:00 Giampaolo Rodola' :
> I still think the only *real* obstacle remains the lack of important
> packages such as twisted, gevent and pika which haven't been ported yet.
twisted core works on python 3, right now. Contribute to Twisted if
you want to port more code... Or star
It's not easy to find the changelog. I found this page:
https://docs.python.org/3.4/whatsnew/changelog.html
Victor
2014-05-19 8:00 GMT+02:00 Larry Hastings :
>
>
> On behalf of the Python development community and the Python 3.4 release
> team, I'm pleased to announce the availability of Python 3
2013/9/9 Larry Hastings :
> Python 3.4 includes a range of improvements of the 3.x series, including
> hundreds of small improvements and bug fixes. Major new features and
> changes in the 3.4 release series so far include:
>
> * PEP 446, changing file descriptors to not be inherited by default
>
2013/9/9 Antoine Pitrou :
> Le Mon, 9 Sep 2013 14:30:50 +0200,
> Victor Stinner a écrit :
>> 2013/9/9 Larry Hastings :
>> > Python 3.4 includes a range of improvements of the 3.x series,
>> > including hundreds of small improvements and bug fixes. Major new
>&g
2013/11/10 Benjamin Peterson :
> All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS
> file of the source tarball. You can also view online at
>
> http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS
- Issue #18747: Re-seed OpenSSL's pseudo-random number gener
Someone broke test_pydoc. Example:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.4/builds/481/steps/test/logs/stdio
Victor
2014-09-22 16:15 GMT+02:00 Larry Hastings :
>
>
> On behalf of the Python development community and the Python 3.4 release
> team, I'm chuffed to announc
will crash the pysandbox Python
process, that's all. I tested it under Linux with Python 2.5 and 2.6. The
portage to Python3 is not done yet (is someone motivated to write a
patch? :-)).
--
Victor Stinner
http://www.haypocalc.com/
--
http://mail.python.org/mailman/listinfo/python-list
Le vendredi 26 février 2010 13:29:33, Victor Stinner a écrit :
> pysandbox is a new Python sandbox project
... I just forget to explain how to download it.
Website: http://github.com/haypo/pysandbox/
Download the repository using git:
git clone git://github.com/haypo/pysandbox.git
or
t; File "", line 1
> print """The play "All's Well That Ends Well""""
>^
> SyntaxError: EOL while scanning single-quoted string
Use triple simple single quotes:
>>> print '''"All's Well That Ends Well"'''
"All's Well That Ends Well"
--
Victor Stinner
http://www.haypocalc.com/
--
http://mail.python.org/mailman/listinfo/python-list
will be in the future?
I don't know this project. Do you have the URL of the project home page? Is it
the "safelite.py" project?
--
Victor Stinner
http://www.haypocalc.com/
--
http://mail.python.org/mailman/listinfo/python-list
projects are very close: most protections are
based on blacklists, whereas RestrictedPython is only based on whitelists.
--
Victor Stinner
http://www.haypocalc.com/
--
http://mail.python.org/mailman/listinfo/python-list
otect all access to OS resources (but I try to do that
:-)).
pysandbox is a possible solution to the second problem: control Python object
space.
--
Victor Stinner
http://www.haypocalc.com/
--
http://mail.python.org/mailman/listinfo/python-list
Le dimanche 28 février 2010 17:43:07, Victor Stinner a écrit :
> Yes, Google AppEngine has its Python sandbox and the source code is
> available online. I don't know the license. I found 7 vulnerabilities in 1
> hour :-) I contacted Google security team. (...) There are other
>
pysandbox is a Python sandbox. By default, untrusted code executed in
the sandbox cannot modify the environment (write a file, use print or
import a module). But you can configure the sandbox to choose exactly
which features are allowed or not, eg. import sys module and read /etc/
issue file.
Webs
20 matches
Mail list logo