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/is
Change by Jaysinh shukla :
--
pull_requests: +7315
___
Python tracker
<https://bugs.python.org/issue19102>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Jaysinh shukla 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 Ubuntu user. Thanks
Changes by Jaysinh shukla :
--
pull_requests: +1480
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jaysinh shukla added the comment:
Thanks Mariatta for reminding. Please expect a Github PR from my side in next 2
days.
--
___
Python tracker
<http://bugs.python.org/issue28
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
Changes by Jaysinh shukla :
--
pull_requests: +751
___
Python tracker
<http://bugs.python.org/issue19382>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
--
pull_requests: +532
___
Python tracker
<http://bugs.python.org/issue29799>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
--
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: Python 3.7
___
Python trac
Changes by Jaysinh shukla :
--
nosy: +jaysinh.shukla
___
Python tracker
<http://bugs.python.org/issue13691>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
--
nosy: +ncoghlan
___
Python tracker
<http://bugs.python.org/issue29520>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
--
pull_requests: +136
___
Python tracker
<http://bugs.python.org/issue29520>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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-
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
Changes by Jaysinh shukla :
Removed file: http://bugs.python.org/file44958/other_rst_version_3_6.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Removed file: http://bugs.python.org/file44957/other_rst_version_3_5.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Removed file: http://bugs.python.org/file44956/other_rst_version_2_7.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Removed file: http://bugs.python.org/file44955/other_rst_default.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bug
Changes by Jaysinh shukla :
Removed file:
http://bugs.python.org/file44953/Doc_library_ctypes_rst_version_3_5.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
Removed file:
http://bugs.python.org/file44952/Doc_library_ctypes_rst_version_2_7.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
Removed file:
http://bugs.python.org/file44951/Doc_library_ctypes_rst_default.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
Removed file:
http://bugs.python.org/file44954/Doc_library_ctypes_rst_version_3_6.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44971/v_2_7_conflict_files.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44970/all_rst_patch_default.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
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
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
<h
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 with
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44955/other_rst_default.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bug
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44956/other_rst_version_2_7.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44958/other_rst_version_3_6.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Added file: http://bugs.python.org/file44957/other_rst_version_3_5.diff
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Jaysinh shukla :
Added file:
http://bugs.python.org/file44954/Doc_library_ctypes_rst_version_3_6.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
--
hgrepos: -358
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
Added file:
http://bugs.python.org/file44953/Doc_library_ctypes_rst_version_3_5.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
--
hgrepos: +358
Added file:
http://bugs.python.org/file44952/Doc_library_ctypes_rst_version_2_7.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
--
hgrepos: -357
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Jaysinh shukla :
--
nosy: +jaysinh.shukla
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jaysinh shukla :
Added file:
http://bugs.python.org/file44916/os_waitpid_updated_codebase_2_jaysinh.diff
___
Python tracker
<http://bugs.python.org/issue28
Changes by Jaysinh shukla :
Removed file:
http://bugs.python.org/file44915/os_waitpid_updated_codebase_jaysinh.diff
___
Python tracker
<http://bugs.python.org/issue28
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
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
<http://bugs.python.org/issue28
Jaysinh shukla added the comment:
I'm working on this. :)
--
nosy: +jaysinh.shukla
___
Python tracker
<http://bugs.python.org/issue28115>
___
___
Pytho
Jaysinh shukla added the comment:
Dear Stéphane,
I will be agreed with the way proposed by you.
--
___
Python tracker
<http://bugs.python.org/issue6
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
<http://bugs.python.org/issue20
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
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 in
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.
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
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
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
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
<h
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
<http://bugs.python.org/issue6
Changes by Jaysinh shukla :
--
nosy: +jaysinh.shukla
___
Python tracker
<http://bugs.python.org/issue6057>
___
___
Python-bugs-list mailing list
Unsubscribe:
57 matches
Mail list logo