René's URL Explorer Experiment


Title: Issue 20180: Derby #11: Convert 50 sites to Argument Clinic across 9 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/64379 https://github.com/python/cpython/issues/64379
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
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
_collectionsmodule.c.patchhttps://bugs.python.org/file33535/_collectionsmodule.c.patch
reviewhttps://bugs.python.org/review/20180/#ps10628
unicodeobject.c.patchhttps://bugs.python.org/file33578/unicodeobject.c.patch
reviewhttps://bugs.python.org/review/20180/#ps10660
transmogrify.h.patchhttps://bugs.python.org/file33579/transmogrify.h.patch
reviewhttps://bugs.python.org/review/20180/#ps10661
unicodeobject.c_2.patchhttps://bugs.python.org/file33604/unicodeobject.c_2.patch
reviewhttps://bugs.python.org/review/20180/#ps10676
_collectionsmodule.c.patchhttps://bugs.python.org/file33620/_collectionsmodule.c.patch
reviewhttps://bugs.python.org/review/20180/#ps10690
deque_init_with_nullable_Py_ssize_t.patchhttps://bugs.python.org/file33621/deque_init_with_nullable_Py_ssize_t.patch
reviewhttps://bugs.python.org/review/20180/#ps10691
_randommodule.c.patchhttps://bugs.python.org/file33625/_randommodule.c.patch
reviewhttps://bugs.python.org/review/20180/#ps10695
xxlimited_xxmodule_xxsubtype_AC_conversion.patchhttps://bugs.python.org/file33627/xxlimited_xxmodule_xxsubtype_AC_conversion.patch
reviewhttps://bugs.python.org/review/20180/#ps10697
taleinat.ac_conversion.itertools.c.patchhttps://bugs.python.org/file33749/taleinat.ac_conversion.itertools.c.patch
reviewhttps://bugs.python.org/review/20180/#ps10796
unicodeobject.c.v3.patchhttps://bugs.python.org/file39169/unicodeobject.c.v3.patch
reviewhttps://bugs.python.org/review/20180/#ps14701
unicodeobject.c.v4.patchhttps://bugs.python.org/file39190/unicodeobject.c.v4.patch
reviewhttps://bugs.python.org/review/20180/#ps14719
unicodeobject.c.v5.patchhttps://bugs.python.org/file39191/unicodeobject.c.v5.patch
reviewhttps://bugs.python.org/review/20180/#ps14720
unicodeobject.c.v6.patchhttps://bugs.python.org/file46292/unicodeobject.c.v6.patch
reviewhttps://bugs.python.org/review/20180/#ps19747
unicodeobject.c.v7.patchhttps://bugs.python.org/file46297/unicodeobject.c.v7.patch
reviewhttps://bugs.python.org/review/20180/#ps19752
PR 4117https://github.com/python/cpython/pull/4117
PR 4170https://github.com/python/cpython/pull/4170
PR 8039https://github.com/python/cpython/pull/8039
PR 9164https://github.com/python/cpython/pull/9164
PR 9828https://github.com/python/cpython/pull/9828
PR 12792https://github.com/python/cpython/pull/12792
msg207636https://bugs.python.org/issue20180#msg207636
(view)https://bugs.python.org/msg207636
Modules/_collectionsmodule.chttps://github.com/python/cpython/blob/master/Modules/_collectionsmodule.c
Modules/itertoolsmodule.chttps://github.com/python/cpython/blob/master/Modules/itertoolsmodule.c
Modules/_randommodule.chttps://github.com/python/cpython/blob/master/Modules/_randommodule.c
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
Modules/xxlimited.chttps://github.com/python/cpython/blob/master/Modules/xxlimited.c
Modules/xxmodule.chttps://github.com/python/cpython/blob/master/Modules/xxmodule.c
Modules/xxsubtype.chttps://github.com/python/cpython/blob/master/Modules/xxsubtype.c
Objects/stringlib/find.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/find.h
Objects/stringlib/transmogrify.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/transmogrify.h
http://docs.python.org/dev/howto/clinic.htmlhttp://docs.python.org/dev/howto/clinic.html
msg208431https://bugs.python.org/issue20180#msg208431
(view)https://bugs.python.org/msg208431
Modules/_collectionsmodule.chttps://github.com/python/cpython/blob/master/Modules/_collectionsmodule.c
msg208587https://bugs.python.org/issue20180#msg208587
(view)https://bugs.python.org/msg208587
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
msg208589https://bugs.python.org/issue20180#msg208589
(view)https://bugs.python.org/msg208589
Objects/stringlib/transmogrify.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/transmogrify.h
Objects/bytesobject.chttps://github.com/python/cpython/blob/master/Objects/bytesobject.c
Objects/bytearrayobject.chttps://github.com/python/cpython/blob/master/Objects/bytearrayobject.c
issue20179https://bugs.python.org/issue20179
msg208728https://bugs.python.org/issue20180#msg208728
(view)https://bugs.python.org/msg208728
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
msg208803https://bugs.python.org/issue20180#msg208803
(view)https://bugs.python.org/msg208803
Modules/_collectionsmodule.chttps://github.com/python/cpython/blob/master/Modules/_collectionsmodule.c
msg208804https://bugs.python.org/issue20180#msg208804
(view)https://bugs.python.org/msg208804
Modules/_collectionsmodule.chttps://github.com/python/cpython/blob/master/Modules/_collectionsmodule.c
issue20341https://bugs.python.org/issue20341
msg208821https://bugs.python.org/issue20180#msg208821
(view)https://bugs.python.org/msg208821
Modules/_randommodule.chttps://github.com/python/cpython/blob/master/Modules/_randommodule.c
issue1486663https://bugs.python.org/issue1486663
msg208827https://bugs.python.org/issue20180#msg208827
(view)https://bugs.python.org/msg208827
Modules/xxlimited.chttps://github.com/python/cpython/blob/master/Modules/xxlimited.c
Modules/xxmodule.chttps://github.com/python/cpython/blob/master/Modules/xxmodule.c
Modules/xxsubtype.chttps://github.com/python/cpython/blob/master/Modules/xxsubtype.c
msg208830https://bugs.python.org/issue20180#msg208830
(view)https://bugs.python.org/msg208830
msg208846https://bugs.python.org/issue20180#msg208846
(view)https://bugs.python.org/msg208846
msg208855https://bugs.python.org/issue20180#msg208855
(view)https://bugs.python.org/msg208855
msg208861https://bugs.python.org/issue20180#msg208861
(view)https://bugs.python.org/msg208861
msg208865https://bugs.python.org/issue20180#msg208865
(view)https://bugs.python.org/msg208865
msg208873https://bugs.python.org/issue20180#msg208873
(view)https://bugs.python.org/msg208873
msg209450https://bugs.python.org/issue20180#msg209450
(view)https://bugs.python.org/msg209450
issue20341https://bugs.python.org/issue20341
msg209451https://bugs.python.org/issue20180#msg209451
(view)https://bugs.python.org/msg209451
msg224137https://bugs.python.org/issue20180#msg224137
(view)https://bugs.python.org/msg224137
msg224761https://bugs.python.org/issue20180#msg224761
(view)https://bugs.python.org/msg224761
msg241488https://bugs.python.org/issue20180#msg241488
(view)https://bugs.python.org/msg241488
msg241819https://bugs.python.org/issue20180#msg241819
(view)https://bugs.python.org/msg241819
msg241923https://bugs.python.org/issue20180#msg241923
(view)https://bugs.python.org/msg241923
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
msg241925https://bugs.python.org/issue20180#msg241925
(view)https://bugs.python.org/msg241925
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
Objects/unicodeobject.c:10581https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L10581
Objects/unicodeobject.c:1484https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L1484
msg241927https://bugs.python.org/issue20180#msg241927
(view)https://bugs.python.org/msg241927
msg241930https://bugs.python.org/issue20180#msg241930
(view)https://bugs.python.org/msg241930
msg241931https://bugs.python.org/issue20180#msg241931
(view)https://bugs.python.org/msg241931
Modules/xxhttps://github.com/python/cpython/blob/master/Modules/xx
msg241934https://bugs.python.org/issue20180#msg241934
(view)https://bugs.python.org/msg241934
msg242482https://bugs.python.org/issue20180#msg242482
(view)https://bugs.python.org/msg242482
msg247955https://bugs.python.org/issue20180#msg247955
(view)https://bugs.python.org/msg247955
msg247987https://bugs.python.org/issue20180#msg247987
(view)https://bugs.python.org/msg247987
Modules/xxlimited.chttps://github.com/python/cpython/blob/master/Modules/xxlimited.c
Modules/xxmodule.chttps://github.com/python/cpython/blob/master/Modules/xxmodule.c
Modules/xxsubtype.chttps://github.com/python/cpython/blob/master/Modules/xxsubtype.c
msg248513https://bugs.python.org/issue20180#msg248513
(view)https://bugs.python.org/msg248513
msg248663https://bugs.python.org/issue20180#msg248663
(view)https://bugs.python.org/msg248663
msg285498https://bugs.python.org/issue20180#msg285498
(view)https://bugs.python.org/msg285498
msg285500https://bugs.python.org/issue20180#msg285500
(view)https://bugs.python.org/msg285500
msg285514https://bugs.python.org/issue20180#msg285514
(view)https://bugs.python.org/msg285514
msg285516https://bugs.python.org/issue20180#msg285516
(view)https://bugs.python.org/msg285516
msg285554https://bugs.python.org/issue20180#msg285554
(view)https://bugs.python.org/msg285554
msg285558https://bugs.python.org/issue20180#msg285558
(view)https://bugs.python.org/msg285558
27dc9a1c061ehttps://hg.python.org/lookup/27dc9a1c061e
#20180https://bugs.python.org/issue20180
https://hg.python.org/cpython/rev/27dc9a1c061ehttps://hg.python.org/cpython/rev/27dc9a1c061e
msg285559https://bugs.python.org/issue20180#msg285559
(view)https://bugs.python.org/msg285559
http://bugs.python.org/issue20180#msg247987http://bugs.python.org/issue20180#msg247987
issue26765https://bugs.python.org/issue26765
msg285561https://bugs.python.org/issue20180#msg285561
(view)https://bugs.python.org/msg285561
msg285562https://bugs.python.org/issue20180#msg285562
(view)https://bugs.python.org/msg285562
01b06ca45f64https://hg.python.org/lookup/01b06ca45f64
#20180https://bugs.python.org/issue20180
https://hg.python.org/cpython/rev/01b06ca45f64https://hg.python.org/cpython/rev/01b06ca45f64
msg285563https://bugs.python.org/issue20180#msg285563
(view)https://bugs.python.org/msg285563
msg286435https://bugs.python.org/issue20180#msg286435
(view)https://bugs.python.org/msg286435
Objects/stringlib/unicode_format.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/unicode_format.h
Issue 20291https://bugs.python.org/issue20291
Objects/stringlib/find.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/find.h
Objects/stringlib/transmogrify.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/transmogrify.h
msg304904https://bugs.python.org/issue20180#msg304904
(view)https://bugs.python.org/msg304904
msg302908https://bugs.python.org/msg302908
msg304931https://bugs.python.org/issue20180#msg304931
(view)https://bugs.python.org/msg304931
msg304935https://bugs.python.org/issue20180#msg304935
(view)https://bugs.python.org/msg304935
msg304936https://bugs.python.org/issue20180#msg304936
(view)https://bugs.python.org/msg304936
msg304937https://bugs.python.org/issue20180#msg304937
(view)https://bugs.python.org/msg304937
msg304972https://bugs.python.org/issue20180#msg304972
(view)https://bugs.python.org/msg304972
msg304976https://bugs.python.org/issue20180#msg304976
(view)https://bugs.python.org/msg304976
msg304981https://bugs.python.org/issue20180#msg304981
(view)https://bugs.python.org/msg304981
PR 4117https://github.com/python/cpython/pull/4117
msg305409https://bugs.python.org/issue20180#msg305409
(view)https://bugs.python.org/msg305409
PR 4170https://github.com/python/cpython/pull/4170
msg319533https://bugs.python.org/issue20180#msg319533
(view)https://bugs.python.org/msg319533
msg319933https://bugs.python.org/issue20180#msg319933
(view)https://bugs.python.org/msg319933
msg320830https://bugs.python.org/issue20180#msg320830
(view)https://bugs.python.org/msg320830
Objects/stringlib/transmogrify.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/transmogrify.h
GH-8039https://github.com/python/cpython/pull/8039
msg321161https://bugs.python.org/issue20180#msg321161
(view)https://bugs.python.org/msg321161
c929df3b96c8d7e7977e581431192be21cdafd19https://hg.python.org/lookup/c929df3b96c8d7e7977e581431192be21cdafd19
bpo-20180https://bugs.python.org/issue20180
Objects/stringlib/transmogrify.hhttps://github.com/python/cpython/blob/master/Objects/stringlib/transmogrify.h
GH-8039https://github.com/python/cpython/pull/8039
https://github.com/python/cpython/commit/c929df3b96c8d7e7977e581431192be21cdafd19https://github.com/python/cpython/commit/c929df3b96c8d7e7977e581431192be21cdafd19
msg321166https://bugs.python.org/issue20180#msg321166
(view)https://bugs.python.org/msg321166
msg324948https://bugs.python.org/issue20180#msg324948
(view)https://bugs.python.org/msg324948
3286ce4adee85c5ce8ab3ee3089f3cd44a017fd7https://hg.python.org/lookup/3286ce4adee85c5ce8ab3ee3089f3cd44a017fd7
bpo-20180https://bugs.python.org/issue20180
GH-4170https://github.com/python/cpython/pull/4170
https://github.com/python/cpython/commit/3286ce4adee85c5ce8ab3ee3089f3cd44a017fd7https://github.com/python/cpython/commit/3286ce4adee85c5ce8ab3ee3089f3cd44a017fd7
msg325072https://bugs.python.org/issue20180#msg325072
(view)https://bugs.python.org/msg325072
c4bccd3c7617018b1ce16f95840ffe1a890d44dfhttps://hg.python.org/lookup/c4bccd3c7617018b1ce16f95840ffe1a890d44df
bpo-20180https://bugs.python.org/issue20180
GH-9164https://github.com/python/cpython/pull/9164
https://github.com/python/cpython/commit/c4bccd3c7617018b1ce16f95840ffe1a890d44dfhttps://github.com/python/cpython/commit/c4bccd3c7617018b1ce16f95840ffe1a890d44df
msg325121https://bugs.python.org/issue20180#msg325121
(view)https://bugs.python.org/msg325121
msg325167https://bugs.python.org/issue20180#msg325167
(view)https://bugs.python.org/msg325167
msg332505https://bugs.python.org/issue20180#msg332505
(view)https://bugs.python.org/msg332505
65ce60aef150776f884715b4315a10a0d6ae769ehttps://hg.python.org/lookup/65ce60aef150776f884715b4315a10a0d6ae769e
bpo-20180https://bugs.python.org/issue20180
GH-9828https://github.com/python/cpython/pull/9828
https://github.com/python/cpython/commit/65ce60aef150776f884715b4315a10a0d6ae769ehttps://github.com/python/cpython/commit/65ce60aef150776f884715b4315a10a0d6ae769e
msg340011https://bugs.python.org/issue20180#msg340011
(view)https://bugs.python.org/msg340011
9e4f2f3a6b8ee995c365e86d976937c141d867f8https://hg.python.org/lookup/9e4f2f3a6b8ee995c365e86d976937c141d867f8
bpo-20180https://bugs.python.org/issue20180
GH-12792https://github.com/python/cpython/pull/12792
https://github.com/python/cpython/commit/9e4f2f3a6b8ee995c365e86d976937c141d867f8https://github.com/python/cpython/commit/9e4f2f3a6b8ee995c365e86d976937c141d867f8
msg340011https://bugs.python.org/msg340011
pull_request12721https://bugs.python.org/pull_request12721
msg332505https://bugs.python.org/msg332505
pull_request9203https://bugs.python.org/pull_request9203
msg325167https://bugs.python.org/msg325167
loewishttps://bugs.python.org/user8
rhettingerhttps://bugs.python.org/user114
taleinathttps://bugs.python.org/user2557
larryhttps://bugs.python.org/user2731
rbcollinshttps://bugs.python.org/user3924
methanehttps://bugs.python.org/user10371
skrahhttps://bugs.python.org/user11089
python-devhttps://bugs.python.org/user13902
martin.panterhttps://bugs.python.org/user14751
serhiy.storchakahttps://bugs.python.org/user15623
msg325121https://bugs.python.org/msg325121
msg325072https://bugs.python.org/msg325072
pull_request8607https://bugs.python.org/pull_request8607
rhettingerhttps://bugs.python.org/user114
msg324948https://bugs.python.org/msg324948
msg321166https://bugs.python.org/msg321166
msg321161https://bugs.python.org/msg321161
msg320830https://bugs.python.org/msg320830
pull_request7648https://bugs.python.org/pull_request7648
msg319933https://bugs.python.org/msg319933
msg319533https://bugs.python.org/msg319533
msg305409https://bugs.python.org/msg305409
pull_request4139https://bugs.python.org/pull_request4139
msg304981https://bugs.python.org/msg304981
pull_request4087https://bugs.python.org/pull_request4087
msg304976https://bugs.python.org/msg304976
msg304972https://bugs.python.org/msg304972
msg304937https://bugs.python.org/msg304937
msg304936https://bugs.python.org/msg304936
msg304935https://bugs.python.org/msg304935
msg304931https://bugs.python.org/msg304931
msg304904https://bugs.python.org/msg304904
martin.panterhttps://bugs.python.org/user14751
msg286435https://bugs.python.org/msg286435
msg285563https://bugs.python.org/msg285563
msg285562https://bugs.python.org/msg285562
msg285561https://bugs.python.org/msg285561
msg285559https://bugs.python.org/msg285559
python-devhttps://bugs.python.org/user13902
msg285558https://bugs.python.org/msg285558
msg285554https://bugs.python.org/msg285554
unicodeobject.c.v7.patchhttps://bugs.python.org/file46297
msg285516https://bugs.python.org/msg285516
msg285514https://bugs.python.org/msg285514
msg285500https://bugs.python.org/msg285500
unicodeobject.c.v6.patchhttps://bugs.python.org/file46292
methanehttps://bugs.python.org/user10371
msg285498https://bugs.python.org/msg285498
msg248663https://bugs.python.org/msg248663
msg248513https://bugs.python.org/msg248513
msg247987https://bugs.python.org/msg247987
rbcollinshttps://bugs.python.org/user3924
msg247955https://bugs.python.org/msg247955
msg242482https://bugs.python.org/msg242482
skrahhttps://bugs.python.org/user11089
msg241934https://bugs.python.org/msg241934
msg241931https://bugs.python.org/msg241931
msg241930https://bugs.python.org/msg241930
unicodeobject.c.v5.patchhttps://bugs.python.org/file39191
msg241927https://bugs.python.org/msg241927
serhiy.storchakahttps://bugs.python.org/user15623
msg241925https://bugs.python.org/msg241925
unicodeobject.c.v4.patchhttps://bugs.python.org/file39190
msg241923https://bugs.python.org/msg241923
unicodeobject.c.v3.patchhttps://bugs.python.org/file39169
msg241819https://bugs.python.org/msg241819
msg241488https://bugs.python.org/msg241488
skrahhttps://bugs.python.org/user11089
msg224761https://bugs.python.org/msg224761
loewishttps://bugs.python.org/user8
msg224137https://bugs.python.org/msg224137
msg209451https://bugs.python.org/msg209451
taleinat.ac_conversion.itertools.c.patchhttps://bugs.python.org/file33749
msg209450https://bugs.python.org/msg209450
msg208873https://bugs.python.org/msg208873
msg208865https://bugs.python.org/msg208865
msg208861https://bugs.python.org/msg208861
msg208855https://bugs.python.org/msg208855
msg208846https://bugs.python.org/msg208846
skrahhttps://bugs.python.org/user11089
msg208830https://bugs.python.org/msg208830
xxlimited_xxmodule_xxsubtype_AC_conversion.patchhttps://bugs.python.org/file33627
msg208827https://bugs.python.org/msg208827
_randommodule.c.patchhttps://bugs.python.org/file33625
msg208821https://bugs.python.org/msg208821
deque_init_with_nullable_Py_ssize_t.patchhttps://bugs.python.org/file33621
msg208804https://bugs.python.org/msg208804
_collectionsmodule.c.patchhttps://bugs.python.org/file33620
msg208803https://bugs.python.org/msg208803
unicodeobject.c_2.patchhttps://bugs.python.org/file33604
msg208728https://bugs.python.org/msg208728
transmogrify.h.patchhttps://bugs.python.org/file33579
msg208589https://bugs.python.org/msg208589
unicodeobject.c.patchhttps://bugs.python.org/file33578
msg208587https://bugs.python.org/msg208587
_collectionsmodule.c.patchhttps://bugs.python.org/file33535
taleinathttps://bugs.python.org/user2557
msg208431https://bugs.python.org/msg208431
patchhttps://bugs.python.org/keyword2
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.