Re: [Python-Dev] Fix Unicode-disabled build of Python 2.7

2014-06-29 Thread Berker Peksağ
On Sat, Jun 28, 2014 at 2:51 AM, Victor Stinner wrote: > 2014-06-26 13:04 GMT+02:00 Antoine Pitrou : >> For the same reason, I agree with Victor that we should ditch the >> threading-disabled builds. It's too much of a hassle for no actual, >> practical benefit. People who want a threadless unicod

Re: [Python-Dev] Move selected documentation repos to PSF BitBucket account?

2014-11-24 Thread Berker Peksağ
On Mon, Nov 24, 2014 at 6:36 PM, Donald Stufft wrote: > > On Nov 24, 2014, at 11:28 AM, Brett Cannon wrote: > > On Mon Nov 24 2014 at 2:25:30 AM Nick Coghlan wrote: > >> >> That >> outcome would be the antithesis of the PSF's overall mission, > > > This might be a little controversial, but the P

Re: [Python-Dev] Python bug tracker & Roundup

2015-01-26 Thread Berker Peksağ
On Mon, Jan 26, 2015 at 10:25 PM, Ethan Furman wrote: > Do we have our own mailing list for Roundup? Hi, Yes: https://mail.python.org/mailman/listinfo/tracker-discuss There is also a tracker for bugs.p.o: http://psf.upfronthosting.co.za/roundup/meta/ --Berker ___

Re: [Python-Dev] How to behave regarding commiting

2015-04-16 Thread Berker Peksağ
On Fri, Apr 17, 2015 at 4:32 AM, Facundo Batista wrote: > Hola! > > I'm asking this because quite some time passed since I was active in > the development of our beloved language. > > I'm trying to not break any new rule not known by me. > > I opened a bug recently [0], somebody else proposed a pa

Re: [Python-Dev] [python-committers] How shall we conduct the Python 3.5 beta and rc periods? (Please vote!)

2015-05-12 Thread Berker Peksağ
On Tue, May 12, 2015 at 8:04 PM, Larry Hastings wrote: > What do you think? My votes are as follows: > > Workflow 0: -0.5 > Workflow 1: +1 > Workflow 2: +0.5 > > > Please cast your votes, Workflow 0: -0 Workflow 1: +1 Workflow 2: +0 --Berker ___ Pytho

Re: [Python-Dev] [Python-checkins] cpython: Issue #24064: Property() docstrings are now writeable.

