[issue19102] Add tests for CLI of the tabnanny module

2018-06-14 Thread Jaysinh shukla
Jaysinh shukla added the comment: @vstinner I have created the PR here. I wasn't sure so linked the PR with this issue. Thanks! PR URL: https://github.com/python/cpython/pull/7699 -- ___ Python tracker <https://bugs.python.org/issue19

[issue19102] Add tests for CLI of the tabnanny module

2018-06-14 Thread Jaysinh shukla
Change by Jaysinh shukla : -- pull_requests: +7315 ___ Python tracker <https://bugs.python.org/issue19102> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19102] Add tests for CLI of the tabnanny module

2018-06-14 Thread Jaysinh shukla
Jaysinh shukla added the comment: @STINNER Victor Thanks for merging. I will try to observe that patch and will update you here. Have a great day -- ___ Python tracker <https://bugs.python.org/issue19

[issue29571] test_re is failing when local is set for `en_IN`

2018-01-28 Thread Jaysinh shukla
Jaysinh shukla <jaysi...@gmail.com> added the comment: Hello Nick, At the devsprints of Pycon India 2017, a few participants were facing this bug. They all were from the Ubuntu land. I have switched to Gentoo distro. I am not facing this bug, but let me confirm from any Ubunt

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-02 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- pull_requests: +1480 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28315> ___

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-01 Thread Jaysinh shukla
Jaysinh shukla added the comment: Thanks Mariatta for reminding. Please expect a Github PR from my side in next 2 days. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue11978] Report correct coverage.py data for tests that invoke subprocesses

2017-04-06 Thread Jaysinh shukla
Jaysinh shukla added the comment: I found the regrtest wasn't displaying correct coverage for when the code is executed from call `Lib.test.support.script_helper.assert_python_ok`. I found `assert_python_ok` is using `subprocess` under the hood. It seems this problem is unobserved from a long

[issue19382] tabnanny unit tests

2017-03-27 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- pull_requests: +751 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19382> ___ _

[issue29799] Add tests for header API of 'urllib.request.Request' class

2017-03-12 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- pull_requests: +532 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29799> ___ _

[issue29799] Add tests for header API of 'urllib.request.Request' class

2017-03-12 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- components: Tests nosy: jaysinh.shukla priority: normal severity: normal status: open title: Add tests for header API of 'urllib.request.Request' class type: enhancement versions: Pyth

[issue13691] pydoc help (or help('help')) should show the doc for help

2017-02-18 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- nosy: +jaysinh.shukla ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13691> ___

[issue29520] Documentation uses deprecated "defindex.html" Sphinx template

2017-02-18 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- nosy: +ncoghlan ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29520> ___ _

[issue29520] Documentation uses deprecated "defindex.html" Sphinx template

2017-02-18 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- pull_requests: +136 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29520> ___ _

[issue29520] Documentation uses deprecated "defindex.html" Sphinx template

2017-02-18 Thread Jaysinh shukla
Jaysinh shukla added the comment: Hello Jim, I tried to run `make html` on `/Doc` directory at latest master. I was not able to reproduce this warning message. I am attaching console output I got while building the documentation with this issue. I request you to check that once. Will you

[issue24241] webbrowser default browser detection and/or public API for _trylist.

2017-02-18 Thread Jaysinh shukla
Jaysinh shukla added the comment: Hello David, I hope you are still working on https://github.com/python/cpython/pull/85 I tried to add few suggestions. Please write back on any confusions. Thanks! -- nosy: +jaysinh.shukla ___ Python tracker

[issue29571] test_re is failing when local is set for `en_IN`

2017-02-15 Thread Jaysinh shukla
New submission from Jaysinh shukla: Description: A test case is failing while running `./python -m test -v test_re`. Traceback: $>./python -m test -v test_re == CPython 3.7.0a0 (default, Feb 15 2017, 22:28:32) [GCC 5.4.0 20160609] == Linux-4.4.0-62-generic-x86_64-with-debian-stretch-

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Jaysinh shukla added the comment: Hello Terry, According to your instructions I had uploaded two patch files. The file named `all_rst_patch_default.diff` is applicable for version `default`, `3.5`, `3.6` and for most files of `2.7`. The file named `v_2_7_conflict_files.diff` is a correct

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44958/other_rst_version_3_6.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44957/other_rst_version_3_5.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44956/other_rst_version_2_7.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44955/other_rst_default.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44953/Doc_library_ctypes_rst_version_3_5.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44952/Doc_library_ctypes_rst_version_2_7.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44951/Doc_library_ctypes_rst_default.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44954/Doc_library_ctypes_rst_version_3_6.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44971/v_2_7_conflict_files.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-05 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44970/all_rst_patch_default.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28329] Add support for customizing scheduler's timefunc and delayfunc using subclassing

2016-10-05 Thread Jaysinh shukla
Jaysinh shukla added the comment: Hey Raymond, Since you rejected the issue, I would like to mention two points. 1. I believe Threading does have the similar interface. https://docs.python.org/3/library/threading.html where `Thread.target` and `Tread.run()` behaves same. 2

[issue28329] Add support for customizing scheduler's timefunc and delayfunc using subclassing

