Re: [RELEASE] Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available

2024-12-03 Thread Jason Friedman via Python-list
curity-fix-only versions too, so everything is as > secure as we can make it. > < > https://discuss.python.org/t/python-3-13-1-3-12-8-3-11-11-3-10-16-and-3-9-21-are-now-available/73214/1#p-211771-python-3131-1 > >Python > 3.13.1 > > Python 3.13’s first maintenance release. My chi

[RELEASE] Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available

2024-12-03 Thread Thomas Wouters via Python-list
8-3-11-11-3-10-16-and-3-9-21-are-now-available/73214/1#p-211771-python-3131-1>Python 3.13.1 Python 3.13’s first maintenance release. My child is all growed up now, I guess! Almost 400 bugfixes, build improvements and documentation changes went in since 3.13.0, making this the very best Python r

Re: Old matplotlib animation now fails

2024-10-18 Thread rbowman via Python-list
On Wed, 16 Oct 2024 23:30:42 +0100, Chris Townley wrote: > Not sure about America, but the bee's knees is still in common use in > the UK https://en.wikipedia.org/wiki/Bee's_knees That version? A local bakery makes a honey flavored pastry they call 'bee's knees' but using it in a conversation w

Re: Old matplotlib animation now fails

2024-10-16 Thread Chris Townley via Python-list
On 16/10/2024 22:47, rbowman wrote: On 16 Oct 2024 08:20:10 GMT, Martin Schöön wrote: Den 2024-10-15 skrev Stefan Ram : Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= wrote or quoted: l.set_data(x0, y0) Well, I got to say, it's pretty rad that you're rocking Python! That language is the bee's k

Re: Old matplotlib animation now fails

