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.
...next day or two. Status: done. Originally from September 2005, Section 8, Conference Committee Status Report: A. Kuchling will send a copy of the PyCon 2006 contract to the Treasurer (carried forward). Originally from September 2005, Section 9, Grants Committee: M. von Lรถwis will verify whether Brian Zimmer's grant invoice is the one previously discussed (i.e. a reduced amount of work, and a reduced payment) (carried forward). Originally from September 2005, Section 10.1, Trademarks & Th...
...next meeting. 6 PyCon Italia We received a funding request from PyCon Italia to help with a $7,000 shortfall in their budget. The PSF sponsored PyCon Italia 2007 & 2008 at 1,500 Euros each. S. Holden: "It's a rather larger conference this year, with Guido [van Rossum] and [Alex] Martelli visiting." RESOLVED, that the PSF support PyCon Italia 2009 with funding of $3,500. Approved, 8-0-0. B. Cannon: "Are we ever going to say that we are not going to sponsor...
Version: None
Released: March 8, 2023
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
...next day, I remembered an odd corner of Python: the array module. This happens to have an operation to create an array of 1-byte wide integers from a list of Python integers, and every array can be written to a file or converted to a string as a binary data structure. Here's our function implemented using these operations: import array def f7(list): return array.array('B', list).tostring() This is about three times as fast as f6(), or 12 to 15 times as fast ...
...next year? Strategy to increase user base? Improve library & tools for developers PSF support of conferences in other countries Further discussion was deferred. 5 Discussion of Bug Tracker Migration Brett Cannon proposed migrating away from the SF bug tracker; Python has outgrown it. There are several candidates for bug tracking software. Brett proposed that the Infrastructure Committee take on this task, and that he and Barry Warsaw would take leadership roles. 6&nb...
...next meeting. D. Goodger will prepare for the PSF members' meeting at PyCon. 8 Advocacy Coordinator Status S. Deibel reported on the status of the Advocacy Coordinator grant. The board discussed the progress so far and the direction for the future. S. Deibel will summarize the board's discussion and communicate it with the Advocacy Coordinator. The Advocacy Coordinator has a wiki page (http://wiki.python.org/moin/PythonAdvocacyCoordinator) and a blog (http://python-advoc...
...next month, with nomination and voting suggestions. Status: carried forward. Originally from March 2007, Section 16, Reviving the Grants Program: D. Goodger will send email to PSF-members about recruiting: a leader for a new grants program, an Assistant Secretary, and an Assistant Treasurer. D. Goodger sent a call for new Grants Committee leadership on August 3, and Laura Creighton stepped forward. A call for assistants was sent August 13, with no responses yet. Status: done. Originally from ...
...next year?" B. Cannon: "The longer we wait greater the chance someone is going to snatch it from underneath us." J. Tauber: "Doing two waves only helps with cash flow, not overall cost." T. Peters noted that we have the cash now. RESOLVED, that Haynes and Boone be requested to register the Python logo as a trademark in the US, the EU, Australia, India, China, Japan, Brazil and Argentina. Approved, 6-1-1. 9 Support MSU/Snakebite Funding Application to...
...next year." T. Peters: "I believe sponsors pick their own level in this plan -- we don't force a level on them, we just suggest." S. Holden: "I will send a draft letter out to the Board, and maybe to members as well for comment and revision, targeting mailing by the end of November." RESOLVED, that the PSF adopt the sponsorship guidelines currently published at http://docs.google.com/Doc?docid=0ATQ_BLauRs7gZGRiNzRrY2pfMzlkZHNjeGJmYw&hl=en until further notice. Appro...
...Next Python Powerhouse Scout APM bit.io Infatica Pte Ltd Talk Python Training ...
...next First, I think this topic is big enough to warrant a new sig, which I'm tentatively calling the distutils-sig. The proposed charter for that {will be|has been} posted to the meta-sig, so run over there if you think the whole concept is hopeless and you want to shoot me down in flames before this even gets started (or if you think the name sucks). Once the sig is created, I'd like to spend some time discussing meta-issues: does anyone violently disagree wit...
...next few days. Status: in progress. 3.2 New in January These action items originated at the 8 January 2007 board meeting on IRC. Section 4, Grants Committee: M. von Löwis will inform Frank Wierzbicki and the PSF members of the decision to terminate the Jython grant. Status: done. Section 4, Grants Committee: D. Goodger will convert the Jython grant termination message from M. von Löwis into a PSF weblog post. Posted to http://pyfound.blogspot.com/2007/02/grants-update-jyth...
...Next, we provide you a fiscal sponsorship questionnaire and materials about how the PSF supports fiscal sponsorees, as well as an introductory call to discuss how your event, group, or project fits with the PSF's charitable mission. Generally, we do pause reviews of new fiscal sponsorship requests the month before and after the annual PyCon US. Bandit Bandit is a prominent open source project that focuses on the field of application security in Python. Developed and maintained by a dedicat...
...next list and take it, if it is a good head. Then repeat the operation until all the class are removed or it is impossible to find good heads. In this case, it is impossible to construct the merge, Python 2.3 will refuse to create the class C and will raise an exception. This prescription ensures that the merge operation preserves the ordering, if the ordering can be preserved. On the other hand, if the order cannot be preserved (as in the example of serious order disagreement discussed above...
Released: May 22, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b1 is the first of four beta release previews of 3.12. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
...next time and b) to hand it over if necessary." S. Deibel noticed that the website says logos will go on tote bags only if sponsor fee is paid by Jan 15th, but invoices haven't been received yet. A. Kuchling removed the deadline entirely. 10 Adjournment S. Deibel adjourned the meeting at 18:43 UTC.
...next board meeting. David will follow up with them regarding their initial grant request for a revised proposal. 10 Adjournment Jesse Noller adjourned the meeting at 18:38 CEST/ 12:38 EDT.
...next section. I note here only the important property of monotonicity in the lookup rule: if class X precedes class Y in the lookup order for any of the base classes of class D, then class X will also precede class Y in the lookup order for class D. For example, since B precedes A in the lookup list for B, it also precedes A in the lookup list for D; and ditto for C preceding A. Exception: if, amongst the bases of class D, there is one where X precedes Y and another where Y precedes X,...
...next section (which refers to a separate paper for the most subtle details). I note here only the important property of monotonicity in the lookup rule: if class X precedes class Y in the lookup order for any of the base classes of class D, then class X will also precede class Y in the lookup order for class D. For example, since B precedes A in the lookup list for B, it also precedes A in the lookup list for D; and ditto for C preceding A. Exception: if, amongst the bases of class D, ...
If you didn't find what you need, try your search in the Python language documentation.