Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...releases. His contributions have been seen in a number of areas around CPython and in the standard library, from Windows specific behaviors in the libraries, to the PEP 397 launcher for Windows. Mark's creation and maintenance of the pywin32 package has enabled scores of developers on Windows to leverage the power of Python while integrating with lower-level Win32 APIs, as well as integrate with other Microsoft applications such as the Office suite of tools via COM. The Python Software Foundatio...
Python Software Foundation Members Meeting Minutes 2005-03-24 The Python Software Foundation Minutes of the 2005 Members Meeting March 24, 2005 The members of the Python Software Foundation (the "PSF") held its annual meeting on March 24, 2005 at 17:15 EST (22:15 UTC) in the George Washington University's Cafritz Center in Washington, DC, USA (PyCon DC 2005). Stephan Deibel presided over the meeting. Jeremy Hylton and David Goodger prepared these minutes. Contents 1 &nbs...
Python Software Foundation: Minutes of Board of Directors Meeting, November 8, 2005 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 8, 2005 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:08 UTC, 8 November 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the mee...
...releases Travel grant or scholarship announcements Ineligible Posts Fundraisers or donation requests Paid registration promotions Purchases or revenue-related content Posts must be professional and inclusive. Content that is discriminatory, sexualized, or otherwise inappropriate will not be shared. Concerns may be reported to grants@python.org. Feedback, Questions, & Offi...
2012-06-18 & 2012-06-25 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 18, 2012 & June 25, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Video Calling via Skype and Internet Relay Chat beginning at 16:00 UTC, 18 June 2012 (Part 1) and resumed on 25 June 2012 (Part 2) & again was held over Group Video Calling via Skype and Internet Relay Cha...
Python Success Stories Introduction Nexedi is a leader in high-end enterprise services, providing solutions for Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), and eCommerce. Nexedi has built its business on Open Source, and has designed and released an ERP/CRM framework called ERP5 under the GPL Free Software license. ERP5 is in production in the apparel industry and government agencies with multi-gigabyte databases that track millions of warehouse stock movements...
Python Software Foundation: Minutes of Board of Directors Meeting, October 11, 2005 (Draft) The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors (Draft) October 11, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat beginning at 17:15 UTC, 11 October 2005. Martin von Löwis presided at the meeting. 1 Attendance The following members of the Board of Directors w...
...releases are being picked up through that service. If it turns out that we get a good value out of the service, I may propose that we do some of our bigger PSF announcements as press releases. 11.5 Ongoing Projects None 11.6 Tabled Activities None 12 Trademarks Committee Report for 2012-12-18 12.1 Issues / Blockages Need to locate someone to create a better unified record of all the trademarks authorizations and re...
...releases, so that programmers will first see deprecation warnings, and only later be impacted by the change. We ran into this only once when Python 2.0 began to disallow multiple arguments to the sequence append method. This problem required changing exactly three easily found calls in our code base of over 77K lines of Python. 2) Different versions of Python can produce incompatible compiled byte code and requires that C/C++ extension modules are compiled against a specific version of Python. F...
Python Software Foundation: Minutes of Board of Directors Meeting, January 10, 2006 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 10, 2006 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:00 UTC, 10 January 2006. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the mee...
2010-11-15 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 15, 2010 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 15 November 2010. David Mertz presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor ? opposed ? abstentions; e.g. "5-1-2" mea...
2013-03-29 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors March 29, 2013 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 17:00 CET/ 12:00 EDT, on March 29 2013. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-Yâo...
2014-01-31 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 31, 2014 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 18:00 CET/ 12:00 EST, on January 31, 2014. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-...
...releases (and still in 1.5), there is something called the ``Don Beaudry hook'', after its inventor and champion. This allows C extensions to provide alternate class behavior, thereby allowing the Python class syntax to be used to define other class-like entities. Don Beaudry has used this in his infamous MESS package; Jim Fulton has used it in his Extension Classes package. (It has also been referred to as the ``Don Beaudry hack,'' but that's a misnomer. There's nothing hackish about...
2007 PSF Members' Meeting Minutes The Python Software Foundation Minutes of the 2007 Members' Meeting February 23, 2007 The Python Software Foundation (the "PSF") held its annual members' meeting on February 23, 2007 at 19:00 CST (01:00 UTC) in the Marriott Quorum Hotel in Dallas/Addison, Texas, USA (PyCon TX 2007). The agenda is available here. Stephan Deibel presided over the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 &...
PSF Trademark Usage Policy PSF Trademark Policy and Guidelines In case you have questions regarding our trademark policy, please check our PSF Trademark FAQ or contact the PSF Trademarks Committee for help. Introduction This document outlines the policy of the Python Software Foundation ("PSF") regarding the use of its trademarks. Any use of any PSF trademark must be in accordance with this policy. "Python" is a registered trademark of the PSF. The Python logos (in severa...
What's new in Python 2.3 What's new in Python 2.3 Here are the (subjective) highlights of what's new in Python 2.3. Faster According to a couple of simple benchmark, Python 2.3 is about 20-30% faster than Python 2.2.3. Some of this speed-up was obtained by removing the SET_LINENO opcodes, which means that the difference is less impressive when comparing "python -O"; the rest was various careful tune-ups. New Tools A brand new version of IDLE (from the IDLEfork project at S...
2011-07-18 PSF Board Meeting Minutes .. declare custom role for action items: .. role:: action .. class:: minutes-title | The Python Software Foundation | Minutes of a Regular Meeting of the Board of Directors | | July 18, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 18 July 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "*Y-N...
Built-in Package Support in Python 1.5 Built-in Package Support in Python 1.5 Starting with Python version 1.5a4, package support is built into the Python interpreter. This implements a slightly simplified and modified version of the package import semantics pioneered by the "ni" module. "Package import" is a method to structure Python's module namespace by using "dotted module names". For example, the module name A.B designates a submodule named B in a package named A. Just like...
2009-10-12 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors October 12, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 12 October 2009. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" mean...
If you didn't find what you need, try your search in the Python language documentation.