[issue36287] Make ast.dump() not output optional default fields

2019-03-15 Thread Emmanuel Arias
Emmanuel Arias added the comment: Maybe we can ignore None and [] ? -- ___ Python tracker <https://bugs.python.org/issue36287> ___ ___ Python-bugs-list mailin

[issue36323] IDLE: always display full grep path

2019-03-17 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker <https://bugs.python.org/issue36323> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36373] asyncio.gather: no docs for deprecated loop parameter

2019-03-20 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi, Reading the asyncio.gather code not seem to be deprecrated. loop is used on a lot of line of code. Maybe, the deprecate idea is on other place where I don't know. -- nosy: +eamanu ___ Python tracker &

[issue36377] Python 'datastructures.html' docs page needs improvement because of ambiguity

2019-03-20 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12420 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36377> ___ ___ Py

[issue36385] Add ``elif`` sentence on to avoid multiple ``if``

2019-03-20 Thread Emmanuel Arias
New submission from Emmanuel Arias : Currently, when arguments on Parser/asdl_c.py are parsed ìf sentence is used. This PR(https://github.com/python/cpython/pull/12478) Propose to use elif to avoid multiple evaluting of the ifs. -- messages: 338519 nosy: eamanu priority: normal

[issue36385] Add ``elif`` sentence on to avoid multiple ``if``

2019-03-20 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12430 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36385> ___ ___ Py

[issue36426] exec() issue when used inside function

2019-03-25 Thread Emmanuel Arias
Emmanuel Arias added the comment: I test on 3.5 and 3.8 running not in an func and I don't have the problem: Python 3.8.0a2+ (heads/bpo-36287:ba8f342623, Mar 25 2019, 21:57:16) [GCC 6.3.0 20170516] on linux Type "help", "copyright", "credits" or "lic

[issue36426] exec() issue when used inside function

2019-03-25 Thread Emmanuel Arias
Emmanuel Arias added the comment: But I confirmed the behavior reported uhmm weird -- ___ Python tracker <https://bugs.python.org/issue36426> ___ ___ Pytho

[issue36373] asyncio.gather: no docs for deprecated loop parameter

2019-03-27 Thread Emmanuel Arias
Emmanuel Arias added the comment: @dtrauma jus for clarify. You say that if loop is not deprecated document it else document it. Right? -- ___ Python tracker <https://bugs.python.org/issue36

[issue36472] Some old PR with CLA not signed

2019-03-29 Thread Emmanuel Arias
New submission from Emmanuel Arias : Hello everybody! Making a searching on GitHub: is:open label:"CLA not signed" We can see that there are some PR opened with CLA not signed label. The newest is 22 days ago and the oldest is from May 8, 2017. I can closed it if you consider

[issue36472] Some old PR with CLA not signed

2019-03-29 Thread Emmanuel Arias
Emmanuel Arias added the comment: > I would request this to be discussed in other channels like > https://discuss.python.org/c/core-workflow or zulip core-workflow chat or > mailing list. Ok. It good for you if I send this issue to https://discuss.python.org/c/core-workflow? Then

[issue36547] bedevere is not working

2019-04-06 Thread Emmanuel Arias
New submission from Emmanuel Arias : Hi! I don't know if here is the correct place to this, but bedevere is not working from a day ago. -- messages: 339552 nosy: eamanu priority: normal severity: normal status: open title: bedevere is not wo

[issue33775] argparse: the word 'default' (in help) is not marked as translatable

2019-04-06 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12636 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33775> ___ ___ Py

[issue16786] argparse doesn't offer localization interface for "version" action

2019-04-06 Thread Emmanuel Arias
Change by Emmanuel Arias : -- pull_requests: +12637 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue16786> ___ ___ Python-bugs-lis

[issue36547] bedevere is not working

2019-04-06 Thread Emmanuel Arias
Emmanuel Arias added the comment: https://github.com/python/bedevere/issues/162 -- ___ Python tracker <https://bugs.python.org/issue36547> ___ ___ Python-bug

[issue29940] Add follow_wrapped=True option to help()

2019-04-22 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker <https://bugs.python.org/issue29940> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29940] Add follow_wrapped=True option to help()

2019-04-22 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12841 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue29940> ___ ___ Py

[issue36729] Delete unused text variable on tests

2019-04-25 Thread Emmanuel Arias
New submission from Emmanuel Arias : On ```test_custom_non_data_descriptor``` and ```test_custom_data_descriptor``` from Lib/test/test_pydoc.py there was a text variable not used. -- components: Tests messages: 340872 nosy: eamanu priority: normal severity: normal status: open title

[issue36729] Delete unused text variable on tests

2019-04-25 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12885 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36729> ___ ___ Py

[issue36729] Delete unused text variable on tests

2019-04-29 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hello, Yes not problem. Tonight when I was just to make the MR, I see that the bugs was solved. Thanks Arias Emmanuel eamanu.com El lun., 29 de abr. de 2019 05:10, Serhiy Storchaka escribió: > > Change by Serhiy Storchaka : > > >

[issue36729] Delete unused text variable on tests

2019-04-29 Thread Emmanuel Arias
Emmanuel Arias added the comment: Sorry for the noise I confused on my mail. Arias Emmanuel eamanu.com El lun., 29 de abr. de 2019 11:46, Emmanuel Arias escribió: > > Emmanuel Arias added the comment: > > Hello, > > Yes not problem. Tonight when I was just to make the

[issue36869] Avoid warning of unused variables

2019-05-09 Thread Emmanuel Arias
New submission from Emmanuel Arias : When run ./configure && make -j4 there are two warnings on Object/dictobject.c file about ix and hash variable are not used. Zachary Ware make me note that when _PyObject_ASSERT is call and NDEBUG is defined that expand to ((void)0). So this

[issue36908] "This module is always available" is confusing

2019-05-13 Thread Emmanuel Arias
Emmanuel Arias added the comment: I agree. What about create a section (or subsection?) or note with the text: ``` The next modules: sys, math ... are always available. This mean that ... ``` ? -- nosy: +eamanu ___ Python tracker <ht

[issue36908] "This module is always available" is confusing

2019-05-13 Thread Emmanuel Arias
Emmanuel Arias added the comment: > More useful would be to annotate those modules that might not be importable, > with a reason why. yes, that is more reasonable. :-D -- ___ Python tracker <https://bugs.python.org/i

[issue35039] remove unused vars in Lib/turtledemo module

2018-10-22 Thread Emmanuel Arias
Change by Emmanuel Arias : -- pull_requests: +9383 ___ Python tracker <https://bugs.python.org/issue35039> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
New submission from Emmanuel Arias : This issue is related to #35039 Fix pep8. See comments on https://github.com/python/cpython/pull/10044 -- components: Library (Lib) messages: 328316 nosy: eamanu, thatiparthy priority: normal severity: normal status: open title: Fix pep8 on Lib

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +9396 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35051> ___ ___ Py

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
Emmanuel Arias added the comment: So, do you recommend me close the pr? -- ___ Python tracker <https://bugs.python.org/issue35051> ___ ___ Python-bugs-list m

[issue35047] Better error messages in unittest.mock

2018-10-23 Thread Emmanuel Arias
Emmanuel Arias added the comment: It seems to be a good idea. If you attach a sample, it would be great. -- nosy: +eamanu ___ Python tracker <https://bugs.python.org/issue35

[issue35047] Better error messages in unittest.mock

2018-10-24 Thread Emmanuel Arias
Emmanuel Arias added the comment: I think that is a good change. Maybe you can apply the change on 3.6, 3.7 and 3.8 -- ___ Python tracker <https://bugs.python.org/issue35

[issue19217] Calling assertEquals for moderately long list takes too long

2018-11-10 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi! I see that this issue have a pr (https://github.com/python/cpython/pull/10034) opened 20 days ago. So, I want to continue work on this (my first pr). I use the vstinner's patch and I make two little change (attached patch): 1) first I add the &quo

[issue19217] Calling assertEquals for moderately long list takes too long

2018-11-10 Thread Emmanuel Arias
Emmanuel Arias added the comment: I create this patch on 3.7 -- ___ Python tracker <https://bugs.python.org/issue19217> ___ ___ Python-bugs-list mailin

[issue35140] encoding problem: coding:gbk cause syntaxError

2018-11-11 Thread Emmanuel Arias
Emmanuel Arias added the comment: I can not reproduce this issue on my Debian9. -- nosy: +eamanu ___ Python tracker <https://bugs.python.org/issue35140> ___ ___

<    1   2   3