2024-10-16 Thread Martin Schöön via Python-list
Den 2024-10-16 skrev Stefan Ram : > Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= wrote or quoted: >>Me rocking Python? > >|to rock >|1. To use. To make do with, usually to great effect. >|"You don't need to make up the guest bed; we can rock the couch." > Urban Dictionary (2005) - Aaron Peckham (editor) (1

Re: Old matplotlib animation now fails

2024-10-16 Thread rbowman via Python-list
On 16 Oct 2024 08:20:10 GMT, Martin Schöön wrote: > Den 2024-10-15 skrev Stefan Ram : >> Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= wrote or >> quoted: >>>l.set_data(x0, y0) >> >> Well, I got to say, it's pretty rad that you're rocking Python! >> That language is the bee's knees, for real. >> >> A

Re: Old matplotlib animation now fails

2024-10-16 Thread Martin Schöön via Python-list
Den 2024-10-15 skrev Stefan Ram : > Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= wrote or quoted: >>l.set_data(x0, y0) > > Well, I got to say, it's pretty rad that you're rocking Python! > That language is the bee's knees, for real. > > As for your question, here's my two cents off the cuff: > Cou

[RELEASE] Python 3.14.0 alpha 1 is now available

2024-10-16 Thread Hugo van Kemenade via Python-list
It's now time for a new alpha of a new version of Python! https://www.python.org/downloads/release/python-3140a1/ **This is an early developer preview of Python 3.14** # Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release, 3.14.0a1 i

Re: Old matplotlib animation now fails

2024-10-16 Thread Martin Schöön via Python-list
Den 2024-10-15 skrev MRAB : > On 2024-10-15 21:16, Martin Schöön via Python-list wrote: >> Some years ago I created a Python program that reads GPS data and >> It is the second to last line that throws an error: >> >> l.set_data(x0, y0) >> >> The error messages drills down to something called

Re: Old matplotlib animation now fails

2024-10-15 Thread MRAB via Python-list
time it worked was about a year ago. Since then I have moved to a later version of Debian and Conda and as a consequence a later version of Python 3 (now 3.12.2). Now my code fails. I have downloaded the latest version of the example and it also fails. It is the second to last line that throws an

Old matplotlib animation now fails

2024-10-15 Thread Martin Schöön via Python-list
to a later version of Debian and Conda and as a consequence a later version of Python 3 (now 3.12.2). Now my code fails. I have downloaded the latest version of the example and it also fails. It is the second to last line that throws an error: l.set_data(x0, y0) The error messages drills down to

[RELEASE] Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!

2024-09-07 Thread Łukasz Langa via Python-list
release and while it’s as close to the final release as we can get it, its use is notrecommended for production environments. Core developers: time to work on documentation now Are all your changes properly documented? Are they mentioned in What’s New <https://docs.python.org/3.13/whatsnew/

[RELEASE] Python 3.10.14, 3.9.19, and 3.8.19 is now available

2024-03-19 Thread Łukasz Langa via Python-list
Howdy! Those are the boring security releases that aren’t supposed to bring anything new. But not this time! We do have a bit of news, actually. But first things first: go update your systems! <https://discuss.python.org/t/python-3-10-14-3-9-19-and-3-8-19-is-now-available/48993#python-3101

[RELEASE] Python 3.13.0a5 is now available

2024-03-12 Thread Thomas Wouters via Python-list
Interpeter Lock <https://peps.python.org/pep-0703/>, and to improve Python performance. The most notable changes so far: - In the interactive interpreter, exception tracebacks are now colorized by default <https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages

[RELEASE] Python 3.13.0a4 is now available

2024-02-15 Thread Thomas Wouters via Python-list
It’s time for Python 3.13.0 alpha 4 (now with SPDX SBOM OMG!): https://www.python.org/downloads/release/python-3130a4/ *This is an early developer preview of Python 3.13* <https://discuss.python.org/t/python-3-13-alpha-4/46042#major-new-features-of-the-313-series-compared-to-312-1>Maj

[RELEASE] Python 3.12.2 and 3.11.8 now available.

2024-02-07 Thread Thomas Wouters via Python-list
*Python 3.12.2 and 3.11.8 are here! *In addition to all the usual bugfixes, these releases contain a small security fix: hidden .pth files are no longer automatically read and executed as part of Python startup. (New releases

Python 3.13.0a3 is now available.

2024-01-17 Thread Thomas Wouters via Python-list
>, and to improve Python performance. The most notable changes so far: - In the interactive interpreter, exception tracebacks are now colorized by default <https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages>. - Docstrings now have their leading indentation

Python 3.12.1 is now available

2023-12-07 Thread Thomas Wouters via Python-list
Python 3.12.1 is now available. https://www.python.org/downloads/release/python-3121/ This is the first maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.1 is the latest

Python 3.13.0 alpha 2 now available.

2023-11-22 Thread Thomas Wouters via Python-list
Well, well, well, it’s time for Python 3.13.0 alpha 2! https://www.python.org/downloads/release/python-3130a2/ *This is an early developer preview of Python 3.13* Major new features of

Python 3.13.0 alpha 1 now available.

2023-10-13 Thread Thomas Wouters via Python-list
It’s not a very exciting release (yet), but it’s time for the first alpha of Python 3.13 anyway! https://www.python.org/downloads/release/python-3130a1/ *This is an early developer preview of Python 3.13*

Python 3.12.0 (final) now available.

2023-10-02 Thread Thomas Wouters via Python-list
ved error messages <https://docs.python.org/3.12/whatsnew/3.12.html#improved-error-messages>. More exceptions potentially caused by typos now make suggestions to the user. - Support for the Linux perf profiler <https://docs.python.org/3.12/howto/perf_profiling.html>

Python 3.12.0 rc3 (final release candidate I promise!) now available

2023-09-19 Thread Thomas Wouters via Python-list
nal release as we can get it, its use is *not* recommended for production environments. <https://discuss.python.org/t/python-3-12-0rc2-final-release-candidate-released/33105#core-developers-time-to-work-on-documentation-now-3>Core developers: time to work on documentation now - Are al

Python 3.12.0 rc2 (final release candidate) now available.

2023-09-06 Thread Thomas Wouters via Python-list
n get it, its use is *not* recommended for production environments. <https://discuss.python.org/t/python-3-12-0rc2-final-release-candidate-released/33105#core-developers-time-to-work-on-documentation-now-3>Core developers: time to work on documentation now - Are all your changes properly do

[RELEASE] Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available

2023-08-24 Thread Łukasz Langa via Python-list
y Gregory P. Smith. Upgrading is highly recommended to all users of affected versions. <https://discuss.python.org/t/python-3-11-5-3-10-13-3-9-18-and-3-8-18-is-now-available/32254/1#python-3115-1>Python 3.11.5 Get it here: https://www.python.org/downloads/release/python-3115/ This release was

[RELEASE] Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available

2023-06-07 Thread Łukasz Langa via Python-list
Greetings! Time for another combined release of six separate versions of Python! <https://discuss.python.org/t/python-3-11-4-3-10-12-3-9-17-3-8-17-3-7-17-and-3-12-0-beta-2-are-now-availble/27477#before-you-scroll-away-to-the-download-links-1>Before you scroll away to the download links

DIPY Workshop 2023 now to be held online! April 24-28.

2023-04-12 Thread Eleftherios Garyfallidis
ssured, we are fully equipped to ensure that the virtual workshop will run smoothly. It's worth noting that all talks this year will be conducted live, as opposed to pre-recorded. So now we are offering the following updated and flexible registration <https://dipy.org/workshops/dipy

[RELEASE] Python 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16, and 3.12.0 alpha 3 are now available

2022-12-06 Thread Łukasz Langa
in SHA-3 to fix CVE-2022-37454 <https://nvd.nist.gov/vuln/detail/CVE-2022-37454>. 3.7 - 3.9 (already released in 3.10+ before): gh-68966 <https://github.com/python/cpython/issues/68966>: The deprecated mailcap module now refuses to inject unsafe text (filenames, MIME types,

[RELEASE] Python versions 3.10.8, 3.9.15, 3.8.15, 3.7.15 now available

2022-10-11 Thread Łukasz Langa
pace 😅 <https://discuss.python.org/t/python-versions-3-10-8-3-9-15-3-8-15-3-7-15-now-available/19889#security-content-this-time-1>Security content this time CVE-2022-40674: bundled libexpat was upgraded from 2.4.7 to 2.4.9 which fixes a heap use-after-free vulnerability in function doC

[RELEASE] Python versions 3.10.7, 3.9.14, 3.8.14, 3.7.14 now available with security content

2022-09-07 Thread Łukasz Langa
between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a ValueError <https://docs.python.org/release/3.10.7/whatsnew/3.10.html#notable-security-feature-in-3-10-7> if the number of digits in string form is above a limit

Python-announce] ANN: GF4 Now Has A Plugin Capability

2022-09-06 Thread Thomas Passin
A new plugin capability for the GF4 Waveform Calculator lets a Python file in the new plugins directory add a new command and command button. This is helpful for adding or developing new functionality. Basic information for writing and using plugins is included in the README file in the plugin

[RELEASE] The last 3.11 beta release (3.11.0b5) is now available

2022-07-26 Thread Pablo Galindo Salgado
ntifiers (`*+, ++, ?+, {m,n}+`) are now supported in regular expressions. * The [Faster Cpython Project](https://github.com/faster-cpython/) is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchma

Re: Now for something completely different...

2022-05-22 Thread MRAB
On 2022-05-23 00:30, Chris Angelico wrote: On Mon, 23 May 2022 at 09:19, Skip Montanaro wrote: That's not too informative (other than its relationship to moi), and I have room for probably four or five more characters. (I have a graphic artist in mind, so the space need not strictly be text eit

Re: Now for something completely different...

2022-05-22 Thread Chris Angelico
On Mon, 23 May 2022 at 09:19, Skip Montanaro wrote: > That's not too informative (other than its relationship to moi), and I have > room for probably four or five more characters. (I have a graphic artist in > mind, so the space need not strictly be text either.) Aww, not enough room to say "stra

Now for something completely different...

2022-05-22 Thread Skip Montanaro
, I should have a custom-made frame, which will also happen to have been built by me. It will need paint or powder coat and graphics. I'm looking for ideas about the graphics. Though I spent most of my professional life noodling around with Python (I'm now retired), I don't reall

[RELEASE] Python 3.9.13 is now available

2022-05-17 Thread Łukasz Langa
ance release. Starting now, the 3.9 branch will only accept security fixes and releases of those will be made in source-only form until October 2025. This is a milestone moment for me as it means that now both of my release series are security-only. My work as release manager enters its final sta

[RELEASE] Python 3.10.4 and 3.9.12 are now available out of schedule

2022-03-24 Thread Łukasz Langa
Did anybody say cursed releases <https://discuss.python.org/t/python-3-10-3-3-9-11-3-8-13-and-3-7-13-are-now-available-with-security-content/14353>? Well, it turns out that 3.10.3 and 3.9.11 both shipped a regression which caused those versions not to build on Red Hat Enterprise Linux 6.

[RELEASE] Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content

2022-03-16 Thread Łukasz Langa
Welcome again to the exciting world of releasing new Python versions! Last time around I was complaining about cursed releases <https://discuss.python.org/t/python-3-10-2-3-9-10-and-3-11-0a4-are-now-available/13146>. This time around I could complain about security content galore and how

[RELEASE] Python 3.10.2, 3.9.10, and 3.11.0a4 are now available

2022-01-14 Thread Łukasz Langa
be this intense all year! <https://discuss.python.org/t/python-3-10-2-3-9-10-and-3-11-0a4-are-now-available/13146#python-3102-1>Python 3.10.2 Get it here: https://www.python.org/downloads/release/python-3102/ <https://www.python.org/downloads/release/python-3102/> <https://

[RELEASE] Python 3.9.9 hotfix release is now available

2021-11-15 Thread Łukasz Langa
Get it here: https://www.python.org/downloads/release/python-399/ <https://www.python.org/downloads/release/python-399/> Python 3.9.9 is the eighth maintenance release of the legacy 3.9 series. Python 3.10 is now the latest feature release series of Python 3. Get the latest release of

[RELEASE] Python 3.9.8 and 3.11.0a2 are now available

2021-11-05 Thread Łukasz Langa
on-python-org/11737> so the patched installer is now also available under the original filename. <https://discuss.python.org/t/python-3-9-8-and-3-11-0a2-are-now-available/11763#python-398-2>Python 3.9.8 Get it here: https://www.python.org/downloads/release/python-398/ <https://www

EuroPython 2021: All edited videos now available

2021-10-12 Thread Marc-Andre Lemburg
We’re happy to release another batch of 41 cut videos of EuroPython 2021 covering the third day sessions of the conference and a number of edited videos for the previous days. In total, we now have 118 videos waiting for you. You can watch them on our YouTube channel. We have created a EuroPython

FlaskCon's CFP is now open till Oct 24

2021-09-28 Thread Abdur-Rahmaan Janhangeer
Greetings folks, FlaskCon is around again this year, the very latest conf of the year. Bouncing in the first week of December, 1 2 3 4. CFP is open, submit -> https://flaskcon.com/ Any queries, let them fly to flask...@gmail.com Kind Regards, Abdur-Rahmaan Janhangeer about

[RELEASE] Python 3.7.12 and 3.6.15 security updates now available

2021-09-04 Thread Ned Deily
Python 3.7.12 and 3.6.15, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files, links to the changelogs, and more information here: https://www.python.org/downloads/release/python-3712/ https://www.python.org/downloads/release

[RELEASE] Python 3.9.7 and 3.8.12 are now available

2021-08-30 Thread Łukasz Langa
urrently scheduled for 2021-11-01. <https://discuss.python.org/t/python-3-9-7-and-3-8-12-now-available/10401#the-second-security-only-release-of-python-38-2>The Second Security-Only Release of Python 3.8 Get it here: https://www.python.org/downloads/release/python-3812/ <https://www.p

Re: [ANN] Austin -- CPython frame stack sampler v3.0.0 is now available

2021-07-02 Thread Martin Di Paola
ny improvements, including a re-worked sleepless mode that now gives an estimate of CPU time, initial support for Python 3.10, better support for Python-based binaries like gunicorn, uWSGI, etc. on all supported platforms. Austin is a pure C application that has no dependencies other than the C standa

[ANN] Austin -- CPython frame stack sampler v3.0.0 is now available

2021-07-02 Thread Gabriele Tornetta
ncluding a re-worked sleepless mode that now gives an estimate of CPU time, initial support for Python 3.10, better support for Python-based binaries like gunicorn, uWSGI, etc. on all supported platforms. Austin is a pure C application that has no dependencies other than the C standard li

[RELEASE] Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available

2021-06-28 Thread Łukasz Langa
fixes. There’s also two fixes for 3.8.10 regressions. Take a look at the change log <https://docs.python.org/release/3.8.11/whatsnew/changelog.html> for details. According to the release calendar specified in PEP 569 <https://www.python.org/dev/peps/pep-0569/>, Python 3.8 is now in se

Farewell, for now :)

