[issue8489] Support RFC 6531 in smptlib

2014-07-27 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue8489> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14019] Unify tests for str.format and string.Formatter

2014-06-01 Thread moijes12
moijes12 added the comment: > Note that this issue wasn't about the formatter module - it relates to the > str.format() method and the string.Formatter *class*. I would tend to agree with Nick and Eric. From what I see in the patch, the tests are for formatter module

[issue16321] Move eq.h out of stringlib

2014-01-04 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue16321> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2679] email.feedparser regex duplicate

2014-01-04 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue2679> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue724459] Add documentation about line endings in email messages.

2014-01-04 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue724459> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11681] -b option undocumented

2014-01-04 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue11681> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17375] Add docstrings to methods in the threading module

2013-05-30 Thread moijes12
moijes12 added the comment: Attached is a patch built against Python 3.3. I've taken karlcow's patch and used it for Python 3. I have run the test suite(./python -m test -j3) and the sanity check (make patchcheck) and they worked fine. -- nosy: +moijes12 Added

[issue12768] docstrings for the threading module

2013-03-20 Thread moijes12
moijes12 added the comment: Hi Since this is a duplicate of #17375, is the patch not going to make to the review stage at all? -- ___ Python tracker <http://bugs.python.org/issue12

[issue16321] Move eq.h out of stringlib

2013-03-07 Thread moijes12
moijes12 added the comment: Changes made according to the Sehiy's last comment. Include/Python.h has not been modified as it doesn't need one. Also, make files have been changed. -- keywords: +patch nosy: +moijes12 Added file: http://bugs.python.org/file29335/1

[issue12768] docstrings for the threading module

2013-03-06 Thread moijes12
moijes12 added the comment: This patch was built on 3.2(I made the changes on the local repo after running command "hg up 3.2"). I've run the test suite and only test_site failed. This patch has some improvements over 12768_2.patch. -- Added file: http://bugs.pytho

[issue12768] docstrings for the threading module

2013-03-04 Thread moijes12
moijes12 added the comment: Hi I am seen the review comments and made the changes accordingly. I am not sure if my changes apply to 3.2. How do I do that ? -- ___ Python tracker <http://bugs.python.org/issue12

[issue12768] docstrings for the threading module

2013-02-27 Thread moijes12
moijes12 added the comment: I've attached a new patch with some changes. -- ___ Python tracker <http://bugs.python.org/issue12768> ___ ___ Python-bugs-list m

[issue12768] docstrings for the threading module

2013-02-27 Thread moijes12
Changes by moijes12 : Added file: http://bugs.python.org/file29268/12768_2.patch ___ Python tracker <http://bugs.python.org/issue12768> ___ ___ Python-bugs-list mailin

[issue12768] docstrings for the threading module

2013-02-06 Thread moijes12
moijes12 added the comment: Hi Is this still open to work on ? If yes, what were the review comments from the previous review? -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue12

[issue15442] Expand the list of default dirs filecmp.dircmp ignores

2012-10-15 Thread moijes12
moijes12 added the comment: Yeah. I'm on it. -- ___ Python tracker <http://bugs.python.org/issue15442> ___ ___ Python-bugs-list mailing list Unsubsc

[issue2679] email.feedparser regex duplicate

2012-09-05 Thread moijes12
moijes12 added the comment: Hi I've attached a patch. Its a simple one wherein NLCRE_crack = NLCRE_bol. I found this in Python 3.3.0b2+ and so I've added version 3.3. I executed "./python -m test" after making the change and no failures were reported (340-OK, 30-Skip)

[issue2679] email.feedparser regex duplicate

2012-09-05 Thread moijes12
Changes by moijes12 : -- keywords: +patch Added file: http://bugs.python.org/file27132/2679.patch ___ Python tracker <http://bugs.python.org/issue2679> ___ ___

[issue2679] email.feedparser regex duplicate

2012-09-05 Thread moijes12
Changes by moijes12 : -- versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue2679> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2679] email.feedparser regex duplicate

2012-09-05 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue2679> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue8911] regrtest.main should have a test skipping argument

2012-09-03 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue8911> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8911] regrtest.main should have a test skipping argument

2012-09-03 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue8911> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13518] configparser can’t read file objects from urlopen

2012-09-03 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue13518> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue626452] Support RFC 2392 in email package

2012-08-24 Thread moijes12
moijes12 added the comment: r.david.murray: I'd love to work on this and that is why I'm following this and 634412. But I'm just getting started with contributing to Python and I've contributed to only to 15442 and thats n

[issue626452] Support RFC 2392 in email package

2012-08-23 Thread moijes12
moijes12 added the comment: Whoa cool. -- ___ Python tracker <http://bugs.python.org/issue626452> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13518] configparser can’t read file objects from urlopen

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue13518> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2380] Raise a Py3K warning for catching nested tuples with non-BaseException exceptions

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue2380> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15442] Expand the list of default dirs filecmp.dircmp ignores

2012-08-23 Thread moijes12
Changes by moijes12 : -- keywords: +patch Added file: http://bugs.python.org/file26971/15442.patch ___ Python tracker <http://bugs.python.org/issue15442> ___ ___

[issue15442] Expand the list of default dirs filecmp.dircmp ignores

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue15442> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2380] Raise a Py3K warning for catching nested tuples with non-BaseException exceptions

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue2380> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue724459] Add documentation about line endings in email messages.

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue724459> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11698] Improve repr for structseq objects to show named, but unindexed fields

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue11698> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11664] Add patch method to unittest.TestCase

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue11664> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1660009] continuing problem with httplib multiple set-cookie headers

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: -moijes12 ___ Python tracker <http://bugs.python.org/issue1660009> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue626452] Support RFC 2111 in email package

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue626452> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11698] Improve repr for structseq objects to show named, but unindexed fields

2012-08-23 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue11698> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11664] Add patch method to unittest.TestCase

2012-07-02 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue11664> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1660009] continuing problem with httplib multiple set-cookie headers

2012-07-02 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue1660009> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11681] -b option undocumented

2012-06-26 Thread moijes12
moijes12 added the comment: Hi Marc I tried reproducing this for bytearray using Python 2.7.2 but I can't see a warning. devel@moses:~$ python --version Python 2.7.2+ devel@moses:~$ cat test_py.py k = range(10) kb = bytearray(k) print kb kb = bytearray("hi") print kb devel@

[issue634412] RFC 2112 in email package

2012-04-04 Thread moijes12
moijes12 added the comment: Is this still open for someone to work on? -- nosy: +moijes12 ___ Python tracker <http://bugs.python.org/issue634412> ___ ___ Pytho