[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2020-07-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2020-07-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 545b54d2abbc7970aa66b179a18ff2ac4440a8f9 by Zackery Spytz in branch 'master': bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245) https://github.com/python/cpython/commit/545b54d2abbc7970aa66b179a18ff2ac4440a8f9

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2019-06-19 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14245 converts Modules/_multiprocessing/semaphore.c and Modules/_multiprocessing/multiprocessing.c. -- nosy: +ZackerySpytz ___ Python tracker

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2019-06-19 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14080 pull_request: https://github.com/python/cpython/pull/14245 ___ Python tracker ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-05-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Peter for the fix. Applied by Christian in 743c54a2830f. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your review Larry. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d8e4047c270 by Serhiy Storchaka in branch '3.4': Backported tests from issue #20175. https://hg.python.org/cpython/rev/2d8e4047c270 New changeset 867c509c8c5e by Serhiy Storchaka in branch '2.7': Backported tests from issue #20175.

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 49007ed1a1a5 by Serhiy Storchaka in branch 'default': Issue #20175: Converted the _io module to Argument Clinic. https://hg.python.org/cpython/rev/49007ed1a1a5 -- nosy: +python-dev ___ Python tracker

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-16 Thread Peter McCormick
Peter McCormick added the comment: The smallest of typo fixes. -- Added file: http://bugs.python.org/file39068/pdm-iofile_typo-v1.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-16 Thread Peter McCormick
Changes by Peter McCormick pe...@pdmccormick.com: -- nosy: +pdmccormick ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated to the tip. -- Added file: http://bugs.python.org/file38895/io_clinic_2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-04-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Proposed patch converts the _io module to Argument Clinic. Total 86 methods are converted. -- keywords: +patch nosy: +benjamin.peterson, pitrou, serhiy.storchaka, stutzbach stage: needs patch - patch review Added file:

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- components: +Argument Clinic ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-08-04 Thread Larry Hastings
Larry Hastings added the comment: All the Derby patches should only go into trunk at this point. -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-09 Thread Brian Morrow
Changes by Brian Morrow bmorro...@gmail.com: -- nosy: +bmorrow92 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___ Python-bugs-list

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-09 Thread Brian Morrow
Brian Morrow added the comment: I'll gladly take this bundle. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___ Python-bugs-list

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-09 Thread Larry Hastings
Larry Hastings added the comment: Oops, sorry kbk. -- assignee: kbk - nosy: -kbk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-09 Thread Larry Hastings
Larry Hastings added the comment: Go for it! That's weird. Why can't I assign it to you? Have you not signed and submitted a Python contributor agreement? -- assignee: - kbk nosy: +kbk ___ Python tracker rep...@bugs.python.org

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files:

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings la...@hastings.org: -- type: behavior - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings la...@hastings.org: -- versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20175 ___ ___