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: Aug. 2, 2018
Python 3.5.6 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.6 was released on August 2nd, 2018. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
View Release Notes
Released: March 4, 2019
Python 3.5.7rc1 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.7rc1 was released on March 4th, 2019. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
Released: March 18, 2019
Python 3.5.7 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.7 was released on March 18th, 2019. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
Released: Sept. 9, 2019
Python 3.5.8rc1 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.8rc1 was released on September 9th, 2019. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
Released: Oct. 12, 2019
Python 3.5.8rc2 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.8rc2 was released on October 12th, 2019. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
Released: Oct. 29, 2019
Python 3.5.8 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.8 was released on October 29th, 2019. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
...files larger than 2 gigabytes (provided you have enough disk space, and are using a Windows filesystem that supports large partitions). Windows filesystem limits: FAT has a 2GB (gigabyte) filesize limit, and large file support makes no difference there. FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now. NTFS has no practical limit on file size, and files of any size can be used from Python now. The w9xpopen hack is now used on Windows NT and 2000 too when COMPSPEC poi...
...files. <li />A) Yes, there's a problem with the .spec file in the base tar file. Use the SRPM that is on this page. System Message: WARNING/2 (<string>, line 88) Definition list ends without a blank line; unexpected unindent. <hr /> <li />Q) When running "rpm -ba", "rpm -ta" or "rpm --rebuild" I get the error "-ba: unknown option" or "--rebuild: unknown option" or "-ta: unknown option". <li />A) With th...
...file, for writing web spiders. (Moved from Tools/webchecker/.) linuxaudiodev - audio for Linux. mmap - treat a file as a memory buffer. (Windows and Unix.) sre - regular expressions (fast, supports unicode). Currently, this code is very rough. Eventually, the re module will be reimplemented using sre (without changes to the re API). filecmp - supersedes the old cmp.py and dircmp.py modules. tabnanny - check Python sources for tab-width dependance. (Moved from Tools/scripts/.) urllib2 - new a...
...file that builds the RPMs. To do this, download the .src.rpm release and install it as you normally would an RPM package. This will install the source and the build control file ("SPEC" file). The .spec file is probably installed in "/usr/src/redhat/SPECS". <p /> Edit the .spec file and change the "config_binsuffix" line to "none". Build new RPMs with "rpmbuild -ba python.spec" (where "python.spec" is the name of the .spec file ...
Released: April 10, 2002
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 …
...file to indicate NIS/YP or LDAP consultation. The bugs may also be related to duplicate id in these files. See SourceForge bug reports number 775964 and 779218. There have been some reports on Debian systems about test_ioctl failures. We haven't be able to more widely reproduce this. See SourceForge bug report number 777867 There have been reports that test_bsddb may fail on some systems. This appears to be a fault in the test suite - we believe that this is now f...
...files are TAR archives that have been compressed using the bzip2 application. Most Unix users will want to use these, as they offer the best compression and the tools to work with them are likely already installed. Windows users may want to install the bzip2 tools on their systems as well. Windows binaries for a command-line tool are available at the bzip2 and libbzip2 official home page. An alternative "no install" open source command line tool for unpacking tar.bz2 files on Windows...
...File /root/Python-2.2.2b1.tgz: No such file or directory". <li />A) Yes, there's a problem with the .spec file in the base tar file. Use the SRPM that is on this page... System Message: WARNING/2 (<string>, line 99) Definition list ends without a blank line; unexpected unindent. <hr /> <li />Q) When running "rpm -ba", "rpm -ta" or "rpm --rebuild" I get the error "-ba: unknown option" or "--rebuild: unknown option"...
...File_FromFile() with PyFile_FromFd(fd, name. mode, buffer, encoding, newline). Fixed imp.find_module() to obey the -- coding: -- header. Changed __file__ and co_filename to unicode. The path names are decoded with Py_FileSystemDefaultEncoding and a new API method PyUnicode_DecodeFSDefault(char*) was added. io.open() and _fileio.FileIO have grown a new argument closefd. A false value disables the closing of the file descriptor. Added a new option -b to issues warnings (-bb for errors) about certa...
Released: May 12, 2013
Note: A newer bugfix release, 2.7.6, is currently available. Its use is recommended over previous versions of 2.7. Python 2.7.5 was released on May 15, 2013. This is a 2.7 series bugfix release. It contains several regression fixes to 2.7.4. Modules with regressions fixed include zipfile, gzip, …
...file, gzip, and logging. The Python 2.7.4 binaries and source tarballs included a data file for testing purposes that triggered some virus scanners. This issue is resolved in the 2.7.5 release. About the 2.7 release series Among the features and improvements to Python 2.6 introduced in the 2.7 series are An ordered dictionary type New unittest features including test skipping, new assert methods, and test discovery A much faster io module Automatic numbering of fields in the str.format() metho...
If you didn't find what you need, try your search in the Python language documentation.