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: Oct. 13, 2018
Python 3.6.7rc2 is the second release candidate preview of the seventh maintenance release of Python 3.6. The Python 3.6 series contains many new features and optimizations. Among the new major new features in Python 3.6 are: PEP 468, Preserving Keyword Argument Order PEP 487, Simpler customization of class …
View Release Notes
...packages that you have installed on your system. Because the SRPMs encompass all the steps required to build binary RPMs, it is a "fire and forget" process -- the simplest source build ever. <h3>Download</h3> <p><ul><li><b>Signature:</b> <ul> <li>Many of the following packages were signed with the GPG key in <a href="/ftp/python/2.3.1/rpms/KRUD-GPG-KEY">KRUD-GPG-KEY</a> </ul> <li><b>Source:&l...
Released: March 28, 2018
Note: The release you are looking at is Python 3.6.5, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: June 27, 2018
Note: The release you are looking at is Python 3.6.6, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Oct. 20, 2018
Note: The release you are looking at is Python 3.6.7, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Dec. 11, 2018
Python 3.6.8rc1 is a release candidate preview of the eighth and last maintenance release of Python 3.6. The Python 3.6 series contains many new features and optimizations. Note Python 3.7 is now released and is the latest feature release of Python 3. Get the latest release of 3.7.x here. …
Released: Dec. 24, 2018
Note: The release you are looking at is Python 3.6.8, the final bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
...packages Given the large number of modules included in the Python distribution, it is often said that Python comes with batteries included. If the standard distribution does not include what you need, you may want to consult the Python Package Index which is a repository that includes close to 7000 additional packages. The following represent just a small sample of what is available. NumPy is the fundamental package needed for scientific computing with Python. It contains: a powerful N-dimensi...
...Package “slut” Removal RESOLVED, that the Python Software Foundation request the PyPI administrators to remove the package "slut" (https://pypi.python.org/pypi/slut) Approved, 6–4-1. 9 Other Business The board has decided to table indefinitely: RESOLVED, that the Python Software Foundation grant EUR 750 to the EuroPython Society for registering the EuroPython CTM trademark in order to protect the IP rights to the EuroPython conference series. The board of director...
...packages). How do you know which contributions are good? Count downloads? A "vote on this package" form? What is the original author planning to do? PEP 245 - Python Interface Syntax - Pelletier Jim Fulton has said that this PEP was premature. I agree. It introduces a new keyword, 'interface', and I'm not yet convinced that that is needed. On the other hand, the way this is currently done in Zope also looks butt-ugly, so something may indeed be needed. I think that at some...
...definition in the nearest enclosing function scope will be used. One consequence of this change is that lambda statements could reference variables in the namespaces where the lambda is defined. In some unusual cases, this change will break code. In all previous version of Python, names were resolved in exactly three namespaces -- the local namespace, the global namespace, and the builtin namespace. According to this old definition, if a function A is defined within a function B, the names bo...
...package will now apply codec name aliases first before starting to try the import of the codec module. This simplifies overriding built-in codecs with external packages, e.g. the included CJK codecs with the JapaneseCodecs package, by adjusting the aliases dictionary in encodings.aliases accordingly. base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and decoding standards. urllib2 now supports processors. A processor is a handler that implements an xxx_request or xxx_response met...
...packagers were added to support pkgtool on Solaris and swinstall on HP-UX. distutils now has a new abstract binary packager base class command/bdist_packager, which simplifies writing packagers. This will hopefully provide the missing bits to encourage people to submit more packagers, e.g. for Debian, FreeBSD and other systems. The UTF-16, -LE and -BE stream readers now raise a NotImplementedError for all calls to .readline(). Previously, they used to just produce garbage or fail with an encod...
...definitions of an OO Programming Language? From: Tim Peters <@email.msn.com> Date: Sun, 29 Mar 1998 18:19:54 -0500 [jeff <nospam@myhost.com>] > Is it not true that a programming language must > enforce "data hiding" or encapsulation to be > considered a true Object Oriented programming > language? Absolutely! Guido (van Rossum, Python's creator) probably doesn't even know how to spell those phrases, though. > (It is true incase you thought...
...package reception point. This board discussion was tabled until more research & data collection into the Earth Class Mail system was explored in order to provide a better understanding of their mail system and how/why the PSF would want or need to utilize the Earth Class Mail Services. 12 Other Business None 13 Adjournment Lindberg adjourned the meeting at 17:00 UTC.
...Definition, as established by the Open Source Initiative (see http://www.opensource.org/). Add the following paragraph to the end of the mission statement (after "Encourages and facilitates Python-related research in the public interest."): "Open source" is defined as: freely available technology licensed under terms compatible with Version 1.9 (or later) of the Open Source Definition, as established by the Open Source Initiative (see http://www.opensource.org/). Appro...
If you didn't find what you need, try your search in the Python language documentation.