From Fedora Project Wiki
(→‎Under development (Fedora 16): add my GCC plugin and static analysis tool)
(→‎Python Features: 3.3 is due in 2012)
Line 72: Line 72:
* [[Features/PyPyStack|add PyPy to Fedora, possibly with a stack of extensions]]
* [[Features/PyPyStack|add PyPy to Fedora, possibly with a stack of extensions]]
* [[Features/JythonStack|add a stack of extensions to Jython, in RPM form]]
* [[Features/JythonStack|add a stack of extensions to Jython, in RPM form]]
* [[Features/Python_3.3|upgrade of the Python 3 stack to 3.3]]


==== Under development (Fedora 16?) ====
==== Under development (Fedora 16?) ====
* [[Features/Python_3.3|upgrade of the Python 3 stack to 3.3]]
* [[Features/GccPythonPlugin|GCC plugin embedding Python, for writing GCC extensions in Python]]
* [[Features/GccPythonPlugin|GCC plugin embedding Python, for writing GCC extensions in Python]]
* [[Features/StaticAnalysisOfCPythonExtensions|Static analysis tool to detect common mistakes made in Python extension modules written in C]]
* [[Features/StaticAnalysisOfCPythonExtensions|Static analysis tool to detect common mistakes made in Python extension modules written in C]]

Revision as of 19:03, 11 July 2011


Python Special Interest Group

A SIG for people who are interested in Python on Fedora. This includes:

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
Thomas Spura
Andrew Colin Kissa

Python packages awaiting review

Package requests

Links

Python website
Building Python packages
TurboGears
Packaging TurboGears Applications
Packaging Python Eggs
Parallel installable Python26 information (mainly EPEL5).
Unicode in Python, Completely Demystified

Upstream Release Schedules

Python 2.7

Python Features

Future work

Under development (Fedora 17?)

Under development (Fedora 16?)

Added in Fedora 15

Added in Fedora 14

Added in Fedora 13

Added in Fedora 11

Added in Fedora 10

Stalled features

Python Runtimes

Within Fedora:

Within EPEL:


Awaiting review:

Awaiting packaging

Python Compilers

Within Fedora:

  • Package-x-generic-16.pngpyjamas - Python-to-JavaScript compiler, implemented in Python
  • Package-x-generic-16.pngshedskin - Python to C++ compiler (for a subset of Python with "implicit types")