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.
...dates for the Board of Directors. To be elected, a candidate must receive more "Yes" votes than "No" votes. Please vote to accept as Director (check one of "Yes", "No", or "Abstain" for each candidate): Nominee Yes No Abstain Brett Cannon David Goodger Raymond Hettinger Steve Holden Andrew Kuchling Martin von Löwis &nbs...
...date would not add significant cost, should the PSF find the need. RESOLVED that the Treasurer is authorized to select a payroll processing service for payment of PSF employees with a budget of up to $500 per year. Approved 5-0-0. 6 Trademark Policy RESOLVED, that the PSF adopt the trademark policy version 1.2.2, available at http://python.org/psf/trademarks. Any updates require prior approval of the PSF board. Approved 4-0-1. D. Goodger will add a note to the trademark pol...
...date for this change will begin in July 2010. 15 Adjournment S. Holden adjourned the meeting at 17:06 UTC.
...date. 13 Adjournment Lindberg adjourned the meeting at 17:00 CEST/ 13:00 EDT.
...date for certain platforms; or it might take the form of an archive robot that automates the procedure. Security concerns become increasingly more relevant traversing that list. I have in mind a couple of possible interfaces for creating built distributions; furthermore, the idea of "dumb" vs "smart" built distributions has been forming in my head since Developer's Day. (Thus it probably doesn't really belong here, since this is meant to be a summary of the Deve...
...date are updated. The new license has a new handle. Added the Tools/compiler package. This is a project led by Jeremy Hylton to write the Python bytecode generator in Python. The function math.rint() is removed. In Python.h, "#define _GNU_SOURCE 1" was added. Version 0.9.1 of Greg Ward's distutils is included (instead of version 0.9). A new version of SRE is included. It is more stable, and more compatible with the old RE module. Non-matching ranges are indicated by -1, n...
...dates stepping forward, in addition to the 8 incumbents. We have a total of 12 candidates for Director this year, but currently the Board is limited to 8 Directors. As Tim Peters put it, "the bigger the board, the more gets done." This motion aims to increase the limit on the number of Directors going forward. We learned in the past that it's better to expand the Board than to miss out on offers of help. This does not mean that all candidates for Director will automatically be elect...
...date membership is to take effect is indicated by the applicant on the membership form. 4 Donor Levels S. Deibel noted that M. von Löwis' concern is valid; the PSF bylaws "are a bit odd in who ends up having voting rights". Companies want to be sponsors and listed as such for their money. But "many of them may not really care that much about voting, or even shouldn't really be part of the voting core of the PSF." All donors are listed together; there's n...
...date PyCon Budget: Updating PyCon 2014 budget ledger with invoices that need to be paid and new funding Tabled Activities None Issues / Blockages None 5.2 Administrator Report Continued Activities from Last Month None New Activities I have invoiced all sponsor members for 2013 I am working on updating CiviCRM with current sponsors and sponsor contact info as some are outdated Planned for Next Month Communicate with the sponsor members that have ou...
...date soon. Please see the message from Kurt Kaiser’s October 2011 treasurer’s report regarding the current status of the technical phase of the HAM program implementation and maintenance:" The text on HAM signup pages is preliminary and needs improvement. I'm looking for help here! Continuing work on a front page with Associate Member sign-up information. Decide how to present the HAM Membership to the world, probably via apython.org link. 5.3 Infrastructure Committee ...
...date soon. Please see the message from Kurt Kaiser’s November 2011 treasurer’s report regarding the current status of the technical phase of the HAM program implementation and maintenance: The text on HAM signup pages is preliminary and needs improvement. I'm looking for help here! Some advancement was made on the HAM project - particularly in how to enforce user registration before collecting payment. However, the effort on our annual tax filing and sponsor invoicing took most of my available ...
...date options, contingent on renegotiating a few contract clauses. The raw data from the conference feedback forms is available. PyCon 2006 broke even, give or take a few thousand dollars. A. Kuchling asked: should PyCon be profit-making? S. Deibel replied that profit is nice but not at all necessary. D. Goodger opined that the goal should be break-even or a slight profit, but we accept a loss. M. von Lรถwis: "a break even is fine with me". T. Peters stated the PyCon goal of "...
...dated to check for these bugs. An old bug in the os.path.walk() function (introduced in Python 2.0!) was fixed: a non-existent file would cause an exception instead of being ignored. Fixed a few bugs in the new symtable module found by Neil Norwitz's PyChecker. What's New in Python 2.1c2? A flurry of small changes, and one showstopper fixed in the nick of time made it necessary to release another release candidate. The list here is the complete list of patches (except version updates): Core ...
...date. I continue to write up the Board Meeting minutes. Grant and Award Notification I continue to notify respective parties of board resolutions. Email and Communication I am continuing to monitor all PSF Board/Members mailing lists also making sure emails are being answered/followed up on. I am continuing to read through all of the email threads that occur on the board/members mailing lists. Contributor Agreements collecting agreements coming through EchoSign and marking them...
...date and time for expiration of a vote. The expiration date/time typically should be at least 72 hours after the motion is proposed and shall not be less than 24 hours after the motion is proposed, and may not extend past the next scheduled Board meeting. Votes are completed once all directors have voted even if this occurs before the expiration of the vote. (5) The result of any vote conducted by email SHALL be included in the minutes of the next regularly scheduled Board meeting. Approved, 10...
...date soon. However, Kurt is requesting help toward getting the website content together. Please see the message from Kurt Kaiser’s December 2011 treasurer’s report regarding the current status of the technical phase of the HAM program implementation and maintenance: The text on HAM signup pages is preliminary and needs improvement. I'm looking for help here! Continuing work on a front page with Associate Member sign-up information. Decide how to present the HAM Membership to the world, probably...
...dated for 3.10.0 and 3.9.7 2020-10-05 - updated for 3.9.0 and 3.8.6, remove 2.7 2020-08-17 - updated for 3.7.9 2020-07-20 - updated for 3.8.5 2020-06-27 - updated for 3.7.8 2020-05-14 - updated for 3.8.3 2020-03-10 - updated for 3.8.2 and 3.7.7 2019-12-19 - updated for 3.8.1, 3.7.6, and 2.7.17 2019-10-15 - updated for 3.8.0, 3.7.5, and macOS 10.15 2019-07-08 - updated for 3.7.4; 3.6.x is now security-fix-only 2019-03-25 - updated for 3.7.3 2019-03-03 - updated for 2.7.16 2018-12-24 - updated for...
...date are updated. The new license has a new handle. Added the Tools/compiler package. This is a project led by Jeremy Hylton to write the Python bytecode generator in Python. The function math.rint() is removed. In Python.h, "#define _GNU_SOURCE 1" was added. Version 0.9.1 of Greg Ward's distutils is included (instead of version 0.9). A new version of SRE is included. It is more stable, and more compatible with the old RE module. Non-matching ranges are indicated by -1, not None. ...
...date & confirm email & snail mail addresses when he receives the PSF records, with the help of M. von Löwis. Awaiting the delivery of records. Status: carried forward. Section 4, New Sponsor Invoices: K. Kaiser will send sponsor member fee invoices to cPacket Networks and Tabblo. The invoices were sent, and payment received. Status: done. Section 7, Officer Compensation: S. Deibel is tasked with reporting the result of the vote to the PSF membership. Status: done. Section 8, Trademark...
If you didn't find what you need, try your search in the Python language documentation.