[python-committers] Re: Welcome Abhilash Raj to the Python core team!

2019-08-06 Thread Abhilash Raj
eal pleasure to help out with the development of Python. -- thanks, Abhilash Raj (maxking) ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.pytho

[python-committers] Re: GitHub: remove the "needs backport to 3.5" label?

2019-08-16 Thread Abhilash Raj
Sorry for posting on this very old thread, but it looks like we are using "Backport to X.Y" labels to also backport PRs and is needed as a trigger for the automation (miss-islington) to work. I am not sure if this automation existed when this label was retired, but it looks useful to me now.

[python-committers] Re: GitHub: remove the "needs backport to 3.5" label?

2019-08-19 Thread Abhilash Raj
On Mon, Aug 19, 2019, at 1:19 PM, Brett Cannon wrote: > Abhilash Raj (maxking) wrote: > > Hi, > > On August 19, 2019 9:35:02 AM UTC, Victor Stinner [email protected] wrote: > > > Hi, > > > To create a 3.5 backport, I use the following commands (someth

[python-committers] Re: Announcing the new Python triage team on GitHub

2019-08-22 Thread Abhilash Raj
gt; https://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/VE6OIIJVH7JLHRDP3LX7NYG6WIZ53ZPX/ > Code of Conduct: https://www.python.org/psf/codeofconduct/ > -- thanks, Abhilash Raj (ma

[python-committers] Re: GitHub: remove the "needs backport to 3.5" label?

2019-08-19 Thread Abhilash Raj (maxking)
Hi, On August 19, 2019 9:35:02 AM UTC, Victor Stinner wrote: >Hi, > >To create a 3.5 backport, I use the following commands (something like >this, adapt names ;-): > > cd ~/python/3.5 > git checkout -b fix_something35 > git cherry-pick -x commit_sha1 > # maybe fix conflicts or make furth