2021-05-31 Thread Kyle Stanley
Hi all, Last week, I started a new thread on discuss.python.org <https://discuss.python.org/t/farewell-for-now/8918?u=aeros> about my intention to take a further extended break from open source to continue my mental health healing process. Just wanted to announce it in the other channels a

[RELEASE] Python 3.8.10, 3.9.5, and 3.10.0b1 are now available

2021-05-03 Thread Łukasz Langa
This has been a very busy day for releases and on behalf of the Python development community we’re happy to announce the availability of three new Python releases. Python 3.10 is now in Beta Get it here: Python 3.10.0b1 <https://www.python.org/downloads/release/python-3100b1/> Python 3

[RELEASE] Python 3.9.4 hotfix is now available

2021-04-04 Thread Łukasz Langa
3.9.3). If this weren’t the case, library authors would have to ship separate binary wheels on PyPI for every single bugfix release of Python. That would be very inconvenient. <https://discuss.python.org/t/python-3-9-4-hotfix-is-now-available/8056#what-broke-in-python-393>What broke in

[RELEASE] Python 3.9.3 and 3.8.9 are now available

2021-04-02 Thread Łukasz Langa
t;https://discuss.python.org/t/python-3-9-3-and-3-8-9-are-now-available/8024#release-calendar>Release Calendar Due to the security fixes, those releases are made a month sooner than planned. I decided to keep the release calendar intact, meaning that the last full regular maintenance release

