[issue18709] SSL module fails to handle NULL bytes inside subjectAltNames general names (CVE-2013-4238)
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/issue18709> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17317] Benchmark driver should calculate actual benchmark count in -h
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 <http://bugs.python.org/issue17317> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17317] Benchmark driver should calculate actual benchmark count in -h
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 to Python. Could you guide me a little for that please? Thanks -- ___ Python tracker <http://bugs.python.org/issue17317> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17317] Benchmark driver should calculate actual benchmark count in -h
Anuj Gupta added the comment: Improved wording of the comment -- Added file: http://bugs.python.org/file29367/benchmark_count.patch ___ Python tracker <http://bugs.python.org/issue17317> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17317] Benchmark driver should calculate actual benchmark count in -h
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 no asterisk :( -- ___ Python tracker <http://bugs.python.org/issue17317> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17414] timeit.timeit not in __all__ even though documented
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 a patch for the dev version. After a review, I can submit patches for all remaining versions. Thanks! -- keywords: +patch nosy: +anuj Added file: http://bugs.python.org/file29407/timeit_exports.diff ___ Python tracker <http://bugs.python.org/issue17414> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17456] os.py (unexpected character)
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 <http://bugs.python.org/issue17456> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17317] Benchmark driver should calculate actual benchmark count in -h
Anuj Gupta added the comment: The asterisk is visible now, Brett :) Please commit the patch at your convenience. -- ___ Python tracker <http://bugs.python.org/issue17317> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com