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.
...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 27-Dec-2004 December 27, 2004 Press Release SOURCE: Python Software Foundation PYCON 2005 - THIRD ANNUAL PYTHON DEVELOPERS CONFERENCE Keynote Speech by Jim Hugunin, author of IronPython. FREDERICKSBURG, Va., December 27, 2004 -- PyCon 2005, the third annual Python developers' conference, will be held at George Washington University's Cafritz Conference Center in Washington DC on March 23-25, 2005. The keynote speaker will be Jim Hugunin, author of IronPython. IronPyt...
...release in September 2005. We went live in production on 12/23/2005 (that's Festivus for any Seinfeld fans out there). In May 2006, we released a major upgrade to the application, with significant usability and look-and-feel improvements. Some of the bot-based functionality made it into the production releases, and other pieces are still being developed or refined for future releases. The View from 10,000 Feet ProjectPipe actually has a somewhat novel architecture. It uses a traditional relati...
...Release status Console view Grid 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.
...releases of PSF-owned software (e.g. Python itself), but will usually not post items 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.
...release under a GPL with an Unfeedonian-law-applies clause. We're screwed. So we have never allowed a license with a choice-of-law clause to be treated as fully compatible with GPL. Virginia is the worst of all choices, because that state has passed the UCITA law, which adds a whole new range of risks and burdens in the distribution of free software. We explained all this to CNRI, but it was the other subject on which they were immovable. So we settled for a clause that specifical...
...release. <ul> <li>Some sort of weird dynamic linker error causes dbmmodule to fail on OSF/1 5.1, at least on the HP test machines. <li>It has been reported that untarring the source tarball using Solaris tar or HP/UX tar can fail. This is caused by some pathnames being too long for the tar shipped by the vendor to handle. Using <a href="http://www.gnu.org/software/tar/tar.html">GNU tar</a> should allow for untarring on Solaris and HP/UX. </ul> &...
...Release 9-Feb-2004 February 9, 2004 Press Release SOURCE: Python Software Foundation PyCon 2004 - Second Annual Python Developers Conference Keynote Speech by Mitchell Kapor, founder of Lotus FREDERICKSBURG, Va., February 9, 2004 -- PyCon 2004, the second annual Python developers conference, will be held at George Washington University's Cafritz Conference Center in Washington DC on March 24-26, 2004. Mitchell Kapor, founder of Lotus Development Corporation and the Open Source Appl...
...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...
If you didn't find what you need, try your search in the Python language documentation.