Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...http://pyfound.blogspot.com/. 5.2 Core Development Tasks B. Cannon, Core Development Tasks Project, will begin working on this 2-month project in January 2011. 5.3 HAM WebPages/Links P. Campbell, Honorary Associate Membership (HAM) WebPages Start-up Project, currently working on providing new web pages & links to the official Python web site regarding the new Honorary Associate Membership to provide the webpage reader with some insights into how to go ab...
...http://mail.python.org/mailman/private/psf-board/2013-April/021719.html as representing a true and accurate record of the April 12, 2013 meeting. Approved, 8-0-3. 3 Votes Taken Between Meetings There were no votes taken between meetings. 4 Votes Taken Over Email There were no votes taken over email. 5 Reports Reports are delivered every two weeks. The next reports will be delivered May 10, 2013. 6 Van Lindberg for PSF Ch...
Power Python: Join in this year’s end-of-year fundraiser + membership drive! The Python Software Foundation (PSF) is the charitable organization behind Python, dedicated to advancing, supporting, and protecting the Python programming language and the community that sustains it. That mission and cause are more than just words we believe in. Our tiny but mighty team works hard to deliver the projects and services that allow Python to be the thriving, independent, community-driven languag...
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...
Version: None
Released: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here …
View Release Notes
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. 3.8.5 has …
Python Distutils-SIG: Tasks and Division of Labour Python Distutils-SIG Tasks and Division of Labour At the Seventh International Python Conference Developer's Day session "Extension Building Considered Painful", we enumerated the tasks necessary to develop, distribute, and install Python modules; arrived at a rough consensus regarding the division of labour necessary to conceptualize any distribution/installation system; and came up with a proposed user...
...httplib now offers symbolic constants for the HTTP status codes. SF bug #1028306: Trying to compare a datetime.date to a datetime.datetime mistakenly compared only the year, month and day. Now it acts like a mixed-type comparison: False for ==, True for !=, and raises TypeError for other comparison operators. Because datetime is a subclass of date, comparing only the base class (date) members can still be done, if that's desired, by forcing using of the approprate date method; e.g., a_date.__...
...http://python.org/pyvault/">http://python.org/pyvault/</a>. <h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3> <pre> <b>Based on python.org SRPM:</b> <b>Source:</b> 0980e3a0f7cf02d230be04531d8bb21b <a href="/ftp/python/2.3.5/rpms/python2.3-2.3.5-4pydotorg.src.rpm">python2.3-2.3.5-4pydotorg.src.rpm</a> (11491332 bytes) <b>Fedora Core 3 Binaries:</b> 214e73f5ea443335df...
...http://mail.python.org/pipermail/python-dev/2002-October/029035.html [2]The paper A Monotonic Superclass Linearization for Dylan: https://doi.org/10.1145/236337.236343 [3]Guido van Rossum's essay, Unifying types and classes in Python 2.2: http://www.python.org/2.2.2/descrintro.html
...HTTP server to the user's browser. Although this was a fairly simple exercise, we did run into some problems stemming from our design of the CORE database meta-class. We found that altering classes and modules at runtime, as is done by the meta-class, violates guidelines imposed by Python's optional restricted execution environment. Since we felt that restricted execution was a necessary component in supporting a persistent web module, we opted to deploy CORE using CGIs rather than mod_python or...
...http://www.python.org/psf/records/members/2009-03-27/bylaws/. Approved, 53-0-4. 7 Give Up Control of the Python Logo? There was much discussion of this resolution, with many members (and an observer or two) clarifying their positions and how trademarks work. RESOLVED, that the PSF stops enforcing control over the Python logo as a trademark, and licenses it as a work of art to anybody without any restrictions. Defeated, 8-48-1. 8 Financial Report Kurt Kaiser...
...http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=76044902. PSF sponsors and members do not receive any preferential treatment under this policy. Commercial trademark uses that predate this policy (prior to June 2006) do not require permission from the PSF if the use is consistent with this policy. However, if you think you may have used the PSF trademarks in the past in ways that would violate this policy, we recommend seeking permission. Although we are not generally in the business o...
2008-04-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors April 14, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 14 April 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Pa...
...http://www.lodestar2.com/software/howto/python2-sme-howto.html"> http://www.lodestar2.com/software/howto/python2-sme-howto.html </a> <h3><a name="FAQ"></a>RPM Frequently Asked Questions</h3> <ul> <li />Q) <b>What are the benefits of building my own binary RPM? I want to just download binary RPMs and install them.</b> <li />A) If the provided binary RPMs work on your system, fantastic. You may experience problems if ...
...https://www.dfwpython.org/Meetup/Meetup. S. Holden asked J. Rush if he would be prepared to administer an annual budget for this. J. Rush replied that he would. S. Holden: "I'd personally see this as directly relevant to our mission. With $1,500 we could fund up to thirty groups." M. von Löwis wasn't familiar with Meetup.com. The Board described it as: a system to encourage local groups to form and be active, used for organizing semi-public face-to-face meetings that can range widely...
Released: July 3, 2020
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0b4, is the fourth of five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
Released: July 13, 2020
This is the fourth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.4, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Major new …
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0b5, is the last of five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
If you didn't find what you need, try your search in the Python language documentation.