Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...release. Unfortunately, they didn't patch their python RPM to account for this, and they don't appear to be planning to release any errata to fix this. If you upgrade to the 2.2.2-7 or newer RPMs on this page, distutils should work. Note that this seems to be fixed in the Red Hat 9 release (which uses Python 2.2.2 and has a patched distutils). <hr /> <li />Q) When trying to build RPMs, I get "rpmbuild: command not found". <li />A) The "rpmbuild" command i...
...release. Unfortunately, they didn't patch their python RPM to account for this, and they don't appear to be planning to release any errata to fix this. If you upgrade to the 2.2.2-7 RPMs on this page, distutils should work. Note that this seems to be fixed in the Red Hat 9 release (which uses Python 2.2.2, which has a patched distutils). <hr /> <li />Q) When trying to build RPMs, I get "rpmbuild: command not found". <li />A) The "rpmbuild" command is par...
...release of Python. See <a href="http://python.org/sf/811160">this bug</a> for more, including a possible fix. </li> <li>A bug in the autoconfiguration script means that the 'fsync' function in the 'os' module is unavailable. This will be addressed in 2.3.2 - for now, edit the generated pyconfig.h (after configure has been run) and change the line #define HAVE_SYNC to #define HAVE_FSYNC </li> <li>Some tests may unexpectedly fail on certain platforms. ...
...release to deliver the fix. The project publicly announces the vulnerability and describes how to apply the fix via an advisory. At this point the vulnerability can be discussed publicly by the reporter and team. Bug bounties While we sincerely appreciate and encourage reports of suspected security problems in supported Python releases and the PSF web infrastructure, please note that the Python Software Foundation does not run any bug bounty programs. We are a nonprofit organization, dependin...
...release the "import lock": imp.acquire_lock() and imp.release_lock(). Note: this is a reentrant lock, so releasing the lock only truly releases it when this is the last release_lock() call. You can check with imp.lock_held(). (SF bug #580952 and patch #683257.) Change to cPickle to match pickle.py (see below and PEP 307). Fix some bugs in the parser module. SF bug #678518. Thanks to Scott David Daniels, a subtle bug in how the zlib extension implemented flush() was fixed. Scott...
...release the first version of our TTP network configuration tool, TTP-Plan. We had anticipated that parts of the program, notably the scheduler, would have to be recoded as Python extensions in C after the first prototype's completion. In fact, however, TTP-Plan is still coded in pure Python, yet our customers appreciate it for its excellent performance. Figure A: The TTT-Plan Pilot allows users to manipulate object data and links between objects Zoom in For the first tool, TTP-Plan, we create...
...releases of Python. Parade of the PEPs To start off Developer's Day at the Python10 conference I gave a keynote ending in what I dubbed "the parade of the PEPs". It was a brief overview of all open PEPs, where I gave my highly personal and subjective opinion for each PEP. Later, I realized that this might have been of interest to other developers. I didn't take notes at the conference, so below is a different set of comments that I created from scratch during a single two-hour sitti...
...Release date: 30-NOV-2004 Core and builtins Bug 875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). What's New in Python 2.4 (release candidate 1) Release date: 18-NOV-2004 Core and builtins Bug 1061968: Fixes in 2.4a3 to address thread bug 1010677 reintroduced the years-old thread shutdown race bug 225673. Numeric history lesson aside,...
...release Alex Martelli (2006) Prolific writer and community member Alex Martelli was selected as the recipient of the 2006 Frank Willison Award. Alex's books include Python in a Nutshell and the Python Cookbook (editor). Alex has written a brief biography relating his Journey to Python. O'Reilly press release O'Reilly blog article Alex Martelli's homepage Wikipedia article on Alex Martelli Interview with Alex about Python Cameron Laird (2004) Cameron Laird is best known in the Python ...
...release notes</a> as well as the <a href="../NEWS.txt">general ones<a/>. <h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3> <pre> <b>Binary Installers - MacPython installer for Mac OS 8, 9, X</b> 5a7d56c1344b9db6e771d2b36e5c311a <a href="/ftp/python/2.2.1/MacPython221full.bin">MacPython221full.bin</a> (9919488 bytes) b7ae6ef91b6e8aac2965c8a42e6bd7ac <a href="/ftp/python...
...Release 6-Mar-2001 Python Software Foundation Launched New Organization to Promote Open Source Programming Language LONG BEACH, CA March 6, 2001 - At the ninth Python Conference, Guido van Rossum announced the launch of the Python Software Foundation (PSF). Modeled after the successful Apache Software Foundation, the PSF's mandate is to provide educational, legal and financial resources to the Python community. Responsible for holding Python's intellectual property, the PSF will a...
...released.) C2 deletes the remaining objects but leaves the "internal global variable" __builtins__ alone -- this prevents the problem that the 1.5 release has where e.g. using "None" in a destructor raises a NameError! C3 removes the reference to the module from the modules table in a way that makes a later import of the same module fail. (It is possible for user code to delete this entry and still start a completely new import -- but if they are that clever they deserve what they ...
...release Left out for now: Dependency information Information about an author =========================== Name Home page GnuPG/PGP key (both the actual key, and just the ID) E-mail address (used as ID?) E-mail address public: y/n Information about a document ============================ Name Author Description URL of HTML version URL of printable version URL and format of downloadable version (Any of these URLs can be omitted if not applicable.)
If you didn't find what you need, try your search in the Python language documentation.