Python 3.10.0a6 is available, now with 100% more pattern matching

2021-03-02 Thread Pablo Galindo Salgado
Remember us? It's your friendly CPython release team and we have something we think you may like: The new alpha release of Python 3.10 is here, now with 100% more pattern matching. If I were you, I would download it and start playing with it. Extra points if you report us any bugs you find

[RELEASE] Python 3.10.0a6 is available, now with 100% more pattern matching

2021-03-02 Thread Pablo Galindo Salgado
Remember us? It's your friendly CPython release team and we have something we think you may like: The new alpha release of Python 3.10 is here, now with 100% more pattern matching. If I were you, I would download it and start playing with it. Extra points if you report us any bugs you find

[RELEASE] Python 3.9.2 and 3.8.8 are now available

2021-02-19 Thread Łukasz Langa
viding release candidates for bugfix versions. Starting from now on after the initial 3.x.0 final release, all subsequent releases are going to be provided as is in bi-monthly intervals. The release calendar PEPs for 3.8 and 3.9 have been updated accordingly. On the severity of CVE-2021-3177 W

[RELEASE] Python 3.9.2rc1 and 3.8.8rc1 are now available for testing

2021-02-17 Thread Łukasz Langa
I’m happy to announce two release candidates today: Python 3.9.2rc1, and Python 3.8.8rc1. Get them from: https://www.python.org/downloads/release/python-392rc1/ https://www.python.org/downloads/release/python-388rc1/

