Re: [Python-Dev] Migrate python-dev to Mailman 3?

2017-11-01 Thread Mariatta Wijaya
Anything I can do to help make the migration to MM3 + HyperKitty happen? :) Mariatta Wijaya ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options

Re: [Python-Dev] Migrate python-dev to Mailman 3?

2017-10-30 Thread Mariatta Wijaya
> Except of Antoine Pitrou, does everybody else like the new UI? :-) I love the new UI. +1000 for migrating. Mariatta Wijaya On Mon, Oct 30, 2017 at 8:57 AM, Stefan Krah <ste...@bytereef.org> wrote: > On Mon, Oct 30, 2017 at 07:46:42AM -0700, Guido van Rossum wrote: &g

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Mariatta Wijaya
Ok I created an issue https://github.com/python/peps/issues/440, maybe someone can work on updating the wordings in PEP 1 and PEP 12. Thanks :) Mariatta Wijaya On Thu, Oct 26, 2017 at 5:03 PM, Guido van Rossum <gvanros...@gmail.com> wrote: > I think python-ideas does count here.

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Mariatta Wijaya
> > Not sure if postings to python-ideas count, PEP 1 says: Post-History is used to record the dates of when new versions of the PEP are posted to python-list and/or python-dev. So, no ? Mariatta Wijaya ___ Python-Dev mailing list Pyth

Re: [Python-Dev] Pygments in PEPs?

2017-09-08 Thread Mariatta Wijaya
> > For some unknown value of "soon". :-( Well as soon as these tasks are done: https://github.com/python/peps/projects/1 Mariatta Wijaya ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/lis

Re: [Python-Dev] Cherry picker bot deployed in CPython repo

2017-09-06 Thread Mariatta Wijaya
will also trigger the backport. Don't want PR to be backported by a bot? Close the backport PR made by Miss Islington and make your own backport PR. Thanks! Mariatta Wijaya On Tue, Sep 5, 2017 at 6:10 PM, Mariatta Wijaya <mariatta.wij...@gmail.com> wrote:

[Python-Dev] Cherry picker bot deployed in CPython repo

2017-09-05 Thread Mariatta Wijaya
miss-islington has not signed the CLA! = A core dev can ignore the warning and merge the PR anyway. Thanks! Mariatta Wijaya ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/py

Re: [Python-Dev] HTTPS on bugs.python.org

2017-09-01 Thread Mariatta Wijaya
I also would like the links from bug tracker emails be in https instead of http. On Sep 1, 2017 6:31 AM, "Antoine Pitrou" wrote: > On Fri, 1 Sep 2017 22:15:29 +0900 > INADA Naoki wrote: > > FYI, there is issue report for it. > >

Re: [Python-Dev] Git and Mercurial Security Update

2017-08-13 Thread Mariatta Wijaya
git `git --version` tells you what version you have. It should be 2.14.1 now. On Windows, perhaps see https://confluence.atlassian.com/bitbucketserver/installing-and-upgrading-git-776640906.html#InstallingandupgradingGit-InstallorupgradeGitonWindows Mariatta Wijaya On Sun, Aug 13, 2017 at 7:05

Re: [Python-Dev] Appending a link back to bugs.python.org in GitHub PRs

2017-07-24 Thread Mariatta Wijaya
Thanks for working on this, Kushal and Brett. Works great! Mariatta Wijaya On Fri, Jul 21, 2017 at 2:28 PM, Brett Cannon <br...@python.org> wrote: > Thanks to Kushal Das we now have one of the most requested features since > the transition: a link in PRs back to bugs.python.or

Re: [Python-Dev] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Thanks all. Documentation has been updated in https://bugs.python.org/issue30470 On May 23, 2017 9:13 PM, "Victor Stinner" wrote: Sure, make your change and then update libffi! Victor Le 23 mai 2017 18:19, "Steve Dower" a écrit : > On

Re: [Python-Dev] Deprecate invalid ctypes call protection on Windows

2017-05-23 Thread Mariatta Wijaya
+1 My understanding is this is a documentation change, marking it as deprecated in 3.6.2 and a Misc News entry. No actual code change. Correct? Mariatta Wijaya On Tue, May 23, 2017 at 8:28 AM, Antoine Pitrou <solip...@pitrou.net> wrote: > On Mon, 22 May 2017 11:17:18 -0700 >

Re: [Python-Dev] Possible bug in class-init, lookin for mentors

2017-05-02 Thread Mariatta Wijaya
http://cpython-devguide.readthedocs.io/gitbootcamp.html Thanks :) Mariatta Wijaya On Tue, May 2, 2017 at 9:01 AM, Erik Bray <erik.m.b...@gmail.com> wrote: > On Fri, Apr 21, 2017 at 12:09 PM, Justus Schwabedal > <jschwabe...@gmail.com> wrote: > > Hi everyone, > &

[Python-Dev] Please use #9999 when writing a new PEP

2017-04-12 Thread Mariatta Wijaya
ame the file ``pep-.rst``, instead of ``pep-.rst``. Both PEP 1 and PEP 12 have been updated to address this. Thanks :) Mariatta Wijaya ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscr

Re: [Python-Dev] Questions on the CPython Git master branch: how to exclude commits of 3.x branches?

2017-03-31 Thread Mariatta Wijaya
Can you try git log master ^3.6 I think it will give what's on master and not in 3.6 On Mar 31, 2017 8:47 AM, "Victor Stinner" wrote: > Hi, > > The CPython repository was converted from Mercurial to Git. Before > with Mercurial, we used extensively merges. For

[Python-Dev] Update to PEP 1 re: content type

2016-10-13 Thread Mariatta Wijaya
Discussed this with Guido earlier. He is supportive, and asked me to send email to python-dev :) Thanks Mariatta Wijaya ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailm

<    1   2