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.
...ide Each PSA SIG </community/sigs> coordinator has at their disposal: A Mailman mailing list A SIG Web directory, situated in http://python.org/community/sigs/ </community/sigs/> These resources are available on python.org, under the name of the SIG. The SIG coordinator has remote control of them, with email and web-mediated administrative authority of the mailing list. Currently, SIG coordinators do not have direct access to their SIG pages on the web site, but this can be ar...
...id view Waterfall view Worker list Builder list Buildbot information If you are interested in setting up a buildbot worker, please see the New Buildbot Workers page of the devguide for details regarding the setup. Additional buildbot worker hosting for MacOS generously provided by MacStadium Open Source Developer Program.
Version: None
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 …
View Release Notes
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: Sept. 6, 2017
This is a security-fix source-only release. The last binary release was 3.3.5. This is the release candidate of Python 3.3.7. Python 3.3.0 was released on 2012-09-29 and has been in security-fix-only mode since 2014-03-08. Per Python Development policy, all support for the 3.3 series of releases ends on 2017-09-29 …
Released: Sept. 19, 2017
Python 3.3.x has reached end-of-life. This is its final release. It is a security-fix source-only release. Python 3.3.0 was released on 2012-09-29 and has been in security-fix-only mode since 2014-03-08. Per Python Development policy, all support for the 3.3 series of releases ended on 2017-09-29, five years after the …
...idden" name=":action" value="search"/> <input class="input-text" id="term" name="term"/> <input class="bt" type="submit" name="submit" value="Search PyPI" id="submit"/> System Message: WARNING/2 (<string>, line 43) Definition list ends without a blank line; unexpected unindent. </form> <H3>Other Python search engines</H3> <UL> <p><li>...
...id Goodger, attended a mentor summit at Google in October. Included below is a summary of my own notes from the event: Some projects had a standard code test they gave all applicants. While I didn't hear any PSF mentors complain about the coding ability of their students, I thought it might be worth trying next year. It also provides a first test of how dedicated the applicant is. Some projects did Skype or IRC interviews to assess the student's communication ability. Again, I'm not sure PSF pr...
...idate. The list here is the complete list of patches (except version updates): Core Tim discovered a nasty bug in the dictionary code, caused by PyDict_Next() calling dict_resize(), and the GC code's use of PyDict_Next() violating an assumption in dict_items(). This was fixed with considerable amounts of band-aid, but the net effect is a saner and more robust implementation. Made a bunch of symbols static that were accidentally global. Build and Ports The setup.py script didn't check for a ...
...ide scholarships, tutorials, sprints, and more; to send grants to Python events and projects around the world; to support great Python projects and events like PyLadies and PyCascades; to host and maintain PyPI.org; and to support the advancement of the Python language. Your support helps keep the PSF stable and sustainable, so we can help the Python ecosystem to thrive in the long term. Like 𝛑, our appreciation for the Python community and your support can only be expressed as an approximati...
...id-1997, I was thinking "there has to be a better way" and began casting about for a more elegant scripting language. One course I did not consider was going back to C as a default language. The days when it made sense to do your own memory management in a new program are long over, outside of a few specialty areas like kernel hacking, scientific computing and 3-D graphics -- places where you absolutely must get maximum speed and tight control of memory usage, because you need to push ...
...idates (alphabetical by surname): Brett Cannon David Goodger Raymond Hettinger Steve Holden Andrew Kuchling Martin von Löwis David Mertz Tim Peters Jeff Rush James Tauber A simple majority is required to elect each Director. See the candidates' summaries page. Approval of Changes to the Bylaws RESOLVED, that the PSF adopts the proposed changes to its bylaws as documented at http://www.python.org/psf/records/members/2009-03-27/bylaws/. Give Up Control of the Python Logo? RESOLVED, that the...
...IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. IDLE fails to start on Windows if installed to a directory with a space (e.g. C:\Program Files). Fix the prob...
...IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. The test for the ossaudiodev module hangs on some Red Hat systems. (This test is only run when regrtest.py is...
...ida (2017) Danny Adair (2022) Darya Chyzhyk (2020) Dave Malcolm (2012) David Goodger (2003) David Lord (2020) David Markey (2018) Dawn Wages (2025) Dean Troyer (2012) Débora Azevedo (2020) Denny Perez (2022) Diana Clarke (2013) Dino Viehland (2009) Don Sheu (2017) Donald Beaudry (2002) Donald Stufft (2017) Doug Hellmann (2009) Doug Napoleone (2007) Duncan McGreggor (2009) Dustin Ingram (2023) Dusty Phillips (2017) Eduardo Mendes (2018) Elaine Wong (2021) Elana Hashman (2018) Emily More...
...idlelib\idle.pyw" and "C:\Program Files\python24\Tools\scripts\pydocgui.pyw" This will not be a problem if Python is installed into its default location (i.e. c:\python24). IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall...
If you didn't find what you need, try your search in the Python language documentation.