Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...linking with Boost." -- Soren Johnson, lead designer, Civilization IV. Quoted in a Slashdot interview.
Version: None
Released: Feb. 23, 2014
Python 3.3.5 includes fixes for these important issues: a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621) a 3.3.4 regression executing scripts with a coding declared and Windows newlines (see http://bugs.python.org/issue20731) potential DOS using compression codecs in bytes.decode() (see http://bugs.python.org/issue19619 and http://bugs.python.org/issue20404) …
View Release Notes
Released: March 2, 2014
Released: March 9, 2014
Released: March 21, 2017
Note: The release you are looking at is Python 3.6.1, 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 …
...linking mappings to a single unit Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()" Hash randomization, introduced in earlier bugfix releases, is now switched on by default More resources Change log for this release. Online Documentation What's new in 3.3? 3.3 Release Schedule Report bugs at http://bugs.python.org. Help fund Python and its community. Download This is a production re...
...link to a similar unit on the other side of the street is visible at the left side of the enclosure. Zoom in Electric lighting has become so commonplace, it seems like a simple idea. An autonomous, self-contained light, however, turns out to be a complicated thing indeed. The amount of usable solar radiation varies with the weather, the seasons, one's position on the earth, and the orientation of the solar panel. The battery state of charge must be carefully managed to ensure long life and co...
Python Internationalization-SIG Internationalization-SIG ("i18n") This SIG provides a forum for discussing issues relating to the internationalization of Python. At the time of writing (March 2000), internationalization (henceforth spelled as "i18n" to save typing) features are being added to Python. This sig is the primary forum for discussing those features. Topics covered include but are not limited to: Unicode support and building a library of codecs Support for local...
...links before normalizing the path, as normalizing the path may alter the meaning of the path if it contains symlinks. bug #851123: shutil.copyfile will raise an exception when trying to copy a file onto a link to itself. Thanks Gregory Ball. bug #570300: Fix inspect to resolve file locations using os.path.realpath() so as to properly list all functions in a module when the module itself is reached through a symlink. Thanks Johannes Gijsbers. doctest refactoring continued. See the docs for deta...
...Link Australia Uses Python to Control Firmware Updates Python as Technology Enabler for TTTech's Development Software Cross-platform Development Integration of Legacy Monitoring Systems into a Central Management Console Python On Guard Python Powers Journyx Timesheet The Devil Framework: A Python-based Distributed System For Technology Integration Databases Cog: A Code Generation Tool Written in Python ForecastWatch.com Uses Python To Help Meteorologists Gusto! Chooses Python for Travel ...
...link spreadsheets with Python programming, and Resolver One seemed to be the most elegant solution because it was based on Python but also gave us compatibility with our IT team’s architectural choice of Microsoft .NET. Resolver One is Windows only, and is free for evaluation, or for non-commercial use. http://www.resolversystems.com About the Author Jonathan Hartley originally came into software from a background in digital electronics. Nowadays, he is delighted to be a developer at Resolver ...
...building with -D_FORTIFY_SOURCE=2. Library Issue #4387: binascii now refuses to accept str as binary input. Issue #4073: Add 2to3 support to build_scripts, refactor that support in build_py. IDLE would print a "Unhandled server exception!" message when internal debugging is enabled. Issue #4455: IDLE failed to display the windows list when two windows have the same title. Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception. Issue #4433: Fixed an access ...
Building the PSF: the Q2 2019 Fundraiser Help us raise $60,000 USD by June 30th! #countdown-wrap { width: 70%; padding: 10px; font-family: arial; max-width: 650px; margin: 10px auto 50px; } #goal { font-size: 36px; text-align: center; color: #888; @media only screen and (max-width : 640px) { text-align: center; } } #glass { width: 100%; height: 20px; background: #c7c7c7; border-radius: 10px; float: left; overflow: hidden; } #progress { float: left;...
...Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 Sprint Committee 5.7 Trademarks Committee (TMC) 6 2012/2013 PyCon Chair Appointment 7 2012/2013 PyCon Conference Hotel Contract 8 2011 Election of Board Officers 9 Email Voting Procedures 10 2011-Q2 Community Service Award Nomina...
...link "Don't have a PayPal account?", which will take you to a credit card form. A PayPal account is not required. For your security, this website and the PSF do not acquire or retain any of your credit card data. It is all handled by PayPal. Following the transaction, you will receive both a PayPal receipt and/or our formal acknowledgment of your tax-deductible (USA) donation. Please whitelist psfmember.org and check your spam bins if you don't receive the acknowledgment from the PSF. We appre...
...links to the proposed new bylaws, the old bylaws, and a description of the changes. RESOLVED, that the proposed March 2009 changes to the bylaws be accepted. Please vote (check one) [ ] For [ ] Against [ ] Abstain Give Up Control of the Python Logo? Please see the agenda for links to the discussions. RESOLVED, that the PSF stops enforcing control over the Python logo as a trademark, and licenses it as a work of art to anybody without any restrict...
...building a scientific application, C/C++ programmers can implement efficient numerical algorithms, while scientists on the same project can write Python programs that test and use those algorithms. The scientist doesn't have to learn a low-level programming language, and the C/C++ programmer doesn't need to understand the science involved. Without Python, large amounts of C/C++ code often have to be written just to provide a flexible enough input mechanism so that scientists can feed t...
...linked only with pgen are now linked with Python itself. The repr() of a weakref object now shows the __name__ attribute of the referenced object, if it has one. super() no longer ignores data descriptors, except __class__. See the thread started at http://mail.python.org/pipermail/python-dev/2003-April/034338.html list.insert(i, x) now interprets negative i as it would be interpreted by slicing, so negative values count from the end of the list. This was the only place where such an interpret...
If you didn't find what you need, try your search in the Python language documentation.