pypy 2.2.1+dfsg-1ubuntu0.2 source package in Ubuntu

Changelog

pypy (2.2.1+dfsg-1ubuntu0.2) trusty; urgency=medium

  * fpic-ppc: Compile with -fPIC on PPC, to avoid an FTBFS.

pypy (2.2.1+dfsg-1ubuntu0.1) trusty; urgency=medium

  * Cherry-pick a patch (jit-crash-1669) to fix a JIT crash. (LP: #1368418)
 -- Stefano Rivera <email address hidden>   Tue, 02 Dec 2014 14:33:18 -0800

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Trusty
Original maintainer:
Stefano Rivera
Architectures:
kfreebsd-any linux-any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pypy_2.2.1+dfsg.orig.tar.xz 10.9 MiB 8746ef07c93ab7886045971b2a992fff2decafba9ca39699b99c7fc7f2be27d9
pypy_2.2.1+dfsg-1ubuntu0.2.debian.tar.xz 57.2 KiB 80a2bcc36a3080d90c3e6be2796638c4622ed216515a881bf8dc20280ea1b240
pypy_2.2.1+dfsg-1ubuntu0.2.dsc 2.5 KiB e0d28d8992c7abbb79d8594ebf9d20387d58da37f52b43abeef143633a1eff22

View changes file

Binary packages built by this source

pypy: fast alternative implementation of Python - PyPy interpreter

 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7). It has several advantages and distinct features:
  * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
    run faster on PyPy.
  * Memory usage: large, memory-hungry Python programs might end up taking less
    space than they do in CPython.
  * Compatibility: PyPy is highly compatible with existing Python code.
    It supports ctypes and can run popular Python libraries like twisted and
    django.
  * Stackless: PyPy supports stackless mode on x86, providing
    micro-threads for massive concurrency.
 .
 This package contains the PyPy interpreter.

pypy-dev: header files for PyPy (an alternative Python interpreter)

 Header files for compiling cpython C extension modules for use with PyPy.
 Note that pure Python modules will probably perform better.
 .
 PyPy supports a subset of cpython's C API through its CPyExt subsystem.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-doc: developer Documentation for PyPy (an alternative Python interpreter)

 The Developer documentation for PyPy. This mostly covers the internals of
 PyPy, and development of PyPy itself.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-lib: standard library for PyPy (an alternative Python interpreter)

 The PyPy standard library. This is a combination of modules, copied directly
 from cpython, modified cpython modules, and modules entirely re-implemented
 (usually in pure Python, where they are C extensions in cpython).
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-lib-testsuite: standard library test suite for PyPy (an alternative Python interpreter)

 The complete test suite for the PyPy standard library.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-tk: Tkinter module for PyPy (an alternative Python interpreter)

 A module for writing portable GUI applications with PyPy using Tk.
 Also known as Tkinter.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

python-pypy.sandbox: sandboxed PyPy interpreter

 A version of PyPy that runs fully "virtualized", where an external process
 controls all input/output. This is a secure sandbox, it is safe to run any
 untrusted Python code with it. The Python code cannot see or modify any local
 file except via interaction with the external process.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).