2016-10-04 Thread Jaysinh shukla
Jaysinh shukla added the comment: Adding documentation patch on given `overridable_time_delay_v2.patch` for `default`. -- nosy: +jaysinh.shukla Added file: http://bugs.python.org/file44960/doc_patch_version_default.diff ___ Python tracker <

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Jaysinh shukla added the comment: @Treyy: I have uploaded patches according to your comment at Core mentorship here (https://mail.python.org/mailman/private/core-mentorship/2016-October/003662.html) `Since I applied the patch, I can say in in this particular case, re-open, preferably

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44955/other_rst_default.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44956/other_rst_version_2_7.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44958/other_rst_version_3_6.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44957/other_rst_version_3_5.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44954/Doc_library_ctypes_rst_version_3_6.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- hgrepos: -358 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28315> ___ __

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44953/Doc_library_ctypes_rst_version_3_5.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- hgrepos: +358 Added file: http://bugs.python.org/file44952/Doc_library_ctypes_rst_version_2_7.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- hgrepos: -357 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28315> ___ __

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Jaysinh shukla added the comment: According to this email, conversation with Terry, https://mail.python.org/mailman/private/core-mentorship/2016-October/003662.html adding patch for `Doc/library/ctypes.rst` -- hgrepos: +357 Added file: http://bugs.python.org/file44951

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- nosy: +jaysinh.shukla ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28315> ___

[issue28273] Make os.waitpid() option parameter optional.

2016-10-01 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Added file: http://bugs.python.org/file44916/os_waitpid_updated_codebase_2_jaysinh.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28273] Make os.waitpid() option parameter optional.

2016-10-01 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: Removed file: http://bugs.python.org/file44915/os_waitpid_updated_codebase_jaysinh.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28273] Make os.waitpid() option parameter optional.

2016-10-01 Thread Jaysinh shukla
Jaysinh shukla added the comment: Removing the `options` default argument from all the call to os.waitpid. Note: This patch is based on [this patch](http://bugs.python.org/file44822/os_waitpid-optional_options.diff) submitted by StyXman. -- nosy: +jaysinh.shukla Added file: http

[issue28115] Use argparse for the zipfile module

2016-09-27 Thread Jaysinh shukla
Jaysinh shukla added the comment: @SilentGhost I have mad few comments on your patch. Please contact me on any confusions. Looking forward to you. Thanks! -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28115] Use argparse for the zipfile module

2016-09-13 Thread Jaysinh shukla
Jaysinh shukla added the comment: I'm working on this. :) -- nosy: +jaysinh.shukla ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue6057] sqlite3 error classes should be documented

2016-08-10 Thread Jaysinh shukla
Jaysinh shukla added the comment: Dear Stéphane, I will be agreed with the way proposed by you. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/

[issue20842] pkgutil docs should reference glossary terms not PEP 302

2016-07-14 Thread Jaysinh shukla
Jaysinh shukla added the comment: Adding updated patch after merging Issue 26896. Requesting to review. Thanks! -- Added file: http://bugs.python.org/file43721/issue20842_v2.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue20674] Update comments in dictobject.c

2016-06-25 Thread Jaysinh shukla
Jaysinh shukla added the comment: Agreeing with "SilentGhost". Demonstrating `hash()` example for type int using list comprehension. Review issue20674_patch_v5.diff Thanks! -- Added file: http://bugs.python.org/file43536/issue20674_pat

[issue20842] pkgutil docs should reference glossary terms not PEP 302

2016-06-25 Thread Jaysinh shukla
Jaysinh shukla added the comment: Dear Martin, I observed your comment. I can see, issue mentioned by you http://bugs.python.org/issue26896 contains patch of clarifying the reference of Importer, Finder. The issue-26896 is still under review phase. It will be good step to update doc

[issue20674] Update comments in dictobject.c

2016-06-25 Thread Jaysinh shukla
Jaysinh shukla added the comment: Improving last with with following points: 1. Removing string related examples 2. Updating int example with more readable way (According to me). Reviewer review the patch file named "issue20674_patch_v3.diff" -- Added file: http://bugs.

[issue20842] pkgutil docs should reference glossary terms not PEP 302

2016-06-23 Thread Jaysinh shukla
Jaysinh shukla added the comment: Submitting the patch for this issue. I observed the last message of respected Kushal but because the message was posted too earlier decided to submit patch. Thanks! -- keywords: +patch nosy: +jaysinh.shukla Added file: http://bugs.python.org/file43521

[issue20674] Update comments in dictobject.c

2016-06-22 Thread Jaysinh shukla
Jaysinh shukla added the comment: Submitting patch which tries to cover mentioned change. I request Core-developers to verify the approach I took for fixing this change. Thanks! -- keywords: +patch nosy: +jaysinh.shukla Added file: http://bugs.python.org/file43510/issue20674_patch_v1

[issue15243] Misleading documentation for __prepare__

2016-06-17 Thread Jaysinh shukla
Jaysinh shukla added the comment: Submitting patch according to this (http://bugs.python.org/issue15243#msg268356) message. Thanks! -- keywords: +patch nosy: +jaysinh.shukla Added file: http://bugs.python.org/file43432/issue15243_diff_python3.5_3.6_v1.diff

[issue6057] sqlite3 error classes should be documented

2016-06-16 Thread Jaysinh shukla
Jaysinh shukla added the comment: Adding forgotten reference of ProgrammingError to last patch. Please review issue6057_python3_6_v2.diff Thanks! -- Added file: http://bugs.python.org/file43413/issue6057_python3_6_v2.diff ___ Python tracker <

[issue6057] sqlite3 error classes should be documented

2016-06-16 Thread Jaysinh shukla
Jaysinh shukla added the comment: Submitting the patch for Python 3.6. -- keywords: +patch Added file: http://bugs.python.org/file43412/issue6057_python3_6.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/

[issue6057] sqlite3 error classes should be documented

2016-06-16 Thread Jaysinh shukla
Changes by Jaysinh shukla <jaysi...@gmail.com>: -- nosy: +jaysinh.shukla ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6057> ___