[RELEASE] Python 3.7.10 and 3.6.13 security updates now available

2021-02-15 Thread Ned Deily
Python 3.7.10 and 3.6.13, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files, links to the changelogs, and more information here: https://www.python.org/downloads/release/python-3710/ https://www.python.org/downloads/release

Python 3.10.0a5 is now available

2021-02-03 Thread Pablo Galindo Salgado
Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.10 series without copy-paste typos? Go get it here: https://www.python.org/downloads/release

[ANN] Austin -- CPython frame stack sampler v2.1.1 is now available

2021-01-12 Thread Gabriele Tornetta
I am delighted to announce the release 2.1.1 of Austin. If you haven't heard of Austin before, it is an open-source frame stack sampler for CPython, distributed under the GPLv3 license. It can be used to obtain statistical profiling data out of a running Python application without a single line of

[RELEASE] Python 3.10.0a4 is now available

2021-01-04 Thread Pablo Galindo Salgado
__future__ import annotations (PEP 563) is now the default. * PEP 618 – Add Optional Length-Checking To zip. (Hey, fellow core developer, if a feature you find important is missing from this list, let me know.) The next pre-release of Python 3.10 will be 3.10.0a5, currently scheduled for 2021-02-01. *And

[RELEASE] Python 3.8.7 is now available

2020-12-21 Thread Łukasz Langa
Python 3.8.7 is the seventh maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-387/ Note: this is a bugfix release for the 3.8 series which was superseded by Python 3.9, currently the latest fe

Re: [RELEASE] Python 3.9.1 is now available, together with 3.10.0a3 and 3.8.7rc1

