PyPy 7.1.1 freeware
PyPy was developed as a fast, open source, and compliant alternative implementation of the Python programming language. PyPy is highly compatible with existing python code. It supports ctypes and can run popular python libraries like twisted and django. ...
Author | PyPy Team |
Released | 2019-07-21 |
Filesize | 26.10 MB |
Downloads | 1261 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | Python implementation, JIT compiler, application development, development, JIT, develop |
Users' rating (7 rating) |
PyPy Free Download - we do not host any PyPy torrent files or links of PyPy on rapidshare.com, depositfiles.com, megaupload.com etc. All PyPy download links are direct PyPy download from publisher site or their selected mirrors.
7.1.1 | Jul 21, 2019 | New Release | Improve performance of u''.append Prevent a crash in zlib when flushing a closed stream Fix a few corner cases when encountering unicode values above 0x110000 Teach the JIT how to handle very large constant lists, sets, or dicts Fix building on ARM32 (issue 2984) Fix a bug in register assignment in ARM32 Package windows DLLs needed by cffi modules next to the cffi c-extensions (issue 2988) Cleanup and refactor JIT code to remove rpython.jit.metainterp.typesystem Fix memoryviews of ctype structures with padding, (cpython issue 32780) CFFI updated to as-yet-unreleased 1.12.3 |
2.6.0 | Jun 9, 2015 | New Release | ssue2005: ignore errors on closing random file handles while importing a module (cpython compatibility) issue2013: added constants to _ssl for TLS 1.1 and 1.2 issue2014: Add PyLong_FromUnicode to cpyext. issue2017: On non-Linux-x86 platforms, reduced the memory impact of creating a lot of greenlets/tasklets. Particularly useful on Win32 and on ARM, where you used to get a MemoryError after only 2500-5000 greenlets (the 32-bit address space is exhausted). |
2.5.1 | Jun 18, 2014 | New Release | The past months have seen pypy mature and grow, as rpython becomes the goto solution for writing fast dynamic language interpreters. Our separation of Rpython and the python interpreter PyPy is now much clearer in the PyPy documentation and we now have seperate RPython documentation. Tell us what still isn’t clear, or even better help us improve the documentation. We merged version 2.7.9 of python’s stdlib. From the python release notice: The entirety of Python 3.4’s ssl module has been backported. See PEP 466 for justification. HTTPS certificate validation using the system’s certificate store is now enabled by default. See PEP 476 for details. |