[issue18709] SSL module fails to handle NULL bytes inside subjectAltNames general names (CVE-2013-4238)

2018-08-14 Thread Anuj
Anuj added the comment: Do we have patch for 3.1 version, or 3.2 patch will be also OK? -- nosy: +Anuj ___ Python tracker <https://bugs.python.org/issue18

[issue17317] Benchmark driver should calculate actual benchmark count in -h

2013-03-20 Thread Anuj Gupta
Anuj Gupta added the comment: The asterisk is visible now, Brett :) Please commit the patch at your convenience. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17317

[issue17456] os.py (unexpected character)

2013-03-18 Thread Anuj Gupta
Anuj Gupta added the comment: http://docs.python.org/3/tutorial/introduction.html#strings This seems like a good opportunity for you to learn about raw strings. :) -- nosy: +anuj ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue17414] timeit.timeit not in __all__ even though documented

2013-03-14 Thread Anuj Gupta
Anuj Gupta added the comment: I'm a new contributor so, not sure if I'm missing anything: The issue seems straightforward to me, the exports should definitely be included in both - the docstring and __all__. Also, default_timer is documented and should be imported as well. I've contributed

[issue17317] Benchmark driver should calculate actual benchmark count in -h

2013-03-10 Thread Anuj Gupta
Anuj Gupta added the comment: I've already signed that. I was contemplating adding my name to the Misc/ACK file but I'd like to know if it's appropriate. Certainly gives one a confidence boost, but I'm not aware whether this fix qualifies me for it. I'd like to contribute a lot more code

[issue17317] Benchmark driver should calculate actual benchmark count in -h

2013-03-10 Thread Anuj Gupta
Anuj Gupta added the comment: Improved wording of the comment -- Added file: http://bugs.python.org/file29367/benchmark_count.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17317

[issue17317] Benchmark driver should calculate actual benchmark count in -h

2013-03-10 Thread Anuj Gupta
Anuj Gupta added the comment: I did it yesterday while studying the devguide and how to get started articles. Just did it again, and received an email with the subject The Python Contributor Agreement Form (between Anuj Gupta and Python Software Foundation) is Signed and Filed!. Still

[issue17317] Benchmark driver should calculate actual benchmark count in -h

2013-03-09 Thread Anuj Gupta
Anuj Gupta added the comment: Fixed ( My first contribution ever, please be kind :) ) -- keywords: +patch nosy: +anuj type: - behavior Added file: http://bugs.python.org/file29361/benchmark_count.patch ___ Python tracker rep...@bugs.python.org http