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.
...package, available from Sourceforge. pywin32 adds a number of Windows-specific extensions to Python, including COM support and the Pythonwin IDE. MacOS X For MacOS X 10.3 and later: python-2.5.2-macosx.dmg. This is a Universal installer. The Universal OS X image contains an installer for python 2.5.2 that works on Mac OS X 10.3.9 and later, on both PPC and Intel Macs. The compiled libraries include both bsddb and readline. Other platforms gzip-compressed source code: Python-2.5.2.tgz bzip2...
...package, available from Sourceforge. pywin32 adds a number of Windows-specific extensions to Python, including COM support and the Pythonwin IDE. MacOS X For MacOS X 10.3 and later: python-2.5.3-macosx.dmg. This is a Universal installer. The Universal OS X image contains an installer for python 2.5.3 that works on Mac OS X 10.3.9 and later, on both PPC and Intel Macs. The compiled libraries include both bsddb and readline. Other platforms gzip-compressed source code: Python-2.5.3.tgz bzip2...
...package, available from Sourceforge. pywin32 adds a number of Windows-specific extensions to Python, including COM support and the Pythonwin IDE. MacOS X For MacOS X 10.3 and later: python-2.5.4-macosx.dmg. This is a Universal installer. The Universal OS X image contains an installer for python 2.5.4 that works on Mac OS X 10.3.9 and later, on both PPC and Intel Macs. The compiled libraries include both bsddb and readline. Other platforms gzip-compressed source code: Python-2.5.4.tgz bzip2...
...package manager PEP 454, a new "tracemalloc" module for tracing Python memory allocations PEP 456, a new hash algorithm for Python strings and binary data PEP 3154, a new and improved protocol for pickled objects PEP 3156, a new "asyncio" module, a new framework for asynchronous I/O More resources Online Documentation 3.4 Release Schedule Report bugs at http://bugs.python.org. Help fund Python and its community. Download This is a preview release, and its use is not r...
...Package Index and researching other options. Financial impacts aside, the PSF community did continue to grow in 2020! The PSF launched two new Work Groups! The first was the Funding Work Group whose mission is to help our community seek external grants for their own projects. The second, the Diversity and Inclusion Work Group, was launched to improve geographical diversity amongst the board and the PSF membership. ...
2009-05-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors May 11, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:01 UTC, 11 May 2009. Steve Holden presided at the meeting. Pat Campbell and David Goodger prepared these minutes. All votes are reported in the form "Y-N-A" (in favor – opposed – abstentions; e.g. "5-1-...
...package with some benefits to the members, and some financial gain to the Foundation. I suspect the hidden benefit might be to eventually enlarge the development community." D. Goodger: "I agree that it's worth exploring, probably worth doing..." S. Holden: "I don't think any comment has been sufficiently negative that we shouldn't go ahead." A. Kuchling: "Agreed. We need to remember our donors, contact them every year, and keep them aware." S. Holden noted his...
...packages). While we don't expect our students to write extension modules, the use of such modules makes it possible to spruce up their learning experience, and gives teachers an opportunity to tailor lessons to the interests of their students by providing them with guarded access to other software packages. (withdrawn) The fact that Python can be used to develop large applications plays into a different aspect of our vision: The development of open source application software ...
...Package Index May I use the PyPI logo? Isn't that logo dilutive of the Python logo since it changes the shape? The Python Package Index (PyPI) is maintained and governed by the Python Software Foundation. Therefore, the related and derived logo used for the project is an additional reserved trademark chosen for its thematic connection to the Python logo. Logo with wording Unadorned logo You may not use the PyPI logo for another software index websites, which could be confused with ...
...package installation tools. The main idea is to make all PyPI static content available via Amazon Cloudfront, a content delivery network maintained by Amazon." MAL hopes to get his project started by December 2010. He would also like to start recruiting for volunteers to help implement the startup facets of the project. 5.6 PyCon US Website D. Napoleone, PyCon US Website Project, reports that the call for proposals, tutorials, and posters was very successful: "The ca...
...package has enabled scores of developers on Windows to leverage the power of Python while integrating with lower-level Win32 APIs, as well as integrate with other Microsoft applications such as the Office suite of tools via COM. The Python Software Foundation thanks Mark Hammond for his contributions to the CPython project and the greater Python community, especially those on the Windows platform. 2014 Raymond Hettinger The 2014 Distinguished Service Award was presented to Raymond Hettinger at...
...Manager since Python 3.2, and the Release Manager for Python 3.6 and 3.7. The Q4 2022 Community Service Award was given to Carol Willing for her work as a Python Core Developer and her years of service on the Python Steering Council. June 2022 The Q2 2022 Community Service Award was given to Philip James for all his contributions to the Python community, most notably his stewardship of the PSF's Code of Conduct Work Group as the Work Group Chair for its first four years. The Q2 2022 Communit...
...package that can translate DocBook SGML into Word Rich Text. This arrangement wasn't perfect but I quickly realized that I could use it to save a year in development and maintenance costs, and to respond more quickly to new assignments. The Core Data Flow My primary task was to translate arbitrary data mined from various sources scattered throughout my organization into sensible-looking Microsoft Word 97 reports. I decided that this was best handled through a core pipeline of applications that...
...package install manager for Python, and accompanying applet PackageManager. These allow you to easily download and install pretested extension packages either in source or binary form. Only in MacPython-OSX. Applets are now built with bundlebuilder in MacPython-OSX, which should make them more robust and also provides a path towards BuildApplication. The downside of this change is that applets can no longer be run from the Terminal window, this will hopefully be fixed in the 2.3b1. What's Ne...
...package status and write up that project. Facebook stats for 9 Dec - 7 Jan 8,834 monthly active users 1,450 new likes 51.191 post views 274 post feedback 5.2 Core Development Tasks B. Cannon, Core Development Tasks Project, reported continued activities from last month by saying: Finished new devguide for contributing to Python (and related patches to Python, mostly related to testing and coverage measuring) Finished Python 2/3 porting guide B. Cannon also reported new a...
...Manager, provided a summary of his work. He said: The project is lead by Marc-André Lemburg who is in contact with the people behind the Plone brochure created by the German Zope User Group (DZUG): Jan Ulrich Hasecke and Armin Stroß-Radschinski. We started working on the concept a few weeks after World Plone Day in April 2010 and had several meetings and conference calls to take the idea forward. For more details, please see the brochure support site at: http://brochure.getpython.info/learn-mo...
...package will now apply codec name aliases first before starting to try the import of the codec module. This simplifies overriding built-in codecs with external packages, e.g. the included CJK codecs with the JapaneseCodecs package, by adjusting the aliases dictionary in encodings.aliases accordingly. base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and decoding standards. urllib2 now supports processors. A processor is a handler that implements an xxx_request or xxx_response met...
...Manager, presented a marketing material proposal to the board that was discussed and voted on (see topic below for vote results -- Pre-Finance & Underwrite Python Brochure). 5.6 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, provided a purpose for his project by saying, "The project is intended to improve the availability, uptime and performance of PyPI for use by automatic package installation tools. The main idea...
If you didn't find what you need, try your search in the Python language documentation.