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.
...adding echo, applying an equalizer function, creating an artificial stereo effect), so in addition you will be writing a never-ending stream of modules to perform these operations. Here's a possible structure for your package (expressed in terms of a hierarchical filesystem): Sound/ Top-level package __init__.py Initialize the sound package Utils/ Subpackage for internal use __init__.py iobuffer.py errors.py ... Formats/...
...add a page ("informally affiliated" or equivalent), and will suggest the wording. Status: carried forward. 3.2 New from August 11 These action items originated at the 11 August 2008 Board meeting on IRC. Section 4, Sponsor Membership Policy: D. Goodger will add a description of the updated policy to the sponsor membership description page. Status: carried forward. Section 5.1, PR Contract: S. Holden will reply to the PR contract offer. Status: done. Section 5.2,...
...add to the reg site. Decorator: Signing with a decorator company who will be doing the booths, S&H, signage, reg counters, electrical, job fair tables, poster session boards. Sponsor Manuals: Once that is compiled we will be sending this packet out to the sponsors along with printing info and all deadlines. Childcare: We will be working on finalizing the details for childcare. PyCon Dinner: We will be working on finalizing the details for the PyCon Dinner and possibly adding it to the regist...
...add for 2013: We would like for people to be able to add on tutorials after they register for the conference/ to be able to add things at a later time. Create a web app for me to use to create promo codes for registration (Chad and I discussed this in 2012 but it was too late). Limited Corwin access would be great, but I know that's a stretch. We need an exhibitor registration site. No bag ticket for tutorial only people. Have different badge colors for tutorial only/expo only people. Add meal...
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. Major new features …
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 to a subgenerator (yield from …
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 to a subgenerator (yield from …
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 new features of the …
Released: Aug. 14, 2025
It's the final 🪄 penultimate 🪄 3.14 release candidate! Note: rc2 was originally planned for 2025-08-26, but we fixed a bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means .pyc files created for rc1 cannot be used for rc2, and they'll be …
...address" module The "sys.implementation" attribute A policy framework for the email package, with a provisional (see PEP 411) policy that adds much improved unicode support for email header parsing A "collections.ChainMap" class for linking mappings to a single unit Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()" Hash randomization, introduced in earlier bugfix r...
...Add "swag for events" to future agenda [D. Goodger]. Status: carried forward. Originally from November 2005, follow-up from December 2005: D. Goodger is to contact a potential PSF sponsor/donor. D. Goodger has heard from the potential sponsor's representative, who is working on a sponsor application. No ETA though. Status: follow-up required. Originally from November 2005, follow-up from December 2005: S. Holden is to contact a potential PSF sponsor/donor. S. Holden reported th...
...add to K. Kaiser's monthly financial report of PyCon 2010, V. Lindberg provided the board with an additional financial update shortly after the board meeting had adjourned. 6 Election of Board Officers The following Officers were elected: President: Guido van Rossum Chairman: Steve Holden Secretary: Pat Campbell Treasurer: Kurt Kaiser PyCon Chairman: Van Lindberg Further discussion to elect more officers and create new officer positions such as Membership Communications Offi...
...added better tests for pickling. threading: make Condition.wait() robust against KeyboardInterrupt. zipfile: add support to zipfile to support opening an archive represented by an open file rather than a file name. Fix bug where the archive was not properly closed. Fixed a bug in this bugfix where flush() was called for a read-only file. imputil: added an uninstall() method to the ImportManager. Canvas: fixed bugs in lower() and tkraise() methods. SocketServer: API change (added overridable cl...
...Add the KRUD GPG key by running: "rpm --import http://www.python.org/ftp/python/2.4/rpms/KRUD-GPG-KEY" Install Python 2.4 by running: "yum install python2.4". Note that this will only install the base RPM, list "python2.4-devel" or other packages to install them as well. Source: python2.4-2.4-1pydotorg.src.rpm (Fedora Core 3 Source RPM, 7839258 bytes) Binaries for Fedora Core 3 (and similar): python2.4-2.4-1pydotorg.i386.rpm (Fedora Core 3 bas...
...added -mno-fused-madd to BASECFLAGS to fix test_coercion on Panther (OSX 10.3). Windows The tempfile module could do insane imports on Windows if PYTHONCASEOK was set, making temp file creation impossible. Repaired. Add a patch to workaround pthread_sigmask() bugs in Cygwin. Mac Various fixes to pimp. Scripts runs with pythonw no longer had full window manager access. Don't force boot-disk-only install, for reasons unknown it causes more problems than it solves. What's New in Python...
...address is the burden that user customizability will place on system configuration management. When a user makes a change to an application, what assurances are there that a future update to the application by the vendor will be compatible with these changes? How does the user himself keep track of just what changes they've made to an application? What happens when a future version of the product adds a feature, previously missing, that the user has added (in a different form)? Our tools ...
If you didn't find what you need, try your search in the Python language documentation.