[issue19217] Calling assertEquals for moderately long list takes too long

2014-05-19 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19217] Calling assertEquals for moderately long list takes too long

2014-05-19 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +ankurankan

___
Python tracker 
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16293] curses.ungetch raises OverflowError when given -1

2013-07-17 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue16293>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3354] Improve error reporting for the argument parsing C API

2013-06-19 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue3354>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue935117] pkgutil doesn't understand case-senseless filesystems

2013-06-19 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue935117>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8083] urllib proxy interface is too limited

2013-05-28 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue8083>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17733] Unit tests for RFC 2231 parsing code

2013-04-14 Thread Ankur Ankan

Changes by Ankur Ankan :


--
components: Tests
nosy: Ankur.Ankan, r.david.murray
priority: normal
severity: normal
status: open
title: Unit tests for RFC 2231 parsing code
type: enhancement

___
Python tracker 
<http://bugs.python.org/issue17733>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17369] Message.get_filename produces exception if the RFC2231 encoding is ill-formed

2013-04-12 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue17369>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15518] Provide test coverage for filecmp.dircmp.report methods.

2013-03-09 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue15518>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10595] Adding a syslog.conf reader in syslog

2013-03-09 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue10595>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13477] tarfile module should have a command line

2013-03-08 Thread Ankur Ankan

Ankur Ankan added the comment:

I am still unclear about the outcomes of the discussion. I am confused which 
features need to be kept and which are to be removed.

> Ankur, could you submit a contributor agreement? 
I will submit it today.

--

___
Python tracker 
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1186900] nntplib shouldn't raise generic EOFError

2013-03-07 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue1186900>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13477] tarfile module should have a command line

2013-03-07 Thread Ankur Ankan

Ankur Ankan added the comment:

> +parser.add_argument('--gz', '--gunzip', '--gzip', '--tgz', '-z', 
> +'--ungzip', action = 'store_true', 
> +help = 'gz compression')
> +parser.add_argument('--bz2', '--bzip2', '--tbz2', '--tbz', '--  tb2',
> +action = 'store_true', help = 'bz2 compression')
> +parser.add_argument('--xz', '--lzma', action = 'store_true',
> +help = 'xz compression')

> Do we really need so much names for the same option? Where do these   > names 
> come from?

   I was trying to implement all the formats mentioned in Serhiy's   
review.  (and also different names for the same format)

--

___
Python tracker 
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13477] tarfile module should have a command line

2013-03-07 Thread Ankur Ankan

Ankur Ankan added the comment:

Thanks for your comments Serhiy.
I have improved the patch according to your comments. Please have a look.

And I am writing tests.

--
Added file: http://bugs.python.org/file29337/issue_13477_v2

___
Python tracker 
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15542] Documentation incorrectly suggests __init__ called after direct __new__ call

2013-03-02 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue15542>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13477] tarfile module should have a command line

2013-03-02 Thread Ankur Ankan

Ankur Ankan added the comment:

I was also working on this issue so thought I should also submit my patch.
Has a few extra features from berker.peksag's patch:
1) the name of the files to be extracted can be specified
2) output directory can be specified for extracting files.

--
Added file: http://bugs.python.org/file29294/issue_13477

___
Python tracker 
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13477] tarfile module should have a command line

2013-02-27 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2209] mailbox module doesn't support compressed mbox

2013-02-27 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue2209>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16669] Docstrings for namedtuple

2013-02-27 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue16669>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17099] Raise ValueError when __loader__ not defined for importlib.find_loader()

2013-02-19 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue17099>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9856] Change object.__format__(s) where s is non-empty to a TypeError

2013-02-15 Thread Ankur Ankan

Changes by Ankur Ankan :


--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue9856>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan

Changes by Ankur Ankan :


Added file: http://bugs.python.org/file29081/patch.diff

___
Python tracker 
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan

Changes by Ankur Ankan :


Removed file: http://bugs.python.org/file29080/patch.diff

___
Python tracker 
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan

Changes by Ankur Ankan :


--
keywords: +patch
Added file: http://bugs.python.org/file29080/patch.diff

___
Python tracker 
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17178] In all.__doc__ and any.__doc__ need to clarify the behaviour with an empty iterable like in documentation

2013-02-15 Thread Ankur Ankan

Ankur Ankan added the comment:

I guess I have found it. It's bltinmodule.c .

--

___
Python tracker 
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17178] In all.__doc__ and any.__doc__ need to clarify the behaviour with an empty iterable like in documentation

2013-02-15 Thread Ankur Ankan

Ankur Ankan added the comment:

I am a beginner and want to write the patch for this issue, so please help me 
find the right C file.
Thanks.

--
nosy: +Ankur.Ankan

___
Python tracker 
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com