[issue11776] Constructor signatures missing in types module documentation

2019-02-24 Thread Emmanuel Arias
Emmanuel Arias added the comment: > For others, please give Mike at least a week to respond before opening a PR > with his changes. Okas! -- nosy: +eamanu ___ Python tracker <https://bugs.python.org/i

[issue36106] resolve sinpi() name clash with libm

2019-02-25 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi!, It seem a good improve to resolve a potential problem. But I am not convinced if that problem could appear because sinpi() is definded locally. -- ___ Python tracker <https://bugs.python.org/issue36

[issue36106] resolve sinpi() name clash with libm

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

[issue35840] Control flow inconsistency on closed asyncio stream

2019-02-25 Thread Emmanuel Arias
Emmanuel Arias added the comment: Ok, I am working on that. -- ___ Python tracker <https://bugs.python.org/issue35840> ___ ___ Python-bugs-list mailin

[issue29397] linux/random.h present but cannot be compiled

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

[issue36209] [EASY Doc] Typo in hashlib error message

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

[issue36209] [EASY Doc] Typo in hashlib error message

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

[issue36185] [EASY DOC] typo: Doc/c-api/objbuffer.rst: There is a typo in "corresponding"

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

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

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

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

2019-03-14 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi @serhiy.storchaka, I send a patch to Github to review. Let me know if is necessary unittest. Regards -- ___ Python tracker <https://bugs.python.org/issue36

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

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

[issue36300] eval of generator expressions cannot access local variables

2019-03-15 Thread Emmanuel Arias
Emmanuel Arias added the comment: I test it on 3.7 and 3.8 and have the same problem -- nosy: +eamanu versions: +Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue36

[issue36300] eval of generator expressions cannot access local variables

2019-03-15 Thread Emmanuel Arias
Emmanuel Arias added the comment: I don't know if this a bug for py3 or py2 because the the w variable is not defined on the list comprehension context. Maybe the locals on `eval` must be create w on locals context -- type: -> behavior versions: +Py

[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> ___ ___

[issue14977] mailcap does not respect precedence in the presence of wildcards

2012-06-01 Thread Emmanuel Beffara
New submission from Emmanuel Beffara : According to RFC 1542, the first matching entry in mailcap files should be used for handling a given type. The mailcap module does not respect this rule when wildcards are used in some rules, because the "lookup" function always checks ent

[issue6924] struct.unpack weird behavior with "bi" (byte then integer)

2009-09-16 Thread Emmanuel Bengio
New submission from Emmanuel Bengio : Using the following command in Python 2.6.1: >>> struct.unpack("BI","12345") Traceback (most recent call last): File "", line 1, in struct.unpack("BI","12345") error: unpack requires a

[issue27240] 'UnstructuredTokenList' object has no attribute '_fold_as_ew'

2016-06-06 Thread Leblond Emmanuel
New submission from Leblond Emmanuel: The folding code for email headers crashes whenever it hits line _header_value_parser.py:432 given it try to call method `_fold_as_ew`. ``` (venv)➜ vigiechiro-api git:(in2p3) ✗ python test_mail.py Traceback (most recent call last): File "test_ma

[issue24246] mimetypes.guess_extension returns different values when init() is called several times

2015-05-20 Thread Emmanuel Gamby
New submission from Emmanuel Gamby: Hi, Following the principle of least astonishment, I would expect the function to return the same value. Python 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "licens

[issue24246] mimetypes.guess_extension returns different values when init() is called several times

2015-05-20 Thread Emmanuel Gamby
Changes by Emmanuel Gamby : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue24246> ___ ___ Python-bugs-list mailing list Unsubscrib

<    1   2   3