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.
...about a module distribution such as its name, version number, area of applicability, description, and so forth, for the use of indexing and search tools. There must be an easy, standardized way to create "built distributions" (ready-to-install downloadable resources, with all compilation and other processing done) for the major platforms. Module distributions must have a standardized way to express their dependen...
...about Getting Involved with the Python Software Foundation here
...about this issue As a side note... for AM breaks they only serve sweet stuff. I think we worry too much about people complaining about our food ;) Had a good talk with Giovanni (conference chair) about EuroPython. We discussed many things. They fear moving the conference to another committee. They have financial fears that need to be changed so each committee is not purely responsible for the possibility of going bankrupt Culture and language barriers were discussed. We will be making a EuroPyth...
...about writing a Python book. I really wanted to do a "Python Cookbook", but O'Reilly had other ideas for that, in cooperation with ActiveState, based on an online cookbook; so I undertook instead to write Python in a Nutshell, and meanwhile I tried to help that cookbook project along by posting recipes, commenting on others' posts, and so on. Smack in the middle of the Nutshell's gestation, an emergency emerged (as emergencies will :-)—the Python Cookbook just wasn't going to happen u...
Grants - Frequently Asked Questions python, grants, psf Considering submitting a grant request to the PSF? Please read this FAQ first. Q. Will the PSF fund swag? A. The PSF does not fund swag production or disbursement. Q. Is there anything I need to know about fund disbursements? A. The PSF offers various payment methods. If your grant request is approved, specific information will be requested in the email notification. Please see our Payment Options page (https://www.python.org/psf/paymento...
...about their events to the PSF to share. Video & voice presentation platforms 1. Jitsi (recommended up to 8 people) 2. Google Meet (up to 100 participants for free) 3. Twitch.tv 4. YouTube Live/Premier 5. Zoom (free up to 100 participants and 40 min cap) 6. Discord (supports free video calls with up to 25 participants) Software for creating presentations 1. OpenOffice 2. LibreOffice 3. Google Slides 4. https://cryptpad.fr/ 5. Software that comes with your computer Text chat pla...
Python Buildbot The Python development team builds and tests on many machines, architectures and configurations. These variations are divided into two categories: stable and unstable. The stable versions are the primary platforms that should always have all tests passing. We manage all our main branches for stability. We strive to keep all configurations passing all tests, but sometimes we require specialized expertise to fix problems. If you can help fix problems on an unstable platform, ...
...about what happens to companies across buy-outs, reorganizations, and as people come and go. Automatically convert non-active members to emeritus status, and easily allow conversion back to active nominated status. This is so we don't have to do a lot of membership management work, and so we don't run into a state where we cannot reach quorum. Clarify "record date" stuff which was very convoluted as far as defining who was entitled to notice and/or voting at a meeting. Don't allow non...
...about arbitrary third-party Python software and may decline such submissions. Because the PSF is a US 501(c)(3) non-profit education organization, weblog entries must not take positions on political topics. For example, the PSF cannot post links to campaigns for or against legislation or political candidates. Directors, officers and members should post such material on their own weblogs.
Version: None
Released: Nov. 26, 2014
Python 2.7.9rc1 is the first release candidate for the next bugfix version of the Python 2.7 series. Python 2.7.9 will include several significant changes unprecedented in a "bugfix" release: The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification. HTTPS certificate validation …
View Release Notes
Released: Dec. 23, 2016
Note: The release you are looking at is Python 3.6.0, the initial feature release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: March 21, 2017
Note: The release you are looking at is Python 3.6.1, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Feb. 19, 2021
This is the eight maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.8, 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.8 introduces two security …
...about your SIG; just something that can be put in a short list of SIGs, e.g. "Development of a C++ Binding." You'll also need to write a somewhat longer blurb, which will eventually be used on the SIG's web page. Here, for example, is the info page for the meta SIG. Include as much information as you feel is necessary, but try to keep it fairly brief and concise. You should discuss your proposed sig on the meta SIG mailing list. Introduce your proposal, and include a draft of both b...
...about and intend to fix in a following patch release. These bugs may simply be in the test suite, but they may indicate bugs in Python. <ul> <li>The test for the ossaudiodev module hangs on some Red Hat systems. (This test is only run when regrtest.py is invoked with <code>-u audio</code> as argument.)</li> <li>test_grp and test_pwd may fail. We've had reports of this on *nix systems that use a "+" at the beginning of a line in the /etc/group or ...
...about 430 delegates. Payment for hotel-provided services is due after each conference. There are clauses for force majeure The PSF's liability insurance covers conferences. There are no other realistic alternatives at this point. There is a possibility of a 1%-7% rebate from the city on the hotel prices. The conference committee will be applying for it after the contract is signed. The 2007 dates are to be determined and will remain negotiable. The Conference Committee Chair (A. Kuchling) and ...
...about them, and what applications can be used to unpack them. .tar.bz2 These files are TAR archives that have been compressed using the bzip2 application. Most Unix users will want to use these, as they offer the best compression and the tools to work with them are likely already installed. Windows users may want to install the bzip2 tools on their systems as well. Windows binaries for a command-line tool are available at the bzip2 and libbzip2 official home page. An alternative "no inst...
...about Python (These are the divisions of labour identified by Eric Raymond and Greg Stein.) Note also that the developer, packager(s), and user(s) are all smiling. This feature is planned, but not yet implemented. Developer utilities Obviously, the workflow starts at the top, with the developer's source tree. While the developer is toiling away, he will probably want a Makefile that knows about building Python modules and extension modules (especially th...
...about the CNRI license. Python 1.6 is no longer the latest Python release: Python 2.0 has been released and work has begun on Python 2.1. A "bugfix release" named Python 1.6.1 has been released. This is the first step towards solving the GPL incompatibility. Download The final version of Python 1.6 is available for download now. It is released under the CNRI Open Source License. view license accept license and download source accept license and download Windows...
Released: March 25, 2019
This is an early developer preview of Python 3.8 Major new features of the 3.8 series, compared to 3.7 Python 3.8 is still in development. This release, 3.8.0a3 is the third of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
If you didn't find what you need, try your search in the Python language documentation.