René's URL Explorer Experiment


Title: Issue 20159: Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64358 https://github.com/python/cpython/issues/64358
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
20141https://bugs.python.org/issue20141
20157https://bugs.python.org/issue20157
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
etree_clinic.patchhttps://bugs.python.org/file33526/etree_clinic.patch
reviewhttps://bugs.python.org/review/20159/#ps10619
etree_clinic_2.patchhttps://bugs.python.org/file38837/etree_clinic_2.patch
reviewhttps://bugs.python.org/review/20159/#ps14454
etree_clinic_3.patchhttps://bugs.python.org/file39285/etree_clinic_3.patch
reviewhttps://bugs.python.org/review/20159/#ps14782
msg207518https://bugs.python.org/issue20159#msg207518
(view)https://bugs.python.org/msg207518
msg207597https://bugs.python.org/issue20159#msg207597
(view)https://bugs.python.org/msg207597
msg207624https://bugs.python.org/issue20159#msg207624
(view)https://bugs.python.org/msg207624
Modules/_elementtree.chttps://github.com/python/cpython/blob/master/Modules/_elementtree.c
PC/_msi.chttps://github.com/python/cpython/blob/master/PC/_msi.c
PC/bdist_wininst/install.chttps://github.com/python/cpython/blob/master/PC/bdist_wininst/install.c
http://docs.python.org/dev/howto/clinic.htmlhttp://docs.python.org/dev/howto/clinic.html
msg207630https://bugs.python.org/issue20159#msg207630
(view)https://bugs.python.org/msg207630
msg207631https://bugs.python.org/issue20159#msg207631
(view)https://bugs.python.org/msg207631
msg207632https://bugs.python.org/issue20159#msg207632
(view)https://bugs.python.org/msg207632
msg207633https://bugs.python.org/issue20159#msg207633
(view)https://bugs.python.org/msg207633
msg207638https://bugs.python.org/issue20159#msg207638
(view)https://bugs.python.org/msg207638
msg240106https://bugs.python.org/issue20159#msg240106
(view)https://bugs.python.org/msg240106
msg242545https://bugs.python.org/issue20159#msg242545
(view)https://bugs.python.org/msg242545
msg242546https://bugs.python.org/issue20159#msg242546
(view)https://bugs.python.org/msg242546
msg242552https://bugs.python.org/issue20159#msg242552
(view)https://bugs.python.org/msg242552
fea94f9cb5a0https://hg.python.org/lookup/fea94f9cb5a0
#20159https://bugs.python.org/issue20159
https://hg.python.org/cpython/rev/fea94f9cb5a0https://hg.python.org/cpython/rev/fea94f9cb5a0
msg242554https://bugs.python.org/issue20159#msg242554
(view)https://bugs.python.org/msg242554
serhiy.storchakahttps://bugs.python.org/user15623
scoderhttps://bugs.python.org/user2153
larryhttps://bugs.python.org/user2731
eli.benderskyhttps://bugs.python.org/user9740
python-devhttps://bugs.python.org/user13902
serhiy.storchakahttps://bugs.python.org/user15623
Add docstrings for ElementTree modulehttps://bugs.python.org/issue16954
msg242554https://bugs.python.org/msg242554
python-devhttps://bugs.python.org/user13902
msg242552https://bugs.python.org/msg242552
msg242546https://bugs.python.org/msg242546
etree_clinic_3.patchhttps://bugs.python.org/file39285
msg242545https://bugs.python.org/msg242545
etree_clinic_2.patchhttps://bugs.python.org/file38837
msg240106https://bugs.python.org/msg240106
etree_clinic.patchhttps://bugs.python.org/file33526
etree_clinic.patchhttps://bugs.python.org/file33355
etree_clinic.patchhttps://bugs.python.org/file33338
eli.benderskyhttps://bugs.python.org/user9740
Add docstrings for ElementTree modulehttps://bugs.python.org/issue16954
issue20187 dependencieshttps://bugs.python.org/issue20187
msg207638https://bugs.python.org/msg207638
msg207633https://bugs.python.org/msg207633
msg207632https://bugs.python.org/msg207632
msg207631https://bugs.python.org/msg207631
etree_clinic.patchhttps://bugs.python.org/file33355
msg207630https://bugs.python.org/msg207630
msg207624https://bugs.python.org/msg207624
msg207597https://bugs.python.org/msg207597
Argument Clinic: broken support for 'O!'https://bugs.python.org/issue20141
Argument Clinic generates wrong keyword parameter name for "default"https://bugs.python.org/issue20157
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.