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.
...number of technical reasons, CNRI never formally licensed this work for Internet download, although it did permit Guido to share the results with the Python community. As none of this work was published either, there were no CNRI copyright notices placed on these Python releases prior to 1.6. A CNRI copyright notice will appear on the official release of Python 1.6. The CNRI license was created to clarify for all users that CNRI's intent is to enable Python extensions to be developed in a...
...number of sprints we want lined up - on the other hand, we do have a donor who has sent money to the PSF for further sprints funding: http://pythonsprints.com/2010/10/11/trading-technologies-sponsors-python-sprints/" Board Discussion: S. Holden: "Thanks for your work on sprints. I see this as a good practical way to support grass-roots development work. 6 Host OSX Buildbot Slaves Motion from Martin v. Lowis: RESOLVED, that the PSF buys one Mac Mini computer, for a ...
...numbers for 2013 and commission checks. Currently working on getting commission checks. PyCon Internet Nothing to report for April PyCon Printing Nothing to report for April PyCon Registration Management Worked on the open payment registrations with Jackie and Kurt. Currently working on getting payment from one last company before we close the books. PyCon Site Visits Worked on site visit for Diana to visit the Palais. Has to reschedule it for July since the Palais is not...
...number of contributing members per project right now. Instead, we should make sure that we get the needed information from contributing members to monitor the effects: have a field with the project name to which the member contributes in the database have a field with the affiliation of the member in the database 6 Voting With the new e-vote system in place, we no longer have fixed voting times, but instead call for votes on an ad-hoc basis. Discussion of the votes will h...
...number and quality of Python users, and have been widely recognized as being above and beyond normal volunteering. If someone is not accepted to be a fellow in the quarter they were nominated for, they will remain an active nominee for 1 year for future consideration. It is suggested/recommended that the nominee have wide Python community involvement. Examples would be (not a complete list - just examples): Someone who has received a Community Service Award or Distinguished Service Award A dev...
...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 11 May 2009 meeting, as highlighted in the minutes (Section 4, Status of Past Action Items). Numbers in [brackets] represent the item ID in the PSF private wiki. [11] Originally from June 2006, Section 6, PSF Records: The Board agreed to assemble the existing records in one place, have them scanned, and enter th...
...number of useful contacts which we will be following up with over the next weeks. We've also created a newsletter mailing list, a twitter account and RSS feed for interested parties." M.A.Lemburg also reported issues with the project, he said: "Additional help in finding such interesting projects would be greatly appreciated. Please consider signing up as contact scout: http://brochure.getpython.info/signup/contact-scout-signup Thanks !" As far as future plans are concerned for h...
...number of milestones (launching the site, CFP) which have been discussed. These are going to be more widely disseminated and finalized in the upcoming month. Our goal is a CFP by July/August. We already have sponsors ready to sign up with us for the 2012 conference, all we're waiting for are open books and a site." The report was closed with an explanation of his currently tabled activities Jesse said: "1. I am supposed to make a flight to Santa Clara and Montreal for site surveys; d...
...number of proposals and the amount of work required, they are missing the original delivery dates however, and are adjusting as best they can. Tutorial selection/discussion is ongoing, and making excellent progress. Negotiations between PyCon and O'Reilly and Pearson are complete. Jesse also listed a new activity for the month. Please see below: Get solid quotes on t-shirt costs. The last two PyCon US items reported on by Jesse were the "planned for next month" where he listed si...
...numbers/quotes. Program guide progress is moving more slowly than anticipated. As far as the continued activities from last month, he reported: 1. Sponsor signups have continued. We now have 100 sponsors and OSS partners, and more in the pipeline. We have had to announce that we will be closing down sponsorship applications after Jan. 20th: http://pycon.blogspot.com/2012/01/pycon-2012-close-of-sponsorship.html Financial updates will be sent to the private board list. Registration for the co...
...number of contributor forms we need to reach before changing the license to be PSFv2. The current license is CNRI's. M. von Löwis: "We can put the PSF license on top of [the Jython license stack], and I guess we can do that now (but we do need a board motion). If we have informal agreement from the major contributors ..., you could post to the Jython list announcing that the PSF board is going to change the license, and then do that at the next board meeting." A. Kuchling will write ...
...number of reference entries. If you know someone who might be interested in signing up as ad sponsor, please refer them to the brochure site or have them contact me. http://brochure.getpython.info/ Here's the preview PDF to pass around, in case someone wants to take a look: http://brochure.getpython.info/preview.pdf Once we have the sponsors all signed up, we'll go to print with the brochure and have it distributed to the ad sponsors, reference sponsors, subscription sponsors and Python conferen...
...Number of Developers (Effort/Schedule) = 24.29 Total Estimated Cost to Develop = $ 8,471,018 (average salary = $56,286/year, overhead = 2.40). SLOCCount, Copyright (C) 2001-2004 David A. Wheeler Please credit this data as "generated using David A. Wheeler's 'SLOCCount'." On the Persons-Years side, it took us four years for two developers to develop the 2.0 version from scratch (version 1.x was in production use but never released). Results As said befor...
...number of .pyc files; these have been removed. What's new in release 1.6? Here is a list of all relevant changes since release 1.5.2. Source Incompatibilities Several small incompatible library changes may trip you up: The append() method for lists can no longer be invoked with more than one argument. This used to append a single tuple made out of all arguments, but was undocumented. To append a tuple, use e.g. l.append((a, b, c)). The connect(), connect_ex() and bind() methods for socke...
...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 08 June 2009 meeting, as highlighted in the minutes (Section 4, Status of Past Action Items). Numbers in [brackets] represent the item ID in the PSF private wiki. [11] Originally from June 2006, Section 6, PSF Records: The Board agreed to assemble the existing records in one place, have them scanned, and enter t...
...numbers. PyCon Legal: We have been able to determine that no one speaking at PyCon will need a workers permit. There are some people who will need entry visas but the individuals are responsible for that. We are currently working on finding out what we need to do to make honorarium for tutorial speakers legal. Sponsor Management: I am continuing to answer emails and special requests from sponsors. I spend the majority of my time per day going through sponsor emails and updating their dashboards ...
...number of table cells that were extracted from the BEACON source code. Worse were the reuse issues with the classes I was writing for dealing with the different stylistic requirements at the different levels of sections, headings, paragraphs, and phrases. To address these problems, I considered writing ASCII text files to specify margins, font, heading level, and insertion points for standard forms. But inventing my own standard for text-specified typesetting would have been time consuming and c...
...number of arguments passed. (For simplicity, support for keyword arguments has been omitted.) In order to be able to support arbitrary argument lists, the __call__ method first constructs a new argument tuple. Conveniently, because of the notation *args in __call__'s own argument list, the arguments to __call__ (except for self) are placed in the tuple args. To construct the desired argument list, we concatenate a singleton tuple containing the instance with the args tuple: (self.i...
...numbers. Sponsorship target of $16K reached. (Sponsorships are still available, if you know any possibilities.) Jeff Rush is working on negotiating lower food costs. No results yet, but any reduction will make a significant change. Publicity suggestions are welcome. I can answer questions on psf-board or at the meeting. D. Ascher asked who the sprint coordinator was; he wanted to know who to tell the Django folks to talk to. A. Kuchling replied that Jeff Rush is probably the closest to being...
...number of new regular and sponsor members. He asked if someone could contact the missing, noting that it's a bit tricky since the member minutes don't record names of people for the new sponsor members. M. von Löwis noted that names of sponsor representatives should be on the application forms. K. Kaiser noted that there is a database of sponsor addresses and email addresses, in PSF CVS. D. Goodger will contact the PSF members not subscribed to the PSF-Members mailing list. 10 &nb...
If you didn't find what you need, try your search in the Python language documentation.