Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
....10, first paragraph, is updated to include the honorary associate members as non-voting member class: Section 3.10. Voting. Each nominated member shall be entitled to one vote on each matter submitted to a vote at a meeting of the members, except as may otherwise be provided in the General Corporation Law of the State of Delaware. Sponsor members that have appointed a representative, as described in Section 4.3, are also entitled to one such vote. Emeritus members and honorary associate members...
....1 Event Coordinator Report 5.2 Administrator Report 5.3 Marketing Material Report 5.4 Community Relations Report 5.5 PSF Domains Report 6 Adding Two PSF Sponsorship Levels 7 CoC Licensing 8 Other Business 9 Adjournment 1 Attendance The following members of the Board of Directors (9 of 11) were present at the meeting: Van L...
....1.1.1) presented at http://wiki.python.org/psf/NewMembershipModel, to be voted on by the PSF's membership in the April election. Approved, 6-0-0. 7 Removal of Python Community Code of Conduct from April Ballot RESOLVED, that the board withdraws the resolution on 2013-03-05 to put the initial Python Community Code of Conduct up for membership vote in the next election, and instead lets the membership vote on whether they (a) want the PSF to establish a code of conduct for the...
....1e-. Such literals now raise SyntaxError. <p><li>Nested scopes are standard in 2.2 (they were enabled per module through "from __future__ import nested_scopes" in 2.1[.1]). This may change the meaning of code like the following: <pre> def f(<font color="red">str</font>): def g(x): return <font color="red">str</font>(x) return g System Message: WARNING/2 (<string>, line 109) Definition list ends without a blank...
....1 Carried Forward 3.2 New in November 4 GHOP Issues 5 PyCon Update 6 PyCon Podcast Update 7 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: David Goodger, Tim Peters, Andrew Kuchling, Stephan Deibel, Brett Cannon, David Ascher, and Steve Holden. Also in attendance was Kurt Kaiser (Treasurer). 2 Minut...
....1 Communication Status 5.2 Core Development Tasks 5.3 HAM WebPages/Links 5.4 Marketing Material 5.5 PyCon US Website 5.6 pyOpenSSL Status 5.7 Sprint Committee 6 Host OSX Buildbot Slaves 7 Community Service Award Nomination for 2010-3rd Quarter 8 Other Business 9 Adjournment 1 Attendance Th...
....1 Event Coordinator Report 5.2 Administrator Report 6 Yearly Budget for Domains 7 PSF Membership for WarGaming 8 Other Business 9 Adjournment 1 Attendance The following members of the Board of Directors (8 of ll) were present at the meeting: Van Lindberg, Marc-Andre Lemburg, Tim Peters, Doug Napoleone, David Mertz, Jessica McKellar, Lynn Root, and Alex Gaynor. Also in atte...
....1 Communication Status 5.2 Honorary Associate Membership WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon Chair 5.7 Sprint Committee 6 Other Business 7 Adjournment 1 Attendance The following members of the Board of Directors (9 of ll) were present at the meet...
PSF Contributor Agreement Contributor Agreement NOTE: The easiest and fastest way to sign a Contributor Agreement with the Python Software Foundation is to do it while you are submitting your first change to a Python-owned repository on GitHub. That's the recommended way as it is fully automated. The Contributor Agreement page you're looking at now is mainly intended for signing Contributor Agreements on behalf of organizations. This form is manually reviewed which takes time to pro...
Python Software Foundation: Minutes of Board of Directors Meeting (Feb. 7, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors Feb. 7, 2002 Alexandria, VA, USA A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held at Clyde's in Alexandria, VA. Guido van Rossum presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the Meeting: Jeremy Hylton, Martin von Loewis, ...
Python Software Foundation: Minutes of Board of Directors Meeting (May 13, 2003) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors May 13, 2003 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:05 GMT. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the m...
Python Software Foundation: Minutes of Board of Directors Meeting (March 8, 2005) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors March 8, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 18:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: Martin v. Löwis, Stephan Deibel, Steve Holden, a...
Version: None
Released: Feb. 9, 2014
fixes several security and a lot of overall bug fixes found in Python 3.3.3. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. …
View Release Notes
Released: April 6, 2013
release. It includes hundreds of bugfixes over 3.3.0. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating …
Released: May 15, 2013
regressions <http://docs.python.org/release/3.3.2/whatsnew/changelog.html>`_ found in Python 3.3.1. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating …
Released: Nov. 17, 2013
fixes several security issues and various other bugs found in Python 3.3.2. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. Major …
....1 <h2>Known bugs in Python 2.2.1</h2> <p>This page now exists only to clarify incompatibilities between Python version 2.2[.x] and versions before 2.2. <h3>Incompatibilities between Python 2.1[.x] and Python 2.2[.x]</h3> <p>The following visible differences between Python 2.2 and previous versions are intentional. <ul> <p><li>Not everything is listed here; for the full list see the <a href="http://cvs.sourceforge.net/cgi-bin/viewcv...
....1e-. Such literals now raise SyntaxError. <p><li>Nested scopes are standard in 2.2 (they were enabled per module through "from __future__ import nested_scopes" in 2.1[.1]). This may change the meaning of code like the following: <pre> def f(<font color="red">str</font>): def g(x): return <font color="red">str</font>(x) return g System Message: WARNING/2 (<string>, line 58) Definition list ends without a blank ...
Python 3.3.0 Release Python 3.3.x has reached end-of-life. Python 3.3.7, the final security-fix release, is available here. Python 3.3.0 was released on September 29th, 2012. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. Major new features in the 3.3 release series are: PEP 380, syntax for delegating to a subgenerator (yield from) PEP 393, flexible string representation (doing away with the distinction between "wide" ...
....1.tgz fb7147a15359a941e0b048c641fd7123 13975626 Python-3.3.1.tar.bz2 993232d9f4d9b4863cc1ec69a792e9cd 11852964 Python-3.3.1.tar.xz f563b701466bbfddc9e228d6cd894647 26714664 python-3.3.1-pdb.zip 8141a751200213ea6279624120f099d6 22137206 python-3.3.1.amd64-pdb.zip 69ad9e442d33e8c2470b2b6c7575d6dd 20758528 python-3.3.1.amd64.msi 8c78e017ba32aafb00f6574c38d0101f 20217856 python-3.3.1.msi ef3058449389c4b77385e6637a911d87 6596709 python331.chm ec10c5be176faeda17382d3ce6739f32 19601538...
If you didn't find what you need, try your search in the Python language documentation.