Re: [Python-Dev] [RELEASED] Python 3.5.0b4 is now available

2015-07-26 Thread Stephane Wirtel
\o/ > On 26 juil. 2015, at 4:37 PM, Larry Hastings wrote: > > > On behalf of the Python development community and the Python 3.5 release > team, I'm delighted to announce the availability of Python 3.5.0b4. Python > 3.5.0b4 is scheduled to be the last beta release; the next release will be

Re: [Python-Dev] Generated Bytecode ...

2015-10-25 Thread Stephane Wirtel
Thank you for your confirmation, I am going to read the devguide. > On 25 oct. 2015, at 7:50 PM, Raymond Hettinger > wrote: > > >>> On Oct 25, 2015, at 12:33 PM, Raymond Hettinger >>> wrote: >>> >>> On Oct 22, 2015, at 10:02 AM, Brett Cannon wrote: >>> >>> So my question is, the byte cod

[Python-Dev] Urgent: Last call for the CfP of PythonFOSDEM 2016

2015-12-15 Thread Stephane Wirtel
Hi all Because the deadline is imminent and because we have only received some proposals, we have extended the current deadline. The new submission deadline is 2015-12-20. Call For Proposals == This is the official call for sessions for the Python devroom at FOSDEM 2016. FOSDEM

[Python-Dev] Urgent: Last call for the CfP of PythonFOSDEM 2016

2015-12-15 Thread Stephane Wirtel
Hi all Because the deadline is imminent and because we have only received some proposals, we have extended the current deadline. The new submission deadline is 2015-12-20. Call For Proposals == This is the official call for sessions for the Python devroom at FOSDEM 2016. FOSDEM

[Python-Dev] Deadline for PythonFOSDEM 2016 is today.

2015-12-20 Thread Stephane Wirtel
Just inform you that the deadline for the CfP of the PythonFOSDEM will finish this evening. If you have a last talk to submit, please do it. Call For Proposals == This is the official call for sessions for the Python devroom at FOSDEM 2016. FOSDEM is the Free and Open source So

Re: [Python-Dev] GitHub migration planning has started

2016-01-10 Thread Stephane Wirtel
On 01/10, Brett Cannon wrote: > For those of you who have not heard, I made the decision a little over a > week ago to move Python's development from our home-grown workflow to one > hosted on GitHub (mainly for code hosting and code review; we're keeping > bugs.python.org for our issue tracker). T

[Python-Dev] Syntax Highlightning for C API of CPython in VIM

2016-02-08 Thread Stephane Wirtel
Hi everyone, With my talk "Exploring our Python Interpreter", I think this VIM plugin can be useful for the community. It's a syntax highlighter for the C API of CPython 3.5 and 3.6. I used Clang for the parsing and automatically generated the keywords for VIM. PyObject and the others typede

[Python-Dev] Some PRs to merge?

2018-10-19 Thread Stephane Wirtel
Hi all, How are you? I am fine ;-) and you? So, on this morning I was playing with the github interface and the pull requests of CPython and I have discovered the advanced search of Github and I think this one is really useful for us and certainly for the core-dev. So, I was interested by somes

Re: [Python-Dev] Some PRs to merge?