2015-05-13 Thread Berker Peksağ
On Wed, May 13, 2015 at 11:56 AM, Eric V. Smith wrote: > On 5/13/2015 4:10 AM, raymond.hettinger wrote: >> https://hg.python.org/cpython/rev/1e8a768fa0a5 >> changeset: 96010:1e8a768fa0a5 >> user:Raymond Hettinger >> date:Wed May 13 01:09:59 2015 -0700 >> summary: >> Issue #240

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Thu, Jan 25, 2018 at 1:42 PM, INADA Naoki wrote: > Hi. > > Devguide says: > > """ > Replace the reference to GitHub pull request # with GH-. If > the title is too long, the pull request number can be added to the > message body. > """ > > https://devguide.python.org/gitbootcamp/#accepti

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Thu, Jan 25, 2018 at 4:58 PM, Mariatta Wijaya wrote: > It has to be manually edited right before you commit/merge on GitHub. > I don't think it can be automatically changed? Unless we have some kind of > post commit hook to amend the commit message. Perhaps it's possible to edit both title and

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Thu, Jan 25, 2018 at 9:03 PM, Mariatta Wijaya wrote: >> Of course, we would still need to convince people to install it :) > > > Right, that's the challenge :) > I personally use Chrome (!) and I've been using your Chrome extension, so > thank you! > However, I don't feel comfortable making thi

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Thu, Jan 25, 2018 at 9:38 PM, Mariatta Wijaya wrote: >> That would be best solution (I think it would solve >> https://github.com/python/miss-islington/issues/16 too) but it's more >> complicated than the extension idea :) I have some time work on it if >> you'd like to implement the mergebot i

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Thu, Jan 25, 2018 at 11:50 PM, Terry Reedy wrote: > On 1/25/2018 1:03 PM, Mariatta Wijaya wrote: > >> One idea is maybe have a bot to do the squash commit, for example by >> commenting on GitHub: >> @merge-bot merge > > >> So core devs can do the above instead of pressing the commit button. A

Re: [Python-Dev] GH-NNNN vs #NNNN in merge commit

2018-01-25 Thread Berker Peksağ
On Fri, Jan 26, 2018 at 12:09 AM, Terry Reedy wrote: > On 1/25/2018 1:53 PM, Brett Cannon wrote: > >> I would assume it would just go into miss-islington, but before we get >> ahead of ourselves and design this we need to get consensus that people like >> the overall idea of using a bot to do a ma

Re: [Python-Dev] Timeline for Pull request reviews in 3.8

2018-04-06 Thread Berker Peksağ
On Fri, Apr 6, 2018 at 7:32 PM, Anthony Flury via Python-Dev wrote: > All, > > The three pull requests are : > > Python 2.7 - doc string fix : https://github.com/python/cpython/pull/6015 > > Python 3.8 - documentation fix : https://github.com/python/cpython/pull/5982 Hi Anthony, I've just review

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Berker Peksağ
On Tue, May 19, 2015 at 6:02 PM, Kushal Das wrote: > Hi, > > With the help of CentOS project I am happy to announce an automated > system [1] to test patches from bugs.python.org. This can be fully automated > to test the patches whenever someone uploads a patch in the roundup, but > for now it ac

Re: [Python-Dev] Reminder: Python 3.5 beta 1 will be tagged tomorrow

2015-05-22 Thread Berker Peksağ
On Sat, May 23, 2015 at 12:53 AM, Chris Barker wrote: > On Fri, May 22, 2015 at 2:33 PM, Larry Hastings wrote: >> >> On 05/22/2015 02:29 PM, Chris Barker wrote: >> >> Is it too late to get the isclose() code (PEP 485) into 3.5? > > ... >> >> Hopefully you can find a core dev familiar enough wit

Re: [Python-Dev] 3.5 doc warnings

2015-05-23 Thread Berker Peksağ
On Sat, May 23, 2015 at 11:24 PM, Terry Reedy wrote: > 35\Doc\whatsnew\3.5.rst:686: ERROR: Unknown interpreted text role "module". > > 35\Doc\library\typing.rst:: WARNING: document isn't included in any toctree > > from building html docs just now Fixed in https://hg.python.org/cpython/rev/ec1e18

Re: [Python-Dev] Computed Goto dispatch for Python 2

2015-05-28 Thread Berker Peksağ
On Thu, May 28, 2015 at 3:17 AM, Parasa, Srinivas Vamsi wrote: > Attached is the computed goto patch (along with instructions to run) for > Python 2.7.10 (based on the patch submitted by Jeffrey Yasskin at > http://bugs.python.org/issue4753). We built and tested this patch for Python > 2.7.10

Re: [Python-Dev] How far to go with user-friendliness

2015-07-14 Thread Berker Peksağ
On Tue, Jul 14, 2015 at 5:00 PM, Steven D'Aprano wrote: > On Tue, Jul 14, 2015 at 11:09:50PM +1000, Nick Coghlan wrote: > >> Dima's right that the main defence against this kind of error is >> actually linters and IDEs, but detecting this particular one at >> runtime is harmless, so there's no par

Re: [Python-Dev] How far to go with user-friendliness

2015-07-14 Thread Berker Peksağ
On Wed, Jul 15, 2015 at 1:22 AM, Robert Collins wrote: > On 15 July 2015 at 10:05, Ethan Furman wrote: >> On 07/14/2015 02:53 PM, Robert Collins wrote: > ... I don't think unittest can protect its users from such things. >>> >>> >>> It can't, but there is a sliding scale of API usability, an

Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Berker Peksağ
On Thu, Jul 16, 2015 at 10:11 PM, Ryan Gonzalez wrote: > I have encountered this weird issue on Chrome for Android where scrolling up > just a little causes the page to dart to the top. I was going to report it > in the bug tracker, but I didn't see a label for the web site itself. > > Worst part

Re: [Python-Dev] Burning down the backlog.

2015-07-26 Thread Berker Peksağ
On Sun, Jul 26, 2015 at 2:58 PM, Paul Moore wrote: > On 25 July 2015 at 20:28, Robert Collins wrote: >> Those charts doesn't show patches in 'commit-review' - >> http://bugs.python.org/issue?%40columns=title&%40columns=id&stage=5&%40columns=activity&%40sort=activity&status=1&%40columns=status&%40

Re: [Python-Dev] Choosing an official stance towards module deprecation in Python 3

2015-09-09 Thread Berker Peksağ
On Tue, Sep 8, 2015 at 7:59 PM, Brett Cannon wrote: > There are two discussions going on in the issue tracker about deprecating > some modules and it has led to the inevitable discussion of Python 2/3 > compatibility (I'm not even going to bother mentioning the issue #s as this > thread is not abo

Re: [Python-Dev] Devguide: Add a table summarizing status of Python branches

2016-01-22 Thread Berker Peksağ
On Fri, Jan 22, 2016 at 6:03 PM, Victor Stinner wrote: > 2016-01-21 18:18 GMT+01:00 Brett Cannon : >> It's live: https://docs.python.org/devguide/#status-of-python-branches > > There is a very strange bug in this website. > > This URL shows the table: > https://docs.python.org/devguide/ > > This U

Re: [Python-Dev] Web redirect to PyAr

2016-03-07 Thread Berker Peksağ
On Mon, Mar 7, 2016 at 3:07 AM, Facundo Batista wrote: > Hello! > > Sending mail here because I really don't know where this is handled :) > > At some point in the past we had a redirect from python.org/ar (note > the slash, not a point) to a PyAr site. > > Now it's not working, it 404s. > > It sh

Re: [Python-Dev] Inconsistency of PyModule_AddObject()

2016-04-27 Thread Berker Peksağ
On Wed, Apr 27, 2016 at 10:14 AM, Serhiy Storchaka wrote: > I think that we can resolve this issue by following steps: > > 1. Add a new function PyModule_AddObject2(), that steals a reference even on > failure. +1 It would be good to document PyModule_AddObject's current behavior in 3.5+ (alread

Re: [Python-Dev] ReST documents

2014-02-06 Thread Berker Peksağ
On Thu, Feb 6, 2014 at 9:53 PM, Ethan Furman wrote: > My apologies if this is a stupid question (actually, two stupid questions! > ;) , but: > > - is there someplace I can look to see what all the meta commands mean? > Things like :class: or .. index:: pair: class; constructor Hi, I use the fo

Re: [Python-Dev] unicode_string future, str -> basestring, fix or feature

2014-03-02 Thread Berker Peksağ
On Sun, Mar 2, 2014 at 11:23 PM, Serhiy Storchaka wrote: > Patches which add support for unicode strings were accepted for one issues > (e.g. http://bugs.python.org/issue19099) and rejected for other issues (e.g. > http://bugs.python.org/issue20014 and http://bugs.python.org/issue20015). See also

Re: [Python-Dev] [Python-checkins] cpython: Closes #21256: Printout of keyword args in deterministic order in mock calls.

2014-06-09 Thread Berker Peksağ
On Mon, Jun 9, 2014 at 11:16 AM, kushal.das wrote: > http://hg.python.org/cpython/rev/8e05e15901a8 > changeset: 91102:8e05e15901a8 > user:Kushal Das > date:Mon Jun 09 13:45:56 2014 +0530 > summary: > Closes #21256: Printout of keyword args in deterministic order in mock > cal

Re: [Python-Dev] Call for prudence about PEP-572

2018-07-09 Thread Berker Peksağ
On Mon, Jul 9, 2018 at 8:54 AM, Tim Peters wrote: > [Eric V. Smith] >> >> > there is at least one place >> >> > where the grammar does forbid you from doing something that would >> > otherwise make be allowable: decorators. > > > [Greg Ewing] >> >> And that was a controversial issue at the time.

Re: [Python-Dev] Using Python on a fork-less POSIX-like OS

2018-07-29 Thread Berker Peksağ
On Sun, Jul 29, 2018 at 5:44 PM, Barath Aron wrote: > My question is that the _posixsubprocess.c can be prepared to use > posix_spawn(3) instead of fork(2)? Maybe the UNIX/Linux version can also > benefit from it, see: > https://salsa.debian.org/ruby-team/ruby-posix-spawn There is an open issue t

Re: [Python-Dev] make patchcheck and git path

2018-08-24 Thread Berker Peksağ
On Fri, Aug 24, 2018 at 1:22 PM Michael wrote: > > I am trying to be a 'good scout' and run "make patchcheck" more > regularly. However, I generally am not successful because I build and > test in separate directories. There is an open issue about supporting out-of-tree builds: https://bugs.pytho

Re: [Python-Dev] Workflow blocked on the 3.6 because of AppVeyor; who owns the AppVeyor project?

2018-09-05 Thread Berker Peksağ
On Wed, Sep 5, 2018 at 12:55 PM Victor Stinner wrote: > > Hi, > > It's no longer possible to merge any change in the 3.6 branch of > CPython, because the AppVeyor job fails: > https://bugs.python.org/issue34575 > > It seems like AppVeyor has a build cache and this cache is outdated. I > tried to u

Re: [Python-Dev] Any core dev event plans for EP19?

2019-04-25 Thread Berker Peksağ
On Fri, Apr 26, 2019 at 1:01 AM Stefan Behnel wrote: > there are several core dev events happening at the US PyCon this year, so I > was wondering if we could organise something similar at EuroPython. Does > anyone have any plans or ideas already? And, how many of us are planning to > attend EP19

Re: [Python-Dev] PEP 594: update 1

2019-05-22 Thread Berker Peksağ
On Tue, May 21, 2019 at 7:11 PM Christian Heimes wrote: > > On 21/05/2019 17.31, Antoine Pitrou wrote: > > > > As I said, if the main annoyance with nntplib is the sporadic test > > failures, then the relevant tests can be disabled on CI. > > > > NNTP itself is still used, even if less and less. >

Re: [Python-Dev] Python Language Summit at PyCon: Agenda

2013-03-04 Thread Berker Peksağ
On Mon, Mar 4, 2013 at 9:14 PM, Barry Warsaw wrote: > On Mar 04, 2013, at 07:41 PM, Antoine Pitrou wrote: > >>> $ python -m unittest discover >>> $ python setup.py test >>> $ python setup.py nosetests >>> $ python -m nose test >>> $ nosetests-X.Y >>> >>> Besides having a multitude of choices, ther

Re: [Python-Dev] Current Python 3.2 status?

2016-06-11 Thread Berker Peksağ
On Sat, Jun 11, 2016 at 8:59 AM, Chi Hsuan Yen wrote: > Hello all, > > Georg said in February that 3.2.7 is going to be released, and now it's > June. Will it ever be released? Hi, It was delayed because of a security issue. See Georg's email at https://mail.python.org/pipermail/python-dev/2016-

Re: [Python-Dev] PEP 520: Ordered Class Definition Namespace (round 3)

2016-06-13 Thread Berker Peksağ
On Sun, Jun 12, 2016 at 5:37 AM, Eric Snow wrote: > The following code demonstrates roughly equivalent semantics for the > default behavior:: > >class Meta(type): >def __prepare__(cls, *args, **kwargs): Shouldn't this be wrapped with a classmethod decorator? +1 from me. --Berker ___

Re: [Python-Dev] Patches to distutils for 3.6

2016-08-19 Thread Berker Peksağ
On Fri, Aug 19, 2016 at 11:07 AM, Sylvain Corlay wrote: > Hi All, > > There are a couple of related patches that were submitted to distutils a few > months ago that I think would be great to have in before the feature freeze > in 3.6b1 > > A bug fix in CCompiler.has_function > http://bugs.pyth

Re: [Python-Dev] [python-committers] [RELEASE] Python 3.6.0b1 is now available

2016-09-14 Thread Berker Peksağ
On Thu, Sep 15, 2016 at 9:35 AM, Serhiy Storchaka wrote: > On 14.09.16 17:36, Guido van Rossum wrote: >> >> Fortunately that page isn't linked from anywhere on the home page >> AFAIK. If it is, could someone file an issue in the pydotorg tracker? >> The url is at the bottom of every page. > > > Th

Re: [Python-Dev] [Python-checkins] cpython: Use HTTP in testPythonOrg

2016-09-19 Thread Berker Peksağ
On Sun, Sep 11, 2016 at 3:58 PM, Eric V. Smith wrote: > Hi, Berker. > > Could you add a comment to the test on why this should use http? I can see > this bouncing back and forth between http and https, as people clean an up > all http usages to be https. Hi Eric, Sorry, I missed your email. Vict

Re: [Python-Dev] [Python-checkins] cpython (3.5): remove extra PyErr_Format arguments (closes #28454)

2016-10-17 Thread Berker Peksağ
On Mon, Oct 17, 2016 at 12:43 PM, Jeremy Kloth wrote: > On Sun, Oct 16, 2016 at 4:42 PM, benjamin.peterson > wrote: >> --- a/Objects/unicodeobject.c >> +++ b/Objects/unicodeobject.c >> @@ -3009,7 +3009,7 @@ >> "'%.400s' decoder returned '%.400s' instead of 'str'; " >>

Re: [Python-Dev] IRC logs via BotBot.me

2017-01-04 Thread Berker Peksağ
On Thu, Jan 5, 2017 at 2:27 AM, INADA Naoki wrote: > Hi. > > IRC #python-dev channel is nice place to know what happens recently. > But I can't log in always because I use only laptop PC. > > I found BotBot.me seems nice IRC log service and used by some major channels. > https://botbot.me/ > > I w

Re: [Python-Dev] The "humor" section of the website is a bit outdated...

2017-01-04 Thread Berker Peksağ
On Wed, Jan 4, 2017 at 10:59 PM, Ryan Gonzalez wrote: > Ok, in advance, my apologies for probably sending this to the wrong mailing > list... Hi, https://github.com/python/pythondotorg/issues is a better place to report content issues on python.org. --Berker

Re: [Python-Dev] re performance

2017-01-30 Thread Berker Peksağ
On Mon, Jan 30, 2017 at 2:56 PM, Antoine Pitrou wrote: > On Sun, 29 Jan 2017 20:30:38 + > Steve Holden wrote: >> Why not declare re deprecated and remove it in Python 4? > > Why deprecate and remove a library that's perfectly usable and > satisfactory for the vast majority of regular expressi

Re: [Python-Dev] [Python-checkins] [python/cpython] 4538dd: Fix bpo-29528 Use a secure variable to stop spam (...

2017-02-13 Thread Berker Peksağ
--Berker On Mon, Feb 13, 2017 at 8:54 PM, Brett Cannon wrote: > > > On Mon, 13 Feb 2017 at 07:10 Barry Warsaw wrote: >> >> On Feb 11, 2017, at 08:11 PM, Andrew M. Kuchling wrote: >> >> >Are we planning to include the diffs in python-checkins e-mail, or are >> >they gone for good? >> > >> >(Whil

Re: [Python-Dev] Translated Python documentation

2017-02-24 Thread Berker Peksağ
On Thu, Feb 23, 2017 at 12:01 AM, Victor Stinner wrote: > 2017-02-22 19:04 GMT+01:00 Serhiy Storchaka : >> What percent of lines is changed between bugfix releases? Feature releases? >> >> My largest apprehension is that the documentation can be outdated and >> quickly become degraded if main cont

Re: [Python-Dev] Can I commit a hack for translation? (Was: Translated Python documentation

2017-02-24 Thread Berker Peksağ
On Fri, Feb 24, 2017 at 3:35 PM, Victor Stinner wrote: > This change has zero impact on docs.python.org, it only help teams > working on translation, so go ahead. This change creates an unnecessary maintenance burden for people who works on Python documentation. --Berker

Re: [Python-Dev] Is adding support for os.PathLike an enhancement or bugfix?

2017-05-04 Thread Berker Peksağ
On Wed, May 3, 2017 at 9:15 PM, Brett Cannon wrote: > My allergies have hit me hard so I'm not thinking at full capacity, but did > we ever decide if supporting os.PathLike in the stdlib was viewed as an > enhancement or bugfix? Specifically I'm thinking of > https://bugs.python.org/issue30218 for

Re: [Python-Dev] Outdated GitHub clone of the old svn repository

2017-05-05 Thread Berker Peksağ
On Fri, May 5, 2017 at 7:31 PM, Victor Stinner wrote: > Hi, > > Does someone know who owns the following Git clone of the old > Subversion CPython repository? > https://github.com/python-git/python/ > > I would suggest to remove it to avoid confusion. A friend pointed to > me this repository and w

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

2017-07-25 Thread Berker Peksağ
On Sat, Jul 22, 2017 at 12:28 AM, Brett Cannon wrote: > P.S.: Berker Peksag is working on providing commit emails with diffs in them > which is the other most requested feature since the transition. I forgot to give a status update on this. I deployed it on Heroku last week. You can see an exampl

Re: [Python-Dev] bugs.python.org - outage 08/09/17 until 8:00pm PST

2017-08-10 Thread Berker Peksağ
On Thu, Aug 10, 2017 at 9:19 AM, Terry Reedy wrote: > Fetching pages came back, but updating issues is spotty. Some work, but for > others "an error has occurred" even with multiple tries. And I can't login to my account. When I tried to login via Google OpenID, I got "There is already an accoun

Re: [Python-Dev] bugs.python.org - outage 08/09/17 until 8:00pm PST

2017-08-10 Thread Berker Peksağ
On Thu, Aug 10, 2017 at 4:44 PM, Berker Peksağ wrote: > On Thu, Aug 10, 2017 at 9:19 AM, Terry Reedy wrote: >> Fetching pages came back, but updating issues is spotty. Some work, but for >> others "an error has occurred" even with multiple tries. > > And I ca

Re: [Python-Dev] Compiling without multithreading support -- still useful?

2017-09-06 Thread Berker Peksağ
On Tue, Sep 5, 2017 at 7:42 PM, Victor Stinner wrote: > I'm strongly in favor of dropping this option from Python 3.7. It > would remove a lot of code! +1 Do we still have buildbots for testing the --without-threads option? --Berker ___ Python-Dev mai

Re: [Python-Dev] [Python-checkins] r88914 - tracker/instances/python-dev/html/issue.item.js

2011-10-26 Thread Berker Peksağ
Hi, On Wed, Oct 26, 2011 at 11:45 AM, ezio.melotti wrote: > Author: ezio.melotti > Date: Wed Oct 26 10:45:41 2011 > New Revision: 88914 > > Log: > Mark automated messages with a different background. > > Modified: >   tracker/instances/python-dev/html/issue.item.js > > Modified: tracker/instances