2020-12-08 Thread Terry Reedy
On 12/7/2020 8:33 PM, Pablo Galindo Salgado wrote: It's starting to get very cold (at least on the Northern hemisphere) so we have been carefully packaging a total of three new Python releases to keep you warm these days! Python 3.9.1 is the first maintenance release of Python 3.9, and also the

[RELEASE] Python 3.9.1 is now available, together with 3.10.0a3 and 3.8.7rc1

2020-12-07 Thread Pablo Galindo Salgado
It's starting to get very cold (at least on the Northern hemisphere) so we have been carefully packaging a total of three new Python releases to keep you warm these days! Python 3.9.1 is the first maintenance release of Python 3.9, and also the first version of Python to support macOS 11 Big Sur n

[RELEASE] Python 3.9.1rc1 is now ready for testing

2020-11-26 Thread Łukasz Langa
lar bi-monthly intervals, with 3.9.2 planned for end of January 2021. Installer news 3.9.1rc1 is the first version of Python to support macOS 11 Big Sur. With Xcode 11 and later it is now possible to build “Universal 2” binaries which work on Apple Silicon. We are providing such an installer

[ANN] Austin -- CPython frame stack sampler v2.0.0 is now available

2020-10-13 Thread Gabriele
on applications that were included in the main repository have been moved to dedicated projects on GitHub. The TUI can now be found at https://github.com/P403n1x87/austin-tui while Austin Web is now available from https://github.com/P403n1x87/austin-web They can both be installed easily from P

Re: Which Version Of Python Is Best To Install Now..

2020-10-09 Thread Mats Wichmann
On 10/9/20 1:02 AM, Muhammad Saad wrote: >  > >  > >Sent from [1]Mail for Windows 10 > >I Want To Reinstall Python Now Which Version I Install Now > > References > >Visible links >1. https://go.microsoft.com/fwlink/?LinkId=5509

Which Version Of Python Is Best To Install Now..

2020-10-09 Thread Muhammad Saad
    Sent from [1]Mail for Windows 10 I Want To Reinstall Python Now Which Version I Install Now References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: [RELEASE] Python 3.9.0 is now available, and you can already test 3.10.0a1!

2020-10-07 Thread Tomas Hrnciar
.9 was over 3.8, and so on. > > In fact, our newest Release Manager, Pablo Galindo Salgado, prepared the > first alpha release of what will become 3.10.0 a year from now. You can > check it out here: > > https://www.python.org/downloads/release/python-3100a1/ < > https://www.pyt

Re: [RELEASE] Python 3.9.0 is now available, and you can already test 3.10.0a1!

2020-10-05 Thread Terry Reedy
a year from now. You can check it out here: https://www.python.org/downloads/release/python-3100a1/ <https://www.python.org/downloads/release/python-3100a1/> I am really happy to see this. Partly because it is the first fully post-2.x release. Partly because it is the first 3.xx r

[RELEASE] Python 3.9.0 is now available, and you can already test 3.10.0a1!

2020-10-05 Thread Łukasz Langa
prepared the first alpha release of what will become 3.10.0 a year from now. You can check it out here: https://www.python.org/downloads/release/python-3100a1/ <https://www.python.org/downloads/release/python-3100a1/> We hope you enjoy the new releases! Thanks to all of the many volunte

Re: [RELEASE] Python 3.8.6 is now available

2020-09-30 Thread Mats Wichmann
On 9/29/20 9:16 AM, David Raymond wrote: >> Python 3.8.6 is the sixth maintenance release of Python 3.8. Go get it here: > >> https://www.python.org/downloads/release/python-386/ >> > > > Just a quick note that there still seem to be a few

RE: [RELEASE] Python 3.8.6 is now available

2020-09-29 Thread David Raymond
> Python 3.8.6 is the sixth maintenance release of Python 3.8. Go get it here: > https://www.python.org/downloads/release/python-386/ > Just a quick note that there still seem to be a few places on the website which are still showing 3.8.5

[RELEASE] Python 3.8.6 is now available

2020-09-24 Thread Łukasz Langa
Python 3.8.6 is the sixth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-386/ Maintenance releases for the 3.8 series will continue at regular bi-monthly intervals, with 3.8.7 planned for

[RELEASE] Python 3.9.0rc2 is now available for testing

