From Fedora Project Wiki
(add features list)
(→‎Python Features: add older features)
Line 71: Line 71:
* [[Features/EasierPythonDebugging|gdb hooks to make it easier to debug Python and extension modules]]
* [[Features/EasierPythonDebugging|gdb hooks to make it easier to debug Python and extension modules]]
* [[Features/SystemtapStaticProbes#Python_2|Systemtap probe points for tracing Python function calls]]
* [[Features/SystemtapStaticProbes#Python_2|Systemtap probe points for tracing Python function calls]]
==== Added in Fedora 11 ====
* [[Features/Python_2.6|upgrade of the Python 2 stack to 2.6]]
==== Added in Fedora 10 ====
* [[Features/PythonNSS|created and packaged bindings for the FIPS-validated NSS cryptographic library]]


=== Python Runtimes ===
=== Python Runtimes ===

Revision as of 23:10, 27 May 2010


Python Special Interest Group

A SIG for people who are interested in Python on Fedora. This includes packaging and optimizing the various Python 2 and Python 3 runtimes (CPython, Jython), packaging libraries and applications, setting and improving standards for packaging them as RPMs and maintaining Python packages for Fedora.

Contact Info

Mailing List: [python-devel]
IRC: #fedora-python on irc.freenode.net

Members

Ignacio Vazquez-Abrams
Tim Lauridsen
Paul Nasrat
Toshio Kuratomi
Tejas Dinkar
Aurelien Bompard
José Matos
Michel Salim
Alex Lancaster
Luke Macken
Christos Trochalakis
FelixSchwarz
Dave Malcolm: interested in core Python runtimes and low-level implementation details
Martin Bacovsky

Python packages awaiting review

Package requests

Links

Python website
Building Python packages
TurboGears
Packaging TurboGears Applications
Packaging Python Eggs
Unicode in Python, Completely Demystified

Upstream Release Schedules

Python 2.7

Python Features

Under development (Fedora 14?)

Added in Fedora 13

Added in Fedora 11

Added in Fedora 10

Python Runtimes

Within Fedora:

  • python - The standard "CPython" implementation of Python 2
  • python3 - As above, for Python 3
  • jython - Python 2 implementation on top of the Java virtual machine

Awaiting review:

Awaiting packaging

  • IronPython