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.
Python Software Foundation: Minutes of Board of Directors Meeting (August 10, 2004) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors August 10, 2004 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: Jeremy Hylton, Steve Holden, Tim Peters, Ste...
...bin/psf/payment.py"> <b>Donation to the Python Software Foundation</b> (optional)<br> <blockquote> <input type="hidden" name="enable" value="Donation"> <table cellpadding="0" border="0" cellspacing="2"> <input type="hidden" name="enable" value="Donation"> <label><tr><td>Amount: </td><td><input type="te...
...bination of argument types, it should return the special singleton value NotImplemented. (This behavior is the same as for classic classes lacking a __coerce__ method; the difference is that the __coerce__ method is ignored by the new-style binary operators.) <p><li>New-style class instances allow assignment to their __class__ attribute only if the C-level structure layout of the old and new class are the same. This prevents disasters like taking a list and changing its __class__ t...
...bin/wish exists. </ul> <h4>Download</h4> <p><ul><li>Source: <ul> <li><a href="/ftp/python/2.2/rpms/python2-2.2-2.src.rpm"> python2-2.2-2.src.rpm</a> <li><a href="/ftp/python/2.1/expat-1.1-4tummy.src.rpm"> expat-1.1-4tummy.src.rpm</a> (Needed for building Python SRPM, for systems that don't provide expat-devel) </ul> <li>Binary for RedHat-7.2-based systems: <ul> <li><a hre...
...binary distributions, the final installed product, etc. (As I understand things, the source and binary distributions are what Trove will call resources.) One thing we didn't have time to decide on was a name for the silly thing. For a long and formal name, my vote is Module Distribution Utilities, or distutils for short. The short name will be needed to group all the various modules into a package: for instance, we plan to have distutils.build, distutils.insta...
Other Documentation Tools Other Documentation Tools When considering the state of documentation tools for Python, one should consider what is being done for other systems. This should include tools that work with documentation embedded in source code and tools that work with separated documentation. If you can think of additional tools that should be noted, please let me know about them (free or commercial). If you can point to an example of the markup, that would be great; thank...
...bins if you don't receive the acknowledgment from the PSF. We appreciate a minimum donation of $20. About the PSF The Python Software Foundation is a non-profit organization entirely supported by its sponsor members and the public. Our mission is to further the development of the Python language and its applications. Payments are processed by PayPal but may be made either through your existing PayPal account or your credit card. You will choose your payment method after you are transferred ...
...bine the features of different metaclasses, while this would actually be quite useful: for example, I wouldn't mind getting a trace from the test run of the Synch module, and it would be interesting to add preconditions to it as well. This needs more research. Perhaps a metaclass could be provided that allows stackable wrappers... Things You Could Do With Metaclasses There are lots of things you could do with metaclasses. Most of these can also be done with creative use of...
Support the PSF with a Donation or by becoming a Supporting Member! Donate What does the Python Software Foundation do? The Python Software Foundation: Awards grants and provides resources for furthering the development and adoption of Python. Organizes and hosts the annual PyCon US conference. 2019 brought together 3,393 attendees from 55 countries, a new record for PyCon US! Our sponsors’ support enabled us to award $137,200 USD to ...
...bins if you don't receive the acknowledgment from the PSF. We appreciate a minimum donation of $20. A donation is not required to enter the drawing. Your donation supports our mission, helps sustain a vibrant community, shows your support for Open Source, and provides you the opportunity to invest in the community. We rely on memberships, donations, and corporate sponsorships to support sprints, meetups, and community events, and to help support Python documentation, fiscal sponsorsh...
...bins if you don't receive the acknowledgment from the PSF. We appreciate a minimum donation of $20. Payments are processed by PayPal but may be made either through your existing PayPal account or your credit card. You will choose your payment method after you are transferred to the PayPal server. About the PSF The Python Software Foundation is a non-profit organization entirely supported by its sponsor members and the public. Our mission is to further the development of the Python language ...
...binding that hides the binding in B. Section 4.1 of the reference manual describes the new scoping rules in detail. The test script in Lib/test/test_scope.py demonstrates some of the effects of the change. The new rules will cause existing code to break if it defines nested functions where an outer function has local variables with the same name as globals or builtins used by the inner function. Example: def munge(str): def helper(x): return str(x) if type(str) != type(''): ...
...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 violation when garbage collecting _ctypes.COMError instances...
...bind(), and changes to str(long) and repr(float). Binary Incompatibilities Third party extensions built for Python 1.5.x or 1.6 cannot be used with Python 2.0; these extensions will have to be rebuilt for Python 2.0. On Windows, attempting to import a third party extension built for Python 1.5.x or 1.6 results in an immediate crash; there's not much we can do about this. Check your PYTHONPATH environment variable! Python bytecode files (*.pyc and *.pyo) are not compatible...
If you didn't find what you need, try your search in the Python language documentation.