2020-09-17 Thread Łukasz Langa
ommended for production environments. Information for core developers The 3.9 branch is now accepting changes for 3.9.1. To maximize stability, the final release will be cut from the v3.9.0rc2 tag. If you need the release manager to cherry-pick any critical fixes, mark issues as release blockers and/o

[RELEASE] Python 3.8.6rc1 is now ready for testing

2020-09-08 Thread Łukasz Langa
Python 3.8.6rc1 is the release candidate of the sixth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-386rc1/ Assuming no critical problems are found prior to 2020-09-21, the scheduled

[RELEASE] Python 3.9.0rc1 is now available

2020-08-11 Thread Łukasz Langa
now * Are all *your* changes properly documented? * Did you notice *other* changes you know of to have insufficient documentation? Community members We *strongly encourage* maintainers of third-party Python projects to prepare their projects for 3.9 compatibility during this phase. As always

[RELEASE] Python 3.8.4 is now available

2020-07-13 Thread Łukasz Langa
Python 3.8.4 is the fourth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-384/ Maintenance releases for the 3.8 series will continue at regular bi-monthly intervals, with 3.8.5 planned for

[RELEASE] Python 3.9.0b4 is now ready for testing

2020-07-03 Thread Łukasz Langa
en Python is initialized multiple times in the same process, it does not leak memory anymore; A number of Python builtins (range, tuple, set, frozenset, list, dict) are now sped up using PEP 590 <https://www.python.org/dev/peps/pep-0590> vectorcall; A number of Python modules (_abc, audioop,

[RELEASE] Python 3.8.4rc1 is now ready for testing

2020-06-30 Thread Łukasz Langa
Python 3.8.4rc1 is the release candidate of the fourth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-384rc1/ Assuming no critical problems are found prior to 2020-07-13, the scheduled r

[RELEASE] Python 3.7.8 and 3.6.11 now available - last 3.7.x bugfix release

2020-06-28 Thread Ned Deily
https://discuss.python.org/t/python-3-7-8-and-3-6-11-now-available-last-3-7-x-bugfix-release/4583 -- Ned Deily n...@python.org -- [] -- https://mail.python.org/mailman/listinfo/python-list

[ANN] Austin -- Python frame stack sampler for CPython v1.0.1 is now available

2020-06-21 Thread Gabriele
I am delighted to announce the release 1.0.1 of Austin. If you haven't heard of Austin before, it is a frame stack sampler for CPython. It can be used to obtain statistical profiling data out of a running Python application without a single line of instrumentation. This means that you can start pro

[RELEASE] Python 3.7.8rc1 and 3.6.11rc1 are now available for testing

2020-06-17 Thread Ned Deily
Details here: https://discuss.python.org/t/python-3-7-8rc1-and-3-6-11rc1-are-now-available-for-testing/4467 https://www.python.org/downloads/release/python-378rc1/ https://www.python.org/downloads/release/python-3611rc1/ -- Ned Deily n...@python.org -- [] -- https://mail.python.org

[RELEASE] Python 3.9.0b3 is now available for testing

2020-06-09 Thread Łukasz Langa
aller. By the time we learned of the severity of the bug I already tagged and published the release on python.org <http://python.org/>. That’s why we couldn’t just re-do the release under the same version. Sorry for the trouble. We’re tweaking our release process to catch this problem so

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-06-01 Thread Joseph Jenne via Python-list
I used https://github.com/python/pyperformance pyperformance to compare Arch linux latest Python 3.8.3 (default, May 17 2020, 18:15:42) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. against a vanilla build (configure make makeinstall) of pyth

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-05-31 Thread Robin Becker
I used https://github.com/python/pyperformance pyperformance to compare Arch linux latest Python 3.8.3 (default, May 17 2020, 18:15:42) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. against a vanilla build (configure make makeinstall) of pytho

David Beazley's Practical Python Course Now Open & Free

