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.
...Python-3.12.2.tgz the SBOM document will be named Python-3.12.2.tgz.spdx.json. SBOM documents can be downloaded from the Python release page or can be downloaded using an HTTP client. Below is an example of downloading the SBOM document using curl: $ curl --remote-name https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz.spdx.json After downloading the SBOM document there should be a file named Python-3.12.2.tgz.spdx.json in your working directory. What's included in CPython's Software Bi...
Version: None
Released: Feb. 15, 2024
This is an early developer preview of Python 3.13 Major new features of the 3.13 series, compared to 3.12 Python 3.13 is still in development. This release, 3.13.0a4, is the fourth of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: April 10, 2012
View Release Notes
Location: Amsterdam The Netherlands
Shaping: As a Tech Lead in one of our domains, you’ll work with stakeholders from tech and business to translate requirements into scalable and resilient solutions. Leadership: You help the team plan, prioritize, and make the right trade-offs. Ensuring business goals are achieved while also realizing your long-term …
...2 2.1) Given a package name, software can retrieve one or more download URLs for the package. 2.2) The catalog should keep copies of the code, not just point to remote sites, in order to prevent disasters 2.3) It should be possible to mirror the catalog without too much trouble, using a conventional FTP or HTTP mirroring script. Requirements from #3 3.1) Users can check a signature on the downloaded package, using an external tool such as GnuPG. 3.2) Checking th...
...2. Meeting minutes of past IRC meetings. Guido moves to approve the meeting minutes of the previous three IRC meetings, on March 12 2002, April 9 2002 and May 14 2002. The motion passes unanimously. 3. Reports. Thomas reports that he may have found a way to allow donations to the PSF to be tax-deductible in Dutch tax law. Investigation is ongoing. Martin has processed the new PSF members who finished their applications, and sent out reminders to the pending members w...
Released: April 10, 2002
Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available from the …
...2015, y: 226000, label: '$226' }, { x: 2016, y: 296000, label: '$296' }, { x: 2017, y: 281000, label: '$281' }, { x: 2018, y: 335000, label: '$335' }, { x: 2019, y: 326000, label: '$326' } ] var chartOptions = { className: 'histogram-chart', width: 660, height: 365, margin: 50, xAxisMin: 2014, xAxisMax: 2020, xAxisStep: 5, yAxisMin: 0, yAxisMax: 400000, yAxisStep: 5 }; var...
Python Software Foundation: Press Release 3-Oct-2003 October 3, 2003 Press Release SOURCE: Python Software Foundation PYTHON SOFTWARE FOUNDATION (PSF) ANNOUNCES PYTHON VERSION 2.3.2 Second maintenance release for the latest Python FREDERICKSBURG, Va., October 3, 2003 -- The Python Software Foundation (PSF) announces the release of version 2.3.2 of the Python programming language. This minor release fixes several build and packaging problems found in version 2.3.1, which introduced ...
...2006 minutes were approved by a 6-0-2 vote. The minutes for the 24 February 2006 members meeting and 25 February 2006 special board meeting, both held at PyCon TX 2006, have not yet been prepared. 3 Status of Past Action Items 3.1 Follow-Up Required Originally from November 2005, follow-up from December 2005: D. Goodger is to contact a potential PSF sponsor/donor. Status: follow-up required. Originally from November 2005, follow-up from December 2005: D. As...
...Python at: http://starship.python.net/~da/Python/Numeric/ There's a paper soon to be published in Computers and Physics writtenby Dubois, Hinsen and Hugunin at: ftp://ftp-icf.llnl.gov/pub/basis/numerical_python.ps There's my talk from the 3rd python workshop at: http://www.python.org/workshops/1995-12/papers/hugunin.html 4) What modules are available that use Numerical python? (Note: I know that this needs pointers, I just don't have the time toput them together today) Tom...
Python Software Foundation: Minutes of Board of Directors Meeting (July 16, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors July 16, 2002. A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following Board members were present: Tim Peters...
...Python Software Foundation 1209 Orange Street Wilmington DE 19801 USA The mailing address will remain: Python Software Foundation c/o Neal Norwitz 1707 Sinclair Lane Crownsville, MD 21032-1925 USA The resolution passes with 4/0/0. 5. Accountancy Stephan then moves that it is RESOLVED, that the treasurer ...
...2014-2015. http://pyfound.blogspot.com/2011/02/pycon-2014-2015-site-selection-meeting.html http://pyfound.blogspot.com/2011/03/bring-superbowl-of-python-to-your.html Added a few companies to the list maintained by @ThePSF account on twitter. If your company is not already included, please send a message to @ThePSF with the account you would like added. http://twitter.com/ThePSF/companies Members meeting announcement http://pyfound.blogspot.com/2011/02/psf-members-meeting-to-be-held-a...
...2015, y: 2082000, label: '$2,082,000' }, { x: 2016, y: 2501000, label: '$2,501,000' }, { x: 2017, y: 3290000, label: '$3,290,000' }, { x: 2018, y: 3527000, label: '$3,527,000' } ] var chartOptions = { className: 'linear-chart', width: 660, height: 365, margin: 50, xAxisMin: 2014, xAxisMax: 2019, xAxisStep: 5, yAxisMin: 0, yAxisMax: 4000000, yAxisStep: 4 }; var barWidth = 90; if (jQuery(...
Released: March 18, 2010
Python 2.6.5 was a maintenance release for Python 2.6.4, fixing dozens of issues in the core, builtin modules, libraries, and documentation. Python 2.6.5 final was released on March 19, 2010. Python 2.6 is now in bugfix-only mode; no new features are being added. The NEWS file …
Released: Oct. 26, 2009
Python 2.6.4 was a critical bug fix for Python 2.6.3, which had regressions in the logging package and in setuptools compatibility. Python 2.6.4 was released on 25-Oct-2009. Python 2.6 is now in bugfix-only mode; no new features are being added. The NEWS file lists every change …
Released: Jan. 31, 2010
This is a source-only release that only includes security fixes. The last full bug-fix release of Python 2.5 was Python 2.5.4. User are encouraged to upgrade to the latest release of Python 2.7 (which is 2.7.2 …
...20px;} #mergeRow-gdpr fieldset label {font-weight: normal;} #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;} Subscribe * indicates required Email Address * Nickname * Full Name Contact Permissions (GDPR Compliance) Please select all the ways you would like to hear from Python Software Foundation: Newsletter You can unsubscribe at any time by cli...
...20,000 = 11 Python conferences, impacting over 3,000 people globally $20,000 = ~25 hands-on workshops impacting over 700 people $10,000 = user group meetup fees for 150 groups around the world for 6 months $5,000 = hosting for 3-4 PSF community web services for a year(e.g. Mail.python.org, uspycon.org, wiki.python.org) $2,000 = support for 2 regional conferences, impacting over 500 people $99 = 6 months of Python meetup subscriptions $60 a month ($2.00 a day) = one workshop, impacting over 250...
If you didn't find what you need, try your search in the Python language documentation.