Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Location: Remote United States
What We’re Building PJMF is building a suite of AI-enabled tools that will serve as the intelligence layer for modern philanthropy. Every year, foundations and corporate funders deploy hundreds of billions of dollars toward humanity's most pressing challenges—yet they do so using systems designed for compliance, not insight. Program officers …
...release candidate 3? Release date: 20-Nov-2008 Core and Builtins Issue #4349: sys.path included a non-existent platform directory because of a faulty Makefile. Issue #3327: Don't overallocate in the modules_by_index list. Issue #1721812: Binary set operations and copy() returned the input type instead of the appropriate base type. This was incorrect because set subclasses would be created without their __init__() method being called. The corrected behavior brings sets into line with lists an...
...released. This release promised better object oriented capabilities, and the time was right for Rackspace to dedicate more people to the project. The system was totally redesigned from the ground up, including new database schemas and application design strategies. At this time we re-dubbed the project "CORE," an acronym for Core Objects Reused Everywhere, in order to reflect the overall design goal for CORE: modularity and reusability across all systems in the company. With that goal ...
...released and was an important building block for my developments. For the low-level part, Fortran 77 was eliminated because of its archaic character, lack of memory management, and portability issues in C-Fortran interfacing. C++ was a candidate, but ultimately not chosen because portability between compilers was still an issue in 1996, and because I considered the benefits of C++ for the small amount of compiled code in the project insufficient to compensate for the complexity of the language. ...
...release another release candidate. The list here is the complete list of patches (except version updates): Core Tim discovered a nasty bug in the dictionary code, caused by PyDict_Next() calling dict_resize(), and the GC code's use of PyDict_Next() violating an assumption in dict_items(). This was fixed with considerable amounts of band-aid, but the net effect is a saner and more robust implementation. Made a bunch of symbols static that were accidentally global. Build and Ports The setup.p...
...candidates are identified. Any PSF member is entitled to propose an award at any time, stating the reasons for which the award is merited. Proposals should be made confidentially to the Board by sending email to psf@python.org. The minutes of award considerations will not name the individuals concerned unless an award is made. The Board will contact proposers to keep them informed of the status of their proposals (such as when the proposal will receive Board consideration). Recognition wil...
...release about the PSF grant awards. 3 Elections Stephan Deibel introduced a motion to increase the board to 8 directors; Raymond Hettinger seconded. No votes against, two abstentions. Charles Waldman and Lars Marius Garshol were converted to emeritus status. 3.1 New Nominated Members After discussion, all proposed nominated members have been elected (vote counts not available): Facundo Batista Brian Zimmer Richard Jones suggested hiring someone to manage ...
...release the "import lock": imp.acquire_lock() and imp.release_lock(). Note: this is a reentrant lock, so releasing the lock only truly releases it when this is the last release_lock() call. You can check with imp.lock_held(). (SF bug #580952 and patch #683257.) Change to cPickle to match pickle.py (see below and PEP 307). Fix some bugs in the parser module. SF bug #678518. Thanks to Scott David Daniels, a subtle bug in how the zlib extension implemented flush() was fixed. Scott...
...Release date: 30-NOV-2004 Core and builtins Bug 875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). What's New in Python 2.4 (release candidate 1) Release date: 18-NOV-2004 Core and builtins Bug 1061968: Fixes in 2.4a3 to address thread bug 1010677 reintroduced the years-old thread shutdown race bug 225673. Numeric history lesson aside,...
Python Success Stories Introduction Nexedi is a leader in high-end enterprise services, providing solutions for Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), and eCommerce. Nexedi has built its business on Open Source, and has designed and released an ERP/CRM framework called ERP5 under the GPL Free Software license. ERP5 is in production in the apparel industry and government agencies with multi-gigabyte databases that track millions of warehouse stock movements...
...released the PyTexas sponsor payment collection webpages to production, integrated into the PyTexas wiki. Next task: HAM signup webpages. My focus is on PSF Sponsor invoicing, Federal taxes, the Associate Member program, AR and AP reduction. It was necessary to accomplish the CiviContribute milestone first, because signing up Associate members online via CiviMember requires the ability to collect membership fees online. The capability of repetiti...
...released to the community, the feedback channels will be opened. The initial feedback will mostly go into improvements of the environment and teaching materials. This is where the community building begins. Curriculum Development A key goal of the CP4E effort is the development of a curriculum for teaching programming literacy to a range of students, from non-computer science major undergraduates, down to secondary school and eventually lower- and middle-school students. The approach for...
If you didn't find what you need, try your search in the Python language documentation.