[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: -Argument Clinic doesn't handle module level functions with module parameter well resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76a3cc6f3aca by Serhiy Storchaka in branch 'default': Fixed converting errors in the binascii module (issue20151). http://hg.python.org/cpython/rev/76a3cc6f3aca -- ___ Python tracker

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 21f8abfe459a by Serhiy Storchaka in branch 'default': Issue #20151: The binascii module now uses Argument Clinic. http://hg.python.org/cpython/rev/21f8abfe459a -- nosy: +python-dev ___ Python tracker

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Argument Clinic: backslashes in docstrings are not escaped ___ Python tracker ___ ___

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Argument Clinic generates wrong signature for module level functions ___ Python tracker ___ _

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file33529/binascii_clinic.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file33354/binascii_clinic.patch ___ Python tracker ___ ___ Python-bugs-list

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file2/binascii_clinic.patch ___ Python tracker ___ ___ Python-bugs-list

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Serhiy: Assigning to you because you wrote a patch; if you don't want the issue, sorry, please undo it. -- assignee: -> serhiy.storchaka ___ Python tracker __

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- Added file: http://bugs.python.org/file33354/binascii_clinic.patch ___ Python tracker ___

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Can you refresh the patch? The comments Argument Clinic uses were all changed. I'll review when you have a fresh patch. -- title: Convert the binascii module to use Argument Clinic -> Derby: Convert the binascii module to use Argument Clinic ___