Differences between revisions 21 and 23 (spanning 2 versions)
Revision 21 as of 2004-12-27 21:04:57
Size: 3094
Comment:
Revision 23 as of 2004-12-30 16:17:04
Size: 2616
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Grants ==

The PSF has started a grants program to fund Python-related
development. For more information, see [http://www.python.org/psf/grants/ PSF Grants].
Line 20: Line 25:
 * PythonSoftwareFoundationContribAgreementV2 -- Python Software Foundation Contribution Agreement  * http://www.python.org/psf/contrib.html
Line 44: Line 49:
=== Have the Latest Grant Recipients Been Announced? ===

I saw mention of grants being awarded in Stephan Deibel's recent call for year-end donations. I
wasn't able to find a list of funded projects from the PSF page. Have they not been published yet
or have I just missed them?

-- SkipMontanaro [[DateTime(2004-12-26T09:51:23)]]

They should be announced soon. I ended up sending my message now to get it out before the end
of the tax year, even though the timing isn't perfect because the grants haven't been announced.

- StephanDeibel [[DateTime(2004-12-26T11:00:00)]]

This page will collect information about the Python Software Foundation, and its committees.

Grants

The PSF has started a grants program to fund Python-related development. For more information, see [http://www.python.org/psf/grants/ PSF Grants].

PSF License

Important: See PythonSoftwareFoundationLicenseFaq before using the following licenses.

Older wiki materials can be found here:

PSF Software Contribution Agreement

Committees and Board of Directors

Discussion

How do Modules Become Part of the Python Distribution?

I've always wondered:

How do modules become part of the Python distribution? What kind of process do you follow, what groups do you participate in, to become a part of that?

I've looked around, but haven't found any web pages on the subject.

-- LionKimbro DateTime(2004-06-28T21:22:21Z)

Answer: The final decision is by BDFL pronouncement, but the usual process is that the module is first written as a stand-alone module, and released. After it's been in use for some time, the author makes the suggestion in comp.lang.python or python-dev (both are used, I'm not sure which is preferred) that it be adopted into the standard distribution. This gets discussed by the usual crowd and usually the answer is obvious long before it ever gets to Guido. Certain modules skip the stand-along stage and are adopted directly into the standard library, but that is usually because the module was written in response to requests, and frequently by an experienced python core developer. If you are interested in getting your module adopted into the core, the #1 question you are sure to be asked is "are you willing to commit to supporting this module for at least the next 5 years?", because unless SOMEONE is willing to volunteer to provide that support the module can't be accepted.

-- MichaelChermside

PythonSoftwareFoundation (last edited 2021-10-14 21:17:03 by Srinivas Ramakrishna)

Unable to edit the page? See the FrontPage for instructions.