EuroPython 2019: Early-bird ticket sales open today

2019-05-19 Thread M.-A. Lemburg
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST. We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount of up to 50% over the standard rate and are usually sold out within a few hours. In 2018 early bird tickets

[Project Announcement] tglogger: Sending Live Logging Records to A Python Chat

2019-05-19 Thread Eray Erdin
I hereby announce my new project called tglogger to Python community. Check it out here . *What It Does* tglogger contains custom handler and formatter implementations in order to send logging records directly to a chat, which means you get logging feed

ANN: SciPy 1.3.0

2019-05-19 Thread Tyler Reddy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, On behalf of the SciPy development team I'm pleased to announce the release of SciPy 1.3.0. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releases/tag/v1.3.0 One of a few

pytest 4.5

2019-05-19 Thread Bruno Oliveira
The pytest team is proud to announce the 4.5.0 release! pytest is a mature Python testing tool with more than a 2000 tests against itself, passing on many different interpreters and platforms. This release contains a number of bugs fixes and improvements, so users are encouraged to take a look

[ANN] PVMismatch v4.1: Python tools for photovoltaic IV curve modeling

2019-05-19 Thread Mark Mikofski
PVMismatch-4.1 has been released Release Notes: https://github.com/SunPower/PVMismatch/releases/tag/v4.1 PyPI: https://pypi.org/project/pvmismatch/ Docs: https://sunpower.github.io/PVMismatch/ GitHub: https://github.com/SunPower/PVMismatch -- Mark Mikofski, PhD (2005) *Fiat Lux* --

[ANN] pvlib-python v0.6.3: predicting power for solar energy

2019-05-19 Thread Mark Mikofski
pvlib-0.6.3 has been released What's New: https://pvlib-python.readthedocs.io/en/stable/whatsnew.html#v0-6-3-may-15-2019 PyPI: https://pypi.org/project/pvlib/ Read the Docs: https://pvlib-python.readthedocs.io/en/latest/ GitHub: https://github.com/pvlib/pvlib-python -- Mark Mikofski, PhD

CheetahTemplate 3.2.3

2019-05-19 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.2.3, the third bugfix release of branch 3.2 of CheetahTemplate3. What's new in CheetahTemplate3 == Bug fixes: - Fixed infinite recursion in ``ImportManager`` on importing a builtin module. Documentation: - The site

EuroPython 2019: CFP ends on May 12

2019-05-19 Thread M.-A. Lemburg
We would like to remind you that the Call for Proposals closes this coming Sunday: EuroPython 2019 CFP ends on May 12 23:59:59 CEST Please submit your proposal via our website: * https://ep2019.europython.eu/events/call-for-proposals/ * For full details, please see our previous

EuroPython 2019: Talk Voting is open

2019-05-19 Thread M.-A. Lemburg
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until: * Friday, May 17 23:59:59 CEST * In order to vote, please log in to the website and then navigate to the talk voting page: *

pytest 4.4.2

2019-05-19 Thread Bruno Oliveira
pytest 4.4.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: *

EuroPython 2019: Call for Sponsors

2019-05-19 Thread M.-A. Lemburg
Reach out to many enthusiastic Python developers, users and professionals in Basel this July ! Sponsoring EuroPython guarantees you highly targeted visibility and the opportunity to present yourself and your company in a professional and innovative environment. Also, as a sponsor of EuroPython

Farewell, Python 3.4

2019-05-19 Thread Larry Hastings
It's with a note of sadness that I announce the final retirement of Python 3.4.  The final release was back in March, but I didn't get around to actually closing and deleting the 3.4 branch until this morning. Python 3.4 introduced many features we all enjoy in modern Python--the asyncio,

PyCharm installation

2019-05-19 Thread Syed Rizvi
Hi, I tried to install PyCharm. First time when I installed it, it worked well. It developed some problem and when I reinstalled PyCharm, it gives me error. I have installed it several times but could not install it I am unable to install PyCharm. --

EuroPython 2019: Early-bird ticket sales

2019-05-19 Thread M.-A. Lemburg
As in the last few years, we will again have early-bird ticket sales for the conference. We plan to open early bird ticket sales on Monday, May 13th at 12:00 CEST. This year, we will have 200 early-bird tickets available when we open up ticket sales. They offer

[RELEASE] Python 3.8.0a4 is now available for testing

2019-05-19 Thread Łukasz Langa
It's time for the LAST alpha of Python 3.8.0. Go get it here: https://www.python.org/downloads/release/python-380a4/ Python 3.8.0a4 is the fourth and final alpha release of Python 3.8, the next feature release of Python. During the alpha

The if is not working properly

2019-05-19 Thread nobelio
When you print the variable “a” it appears as True, but the program is it is not getting in the if a==True: Enviado do Email para Windows 10 --- Este e-mail foi verificado quanto a vírus pelo AVG. http://www.avg.com -- https://mail.python.org/mailman/listinfo/python-list

Tkinter optionMenu Resize

2019-05-19 Thread Cummins, Hayden
Hi! I've been having a lot of trouble resizing the Tkinter optionMenu feature due to my inexperience in Python. Is there a way to resize the option menu? If so, how? I've tried using the config function and it makes it so the program no longer executes. I also can't find any articles about this

[issue36881] isinstance raises TypeError for metaclass with metaclass=ABCMeta

2019-05-19 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20596] Support for alternate wcstok syntax for Windows compilers

2019-05-19 Thread Erik Janssens
Erik Janssens added the comment: The same issue was handled in bpo-35890 -- pull_requests: +13329 ___ Python tracker ___ ___

[issue35890] Cleanup some non-consistent API callings

2019-05-19 Thread Erik Janssens
Change by Erik Janssens : -- pull_requests: +13328 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36810] Recursive type annotations do not work in documentation tests

2019-05-19 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: > I don't think there's an actionable bug here. OK, then taking into account there is a decent workaround, I am closing this. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python

[issue36957] Speed up math.isqrt

2019-05-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have also some ideas about algorithmic optimizations (they need to be tested). In classic formula $a_{i+1} = a_i + (n - a_i^2)/(2*a_i)$ we can calculate $n - a_i^2$ as $(n - a_{i-1}^2) - (a_i^2 - a_{i-1})^2 = (n - a_{i-1}^2) - (a_i^2 - a_{i-1})*(a_i^2 +

[issue36957] Speed up math.isqrt

2019-05-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It is possible to get yet 10-20% by avoiding to create temporary Python integers for right arguments of shift operations. PR 13416 adds two private functions _PyLong_Rshift() and _PyLong_Lshift() which take the second argument as C size_t instead of

[issue36957] Speed up math.isqrt

2019-05-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +13327 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23012] RuntimeError: settrace/setprofile function gets lost

2019-05-19 Thread Batuhan
Batuhan added the comment: I try to track down this. sys_settrace calls PyEval_SetTrace with trace_trampoline and the function given to it. The trace_trampoline is important because it checks the result and if result is NULL (for example like f() recursion in your code) it sets

Re: Checking network input processing by Python for a multi-threaded server

2019-05-19 Thread Markus Elfring
> socketserver threading model is that the main server loops waiting for > connection requests, when it receives a request it creates a handler thread, This data processing style can be generally fine as long as you would like to work without a thread (or process) pool. > and then it completely

[issue23012] RuntimeError: settrace/setprofile function gets lost

2019-05-19 Thread Batuhan
Change by Batuhan : -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23012] RuntimeError: settrace/setprofile function gets lost

2019-05-19 Thread Batuhan
Change by Batuhan : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2