René's URL Explorer Experiment


Title: Issue 20185: Derby #17: Convert 49 sites to Argument Clinic across 13 files - 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/64384 https://github.com/python/cpython/issues/64384
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
28754https://bugs.python.org/issue28754
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
issue20185_conglomerate_v4.diffhttps://bugs.python.org/file33943/issue20185_conglomerate_v4.diff
reviewhttps://bugs.python.org/review/20185/#ps10949
clinic_gc_v4.patchhttps://bugs.python.org/file33988/clinic_gc_v4.patch
reviewhttps://bugs.python.org/review/20185/#ps10986
clinic_longobject_v3.patchhttps://bugs.python.org/file33989/clinic_longobject_v3.patch
reviewhttps://bugs.python.org/review/20185/#ps10987
clinic_longobject_v4.patchhttps://bugs.python.org/file46392/clinic_longobject_v4.patch
reviewhttps://bugs.python.org/review/20185/#ps19814
clinic_longobject_v5.patchhttps://bugs.python.org/file46449/clinic_longobject_v5.patch
reviewhttps://bugs.python.org/review/20185/#ps19862
clinic_gc_v5.patchhttps://bugs.python.org/file46495/clinic_gc_v5.patch
reviewhttps://bugs.python.org/review/20185/#ps19899
clinic_float_v5.diffhttps://bugs.python.org/file46526/clinic_float_v5.diff
reviewhttps://bugs.python.org/review/20185/#ps19916
clinic_list_v5.diffhttps://bugs.python.org/file46527/clinic_list_v5.diff
reviewhttps://bugs.python.org/review/20185/#ps19917
clinic_type_v5.diffhttps://bugs.python.org/file46528/clinic_type_v5.diff
reviewhttps://bugs.python.org/review/20185/#ps19918
clinic_marshal_v5.diffhttps://bugs.python.org/file46529/clinic_marshal_v5.diff
reviewhttps://bugs.python.org/review/20185/#ps19919
clinic_resource_v5.diffhttps://bugs.python.org/file46530/clinic_resource_v5.diff
reviewhttps://bugs.python.org/review/20185/#ps19920
PR 541https://github.com/python/cpython/pull/541
PR 542https://github.com/python/cpython/pull/542
PR 543https://github.com/python/cpython/pull/543
PR 544https://github.com/python/cpython/pull/544
PR 545https://github.com/python/cpython/pull/545
PR 2116https://github.com/python/cpython/pull/2116
PR 31558https://github.com/python/cpython/pull/31558
PR 31578https://github.com/python/cpython/pull/31578
PR 31581https://github.com/python/cpython/pull/31581
msg207643https://bugs.python.org/issue20185#msg207643
(view)https://bugs.python.org/msg207643
Objects/typeobject.chttps://github.com/python/cpython/blob/master/Objects/typeobject.c
Objects/longobject.chttps://github.com/python/cpython/blob/master/Objects/longobject.c
Objects/listobject.chttps://github.com/python/cpython/blob/master/Objects/listobject.c
Objects/floatobject.chttps://github.com/python/cpython/blob/master/Objects/floatobject.c
Modules/resource.chttps://github.com/python/cpython/blob/master/Modules/resource.c
Modules/_threadmodule.chttps://github.com/python/cpython/blob/master/Modules/_threadmodule.c
Modules/_bz2module.chttps://github.com/python/cpython/blob/master/Modules/_bz2module.c
Modules/_bisectmodule.chttps://github.com/python/cpython/blob/master/Modules/_bisectmodule.c
Python/marshal.chttps://github.com/python/cpython/blob/master/Python/marshal.c
Objects/exceptions.chttps://github.com/python/cpython/blob/master/Objects/exceptions.c
Modules/nismodule.chttps://github.com/python/cpython/blob/master/Modules/nismodule.c
Modules/gcmodule.chttps://github.com/python/cpython/blob/master/Modules/gcmodule.c
Python/_warnings.chttps://github.com/python/cpython/blob/master/Python/_warnings.c
Modules/_cryptmodule.chttps://github.com/python/cpython/blob/master/Modules/_cryptmodule.c
http://docs.python.org/dev/howto/clinic.htmlhttp://docs.python.org/dev/howto/clinic.html
msg208124https://bugs.python.org/issue20185#msg208124
(view)https://bugs.python.org/msg208124
msg208140https://bugs.python.org/issue20185#msg208140
(view)https://bugs.python.org/msg208140
Modules/resource.chttps://github.com/python/cpython/blob/master/Modules/resource.c
msg208150https://bugs.python.org/issue20185#msg208150
(view)https://bugs.python.org/msg208150
Modules/gcmodule.chttps://github.com/python/cpython/blob/master/Modules/gcmodule.c
msg208154https://bugs.python.org/issue20185#msg208154
(view)https://bugs.python.org/msg208154
Python/marshal.chttps://github.com/python/cpython/blob/master/Python/marshal.c
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
msg208246https://bugs.python.org/issue20185#msg208246
(view)https://bugs.python.org/msg208246
msg208247https://bugs.python.org/issue20185#msg208247
(view)https://bugs.python.org/msg208247
#20226https://bugs.python.org/issue20226
msg208269https://bugs.python.org/issue20185#msg208269
(view)https://bugs.python.org/msg208269
msg208271https://bugs.python.org/issue20185#msg208271
(view)https://bugs.python.org/msg208271
issue20191https://bugs.python.org/issue20191
msg208529https://bugs.python.org/issue20185#msg208529
(view)https://bugs.python.org/msg208529
msg208632https://bugs.python.org/issue20185#msg208632
(view)https://bugs.python.org/msg208632
msg208762https://bugs.python.org/issue20185#msg208762
(view)https://bugs.python.org/msg208762
msg208768https://bugs.python.org/issue20185#msg208768
(view)https://bugs.python.org/msg208768
msg208774https://bugs.python.org/issue20185#msg208774
(view)https://bugs.python.org/msg208774
msg208877https://bugs.python.org/issue20185#msg208877
(view)https://bugs.python.org/msg208877
msg208883https://bugs.python.org/issue20185#msg208883
(view)https://bugs.python.org/msg208883
msg208884https://bugs.python.org/issue20185#msg208884
(view)https://bugs.python.org/msg208884
msg209048https://bugs.python.org/issue20185#msg209048
(view)https://bugs.python.org/msg209048
msg209419https://bugs.python.org/issue20185#msg209419
(view)https://bugs.python.org/msg209419
msg209432https://bugs.python.org/issue20185#msg209432
(view)https://bugs.python.org/msg209432
msg209516https://bugs.python.org/issue20185#msg209516
(view)https://bugs.python.org/msg209516
msg209517https://bugs.python.org/issue20185#msg209517
(view)https://bugs.python.org/msg209517
msg209520https://bugs.python.org/issue20185#msg209520
(view)https://bugs.python.org/msg209520
msg209548https://bugs.python.org/issue20185#msg209548
(view)https://bugs.python.org/msg209548
msg209570https://bugs.python.org/issue20185#msg209570
(view)https://bugs.python.org/msg209570
#20326https://bugs.python.org/issue20326
msg210142https://bugs.python.org/issue20185#msg210142
(view)https://bugs.python.org/msg210142
msg210168https://bugs.python.org/issue20185#msg210168
(view)https://bugs.python.org/msg210168
http://hg.python.org/sandbox/zware/rev/51473d8c23f8http://hg.python.org/sandbox/zware/rev/51473d8c23f8
msg210235https://bugs.python.org/issue20185#msg210235
(view)https://bugs.python.org/msg210235
msg210326https://bugs.python.org/issue20185#msg210326
(view)https://bugs.python.org/msg210326
msg210327https://bugs.python.org/issue20185#msg210327
(view)https://bugs.python.org/msg210327
msg210330https://bugs.python.org/issue20185#msg210330
(view)https://bugs.python.org/msg210330
msg210350https://bugs.python.org/issue20185#msg210350
(view)https://bugs.python.org/msg210350
Objects/typeobject.chttps://github.com/python/cpython/blob/master/Objects/typeobject.c
Objects/longobject.chttps://github.com/python/cpython/blob/master/Objects/longobject.c
Objects/listobject.chttps://github.com/python/cpython/blob/master/Objects/listobject.c
Objects/floatobject.chttps://github.com/python/cpython/blob/master/Objects/floatobject.c
Modules/resource.chttps://github.com/python/cpython/blob/master/Modules/resource.c
Modules/_threadmodule.chttps://github.com/python/cpython/blob/master/Modules/_threadmodule.c
Modules/_bz2module.chttps://github.com/python/cpython/blob/master/Modules/_bz2module.c
Modules/_bisectmodule.chttps://github.com/python/cpython/blob/master/Modules/_bisectmodule.c
Python/marshal.chttps://github.com/python/cpython/blob/master/Python/marshal.c
Objects/exceptions.chttps://github.com/python/cpython/blob/master/Objects/exceptions.c
Modules/nismodule.chttps://github.com/python/cpython/blob/master/Modules/nismodule.c
Modules/gcmodule.chttps://github.com/python/cpython/blob/master/Modules/gcmodule.c
Python/_warnings.chttps://github.com/python/cpython/blob/master/Python/_warnings.c
Modules/_cryptmodule.chttps://github.com/python/cpython/blob/master/Modules/_cryptmodule.c
msg210388https://bugs.python.org/issue20185#msg210388
(view)https://bugs.python.org/msg210388
msg210389https://bugs.python.org/issue20185#msg210389
(view)https://bugs.python.org/msg210389
msg210393https://bugs.python.org/issue20185#msg210393
(view)https://bugs.python.org/msg210393
msg210434https://bugs.python.org/issue20185#msg210434
(view)https://bugs.python.org/msg210434
msg210441https://bugs.python.org/issue20185#msg210441
(view)https://bugs.python.org/msg210441
msg210594https://bugs.python.org/issue20185#msg210594
(view)https://bugs.python.org/msg210594
msg210595https://bugs.python.org/issue20185#msg210595
(view)https://bugs.python.org/msg210595
msg224766https://bugs.python.org/issue20185#msg224766
(view)https://bugs.python.org/msg224766
msg282110https://bugs.python.org/issue20185#msg282110
(view)https://bugs.python.org/msg282110
msg282790https://bugs.python.org/issue20185#msg282790
(view)https://bugs.python.org/msg282790
c62352ec21bchttps://hg.python.org/lookup/c62352ec21bc
#20185https://bugs.python.org/issue20185
https://hg.python.org/cpython/rev/c62352ec21bchttps://hg.python.org/cpython/rev/c62352ec21bc
msg282893https://bugs.python.org/issue20185#msg282893
(view)https://bugs.python.org/msg282893
Python/marshal.chttps://github.com/python/cpython/blob/master/Python/marshal.c
Issue 28754https://bugs.python.org/issue28754
Python/_warnings.chttps://github.com/python/cpython/blob/master/Python/_warnings.c
Objects/exceptions.chttps://github.com/python/cpython/blob/master/Objects/exceptions.c
msg282894https://bugs.python.org/issue20185#msg282894
(view)https://bugs.python.org/msg282894
https://bugs.python.org/review/20185/diff2/10940:10949/Objects/floatobject.chttps://bugs.python.org/review/20185/diff2/10940:10949/Objects/floatobject.c
http://bugs.python.org/review/20185/diff2/10817:10949/Modules/resource.chttp://bugs.python.org/review/20185/diff2/10817:10949/Modules/resource.c
Issue 20191https://bugs.python.org/issue20191
Issue 27961https://bugs.python.org/issue27961
msg282906https://bugs.python.org/issue20185#msg282906
(view)https://bugs.python.org/msg282906
msg283579https://bugs.python.org/issue20185#msg283579
(view)https://bugs.python.org/msg283579
msg285963https://bugs.python.org/issue20185#msg285963
(view)https://bugs.python.org/msg285963
msg285980https://bugs.python.org/issue20185#msg285980
(view)https://bugs.python.org/msg285980
msg286093https://bugs.python.org/issue20185#msg286093
(view)https://bugs.python.org/msg286093
msg286436https://bugs.python.org/issue20185#msg286436
(view)https://bugs.python.org/msg286436
msg286698https://bugs.python.org/issue20185#msg286698
(view)https://bugs.python.org/msg286698
aa7ac93d23b2https://hg.python.org/lookup/aa7ac93d23b2
#20185https://bugs.python.org/issue20185
https://hg.python.org/cpython/rev/aa7ac93d23b2https://hg.python.org/cpython/rev/aa7ac93d23b2
msg286817https://bugs.python.org/issue20185#msg286817
(view)https://bugs.python.org/msg286817
msg286936https://bugs.python.org/issue20185#msg286936
(view)https://bugs.python.org/msg286936
50958e13c833https://hg.python.org/lookup/50958e13c833
#20185https://bugs.python.org/issue20185
https://hg.python.org/cpython/rev/50958e13c833https://hg.python.org/cpython/rev/50958e13c833
msg286942https://bugs.python.org/issue20185#msg286942
(view)https://bugs.python.org/msg286942
725c112c941ca6ac7fb995449f85501ea100647ehttps://hg.python.org/lookup/725c112c941ca6ac7fb995449f85501ea100647e
#20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/725c112c941ca6ac7fb995449f85501ea100647ehttps://github.com/python/cpython/commit/725c112c941ca6ac7fb995449f85501ea100647e
msg287064https://bugs.python.org/issue20185#msg287064
(view)https://bugs.python.org/msg287064
msg290164https://bugs.python.org/issue20185#msg290164
(view)https://bugs.python.org/msg290164
5c643a028ee86c613d7168ca5bcb8fc94477a09ehttps://hg.python.org/lookup/5c643a028ee86c613d7168ca5bcb8fc94477a09e
bpo-20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/5c643a028ee86c613d7168ca5bcb8fc94477a09ehttps://github.com/python/cpython/commit/5c643a028ee86c613d7168ca5bcb8fc94477a09e
msg290205https://bugs.python.org/issue20185#msg290205
(view)https://bugs.python.org/msg290205
1989763f0d0858ce6274f5e1d725b5b8da91a780https://hg.python.org/lookup/1989763f0d0858ce6274f5e1d725b5b8da91a780
bpo-20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/1989763f0d0858ce6274f5e1d725b5b8da91a780https://github.com/python/cpython/commit/1989763f0d0858ce6274f5e1d725b5b8da91a780
msg290215https://bugs.python.org/issue20185#msg290215
(view)https://bugs.python.org/msg290215
0767ad40bfe83525d2ba290cc6eb7c97ce01cdd6https://hg.python.org/lookup/0767ad40bfe83525d2ba290cc6eb7c97ce01cdd6
bpo-20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/0767ad40bfe83525d2ba290cc6eb7c97ce01cdd6https://github.com/python/cpython/commit/0767ad40bfe83525d2ba290cc6eb7c97ce01cdd6
msg290227https://bugs.python.org/issue20185#msg290227
(view)https://bugs.python.org/msg290227
fdd42c481edba4261f861fc1dfe24bbd79b5a17ahttps://hg.python.org/lookup/fdd42c481edba4261f861fc1dfe24bbd79b5a17a
bpo-20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/fdd42c481edba4261f861fc1dfe24bbd79b5a17ahttps://github.com/python/cpython/commit/fdd42c481edba4261f861fc1dfe24bbd79b5a17a
msg290228https://bugs.python.org/issue20185#msg290228
(view)https://bugs.python.org/msg290228
b5c51d3dd95bbfde533655fb86ac0f96f771ba7bhttps://hg.python.org/lookup/b5c51d3dd95bbfde533655fb86ac0f96f771ba7b
bpo-20185https://bugs.python.org/issue20185
https://github.com/python/cpython/commit/b5c51d3dd95bbfde533655fb86ac0f96f771ba7bhttps://github.com/python/cpython/commit/b5c51d3dd95bbfde533655fb86ac0f96f771ba7b
msg295725https://bugs.python.org/issue20185#msg295725
(view)https://bugs.python.org/msg295725
57d8de80313c536d409d6a104ae577af8ffc57fbhttps://hg.python.org/lookup/57d8de80313c536d409d6a104ae577af8ffc57fb
bpo-20185https://bugs.python.org/issue20185
GH-542https://github.com/python/cpython/pull/542
#2116https://bugs.python.org/issue2116
https://github.com/python/cpython/commit/57d8de80313c536d409d6a104ae577af8ffc57fbhttps://github.com/python/cpython/commit/57d8de80313c536d409d6a104ae577af8ffc57fb
msg341729https://bugs.python.org/issue20185#msg341729
(view)https://bugs.python.org/msg341729
msg413954https://bugs.python.org/issue20185#msg413954
(view)https://bugs.python.org/msg413954
7d03c8be5af2f1559dbc35b775b3116dfd63cfb6https://hg.python.org/lookup/7d03c8be5af2f1559dbc35b775b3116dfd63cfb6
bpo-46852https://bugs.python.org/issue46852
GH-31558https://github.com/python/cpython/pull/31558
https://github.com/python/cpython/commit/7d03c8be5af2f1559dbc35b775b3116dfd63cfb6https://github.com/python/cpython/commit/7d03c8be5af2f1559dbc35b775b3116dfd63cfb6
msg413998https://bugs.python.org/issue20185#msg413998
(view)https://bugs.python.org/msg413998
0848da19ce8ea037ab1cfc569778e94bf8e3b24ahttps://hg.python.org/lookup/0848da19ce8ea037ab1cfc569778e94bf8e3b24a
bpo-46852https://bugs.python.org/issue46852
GH-31558https://github.com/python/cpython/pull/31558
GH-31578https://github.com/python/cpython/pull/31578
https://github.com/python/cpython/commit/0848da19ce8ea037ab1cfc569778e94bf8e3b24ahttps://github.com/python/cpython/commit/0848da19ce8ea037ab1cfc569778e94bf8e3b24a
msg414006https://bugs.python.org/issue20185#msg414006
(view)https://bugs.python.org/msg414006
a549cd1fc55888e2e287714b25e2cb2251913909https://hg.python.org/lookup/a549cd1fc55888e2e287714b25e2cb2251913909
bpo-46852https://bugs.python.org/issue46852
GH-31558https://github.com/python/cpython/pull/31558
GH-31581https://github.com/python/cpython/pull/31581
https://github.com/python/cpython/commit/a549cd1fc55888e2e287714b25e2cb2251913909https://github.com/python/cpython/commit/a549cd1fc55888e2e287714b25e2cb2251913909
msg414006https://bugs.python.org/msg414006
pull_request29705https://bugs.python.org/pull_request29705
msg413998https://bugs.python.org/msg413998
pull_request29701https://bugs.python.org/pull_request29701
msg413954https://bugs.python.org/msg413954
vstinnerhttps://bugs.python.org/user2377
pull_request29681https://bugs.python.org/pull_request29681
msg341729https://bugs.python.org/msg341729
terry.reedyhttps://bugs.python.org/user155
msg295725https://bugs.python.org/msg295725
pull_request2169https://bugs.python.org/pull_request2169
msg290228https://bugs.python.org/msg290228
msg290227https://bugs.python.org/msg290227
msg290215https://bugs.python.org/msg290215
msg290205https://bugs.python.org/msg290205
msg290164https://bugs.python.org/msg290164
pull_request447https://bugs.python.org/pull_request447
pull_request446https://bugs.python.org/pull_request446
pull_request445https://bugs.python.org/pull_request445
pull_request444https://bugs.python.org/pull_request444
pull_request443https://bugs.python.org/pull_request443
clinic_resource_v5.diffhttps://bugs.python.org/file46530
clinic_marshal_v5.diffhttps://bugs.python.org/file46529
clinic_type_v5.diffhttps://bugs.python.org/file46528
clinic_list_v5.diffhttps://bugs.python.org/file46527
clinic_float_v5.diffhttps://bugs.python.org/file46526
msg287064https://bugs.python.org/msg287064
msg286942https://bugs.python.org/msg286942
msg286936https://bugs.python.org/msg286936
clinic_gc_v5.patchhttps://bugs.python.org/file46495
msg286817https://bugs.python.org/msg286817
msg286698https://bugs.python.org/msg286698
msg286436https://bugs.python.org/msg286436
clinic_longobject_v5.patchhttps://bugs.python.org/file46449
clinic_longobject_v4.patchhttps://bugs.python.org/file46392
msg286093https://bugs.python.org/msg286093
msg285980https://bugs.python.org/msg285980
msg285963https://bugs.python.org/msg285963
msg283579https://bugs.python.org/msg283579
msg282906https://bugs.python.org/msg282906
msg282894https://bugs.python.org/msg282894
martin.panterhttps://bugs.python.org/user14751
msg282893https://bugs.python.org/msg282893
python-devhttps://bugs.python.org/user13902
msg282790https://bugs.python.org/msg282790
mdkhttps://bugs.python.org/user23063
msg282110https://bugs.python.org/msg282110
Argument Clinic for bisect.bisect_lefthttps://bugs.python.org/issue28754
josh.rhttps://bugs.python.org/user19135
msg224766https://bugs.python.org/msg224766
clinic_gc_v3.patchhttps://bugs.python.org/file33951
clinic_longobject_v2.patchhttps://bugs.python.org/file33954
clinic_longobject_v3.patchhttps://bugs.python.org/file33989
msg210595https://bugs.python.org/msg210595
clinic_gc_v4.patchhttps://bugs.python.org/file33988
msg210594https://bugs.python.org/msg210594
clinic_longobject.patchhttps://bugs.python.org/file33587
clinic_longobject_v2.patchhttps://bugs.python.org/file33954
msg210441https://bugs.python.org/msg210441
clinic_gc_v2.patchhttps://bugs.python.org/file33944
clinic_gc_v3.patchhttps://bugs.python.org/file33951
msg210434https://bugs.python.org/msg210434
msg210393https://bugs.python.org/msg210393
clinic_gc.patchhttps://bugs.python.org/file33477
clinic_gc_v2.patchhttps://bugs.python.org/file33944
msg210389https://bugs.python.org/msg210389
issue20185_conglomerate_v3.diffhttps://bugs.python.org/file33931
issue20185_conglomerate_v4.diffhttps://bugs.python.org/file33943
msg210388https://bugs.python.org/msg210388
msg210350https://bugs.python.org/msg210350
msg210340https://bugs.python.org/msg210340
clinic_typeobject.patchhttps://bugs.python.org/file33562
larryhttps://bugs.python.org/user2731
nadeem.vawdahttps://bugs.python.org/user4348
serhiy.storchakahttps://bugs.python.org/user15623
vajraskyhttps://bugs.python.org/user17937
clinic_resource.patchhttps://bugs.python.org/file33475
clinic_marshal.patchhttps://bugs.python.org/file33479
clinic_listobject.patchhttps://bugs.python.org/file33612
clinic_listobject_v2.patchhttps://bugs.python.org/file33641
clinic_floatobject.patchhttps://bugs.python.org/file33643
clinic_marshal_v2.patchhttps://bugs.python.org/file33644
clinic_marshal_v3.patchhttps://bugs.python.org/file33678
clinic_resource_v2.patchhttps://bugs.python.org/file33744
clinic_typeobject_v2.patchhttps://bugs.python.org/file33746
clinic_listobject_v3.patchhttps://bugs.python.org/file33767
clinic_marshal_v4.patchhttps://bugs.python.org/file33769
clinic_floatobject_v2.patchhttps://bugs.python.org/file33773
issue20185_conglomerate.diffhttps://bugs.python.org/file33778
issue20185_conglomerate_v2.diffhttps://bugs.python.org/file33887
larryhttps://bugs.python.org/user2731
nadeem.vawdahttps://bugs.python.org/user4348
serhiy.storchakahttps://bugs.python.org/user15623
vajraskyhttps://bugs.python.org/user17937
msg210340https://bugs.python.org/msg210340
msg210330https://bugs.python.org/msg210330
msg210327https://bugs.python.org/msg210327
issue20185_conglomerate_v3.diffhttps://bugs.python.org/file33931
msg210326https://bugs.python.org/msg210326
msg210235https://bugs.python.org/msg210235
msg210168https://bugs.python.org/msg210168
issue20185_conglomerate_v2.diffhttps://bugs.python.org/file33887
msg210142https://bugs.python.org/msg210142
issue20185_conglomerate.diffhttps://bugs.python.org/file33778
msg209570https://bugs.python.org/msg209570
zach.warehttps://bugs.python.org/user15467
clinic_floatobject_v2.patchhttps://bugs.python.org/file33773
msg209548https://bugs.python.org/msg209548
clinic_marshal_v4.patchhttps://bugs.python.org/file33769
msg209520https://bugs.python.org/msg209520
msg209517https://bugs.python.org/msg209517
clinic_listobject_v3.patchhttps://bugs.python.org/file33767
msg209516https://bugs.python.org/msg209516
clinic_typeobject_v2.patchhttps://bugs.python.org/file33746
msg209432https://bugs.python.org/msg209432
clinic_resource_v2.patchhttps://bugs.python.org/file33744
msg209419https://bugs.python.org/msg209419
clinic_marshal_v3.patchhttps://bugs.python.org/file33678
msg209048https://bugs.python.org/msg209048
clinic_marshal_v2.patchhttps://bugs.python.org/file33644
msg208884https://bugs.python.org/msg208884
clinic_floatobject.patchhttps://bugs.python.org/file33643
msg208883https://bugs.python.org/msg208883
clinic_listobject_v2.patchhttps://bugs.python.org/file33641
msg208877https://bugs.python.org/msg208877
msg208774https://bugs.python.org/msg208774
msg208768https://bugs.python.org/msg208768
clinic_listobject.patchhttps://bugs.python.org/file33612
msg208762https://bugs.python.org/msg208762
clinic_longobject.patchhttps://bugs.python.org/file33587
msg208632https://bugs.python.org/msg208632
clinic_typeobject.patchhttps://bugs.python.org/file33562
clinic_typeobject.patchhttps://bugs.python.org/file33561
clinic_typeobject.patchhttps://bugs.python.org/file33561
msg208529https://bugs.python.org/msg208529
serhiy.storchakahttps://bugs.python.org/user15623
msg208271https://bugs.python.org/msg208271
msg208269https://bugs.python.org/msg208269
msg208247https://bugs.python.org/msg208247
msg208246https://bugs.python.org/msg208246
clinic_marshal.patchhttps://bugs.python.org/file33479
msg208154https://bugs.python.org/msg208154
clinic_gc.patchhttps://bugs.python.org/file33477
msg208150https://bugs.python.org/msg208150
clinic_resource.patchhttps://bugs.python.org/file33475
clinic_codecsmodule.patchhttps://bugs.python.org/file33474
clinic_codecsmodule.patchhttps://bugs.python.org/file33474
vajraskyhttps://bugs.python.org/user17937
msg208140https://bugs.python.org/msg208140
patchhttps://bugs.python.org/keyword2
msg208124https://bugs.python.org/msg208124
nadeem.vawdahttps://bugs.python.org/user4348
issue20187 dependencieshttps://bugs.python.org/issue20187
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.