2020-05-29 Thread Abdur-Rahmaan Janhangeer
erson groups since 2007." It has been taught to: "Traders, systems admins, astronomers, tinkerers, and even a few hundred rocket scientists who used Python to help land a rover on Mars–they’ve all taken this course. Now, I’m pleased to make it available under a Creative Commons license.

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-05-20 Thread Robin Becker
On 19/05/2020 23:41, Robin Becker wrote: .. robin@minikat:~/devel/reportlab $ $HOME/LOCAL/3.9b1/bin/python3.9 Python 3.9.0b1 (default, May 19 2020, 12:50:30) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. import distutils /home/robin/LOCAL/3

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-05-19 Thread Robin Becker
.. robin@minikat:~/devel/reportlab $ $HOME/LOCAL/3.9b1/bin/python3.9 Python 3.9.0b1 (default, May 19 2020, 12:50:30) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. import distutils /home/robin/LOCAL/3.9b1/lib/python3.9/distutils/__init__.py:

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-05-19 Thread Barry
> On 19 May 2020, at 21:36, Robin Becker wrote: > > On 19/05/2020 10:49, Łukasz Langa wrote: >> On behalf of the entire Python development community, and the currently >> serving Python release team in particular, I’m pleased to announce the >> release of Python 3.9.0b1. Get it here: >> http

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-05-19 Thread Robin Becker
On 19/05/2020 10:49, Łukasz Langa wrote: On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.9.0b1. Get it here: https://www.python.org/downloads/release/python-390b1/

[RELEASE] Python 3.9.0b1 is now available for testing

2020-05-19 Thread Łukasz Langa
and signals; BPO 39926 <https://bugs.python.org/issue39926>, Unicode support updated to version 13.0.0; BPO 1635741 <https://bugs.python.org/issue1635741>, when Python is initialized multiple times in the same process, it does not leak memory anymore; A number of Python builtins (range,

[RELEASE] Python 3.8.3 is now available

2020-05-14 Thread Łukasz Langa
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.8.3, the third maintenance release of Python 3.8. You can find it here: https://www.python.org/downloads/release/python-383/

[RELEASE] Python 3.8.3rc1 is now ready for testing

2020-04-29 Thread Łukasz Langa
Python 3.8.3rc1 is the release candidate of the third maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-383rc1/ Assuming no critical problems are found prior to 2020-05-11, the scheduled

Re: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Paul Moore
m[-1]!= '\n'and'\n'or' ' This is '\n' if m[-1] != '\n' else ' ' ... just written in a way that was common before the if-expression was invented, using and and or. In itself, it's fine. The problem is that the space in "and '\n'" is omitted (presumably for brevity for some reason?) leav

Re: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Rhodri James
On 29/04/2020 20:23, Schachner, Joseph wrote: norm=lambda m: m+(m and(m[-1]!= '\n'and'\n'or' ')or'\n') Parentheses 1 2 1 0 quotes 1 0 1 0 1 0

RE: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Schachner, Joseph
hon.org; python-annou...@python.org Subject: Re: [RELEASE] Python 3.9.0a6 is now available for testing On 28/04/2020 16:52, Łukasz Langa wrote: > On behalf of the entire Python development community, and the currently > serving Python release team in particular, I’m pleased to announce the &g

Re: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Peter J. Holzer
On 2020-04-28 17:52:58 +0200, Łukasz Langa wrote: > Many new features for Python 3.9 are still being planned and written. Among > the new major new features and changes so far: [...] > PEP 617 , New PEG parser for > CPython [...] On 2020-04-29 15:51:37

Re: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Robin Becker
On 28/04/2020 16:52, Łukasz Langa wrote: On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.9.0a6. Get it here: thanks for the release; I tried to reply in the dev list, but fa

[RELEASE] Python 3.9.0a6 is now available for testing

2020-04-28 Thread Łukasz Langa
initialized multiple times in the same process, it does not leak memory anymore A number of Python builtins (range, tuple, set, frozenset, list) are now sped up using PEP 590 <https://www.python.org/dev/peps/pep-0590> vectorcall A number of standard library modules (audioop, ast, grp, _hashlib

[RELEASE] Python 3.9.0a5 is now available for testing

2020-03-23 Thread Łukasz Langa
tialized multiple times in the same process, it does not leak memory anymore A number of Python builtins (range, tuple, set, frozenset, list) are now sped up using PEP 570 <https://www.python.org/dev/peps/pep-0570> vectorcall A number of standard library modules (audioop, ast, grp, _hashlib, p

[RELEASE] Python 3.7.7 is now available

2020-03-10 Thread Ned Deily
https://discuss.python.org/t/python-3-7-7-is-now-available/3682 https://www.python.org/downloads/release/python-377/ -- Ned Deily n...@python.org -- [] -- https://mail.python.org/mailman/listinfo/python-list

  1   2   3   4   5   6   7   8   9   10   >