Changes by Anish Shah :
--
pull_requests: +360
___
Python tracker
<http://bugs.python.org/issue26187>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
I can work on this.
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26187>
___
___
Python-bugs-list mailin
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue27645>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
pull_requests: +350
___
Python tracker
<http://bugs.python.org/issue29693>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
I'm not able to reproduce the SyntaxError on latest commit
902e9c50e31209e796b6bbe26f8d2f57ec12071b on master branch.
--
___
Python tracker
<http://bugs.python.org/is
Anish Shah added the comment:
I will try to work on this! :)
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue29693>
___
___
Python-bugs-list m
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue22234>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
Patch for urllib and httplib in Python 2
--
keywords: +patch
nosy: +anish.shah
Added file: http://bugs.python.org/file42159/issue26553.patch
___
Python tracker
<http://bugs.python.org/issue26
Anish Shah added the comment:
Patch for http.client in Python3
--
Added file: http://bugs.python.org/file42160/issue26553-python3.patch
___
Python tracker
<http://bugs.python.org/issue26
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26252>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26269>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26283>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26386>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
Hi Brett, I'm looking for some issues to solve. Is this issue confirmed? Can I
work on this?
--
___
Python tracker
<http://bugs.python.org/is
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26396>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue22234>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26386>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26149>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
Is this patch ready to merge?
--
___
Python tracker
<http://bugs.python.org/issue26302>
___
___
Python-bugs-list mailing list
Unsub
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26209>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26209>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: -anish.shah
___
Python tracker
<http://bugs.python.org/issue26282>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
_LegalKeyChars contains "\-" whereas _LegalChars just contains "-".
On Sun, Feb 7, 2016 at 4:33 PM, Martin Panter
wrote:
>
> Martin Panter added the comment:
>
> I take that back about _CookiePattern having the same bug; it uses a
Anish Shah added the comment:
I ran regex and issuperset version on a random string. The regex one gives
better performance. So, I have included the re.escape in the patch.
>>> random_str = ''.join(random.choice(_LegalChars) for _ in range(10 ** 8))
>>> is
Anish Shah added the comment:
@martin.panter I have fixed the What's New docs. I have updated the patch.
Thanks!
--
Added file: http://bugs.python.org/file41840/issue26136_20160207.patch
___
Python tracker
<http://bugs.python.org/is
Anish Shah added the comment:
@serhiy.storchaka OK, I have used re.escape instead of '\'. And I have added a
test too.
Also, may I know why '\' can not be in _LegalChars, so that I can remember this
for future purpose?
--
Added file: http://bugs.
Anish Shah added the comment:
We just need to use '\-' instead of '-'.
```
>>> regex = re.compile("[a-z]")
>>> bool(regex.match('b'))
True
>>> regex = re.compile("[a\-z]")
>>> bool(regex.ma
Anish Shah added the comment:
@martin.panter Any reviews for the patch? Is it ready to merge?
--
___
Python tracker
<http://bugs.python.org/issue26136>
___
___
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26302>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue21573>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26269>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26263>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26281>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26282>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26252>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26283>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
Thanks @martin.panter. I learnt something new, I didn't know about annotate
before.
I have updated the patch.
Thanks again.
--
Added file: http://bugs.python.org/file41800/issue26136_20160204.patch
___
Python tr
Anish Shah added the comment:
Yes @martin.panter, the tests were failing. But, I didn't know where the tests
for PendingDeprecationWarning were added. Thanks for telling the changeset. I
have updated the patch. Can you please have a look?
--
Added file: http://bugs.pytho
Anish Shah added the comment:
The problem is in `difflib.ndiff` function. When the string does not have a
trailing newline, we get an unreadable output.
After applying my patch, the following is the output of test2.py (submitted by
Elena.Oat).
Anish Shah added the comment:
I would like to work on this, if it is okay with Marco?
I look at the history of parsetok.c file and I think I can solve this issue.
Also, I have a doubt - PEP 492 says that "async and await names will be softly
deprecated in CPython 3.5 and 3.6".
Wh
Anish Shah added the comment:
I have submitted a patch. I have replace `PyExc_PendingDeprecationWarning` to
`PyExc_DeprecationWarning` in Objects/genobject.c
Can anyone please review?
--
keywords: +patch
Added file: http://bugs.python.org/file41783/issue26136.patch
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26136>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
I would like to work on this..
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue24780>
___
___
Python-bugs-list m
Changes by Anish Shah :
--
nosy: +anish.shah
___
Python tracker
<http://bugs.python.org/issue26182>
___
___
Python-bugs-list mailing list
Unsubscribe:
Anish Shah added the comment:
@brett.cannon Thanks! I have updated the patch. I removed
"_PyImport_FixupExtension" from docs.
--
Added file: http://bugs.python.org/file41404/issue12484.patch
___
Python tracker
<http://bugs.python.o
Anish Shah added the comment:
It should be done in a separate issue, right?
Or should I include it in this patch?
--
___
Python tracker
<http://bugs.python.org/issue12
Anish Shah added the comment:
Can anyone review the patch?
--
___
Python tracker
<http://bugs.python.org/issue12484>
___
___
Python-bugs-list mailing list
Unsub
Changes by Anish Shah :
--
keywords: +patch
Added file:
http://bugs.python.org/file41310/remove_Py_InitModule_from_docs.patch
___
Python tracker
<http://bugs.python.org/issue12
Anish Shah added the comment:
will try to create a patch for this issue in a day. Thanks!
--
nosy: +Anish.Shah
___
Python tracker
<http://bugs.python.org/issue12
Changes by Anish Shah :
--
components: Tests
files: test_regrtest.patch
keywords: patch
nosy: Anish Shah, python-dev, steve.dower
priority: normal
severity: normal
status: open
title: test_regrtest fails because 'sys' is not imported.
versions: Python 3.6
Added
50 matches
Mail list logo