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.
2014-01-20 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 20, 2014 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 18:00 CET/ 12:00 EST, on January 20, 2014. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-...
2014-01-31 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 31, 2014 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 18:00 CET/ 12:00 EST, on January 31, 2014. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-...
Privacy Policy psf, privacy, policy Update update date Python Software Foundation Privacy Policy The Python Software Foundation (the “PSF”) is is dedicated to the security and privacy of your data. We want you to know what data we collect, how we collect it, and what we do with it so that you may decide whether or not to provide information to us. By visiting PSF websites or are otherwise providing your personal information to us via any other means, you are accepting and consenting to the ...
Coming Soon! Coming soon!
Python 3.3.5 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.5 was released on March 9th, 2014. Python 3.3.5 includes fixes for these important issues: a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621) a 3.3.4 regression executing scripts with a coding declared and Windows newlines (see http://bugs.python.org/issue20731) potential DOS using compression codecs in bytes.decode() (see http://bugs.pyt...
Python 3.4.0 Release Candidate 2 Release Python 3.4.0 release candidate 2 Note: Python 3.4.0rc2 has been superseded by Python 3.4.9. Python 3.4.0 release candidate 2 was released on February 23th, 2014. This is a preview release of the next major release of Python, Python 3.4, and is not suitable for production environments. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fix...
Current Pre-release Testing Versions This is a list of the current pre-release development versions available for testing. These are preview releases, and their use is not recommended in production settings. Consider your needs carefully before using a version other than the current production versions. Please report any bugs in these versions of Python to the Python issue tracker. See here for more information on reporting issues. Python 3.14.0b3
Audio/Video Instructional Materials for Python audio, video, instructional material, python, podcast, podcasts A growing body of podcasts, screencasts and video presentations for the Python community. There is a growing body of podcasts, screencasts and video presentations for the Python community. This page collects some of the best. Podcast Repositories core.py Pablo Galindo and Łukasz Langa talk about Python internals, because they work on Python internals. PyPodcats Hidden Figures of Pyt...
Creating And Distributing Your Own Screencasts screencasts, python For users of Windows, there are instructions and a video on how to get starting using the free, GPL'd CamStudio software. Note: The difference between a screencast and a video is a semantic one, but generally a screencast is a video lecture that focuses on looking at actual source code or other such text on the presenter's desktop. A video, as the term is used here, is usually shot with a standalone camera of a presenter talk...
Alternative Python Implementations alternative python implementations This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are available as well and several vendors have repackaged CPython to include more libraries or specialized it for a particular application. This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are available as well, namely ...
comp.lang.python.announce Posting Guidelines comp.lang.python.announce comp.lang.python.announce The comp.lang.python.announce newsgroup (or c.l.py.a for short) has been created in early 1998 as a companion newsgroup for comp.lang.python focused on Python-related announcements. The newsgroup charter is as follows: comp.lang.python.announce is a moderated, low-volume newsgroup for announcements regarding the Python programming language, including: new releases of the core distribution and con...
Python 3.3.5 license Python 3.3.5 license This is the official license for the Python 3.3.5 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at th...
Python 3.4.0 Release Candidate 3 Release Python 3.4.0 release candidate 3 Note: Python 3.4.0rc3 has been superseded by Python 3.4.9. Python 3.4.0 release candidate 3 was released on March 9th, 2014. This is a preview release of the next major release of Python, Python 3.4, and is not suitable for production environments. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. ...
Python 3.4.0 Python 3.4.0 Note: Python 3.4.0 has been superseded by Python 3.4.9. Python 3.4.0 was released on March 16th, 2014. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Among the new major new features and changes in the 3.4 release series are PEP 428, a "pathlib" module providing object-oriented filesystem paths PEP 435, a standardized "enum&q...
What's New In Python 3.0 (editors: check NEWS.help for information about editing NEWS using ReST.) What's New in Python 3.0 final Release date: 03-Dec-2008 Core and Builtins Issue #3996: On Windows, the PyOS_CheckStack function would cause the interpreter to abort ("Fatal Python error: Could not reset the stack!") instead of throwing a MemoryError. Issue #3689: The list reversed iterator now supports __length_hint__ instead of __len__. Behavior now matches other reversed ite...
Python 3.4.1 Python 3.4.1 Note: Python 3.4.1 has been superseded by Python 3.4.9. Python 3.4.1 was released on May 18th, 2014. Python 3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. One notable change: the version of OpenSSL bundled with the Windows installer no longer has the "HeartBleed" vulnerability. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improveme...
Python 2.7.7 Release Note: Python 2.7.7 has been superseded by Python 2.7.8 Python 2.7.7 was released on May 31, 2014. This is a regularly scheduled 2.7 series bugfix and includes numerous bugfixes over 2.7.6. Download This is a production release. Please report any bugs you encounter. We currently support these formats for download: Windows x86 MSI Installer (2.7.7) Windows x86 MSI program database (2.7.7) Windows X86-64 MSI Installer (2.7.7) [1] Windows X86-64 MSI program database (2.7.7)...
Python 3.4.1 license Python 3.4.1 license This is the official license for the Python 3.4.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at th...
Python 2.7.6 license Python 2.7 license This is the official license for the Python 2.7.6 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the ...
Python 2.7.7 license Python 2.7 license This is the official license for the Python 2.7.7 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the ...
If you didn't find what you need, try your search in the Python language documentation.