[issue34331] Incorrectly pluralized abstract class error message

2018-08-04 Thread Daniel Andrade Groppe
Change by Daniel Andrade Groppe : -- keywords: +patch pull_requests: +8162 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue24272] PEP 484 docs

2015-08-10 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Here's a patch for the second half of remaining classes (this file is a complement of Ivan Levkivskyi's patch). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24272

[issue24272] PEP 484 docs

2015-08-10 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Missing Generator. -- Added file: http://bugs.python.org/file40161/typying_documentation_part2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24272

[issue24272] PEP 484 docs

2015-08-05 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: @Ivan, I'll work on the remaining half. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24272

[issue24272] PEP 484 docs

2015-08-02 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: I dropped the ball here. The last message from the review system was misclassified by Gmail as spam... Sorry about that. I can take a look at this tonight but if anyone can address the comments earlier, go

[issue24272] PEP 484 docs

2015-05-24 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: A first iteration of the documentation based on the PEP and the module source. This still needs a lot of work. -- keywords: +patch nosy: +Daniel.Andrade.Groppe Added file: http://bugs.python.org/file39484/typing_doc.patch

[issue24272] PEP 484 docs

2015-05-24 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Addressing comments from the review. Here is an updated patch. -- Added file: http://bugs.python.org/file39487/typing_doc_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24272

[issue24021] Add docstring to urllib.urlretrieve

2015-05-24 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Adding docstrings for urllib.urlretrieve() and urlib.cleanup() for Python 2.7. -- keywords: +patch nosy: +Daniel.Andrade.Groppe Added file: http://bugs.python.org/file39488/urllib_2.7.patch ___ Python tracker

[issue20898] Missing 507 response description

2014-03-16 Thread Daniel Andrade Groppe
Changes by Daniel Andrade Groppe x16...@gmail.com: Removed file: http://bugs.python.org/file34433/issue20898.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20898

[issue20898] Missing 507 response description

2014-03-16 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Here goes the patch once again, this time with the changes to the documentation. Two files were modified: 1. /Lib/http/client.py 2. /Doc/library/http.client.rst Hope this helps until a decision is made on how to remove duplicate codes in http.clinet

[issue20898] Missing 507 response description

2014-03-15 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Added missing constants and response status codes: Constants: ALREADY_REPORTED, PERMANENT_REDIRECT, LOOP_DETECTED Response status codes: 102, 207, 208, 226, 308, 422, 423, 424, 426, 507, 508 -- components: +Extension Modules -Library (Lib