[Python-announce] Pygments 2.16 released

2023-08-06 Thread Matthäus G . Chajdas
I'm happy to announce the release of Pygments 2.16. Pygments is a generic syntax highlighter written in Python. Pygments 2.16 provides a dozen new lexers and many improvements to existing lexers, as well as new styles. Please have a look at the changelog .

[Python-announce] [RELEASE] Python 3.12.0 release candidate 1 released

2023-08-06 Thread Thomas Wouters
I'm pleased to announce the release of Python 3.12.0rc1: https://www.python.org/downloads/release/python-3120rc1/ This is the first release candidate of Python 3.12.0 This release, *3.12.0rc1*, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes wh

[Python-announce] Pygments 2.16.1 released

2023-08-06 Thread Matthäus G . Chajdas
I'm happy to announce the release of Pygments 2.16.1. Pygments is a generic syntax highlighter written in Python. Pygments 2.16.1 is a hotfix release. Please have a look at the changelog . Report bugs and feature requests in the issue tracker:

[Python-announce] ANN: NumExpr 2.8.5

2023-08-06 Thread Robert McLeod
Hi everyone, In 2.8.5 we have added a new function, `validate` which checks an expression `ex` for validity, for usage where the program is parsing a user input. There are also consequences for this sort of usage, since `eval(ex)` is called, and as such we do some string sanitization as described