Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
2009-02-09 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors February 9, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 9 February 2009. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Votes Ta...
Archive 2018: Executive Summary: The Python Software Foundation Written by Stephan Deibel, Chairman of the Board, Python Software Foundation. A version of this article was originally published in The Python Papers volume 2, issue 4. Last updated March 2008 Introduction “The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of the international community of Python programmers.” The Python Soft...
Frank Willison Memorial Award Contributions can encompass so much more than code. A successful software community requires time, dedication, communication, and education as well as elegant code. With the Frank Willison Memorial Award, we hoped to acknowledge all of those things. —Tim O'Reilly The Frank Willison Memorial Award for Contributions to the Python Community is given annually to a person judged to have made an outstanding contribution to the Python community. The award was ...
2009-04-13 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors April 13, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:02 UTC, 13 April 2009. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Votes Taken ...
...combined with arrays. At the scientific Python BoF, there was consensus that this change was a Good Thing. Types are represented by type objects rather than single character codes. We've implemented this so that it is backward compatible so there should be very little old Python code broken with this. No array attributes (namely shape, flat, real and imag) for Python versions previous to 2.2 (we use the properties feature to support this for 2.2 and later; so ...
2009-05-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors May 11, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:01 UTC, 11 May 2009. Steve Holden presided at the meeting. Pat Campbell and David Goodger prepared these minutes. All votes are reported in the form "Y-N-A" (in favor – opposed – abstentions; e.g. "5-1-...
...combines the power of many existing open-source packages into a common Python-based interface. Sage's mission is to create a viable free open source alternative to Magma, Maple, Mathematica and Matlab. Blender is a cross-platform 3D modeling suite, offering modeling, animation, interactive creation and playback. Blender is not a Python package but it does use Python for scripting support. An Object-Oriented Graphics Package has been written by Michael H. Goldwasser and David Letscher to use in c...
2008-05-12 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors May 12, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 12 May 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Past A...
...combine the two into a third metaclass that inherits from them both: class autosuprop(autosuper, autoprop): pass Simple eh? Because we wrote both metaclasses cooperatively (meaning their methods use super() to call the base class method), that's all we need. Let's test it: class A: __metaclass__ = autosuprop def _get_x(self): return "A" class B(A): def _get_x(self): return "B" + self.__super._get_x() ...
...combine the two into a third metaclass that inherits from them both: class autosuprop(autosuper, autoprop): pass Simple eh? Because we wrote both metaclasses cooperatively (meaning their methods use super() to call the base class method), that's all we need. Let's test it: class A: __metaclass__ = autosuprop def _get_x(self): return "A" class B(A): def _get_x(self): return "B" + self.__super._get_x() class C(A): def _get_x(self): ...
...combines relative paths with a base path before checking os.path.isfile(). The whichdb module can now be run from the command line. Bug #1045381: time.strptime() can now infer the date using %U or %W (week of the year) when the day of the week and year are also specified. Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox Bug #1017553: fix bug in tarfile.filemode() Patch #737473: fix bug that old source code is shown in tracebacks even if the source code is updated and re...
...combine Python with other software that is released under the GPL; the others don’t. Thanks to the many outside volunteers who have worked under Guido’s direction to make these releases possible. Terms and conditions for accessing or otherwise using Python¶ PSF LICENSE AGREEMENT FOR PYTHON 2.6.8c1 This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”), and the Individual or Organization (“Licensee”) accessing and otherwise usin...
...combine Python with other software that is released under the GPL; the others don’t. Thanks to the many outside volunteers who have worked under Guido’s direction to make these releases possible. Terms and conditions for accessing or otherwise using Python¶ PSF LICENSE AGREEMENT FOR PYTHON 2.6.9c1 This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”), and the Individual or Organization (“Licensee”) accessing and otherwise usin...
...combined from weekly meetings): Noah - Mailing list wrangling. Investigated corrupt log data coming from Fastly. Coming from corrupted HTTP requests from z3c.pypimirror because it doesn't URL-escape URLs before requesting them. Recommending we ban z3c.pypimirror based on User-Agent and refer people to Bandersnatch. Helping Caktus with DB cloning. Putting in SAN request to Fastly. Ernest - Testpypi on RS is close, need people to try it out shortly (this week). Migration will probably take an ho...
Python Software Foundation: Minutes of the 1st Meeting of Board of Directors The Python Software Foundation Minutes of the 1st Meeting of Board of Directors The Board of Directors of the Python Software Foundation (the "Corporation") held its first meeting on March 5, 2001 at the Hilton Long Beach in Long Beach, Calif. The directors attending were: Paul Everitt Greg Stein No directors were absent. On motion and by unanimous vote, Greg Stein was elected temporary Chairperson ...
PSF Bylaws Version 1 This version of the PSF bylaws was used from 2001 - Feb 2014. ARTICLE I Business Offices The corporation shall have such offices either within or outside the State of Delaware and within or outside the United States, as the Board of Directors may from time to time determine or as the business of the corporation may require. ARTICLE II Registered Offices and Registered Agents Section 2.1. Delaware. The address of the initial registered office in the State of Delawar...
Proposed PSF Bylaws Prior for March 2009 Members' Meeting Attention! This is a copy of the proposed new PSF bylaws, for approval at the 2009-03-27 PSF Members' Meeting. Also see: Text source of the proposed new bylaws Copy of old bylaws (as they existed prior to the proposed changes) & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corpor...
Copy of PSF Bylaws Prior to March 2009 Members' Meeting Attention! This is a copy of the PSF bylaws as they existed prior to the 2009-03-27 PSF Members' Meeting. Also see: Text source of the old bylaws Proposed new bylaws & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corporation shall have such offices either within or outside the Stat...
If you didn't find what you need, try your search in the Python language documentation.