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

2014-05-19 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +ankurankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19217 ___ ___ Python-bugs-list

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

2014-05-19 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19217 ___ ___ Python-bugs-list

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

2013-07-17 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16293 ___ ___ Python-bugs-list

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

2013-06-19 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue935117 ___ ___ Python-bugs-list

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

2013-06-19 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3354 ___ ___ Python-bugs-list

[issue8083] urllib proxy interface is too limited

2013-05-28 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8083 ___ ___ Python-bugs-list

[issue17733] Unit tests for RFC 2231 parsing code

2013-04-14 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- 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 rep...@bugs.python.org

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

2013-04-12 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17369 ___ ___ Python-bugs-list

[issue10595] Adding a syslog.conf reader in syslog

2013-03-09 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10595 ___ ___ Python-bugs-list

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

2013-03-09 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15518 ___ ___ Python-bugs-list

[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

[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 rep

[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

[issue1186900] nntplib shouldn't raise generic EOFError

2013-03-07 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1186900 ___ ___ Python-bugs-list

[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

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

2013-03-02 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15542 ___ ___ Python-bugs-list

[issue16669] Docstrings for namedtuple

2013-02-27 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16669 ___ ___ Python-bugs-list

[issue2209] mailbox module doesn't support compressed mbox

2013-02-27 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2209 ___ ___ Python-bugs-list

[issue13477] tarfile module should have a command line

2013-02-27 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13477 ___ ___ Python-bugs-list

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

2013-02-19 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17099 ___ ___ Python-bugs-list

[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 rep...@bugs.python.org http://bugs.python.org/issue17178

[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 rep...@bugs.python.org http://bugs.python.org/issue17178 ___ ___ Python

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

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file29080/patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17178

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

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: Removed file: http://bugs.python.org/file29080/patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17178

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

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: Added file: http://bugs.python.org/file29081/patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17178

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

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan ankuran...@gmail.com: -- nosy: +Ankur.Ankan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9856 ___ ___ Python-bugs-list