2018-10-20 Thread Stephane Wirtel
On 10/20, Victor Stinner wrote: Le ven. 19 oct. 2018 à 19:01, Stephane Wirtel a écrit : total: 49 PRs is:open is:pr review:approved status:success label:"awaiting merge" -label:"DO-NOT-MERGE" label:""LA signed"" I merged many PRs and closed a few (

[Python-Dev] "Deprecation" of os.system in favor of subprocess?

2018-10-23 Thread Stephane Wirtel
Good morning/afternoon/evening/night ;-) In the documentation of os.system [1], there is this paragraph, where we suggest to use subprocess instead of os.system. """ The subprocess module provides more powerful facilities for spawning new processes and retrieving their results; using that module

Re: [Python-Dev] "Deprecation" of os.system in favor of subprocess?

2018-10-25 Thread Stephane Wirtel
os.system when we only need a call without portability, just a quick code. +1 for subprocess for the portability. Thank you so much for your patience/time and your explanations. Stéphane On 10/24, Stephane Wirtel wrote: Good morning/afternoon/evening/night ;-) In the documentation of os.system

[Python-Dev] Need discussion for a PR about memory and objects

2018-11-04 Thread Stephane Wirtel
In this PR [https://github.com/python/cpython/pull/3382] "Remove reference to address from the docs, as it only causes confusion", opened by Chris Angelico, there is a discussion about the right term to use for the address of an object in memory. If you are interested by the topic, you could comm

[Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
Hi all, When we receive a PR about the documentation, I think that could be interesting if we could have a running instance of the doc on a sub domain of python.org. For example, pr-1-doc.python.org or whatever, but by this way the reviewers could see the result online. The workflow would b

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Ned Deily wrote: On Nov 4, 2018, at 08:38, Stephane Wirtel wrote: When we receive a PR about the documentation, I think that could be interesting if we could have a running instance of the doc on a sub domain of python.org. For example, pr-1-doc.python.org or whatever, but by

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Julien Palard wrote: Considering feedback from Ned, what about building this as an independent service? We don't really need to interface with python.org at all, we just need some hardware, a domain, some code to interface with github API and... to start it's probably enough? It would b

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/05, Chris Angelico wrote: On Mon, Nov 5, 2018 at 2:11 AM Julien Palard via Python-Dev wrote: Considering feedback from Ned, what about building this as an independent service? We don't really need to interface with python.org at all, we just need some hardware, a domain, some code to i

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Steve Dower wrote: On 04Nov2018 0718, Chris Angelico wrote: On Mon, Nov 5, 2018 at 2:11 AM Julien Palard via Python-Dev wrote: Considering feedback from Ned, what about building this as an independent service? We don't really need to interface with python.org at all, we just need

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Serhiy Storchaka wrote: 04.11.18 17:00, Julien Palard via Python-Dev пише: Considering feedback from Ned, what about building this as an independent service? We don't really need to interface with python.org at all, we just need some hardware, a domain, some code to interface with gi

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/05, Chris Angelico wrote: On Mon, Nov 5, 2018 at 2:33 AM Stephane Wirtel wrote: On 11/05, Chris Angelico wrote: >On Mon, Nov 5, 2018 at 2:11 AM Julien Palard via Python-Dev > wrote: >> >> Considering feedback from Ned, what about building this as an independent servic

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/05, Steven D'Aprano wrote: On Sun, Nov 04, 2018 at 04:12:39PM +0100, Stephane Wirtel wrote: My workflow is the following steps: git wpr XYZ cd ../cpython-XYZ ./configure --prefix=$PWD-build --with-pydebug --silent make -j 4 -s make PYTHON=../python -C Doc/ venv make -C Doc/

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Mariatta Wijaya wrote: I think the intent is just uploading the output HTML and static assets. Yep, it's my idea, just upload the output html and static assets, nothing else. I agree having the temporary output of PR docs build is useful, but I don't think a python.org domain is nece

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Mariatta Wijaya wrote: This will make review turnout quicker, since I can potentially review and view the output from anywhere (phone while on a beach) instead of waiting until I'm back home, open a computer, and then verify the output myself. Yep, last week I was at a dinner at PyCon.

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Paul Ganssle wrote: Oh, sorry if I misunderstood the concern. Yes, I agree that putting this under python.org would not be a good idea. Either hosting it on a hosting provider like netlify (or azure if that's possible) or a dedicated domain that could be created for the purpose (e.g. p

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Stephane Wirtel
On 11/04, Ned Deily wrote: On Nov 4, 2018, at 10:12, Stephane Wirtel wrote: 3. On this after-noon, I have reviewed a PR, and I was in the same case, download the PR, build python, compile the doc and run the local server. My workflow is the following steps: git wpr XYZ cd ../cpython-XYZ

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-11 Thread Stephane Wirtel
Mariatta, Do you think we could add a webhook for the build of the documentation for each PR where the build of the doc works? Stéphane -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list Python-Dev@python.org https://mail

Re: [Python-Dev] Lost sight

2019-01-19 Thread Stephane Wirtel
Really sorry Serhiy, hope the best for you, take care. Firstly the most important thing, is your health. Stéphane > Le 19 janv. 2019 à 23:25, Mariatta Wijaya a écrit : > > Sorry to hear that. Please take care. > >> On Sat, Jan 19, 2019, 4:15 AM Serhiy Storchaka > I have virtually completely

[Python-Dev] Why a merge for 3.8.0a1?

2019-02-04 Thread Stephane Wirtel
Hi all, After a git pull, I have seen there is a merge for v3.8.0a1 by Łukasz Langa, why? I think the code should keep a linear commit and in this case, it's against the "commit&squash" of CPython and Github :/ Thank you for your response. Stéphane -- Stéphane Wirtel - https://wirtel.be - @mat

Re: [Python-Dev] Why a merge for 3.8.0a1?

2019-02-04 Thread Stephane Wirtel
On 02/04, Łukasz Langa wrote: On 4 Feb 2019, at 11:58, Stephane Wirtel wrote: Hi all, After a git pull, I have seen there is a merge for v3.8.0a1 by Łukasz Langa, why? I think the code should keep a linear commit and in this case, it's against the "commit&squash" of

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-04 Thread Stephane Wirtel
On 02/04, Łukasz Langa wrote: I packaged my first release. *wipes sweat off of face* Go get it here: https://www.python.org/downloads/release/python-380a1/ Python 3.8.0a1 is the first of four planned alpha releases of Python 3.8, the next feature release of Python. During the alpha phase, Pyth

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-04 Thread Stephane Wirtel
It's unofficial but I used the Dockerfile for 3.7 and created this Docker image: https://cloud.docker.com/u/matrixise/repository/docker/matrixise/python docker pull matrixise/python:3.8.0a1 I am not an expert about the releasing of a Docker image but we could work with that and try to improv

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-04 Thread Stephane Wirtel
On 02/04, Stephane Wirtel wrote: It's unofficial but I used the Dockerfile for 3.7 and created this Docker image: https://cloud.docker.com/u/matrixise/repository/docker/matrixise/python Sorry: here is the right link https://hub.docker.com/r/matrixise/python -- Stéphane Wirtel -

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-04 Thread Stephane Wirtel
Hi Łukasz, I have some issues with pytest and this release, you can see this BPO https://bugs.python.org/issue35895 Have a nice day and thank you for your job. Stéphane -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-05 Thread Stephane Wirtel
Hi Barry, I was not aware of this image. So it's true that it's very useful. Thank you very much, Stéphane On 02/04, Barry Warsaw wrote: On Feb 4, 2019, at 05:02, Stephane Wirtel wrote: Just one idea, we could create a Docker image with this alpha version. This Docker image cou

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-05 Thread Stephane Wirtel
On 02/05, Barry Warsaw wrote: On Feb 5, 2019, at 02:24, Stephane Wirtel wrote: You’re welcome! I just pushed an update to add 3.8.0a1 to the set of Python’s (including git head). Do you think there’s a better way to publicize these images? I know that Julien Palard wanted a docker image

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-07 Thread Stephane Wirtel
On 02/06, Petr Viktorin wrote: On 2/6/19 8:43 AM, Stephane Wirtel wrote: On 02/05, Barry Warsaw wrote: On Feb 5, 2019, at 02:24, Stephane Wirtel wrote: You’re welcome!  I just pushed an update to add 3.8.0a1 to the set of Python’s (including git head).  Do you think there’s a better way to

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-07 Thread Stephane Wirtel
Sorry Petr, I didn't see this message with the test suites. -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/

Re: [Python-Dev] Another update for PEP 394 -- The "python" Command on Unix-Like Systems

2019-02-14 Thread Stephane Wirtel
Hi Petr, I would like to add this issue from the devguide where I ask if we need to use python or python3 in the documentation. https://github.com/python/devguide/issues/208 -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing li

[Python-Dev] Python 3.8.0a1 with sqlite 3.27.1 -> OK

2019-02-15 Thread Stephane Wirtel
Hi all, I wanted to test with the new version of SQLite3 3.27.1 and there is no issue (compiled with a debian:latest docker image and the last version of 3.27.1). Sorry, it's not a bug, I wanted to inform you there is no issue with the last stable version of SQLite3. Have a nice week-end, St

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Stephane Wirtel
Nice, we could start to fix the Android issues with this docker image, maybe modified with the local repository but really useful. Thank you so much for your job. -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list Python-De

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Stephane Wirtel
Hi Xavier, I get this exception Timeout (360 seconds) reached; failed to start emulator ---> Device ready. ---> Install Python on the emulator. /home/pydev/build/python-native/python -B /home/pydev/abifa/Android/tools/install.py error: device 'emulator-5556' not found unzip -q /home/pydev/dist/

[Python-Dev] Question - Bug Triage for 3.4 & 3.5

2019-02-20 Thread Stephane Wirtel
Hi, As you know, Python 3.4 and 3.5 are in security mode and the EOL for these versions are respectively 2019-03-16 and 2020-09-13. Number of issues 3.4: 1530 issues 3.5: 1901 issues But some issues are not related to the security. Could we update these issues (non-security) to 3.6/3.7 & 3.8?

Re: [Python-Dev] Question - Bug Triage for 3.4 & 3.5

2019-02-20 Thread Stephane Wirtel
After discussion with Victor, my proposal will generate noise with the ML, maybe for nothing. On 02/20, Stephane Wirtel wrote: Hi, As you know, Python 3.4 and 3.5 are in security mode and the EOL for these versions are respectively 2019-03-16 and 2020-09-13. Number of issues 3.4: 1530 issues

Re: [Python-Dev] Question - Bug Triage for 3.4 & 3.5

2019-02-20 Thread Stephane Wirtel
I am against a mass changing the status of issue, since this will generate an enormous amount of noise (to me at least). But you are free to update issues one by one if you can to do some progress with them. Sure, I don't want to update them massively, just one by one. But I prefer to ask befor

Re: [Python-Dev] Question - Bug Triage for 3.4 & 3.5

2019-02-20 Thread Stephane Wirtel
Hi Steve, I reply on the mailing list On 02/20, Steve Dower wrote: It'll make same noise, sure, but if we schedule a bulk close of issues that have not been touched since 3.6 was released then at least it'll be easy to "mark all as read". And searching for current issues will become easier. As

[Python-Dev] Add minimal information with a new issue?

2019-02-21 Thread Stephane Wirtel
Hi, What do you think if we suggest a "template" for the new bugs? For example: * Python version (exact version) * Operating System * on Linux -> Distribution (python can have some patches) * Add a script for the reproduction of the bug * Eventually, try with the docker images (on i386,x86_64

Re: [Python-Dev] Add minimal information with a new issue?

2019-02-21 Thread Stephane Wirtel
+1 > Le 21 févr. 2019 à 21:06, Steve Dower a écrit : > >> On 21Feb2019 1117, Barry Warsaw wrote: >>> On Feb 21, 2019, at 10:34, Raymond Hettinger >>> wrote: >>> >>> I think that anything that raises the cost of filing a bug report will work >>> to our detriment. Ideally, we want the barriers

Re: [Python-Dev] [RELEASE] Python 3.8.0a1 is now available for testing

2019-02-26 Thread Stephane Wirtel
Hi Łukasz, Thank you for your job. I have created a Merge Request for the docker image of Barry [1]. I also filled an issue [2] for brotlipy (used by httpbin and requests). The problem is with PyInterpreterState. Via Twitter, I have proposed to the community to fix the issue [2]. [1]: https:/

Re: [Python-Dev] [RELEASE] Python 3.8.0a3 is now available for testing

2019-03-26 Thread Stephane Wirtel
Thank you Stéphane! This is now merged and the updated image is available. Thank you to you Barry. I have proposed an idea where we could generate the new image without any human action, excepted when there is a fail with the build step. Cheers, Stéphane -- Stéphane Wirtel - https://wirtel.

Re: [Python-Dev] [Core-mentorship] Season of Docs

2019-04-15 Thread Stephane Wirtel
I don't know if Julien Palard is on this mailing list, but maybe he could be interested by this initiative. On 04/15, Senthil Kumaran wrote: Hello Python Developers, Google is running a program called Season of Docs ( https://developers.google.com/season-of-docs/) to encourage technical writers

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Stephane Wirtel
Congratulations Brett, Thank you so much for this job. > On 22 juil. 2016, at 10:04 PM, Brett Cannon wrote: > > https://github.com/python/devguide > > I have also moved all issues over as well and hooked up Read The Docs so that > there's a mirror which is always up-to-date (vs. docs.python.o

[Python-Dev] Last call for the Call For Proposals of PythonFOSDEM 2017

2016-11-29 Thread Stephane Wirtel
Because the deadline is imminent and because we have only received some proposals, we will extend the current deadline. The new submission deadline is 2016-12-18. Call For Proposals == This is the official call for sessions for the Python devroom at FOSDEM 2017. FOSDEM is the Fr

Re: [Python-Dev] "CPython loves your Pull Requests" talk by Stéphane Wirtel

2017-12-05 Thread Stephane Wirtel via Python-Dev
Hi, Thank you for this post to python-dev. About my talk, it was a real pleasure to give it at PyCon Canada, and I hope I could propose it to PyCon US for a larger public. But the goal behind this talk was to show that we have a good community, firstly by the external contributors and by the cor

Re: [Python-Dev] "CPython loves your Pull Requests" talk by Stéphane Wirtel

2017-12-05 Thread Stephane Wirtel via Python-Dev
Hi Mariatta, Thank you, I was really happy to see you at my talk, usually this kind of talk is boring ;-) just kidding, but usually I prefer a technical talk. Le 05/12/17 à 16:25, Mariatta Wijaya a écrit : > I saw the talk in person :) Congrats Stéphane! > > You can get the reviews from a spec

Re: [Python-Dev] CLion IDE

2018-01-25 Thread Stephane Wirtel via Python-Dev
On 01/24, Steve Holden wrote: I've just start using CLion from JetBrains, and I wondered if anyone on the list is using this product in CPython development. Links to any guidance would be useful. regards Steve Holden Hi Steve, I tried to use it for CPython, but it uses CMake and not the autot

Re: [Python-Dev] Do we have vlookup function

2018-03-22 Thread Stephane Wirtel via Python-Dev
This mailing list is for the development of CPython, not for the end user, please could you move your question on python-l...@python.org ? Thank you, Le 22/03/18 à 07:27, Rohit Adhikari a écrit : > Do we have vlookup function which can be used in dataframe same as used > in excel. > Can you pleas

[Python-Dev] Last call for the Call For Proposals of PythonFOSDEM 2017

2016-12-16 Thread Stephane Wirtel via Python-Dev
Hello, this week-end is the last two days for the Call For Proposals of PythonFOSDEM 2017. We have received a lot of topics, but if you want to become a speaker and that you have a very cool topic to submit, please don't hesite and send us your proposal. Deadline is 2016-12-18. Stephane Cal

Re: [Python-Dev] GitHub migration scheduled for Friday

2017-02-07 Thread Stephane Wirtel via Python-Dev
Nice, good news. On 02/07, Brett Cannon wrote: To let the non-core devs know, the GitHub migration will be happening this Friday. For those of you who use the current GitHub mirror to create patches, do be aware that the hashes will most likely be changing so don't expect your checkout to work

Re: [Python-Dev] Micro-optimizations by adding special-case bytecodes?

2017-05-24 Thread Stephane Wirtel via Python-Dev
there is the Peephole for that, it's a small optimizer in the compiler. On 05/24/2017 08:07 PM, Ben Hoyt wrote: Hi folks, I was looking at some `dis` output today, and I was wondering if anyone has investigated optimizing Python (slightly) by adding special-case bytecodes for common expressions