Leo 5.7b1 released

2018-01-31 Thread Edward K. Ream
Leo 5.7b1 is now available on SourceForge and on GitHub . Leo is an IDE, outliner and PIM, as described here . Simulating Leo's features in Vim, Em

ANN: ReportLab Book Kickstarter

2018-01-31 Thread Mike Driscoll
I have recently started my 4th self-published book, ReportLab: PDF Processing with Python. This is the first book on ReportLab, a great package for creating reports in the PDF format. You can read more about it here: https://www.kickstarter.com/projects/34257246/reportlab-pdf-processing-with-python

pytest 3.4.0 released!

2018-01-31 Thread Bruno Oliveira
The pytest team is proud to announce the 3.4.0 release! pytest is a mature Python testing tool with more than a 1600 tests against itself, passing on many different interpreters and platforms. This release contains considerable improvements to the logging facilities as well as other fixes and imp

[RELEASE] Python 3.7.0b1 is now available for testing

2018-01-31 Thread Ned Deily
On behalf of the Python development community and the Python 3.7 release team, I'm happy to announce the availability of Python 3.7.0b1. b1 is the first of four planned beta releases of Python 3.7, the next major release of Python, and marks the end of the feature development phase for 3.7. You c

Re: [wxPython-dev] wxPython 4.0.0 final

2018-01-31 Thread Eric Fahlgren
Excellent work, Robin (and other committers)! Thanks for all your continued efforts to keep wxPython alive and growing. On Wed, Jan 31, 2018 at 5:37 PM, Robin Dunn wrote: > > Announcing wxPython 4.0.0 > = > > PyPI: https://pypi.python.org/pypi/wxPython/4.0.0 > Extras:

Developer docker images

2018-01-31 Thread Barry Warsaw
With the release of 3.7b1, I’ve updated the semi-official python-dev big ol’ docker image you can use in various CI and development tasks, such as for GitLab CI runners. This image is based on Ubuntu 16.04 LTS, and comes with the latest Python 2.7, 3.4, 3.5, 3.6, 3.7, and git master (now 3.8a0)

wxPython 4.0.0 final

2018-01-31 Thread Robin Dunn
Announcing wxPython 4.0.0 = PyPI: https://pypi.python.org/pypi/wxPython/4.0.0 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip:``pip install wxPython==4.0.0`` Changes in this release include the following: * Fixes in wx.aui to properly transfer ownership o