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.
...3.1 Repository of Approved Logos & Dates 13.2 Copying Correspondence 13.3 Registration of PyCon Trademark and Logo 14 PSF Employee 15 Renewal of the PSF Board Server Domain 16 PyCon Singapore Support 17 License Simplification 18 Infrastructure Committee Report 19 Adjournment 1 Attendance The following members of the Boa...
...3.1 Sponsor Options 5.3.2 Educational Sponsorship 5.3.3 Please Help find Sponsors 5.4 Moving PyPI to Amazon CloudFront 5.5 PyCon Chair 5.6 Sprint Committee (SC) 5.7 Infrastructure Committee (IC) 5.8 Outreach and Education Committee (OEC) 5.9 Trademarks Committee (TMC) 5.10 Google Summer of Code (GSoC) 5.11 Ong...
...details, please see the brochure support site at: http://brochure.getpython.info/learn-more Marc-André also reported on the progress of his project when he said: We have made progress on getting the layout of the brochure finalized and will actively start a sponsorship campaign once we have the final version ready for public consumption, that is: finished the layout and received approval from the content providers. In order to help with one-to-one marketing the brochure we will have the remai...
...3.1 Storage Space for PyCon Video Archives 4 Treasurer Report 5 Progress Reports 5.1 Communication Status 5.2 Honorary Associate Membership Program 5.3 Marketing Material 5.4 Moving PyPI to Amazon CloudFront 5.5 PyCon Chair 5.6 Current Heads/Staff for PyCon 2012 6 Manage Officer/Director Spending 7 Administr...
...3.1 Hyatt Regency [169$ CDN] 6.8.14.3.2 Holiday Inn Select [163$ CDN] 6.8.14.3.3 Le Dauphin - [158$ CDN] 6.8.14.3.4 InterContinental [179$ CDN] 6.8.14.3.5 The Westin [243$ CDN] 6.8.14.3.6 Le Place D'Armes [196$ CDN] 6.8.14.3.7 The Delta [149$ CDN] 6.8.15 PyCon Sponsors 6.8.16 PyCon Website Management 6.9 Sprint Committee (...
...details for any specific table. The API also uses meta-data to automatically validate and convert values passed to the database. This is done by a "normalizer" function that converts the Python data types being passed through the API into valid SQL values. The function also verifies types and formats that are not necessarily checked by the database or by Python, such as phone numbers and ZIP codes. Reusing Objects Everywhere Once the database API was complete, we created a second la...
...3.1e-. Such literals now raise SyntaxError. <p><li>Nested scopes are standard in 2.2 (they were enabled per module through "from __future__ import nested_scopes" in 2.1[.1]). This may change the meaning of code like the following: <pre> def f(<font color="red">str</font>): def g(x): return <font color="red">str</font>(x) return g System Message: WARNING/2 (<string>, line 84) Definition list ends without a blank...
...3.1 Follow-Up Required Originally from November 2005, follow-up from December 2005: Mark Shuttleworth (Ubuntu/Canonical) on PSF sponsorship or donation. Originally from November 2005, follow-up from December 2005: Bram Cohen (BitTorrent) on PSF sponsorship or donation. 3.2 In Progress Originally from September 2005, Section 10.1, Trademarks & The .com Domain: N. Norwitz will ask the lawyer about the python.com domain. He has been in contact with the la...
...details to be arranged by the Infrastructure Committee. Approved, 7-0-0. 10 Adjournment Mertz adjourned the meeting at 17:13 UTC.
...details about the QNX funding before the post goes live. As far as new activities for the month are concerned, he reported: Several messages about the site-selection meeting for PyCon 2014-2015. http://pyfound.blogspot.com/2011/02/pycon-2014-2015-site-selection-meeting.html http://pyfound.blogspot.com/2011/03/bring-superbowl-of-python-to-your.html Added a few companies to the list maintained by @ThePSF account on twitter. If your company is not already included, please send a message t...
...3.25 # modify the instance >>> print a # show the new value {1: 3.25} >>> print a[1] # show the new item 3.25 >>> print a[0] # a non-existant item 0.0 >>> a.merge({1:100, 2:200}) # use a dictionary method >>> print a # show the result {1: 3.25, 2: 200} >>> We can also use the new type in contexts where classic only allows "real" dictionaries, such as the locals/gl...
...3.1 Carried Forward 3.2 New from July 14 4 Sponsor Membership Policy 5 PR Contract 6 PyCon UK Sponsorship 7 Funding pyArkansas 8 PyCon 2010 Venue 9 Staffing 10 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: Brett Cannon, Stephan Deibel, David Goodger, Raymond Hettinger,...
...3.1 Carried Forward 3.2 New from August 11 4 Sponsor Member Application: OpenEye Scientific Software 5 Sponsor Member Application: Lucasfilm 6 Python en Santa Fe Sponsorship Request 7 PSF Logo 8 PyCon 2010 Venue Selection 9 Trademark Issue 10 PSF Community Award Certificates 11 Progress Report: PyCon 12 Sponso...
...3.10, first paragraph, is updated to include the honorary associate members as non-voting member class: Section 3.10. Voting. Each nominated member shall be entitled to one vote on each matter submitted to a vote at a meeting of the members, except as may otherwise be provided in the General Corporation Law of the State of Delaware. Sponsor members that have appointed a representative, as described in Section 4.3, are also entitled to one such vote. Emeritus members and honorary associate member...
...3.org/TR/xpath, W3C, 1999. [W3C99a] W3 Consortium. XSL Transformations (XSLT) Version 1.0. http://www.w3.org/TR/xslt, W3C, 1999.
...3. Also, that may break user code that subclasses a particular standard class, e.g. if a user defines a subclass that depends on coercions, which aren't supported by new-style classes. PEP 256 - Docstring Processing System Framework - Goodger PEP 257 - Docstring Conventions - Goodger, van Rossum PEP 258 - DPS Generic Implementation Details - Goodger I'll discuss these together. I believe David Goodger is doing good work, and I still see frequent posts by him in the doc-sig. But ...
PSF Grants Program The PSF Grants Program is currently paused The PSF Grants Program has been temporarily paused after hitting our 2025 funding cap early. It was an extremely difficult but necessary decision to ensure the program and foundation’s near and long term sustainability. Learn more about the pause and how you can support the PSF’s future in our blog post. If you have submitted an application and have yet to receive a decision, you will receive an email from us soon. Thank you ...
...details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: pending. [16] Originally from 14 April 2008, Section 12, Sponsor Membership Issues: D. Goodger and P. Campbell will update the member information in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. [Update 2009-06-19 & 2009-06-25] P. Campbell updated sponsor-addrs.txt & sent to K. Kaiser on 2009-06-19 & updated members.xls & sent to D. Goodger to post on PSF CVS on 2009-...
Python Software Foundation: Minutes of Board of Directors Meeting, December 13, 2005 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 13, 2005 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:04 UTC, 13 December 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the ...
...3.1 PyCon 2010 Contract 4 Status of Past Action Items 4.1 Carried Forward 4.2 New On 12 January 4.3 New Between Meetings 5 Treasurer's Report 6 Changes to the Bylaws 7 International Trademark Registration 8 Computer for PSF Administrator 9 Internet Domain Management 10 Membership Nominations 11 &n...
If you didn't find what you need, try your search in the Python language documentation.