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.
Version: None
Released: Feb. 7, 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.0a5 is the fifth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
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 …
...Linux. George Belotsky has written a number of articles (see http://www.oreillynet.com/pub/au/1204 ) including a series on Python and Network I/O. He is also the author of the Flightdeck-UI open source project ( http://openlight.com/fdui/ ). You can reach him by email at questions at openlight.com. Thomas Major is the Product Development Manager at Carmanah, an electrical engineer by schooling with broad product design experience acquired at Visteon and Philips Electronics. His interest star...
...Linux and Win64, especially for the new Intel Itanium processor. Mick also added large file support for Linux64 and Win64. The C APIs to return an object's size have been update to consistently use the form PyXXX_Size, e.g. PySequence_Size and PyDict_Size. In previous versions, the abstract interfaces used PyXXX_Length and the concrete interfaces used PyXXX_Size. The old names, e.g. PyObject_Length, are still available for backwards compatibility at the API level, but are deprecated...
Released: Oct. 2, 2023
This is the stable release of Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string parsing, allowing many things previously disallowed …
View Release Notes
...linuxaudiodev - audio for Linux. mmap - treat a file as a memory buffer. (Windows and Unix.) sre - regular expressions (fast, supports unicode). Currently, this code is very rough. Eventually, the re module will be reimplemented using sre (without changes to the re API). filecmp - supersedes the old cmp.py and dircmp.py modules. tabnanny - check Python sources for tab-width dependance. (Moved from Tools/scripts/.) urllib2 - new and improved but incompatible version of urlli...
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 …
...Linux distribution project will be holding their twice-annual development meeting in Montreal from the end of October. He plans to attend the first day ("Ubuntu Love Day") on behalf of the PSF. Ubuntu uses Python extensively, as does founder Mark Shuttleworth, who is also extremely wealthy. D. Goodger will see if Ubuntu wants to become a sponsor or donor. S. Deibel noted that we should be sure to tell sponsors they can donate on top of sponsorship; they should not feel obliged to lim...
...Linux Journal Date: Thu, 17 Sep 1998 16:59:38 -0400 (EDT) From: Dave Mitchell <@magnet.com> Maybe for the conference we should include an official SPAM 7 speedo swimsuit this year? And take a big group picture of all of us sporting 'em! -dave On Thu, 17 Sep 1998, Barry A. Warsaw wrote: > >>>>> "DA" == David Ascher <da@skivs.ski.org> writes: > > DA> I think for maximum visibilit...
...linuxaudiodev. Attempted a fix to make the OpenSSL support in the socket module work again with pre-0.9.5 versions of OpenSSL. Tests Added a test case for asynchat and asyncore. Removed coupling between tests where one test failing could break another. Tools Ping added an interactive help browser to pydoc, fixed some nits in the rest of the pydoc code, and added some features to his inspect module. An updated python-mode.el version 4.1 which integrates Ken Manheimer's pdbtrack.el. This make...
...Linux at least (psf.pollenation.net and pyramid.pollenation.net). Section 6, PSF Member Meeting: J. Hylton took on the task of finding someone to send out member meeting notices & proxy forms. Status: carried forward. Section 6, PSF Member Meeting: M. von Löwis volunteered to ensure that the necessary steps are taken for the member meeting. Status: in progress. M. von Löwis reports that he created the various forms, and posted an email invitation. We should set a deadline for closing the...
...linuxaudiodev - audio for Linux. mmap - treat a file as a memory buffer. (Windows and Unix.) sre - regular expressions (fast, supports unicode). Currently, this code is very rough. Eventually, the re module will be reimplemented using sre (without changes to the re API). filecmp - supersedes the old cmp.py and dircmp.py modules. tabnanny - check Python sources for tab-width dependance. (Moved from Tools/scripts/.) urllib2 - new and improved but incompatible version of urllib (still experimen...
...Linux desktop. He is having trouble finding Python programmers who can develop "in the large" (large-scale, industrial applications). He feels there is a lack of a centralized place that acts as a rallying point for the community. For example, there is no one place people can go to find out what the community-supported web frameworks are. Shuttleworth suggested having a place that lists the best of breed in hopes of getting developers to work on them instead of constantly reinventing...
...Linux and some BSD flavors. Code by Greg Ward, based on the (now deprecated) linuxaudiodev module by Peter Bosch. (New in 2.3a2: because of driver issues, the tests for these modules is not run by default unless "regrtest.py -u audio" is used.) pickle, cPickle and copy - a new pickling protocol was added for more efficient pickling of (especially) new-style class instances and to allow more pickling flexibility. (PEP 307) (New in 2.3a2.) random - this now uses a new core generator,...
...Linux and OpenOffice for desktops; perhaps the PSF could write a white paper about PyUno. Suggestion for python.org: write a page about the history of the software. Write a comparison of Python and PHP. M. von Löwis noted that one action item is Mailman, and asked if we should pay money to ramp it up graphically (like: paying a graphics designer?). S. Deibel replied that he suspects asking community-wide for help with improving the look would work. M. von Löwis: "I believe that engineer...
...Linux, Mac OS X and others. However, in our case, Resolver One uses a 3rd party grid component in our GUI, which makes direct Win32 API calls. This precludes us running on different platforms for the time being. We are, however, working on a Mono-compatible version of Resolver Server, which is a version of Resolver One which publishes editable spreadsheets over the web, without displaying any GUI on the server. No Python C Extension Modules IronPython scripts can in general import and use regu...
...Linux Journal, is a conversation with the creator of Python about an effort to teach Python to non-computer science students. Hackers and Trackers: CP4E and Teaching Math with Python, both by Stephen Figgins, are older articles about the beginning of the Computer Programming for Everybody initiative. SIG administrivia Subscribe to the edu-sig mailing list Browse the edu-sig mailing list archives Send suggestions for changes to the edu-sig list.
...Linux, although under Windows it fails at a later point. Issue #3279: Importing site at interpreter was failing silently because the site module uses the open builtin which was not initialized at the time. Issue #3660: Corrected a reference leak in str.encode() when the encoder does not return a bytes object. Issue #3774: Added a few more checks in PyTokenizer_FindEncoding to handle error conditions. Issue #3594: Fix Parser/tokenizer.c:fp_setreadl() to open the file being tokenized by either a f...
...Linux, Apache, MySql, PHP and Python software. Challenged to produce a system quickly and at a low cost we turned to Python to develop and test features and functionality for our website. Our programming team was already familiar with it and explained that Python had a reputation for being powerful while getting the job done quickly. They suggested we develop our first models using Python and so that's the route we decided on. After 6 months of hard work in our basement we launched our busines...
...Linux AU $1,593 Kiwi PyCon 843 SciKit/Learn Sprint 4,816 Our expense for the SciKit/Learn Sprint will be covered by a $5000 donation to the PSF by Google. Expense: Outside Services: Wendroff / QBOL 1,477 The treasurer goes on to say: Most of my time was spent on paying PyCon vendor invoices, processing sponsor payments and working on completing the PyCon accounting detail in QBOL. There was also an unusually large amount of Board interface and HR activi...
If you didn't find what you need, try your search in the Python language documentation.