Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
2008-06-16 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 16, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 16 June 2008. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Pa...
...Graphics Meeting 2009 through an $800 grant to the GNOME Foundation. Approved by unanimous email vote, May 16, 2009. 4 Status of Past Action Items (Pending action items appear like this.) Action items are tracked in the private PSF wiki and their status is recorded in the regular minutes. The numbers in square brackets (like "[0]") refer to the action item ID on the wiki. 4.1 Carried Forward The following are action items carried forward from the ...
...Graphics 2011 1,500 Sprints: OpenHatch 43 PyCon Finland 267 Twisted 115 Plone 300 Outside Services: Wendroff - two months 2,300 The treasurer goes on to say: AR is up by 56K due to PyCon 2012 Sponsor and PSF Sponsor invoicing/collection activity. Associate Member program: The text on HAM signup pages is preliminary and needs improvement. I'm looking for help...
Unifying types and classes in Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class met...
Unifying types and classes in Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2.1 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static metho...
Unifying types and classes in Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static metho...
Unifying types and classes in Python 2.2 Python Version: 2.2.3 Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Properties: attributes defined by get/set methods Method resolution ord...
Notes (editors: check NEWS.help for information about editing NEWS using ReST.) What's New in Python 2.3.5? Release date: 08-FEB-2005 Core and builtins Partially revert the fix for #1074011; don't try to fflush stdin anymore. Library Applied a security fix to SimpleXMLRPCserver (PSF-2005-001). This disables recursive traversal through instance attributes, which can be exploited in various ways. Bug #1114776. Applied a fix to the copy.py fix in 2.3.5rc1 to deal with types that don't hav...
...Graphics Meeting 2014 in Leipzig in the amount of $1,000 USD Approved 11-0-0 by IRC vote, 31 January, 2014. RESOLVED, that the Python Software Foundation sponsor video production at FOSDEM 2014 with an amount of $2,500 USD Denied 0-9-0 by IRC vote, 20 January, 2014. RESOLVED, that the Python Software Foundation sponsor PyData London, taking place on 21-23 February 2014, in the amount of $2,000 USD Approved 9-0-0 by IRC vote, 20 January, 2014. RESOLVED, that the Python Software Foundation s...
...Graphics and CarbonEvents modules have been added. All only for framework-enabled MacOSX. What's New in Python 2.2c1? Release date: 14-Dec-2001 Type/class unification and new-style classes Guido's tutorial introduction to the new type/class features has been extensively updated. See http://www.python.org/2.2/descrintro.html That remains the primary documentation in this area. Fixed a leak: instance variables declared with __slots__ were never deleted! The "delete attribute"...
If you didn't find what you need, try your search in the Python language documentation.