Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...= 4.0-1 System Message: ERROR/3 (<string>, line 234) Unexpected indentation. rpmlib(CompressedFileNames) <= 3.0.4-1 System Message: WARNING/2 (<string>, line 235) Block quote ends without a blank line; unexpected unindent. Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 System Message: WARNING/2 (<string>, line 237) Definition list ends without a blank line; unexpected unindent. <b>Wrote: /home/ja...
Python 2.2.2 Python 2.2.2 Note: See Python 2.2.3 for a patch release which supersedes 2.2.2. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available from the security advisory page. We are pleased to announce the release...
...== "str" # was "string" <p><li>type(0L).__name__ == "long" # was "long int" <p><li>Overflowing int operations return the corresponding long value rather than raising the OverflowError exception. <p><li>Conversion of long to float now raises OverflowError if the long is too big to represent as a C double. This used to return an "infinity" value on most platforms. <p><li> The 3-argument builtin pow()...
...= 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Here's a small demonstration: >>> a = C() >>> a.x = 10 >>> print a.x 10 >>> a.x = -10 >>> print a.x 0 >>> a.setx(12) >>> print a.getx() 12 >>> The full signature is property(fget=None, fset=None, fdel=None, doc=None). The fget, fset and fdel ar...
...=============================================================== PSF LICENSE AGREEMENT FOR PYTHON 2.2.2 -------------------------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.2.2 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive,...
...="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.src.rpm">python-2.2.2-7.src.rpm</a> (Source RPM, 6952435 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.i386.rpm">python-2.2.2-7.i386.rpm</a> (Red Hat 8.0 base RPM, 4221481 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-devel-2.2.2-7.i386.rpm">python-devel-2.2.2-7.i386.rpm</a> (Red Hat 8.0 development RPM, 1120252 bytes) <li />&l...
Python 2.2.3 Python 2.2.3 We are pleased to announce the release of Python 2.2.3 (final), on May 30, 2003. This is a bug-fix release for Python 2.2 and supersedes the previous bugfix release, Python 2.2.2. Note: there's a security fix for SimpleXMLRPCServer.py. Download the release Windows users should download the Windows installer, Python-2.2.3.exe, run it and follow the friendly instructions on the screen to complete the installation. Windows users may also be interested in Mark Hammon...
...= 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Here's a small demonstration: >>> a = C() >>> a.x = 10 >>> print a.x 10 >>> a.x = -10 >>> print a.x 0 >>> a.setx(12) >>> print a.getx() 12 >>> The full signature is property(fget=None, fset=None, fdel=None, doc=None). The fget, fset and fdel arguments are the methods called when the attribute is get, set or de...
...=============================================================== PSF LICENSE AGREEMENT FOR PYTHON 2.2.3 -------------------------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.2.3 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive,...
...="/ftp/python/2.2.3/rpms/KRUD-GPG-KEY">KRUD-GPG-KEY</a> </ul> <li><b>Source:</b> <ul> <li><b>The base Python tar-file has a problem that prevents it from being built as an RPM. Use the following instead:</b> <li /><a href="/ftp/python/2.2.3/rpms/python-2.2.3-26.src.rpm">python-2.2.3-26.src.rpm</a> (Red Hat 9 updated Source RPM, 7007263 bytes) <li /><a href="/ftp/python/2.2.3/rpms/python2...
Python 2.3 Python 2.3 Note: See Python 2.3.5 for a patch release release which supersedes earlier releases of 2.3. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.3, there's a patch available from the security advisory page. Important: 2.3....
Bugs in Python 2.3 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...
...=============================================================== PSF LICENSE AGREEMENT FOR PYTHON 2.3 -------------------------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.3 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, roy...
...=^-| /' `|=-=|' | - | |= | |-=-| _.-=-=|= -|=-=-._ ( |___| ) ( `-=-=-=-=-=-=-=-` ) (`-=-=-=-=-=-=-=-=-`) (`-=-=-=-=-=-=-=-=-`) (`-=-=-=-=-=-=-=-`) (`-=-=-=-=-=-=-`) jgs `-=-=-=-=-=-=-` Examples First example. Consider the following hierarchy: >>> O = object >>> class F(O): pass >>> class E(O): pass >>> class D(O): pass >>> class C(D,F): pass >>> class B(D,E): pass >...
...="/ftp/python/2.3/rpms/python2.3-2.3-5pydotorg.src.rpm">python2.3-2.3-5pydotorg.src.rpm</a> (Red Hat 9 Source RPM, 9647641 bytes) </ul> <li />These RPMs are built from the python.org .spec file: <ul> <li /><a href="/ftp/python/2.3/rpms/redhat-9/python2.3-2.3-5pydotorg.i386.rpm">python2.3-2.3-5pydotorg.i386.rpm</a> (Red Hat 9 base RPM, 7495111 bytes) <li /><a href="/ftp/python/2.3/rpms/redhat-9/python2.3-devel-2.3-5py...
Python 2.3.1 Python 2.3.1 Note: See Python 2.3.5 for a patch release release which supersedes earlier releases of 2.3. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.3, there's a patch available from the security advisory page. Important: 2....
...="http://sourceforge.net/bugs/?group_id=5470">Bug Tracker</a> to see if they've already been reported. Use the bug tracker to report new bugs. If you have a patch, please use the SourceForge <a href="http://sourceforge.net/patch/?group_id=5470">Patch Manager</a>. Please mention that you are reporting a bug in 2.3, and note that you must have a SourceForge account and be logged in to submit a bug report or patch (we require this in case we need more info...
...="/ftp/python/2.3.1/rpms/KRUD-GPG-KEY">KRUD-GPG-KEY</a> </ul> <li><b>Source:</b> <ul> <li /><a href="/ftp/python/2.3.1/rpms/python2.3-2.3.1-1pydotorg.src.rpm">python2.3-2.3.1-1pydotorg.src.rpm</a> (Red Hat 9 Source RPM, 9702241 bytes) </ul> <li /><b>Binaries for Red Hat 9 (and similar):</b> <ul> <li /><a href="/ftp/python/2.3.1/rpms/redhat-9/python2.3-2.3.1-1pydotorg.i386.rp...
If you didn't find what you need, try your search in the Python language documentation.