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.
Version: None
Released: April 10, 2012
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.3 was released on April 10, 2012. It includes fixes for several reported security issues: issue 13703 (CVE-2012-1150, hash collision denial of service), issue 14234 (CVE-2012-0876, Expat hash collision denial of service), issue 14001 (CVE-2012-0845, …
View Release Notes
Released: Feb. 20, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2 was released on February 20th, 2011. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line will only …
...programs (ie. scripts) build_html - where to put processed documentation (HTML) Installation directories (under sysconfig.LIBDEST by default) install_lib install_platlib install_exe install_html ...well, that's a start. The Distutils' point of view revisited To sum up, let's go through what happens when the user runs setup.py. Whether setup.py is written in the ...
...Programs Web Tool or SMP/E format from Shopz. Optional no-cost Subscription and Support (S&S) is available in the Shopz ordering process. Please visit the IBM Open Enterprise SDK for Python product page for more information.
...programming PEP 384, a stable ABI for extension modules PEP 391, dictionary-based logging configuration an overhauled GIL implementation that reduces contention an extended email package that handles bytes messages a much improved ssl module with support for SSL contexts and certificate hostname matching a sysconfig module to access configuration information additions to the shutil module, among them archive file support many enhancements to configparser, among them mapping protocol support impr...
...program [ref. July 2008 section 8]. Status: carried forward. Originally from May 2007, Section 7, PyCon Uno (Italy): D. Goodger will look into making PSF banners. Status: carried forward. Originally from 14 April 2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. Include: contact OSAF and inquire about their outstanding 2007 PSF sponsor invoice [ref. April 2008 section 12]. Status: in progress. Originally from 14 April 2008, Section 7, Py...
...program which has reached more than half a dozen countries, and continues to grow to many more Ola Sendecka for her work creating and growing Django Girls, an educational program which has reached more than half a dozen countries, and continues to grow to many more October 2014 The following awards were announced in October for the 2014 3rd Quarter: Christoph Gohlke for his work in providing hundreds of Python C extensions as pre-compiled Windows binaries for the community to use. Without hi...
...programming, see my essay Metaprogramming in Python 1.5. See also the description of some major new features in version 1.5: Built-in Package Support and Standard Exception Classes. From 1.5 to 1.5.1 - Highlights The documentation is now unbundled -- download it from the documentation page. New python-mode.el (Emacs/Xemacs editing mode). Printing of recursive dictionaries and lists no longer causes a core dump. A raise statement without arguments re-raises the last exception raised in the cur...
...program, and they can be disabled with a command line option or programmatically; see the documentation for the warnings module. <p><li>Also not listed are new constructs that used to be an error (e.g. "key in dict" is now a valid test where formerly it would always raise an exception). <p><li>The dir() function behaves differently than in Python 2.1 and before. Generally, dir() returns more information than it used to do in 2.1. For example, dir([]) also repo...
...programs that controlled the production pipeline. Python Streamlines Production But Python was not designed just as a replacement for shell scripting and, as it turns out, Python enabled much more for ILM than just process control. Unlike Unix shell scripting, Python can be embedded whole as a scripting language within a larger software system. In this case, Python code can invoke specific functions of that system, even if those functions are written in C or C++. And C and C++ code can easily...
...Program Report: (see Treasurer's Report - section, "Associate Membership") Marketing Material Report: http://mail.python.org/mailman/private/psf-board/2012-November/019821.html Community Relations Report: http://mail.python.org/mailman/private/psf-board/2012-November/019817.html 7 NLTK Funding to Mikjail Korobov RESOLVED, that the PSF provide grant funding of $1000 to Mikhail Korobov to assist in finalizing the port of NLTK to Python 3 under Steven Bird's mentorshi...
...program, with increased effort on the latter." Board Discussion: The board briefly discussed the 2011 PyCon Conference hotel bill. G. Stein: "That is a huge liability for PyCon [2011], but it seems that we actually have most of that in the bank already." K. Kaiser: "Yes, there is an outstanding invoice from the hotel for around $340K. We can make the payment" G. Stein: "Do we have the income "already"? My concern is whether we have all that income, or if w...
...programmer. A bit of terminology: "classic Python" refers to Python 2.1 (and its patch releases such as 2.1.1) or earlier versions, while "classic classes" refer to classes defined with a class statement that does not have a built-in object amongst its bases: either because it has no bases, or because all of its bases are classic classes themselves - applying the definition recursively. Classic classes are still a special category in Python 2.2. Eventually they will be totally unifie...
If you didn't find what you need, try your search in the Python language documentation.