Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...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 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.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.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.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. PSF Meetup Pro Network Applications Now Open The PSF is pleased to announce that we have reopened the application for Pyth...
...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...
...details. Build Fix problem building on OSF1 because the compiler only accepted preprocessor directives that start in column 1. (SF bug #691793.) C API Added PyGC_Collect(), equivalent to calling gc.collect(). PyThreadState_GetDict() was changed not to raise an exception or issue a fatal error when no current thread state is available. This makes it possible to print dictionaries when no thread is active. LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and need compat...
...3.1 Request for PyCon 2010 Expenditure Approval 4 Status of Past Action Items 4.1 Carried Forward 4.2 New On 8 February 2010 4.3 New Between Meetings 5 Appoint Pat Campbell as PSF Secretary 6 PSF Administrator to Become Full-time Employee 7 Funding for PyCon Au 2010 8 Funding to GNOME Foundation for Libre Graphics Meeting 2010 9 &...
...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 "r...
If you didn't find what you need, try your search in the Python language documentation.