René's URL Explorer Experiment


Title: Issue 20186: Derby #18: Convert 31 sites to Argument Clinic across 23 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/64385 https://github.com/python/cpython/issues/64385
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
34797https://bugs.python.org/issue34797
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
heapq_clinic.patchhttps://bugs.python.org/file33425/heapq_clinic.patch
reviewhttps://bugs.python.org/review/20186/#ps10535
modules_issue20186.patchhttps://bugs.python.org/file33442/modules_issue20186.patch
reviewhttps://bugs.python.org/review/20186/#ps10550
issue20186.mathmodule.patchhttps://bugs.python.org/file39602/issue20186.mathmodule.patch
reviewhttps://bugs.python.org/review/20186/#ps15008
issue20186.enumobject.patchhttps://bugs.python.org/file39603/issue20186.enumobject.patch
reviewhttps://bugs.python.org/review/20186/#ps15009
issue20186._operator.patchhttps://bugs.python.org/file39653/issue20186._operator.patch
reviewhttps://bugs.python.org/review/20186/#ps15044
issue20186._operator.v2.patchhttps://bugs.python.org/file39654/issue20186._operator.v2.patch
reviewhttps://bugs.python.org/review/20186/#ps15045
issue20186._operator.v3.patchhttps://bugs.python.org/file39655/issue20186._operator.v3.patch
reviewhttps://bugs.python.org/review/20186/#ps15046
issue20186._operator.v4.patchhttps://bugs.python.org/file39656/issue20186._operator.v4.patch
reviewhttps://bugs.python.org/review/20186/#ps15047
issue20186.mathmodule.v2.patchhttps://bugs.python.org/file39696/issue20186.mathmodule.v2.patch
reviewhttps://bugs.python.org/review/20186/#ps15075
csv_clinic.patchhttps://bugs.python.org/file46357/csv_clinic.patch
reviewhttps://bugs.python.org/review/20186/#ps19790
lsprof_clinic.patchhttps://bugs.python.org/file46358/lsprof_clinic.patch
reviewhttps://bugs.python.org/review/20186/#ps19791
tracemalloc_clinic.patchhttps://bugs.python.org/file46359/tracemalloc_clinic.patch
reviewhttps://bugs.python.org/review/20186/#ps19792
symtable_clinic.patchhttps://bugs.python.org/file46360/symtable_clinic.patch
reviewhttps://bugs.python.org/review/20186/#ps19793
enumobject-docstrings.patchhttps://bugs.python.org/file46362/enumobject-docstrings.patch
reviewhttps://bugs.python.org/review/20186/#ps19795
PR 614https://github.com/python/cpython/pull/614
msg207644https://bugs.python.org/issue20186#msg207644
(view)https://bugs.python.org/msg207644
Objects/tupleobject.chttps://github.com/python/cpython/blob/master/Objects/tupleobject.c
Objects/memoryobject.chttps://github.com/python/cpython/blob/master/Objects/memoryobject.c
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
Objects/complexobject.chttps://github.com/python/cpython/blob/master/Objects/complexobject.c
Modules/_operator.chttps://github.com/python/cpython/blob/master/Modules/_operator.c
Modules/_opcode.chttps://github.com/python/cpython/blob/master/Modules/_opcode.c
Modules/_lsprof.chttps://github.com/python/cpython/blob/master/Modules/_lsprof.c
Modules/_heapqmodule.chttps://github.com/python/cpython/blob/master/Modules/_heapqmodule.c
Objects/weakrefobject.chttps://github.com/python/cpython/blob/master/Objects/weakrefobject.c
Objects/structseq.chttps://github.com/python/cpython/blob/master/Objects/structseq.c
Objects/rangeobject.chttps://github.com/python/cpython/blob/master/Objects/rangeobject.c
Objects/object.chttps://github.com/python/cpython/blob/master/Objects/object.c
Objects/moduleobject.chttps://github.com/python/cpython/blob/master/Objects/moduleobject.c
Objects/funcobject.chttps://github.com/python/cpython/blob/master/Objects/funcobject.c
Objects/fileobject.chttps://github.com/python/cpython/blob/master/Objects/fileobject.c
Objects/enumobject.chttps://github.com/python/cpython/blob/master/Objects/enumobject.c
Objects/codeobject.chttps://github.com/python/cpython/blob/master/Objects/codeobject.c
Objects/boolobject.chttps://github.com/python/cpython/blob/master/Objects/boolobject.c
Modules/symtablemodule.chttps://github.com/python/cpython/blob/master/Modules/symtablemodule.c
Modules/mathmodule.chttps://github.com/python/cpython/blob/master/Modules/mathmodule.c
Modules/_tracemalloc.chttps://github.com/python/cpython/blob/master/Modules/_tracemalloc.c
Modules/_io/_iomodule.chttps://github.com/python/cpython/blob/master/Modules/_io/_iomodule.c
Modules/_csv.chttps://github.com/python/cpython/blob/master/Modules/_csv.c
http://docs.python.org/dev/howto/clinic.htmlhttp://docs.python.org/dev/howto/clinic.html
msg207914https://bugs.python.org/issue20186#msg207914
(view)https://bugs.python.org/msg207914
msg207917https://bugs.python.org/issue20186#msg207917
(view)https://bugs.python.org/msg207917
msg207923https://bugs.python.org/issue20186#msg207923
(view)https://bugs.python.org/msg207923
msg207931https://bugs.python.org/issue20186#msg207931
(view)https://bugs.python.org/msg207931
msg207933https://bugs.python.org/issue20186#msg207933
(view)https://bugs.python.org/msg207933
msg207934https://bugs.python.org/issue20186#msg207934
(view)https://bugs.python.org/msg207934
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
Tools/clinic/clinic.pyhttps://github.com/python/cpython/blob/master/Tools/clinic/clinic.py
msg207935https://bugs.python.org/issue20186#msg207935
(view)https://bugs.python.org/msg207935
msg207936https://bugs.python.org/issue20186#msg207936
(view)https://bugs.python.org/msg207936
msg207937https://bugs.python.org/issue20186#msg207937
(view)https://bugs.python.org/msg207937
msg207938https://bugs.python.org/issue20186#msg207938
(view)https://bugs.python.org/msg207938
msg208009https://bugs.python.org/issue20186#msg208009
(view)https://bugs.python.org/msg208009
msg208011https://bugs.python.org/issue20186#msg208011
(view)https://bugs.python.org/msg208011
msg218717https://bugs.python.org/issue20186#msg218717
(view)https://bugs.python.org/msg218717
060cfd049d14https://hg.python.org/lookup/060cfd049d14
#20186https://bugs.python.org/issue20186
http://hg.python.org/cpython/rev/060cfd049d14http://hg.python.org/cpython/rev/060cfd049d14
msg218718https://bugs.python.org/issue20186#msg218718
(view)https://bugs.python.org/msg218718
msg224767https://bugs.python.org/issue20186#msg224767
(view)https://bugs.python.org/msg224767
msg244731https://bugs.python.org/issue20186#msg244731
(view)https://bugs.python.org/msg244731
Modules/mathmodule.chttps://github.com/python/cpython/blob/master/Modules/mathmodule.c
Modules/clinic/mathmodule.c.hhttps://github.com/python/cpython/blob/master/Modules/clinic/mathmodule.c.h
msg244736https://bugs.python.org/issue20186#msg244736
(view)https://bugs.python.org/msg244736
msg244737https://bugs.python.org/issue20186#msg244737
(view)https://bugs.python.org/msg244737
Objects/enumobject.chttps://github.com/python/cpython/blob/master/Objects/enumobject.c
msg244971https://bugs.python.org/issue20186#msg244971
(view)https://bugs.python.org/msg244971
msg244972https://bugs.python.org/issue20186#msg244972
(view)https://bugs.python.org/msg244972
msg244973https://bugs.python.org/issue20186#msg244973
(view)https://bugs.python.org/msg244973
msg244974https://bugs.python.org/issue20186#msg244974
(view)https://bugs.python.org/msg244974
msg244975https://bugs.python.org/issue20186#msg244975
(view)https://bugs.python.org/msg244975
msg244977https://bugs.python.org/issue20186#msg244977
(view)https://bugs.python.org/msg244977
msg244978https://bugs.python.org/issue20186#msg244978
(view)https://bugs.python.org/msg244978
msg244987https://bugs.python.org/issue20186#msg244987
(view)https://bugs.python.org/msg244987
msg244989https://bugs.python.org/issue20186#msg244989
(view)https://bugs.python.org/msg244989
issue20186https://bugs.python.org/issue20186
msg245276https://bugs.python.org/issue20186#msg245276
(view)https://bugs.python.org/msg245276
Modules/mathmodule.chttps://github.com/python/cpython/blob/master/Modules/mathmodule.c
msg262010https://bugs.python.org/issue20186#msg262010
(view)https://bugs.python.org/msg262010
Objects/memoryobject.chttps://github.com/python/cpython/blob/master/Objects/memoryobject.c
Modules/_opcode.chttps://github.com/python/cpython/blob/master/Modules/_opcode.c
Issue 19674https://bugs.python.org/issue19674
Modules/_io/_iomodule.chttps://github.com/python/cpython/blob/master/Modules/_io/_iomodule.c
Issue 20175https://bugs.python.org/issue20175
Modules/_operator.chttps://github.com/python/cpython/blob/master/Modules/_operator.c
Modules/_lsprof.chttps://github.com/python/cpython/blob/master/Modules/_lsprof.c
Modules/_heapqmodule.chttps://github.com/python/cpython/blob/master/Modules/_heapqmodule.c
Objects/enumobject.chttps://github.com/python/cpython/blob/master/Objects/enumobject.c
Modules/symtablemodule.chttps://github.com/python/cpython/blob/master/Modules/symtablemodule.c
Modules/mathmodule.chttps://github.com/python/cpython/blob/master/Modules/mathmodule.c
Modules/_tracemalloc.chttps://github.com/python/cpython/blob/master/Modules/_tracemalloc.c
Modules/_csv.chttps://github.com/python/cpython/blob/master/Modules/_csv.c
Objects/tupleobject.chttps://github.com/python/cpython/blob/master/Objects/tupleobject.c
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
Objects/complexobject.chttps://github.com/python/cpython/blob/master/Objects/complexobject.c
Objects/weakrefobject.chttps://github.com/python/cpython/blob/master/Objects/weakrefobject.c
Objects/structseq.chttps://github.com/python/cpython/blob/master/Objects/structseq.c
Objects/rangeobject.chttps://github.com/python/cpython/blob/master/Objects/rangeobject.c
Objects/object.chttps://github.com/python/cpython/blob/master/Objects/object.c
Objects/moduleobject.chttps://github.com/python/cpython/blob/master/Objects/moduleobject.c
Objects/funcobject.chttps://github.com/python/cpython/blob/master/Objects/funcobject.c
Objects/fileobject.chttps://github.com/python/cpython/blob/master/Objects/fileobject.c
Objects/codeobject.chttps://github.com/python/cpython/blob/master/Objects/codeobject.c
Objects/boolobject.chttps://github.com/python/cpython/blob/master/Objects/boolobject.c
msg262022https://bugs.python.org/issue20186#msg262022
(view)https://bugs.python.org/msg262022
Modules/_opcode.chttps://github.com/python/cpython/blob/master/Modules/_opcode.c
Issue 19674https://bugs.python.org/issue19674
msg262036https://bugs.python.org/issue20186#msg262036
(view)https://bugs.python.org/msg262036
Modules/_operator.chttps://github.com/python/cpython/blob/master/Modules/_operator.c
Modules/mathmodule.chttps://github.com/python/cpython/blob/master/Modules/mathmodule.c
Objects/enumobject.chttps://github.com/python/cpython/blob/master/Objects/enumobject.c
msg285798https://bugs.python.org/issue20186#msg285798
(view)https://bugs.python.org/msg285798
3713f7de576dhttps://hg.python.org/lookup/3713f7de576d
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/3713f7de576dhttps://hg.python.org/cpython/rev/3713f7de576d
msg285799https://bugs.python.org/issue20186#msg285799
(view)https://bugs.python.org/msg285799
msg285802https://bugs.python.org/issue20186#msg285802
(view)https://bugs.python.org/msg285802
112f27b8c8eahttps://hg.python.org/lookup/112f27b8c8ea
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/112f27b8c8eahttps://hg.python.org/cpython/rev/112f27b8c8ea
msg285803https://bugs.python.org/issue20186#msg285803
(view)https://bugs.python.org/msg285803
issue20186https://bugs.python.org/issue20186
msg285806https://bugs.python.org/issue20186#msg285806
(view)https://bugs.python.org/msg285806
issue20186https://bugs.python.org/issue20186
msg285807https://bugs.python.org/issue20186#msg285807
(view)https://bugs.python.org/msg285807
e3db9bccff3fhttps://hg.python.org/lookup/e3db9bccff3f
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/e3db9bccff3fhttps://hg.python.org/cpython/rev/e3db9bccff3f
msg285808https://bugs.python.org/issue20186#msg285808
(view)https://bugs.python.org/msg285808
msg285833https://bugs.python.org/issue20186#msg285833
(view)https://bugs.python.org/msg285833
msg285915https://bugs.python.org/issue20186#msg285915
(view)https://bugs.python.org/msg285915
msg285916https://bugs.python.org/issue20186#msg285916
(view)https://bugs.python.org/msg285916
msg285917https://bugs.python.org/issue20186#msg285917
(view)https://bugs.python.org/msg285917
msg285919https://bugs.python.org/issue20186#msg285919
(view)https://bugs.python.org/msg285919
msg285920https://bugs.python.org/issue20186#msg285920
(view)https://bugs.python.org/msg285920
msg286939https://bugs.python.org/issue20186#msg286939
(view)https://bugs.python.org/msg286939
msg286947https://bugs.python.org/issue20186#msg286947
(view)https://bugs.python.org/msg286947
msg286950https://bugs.python.org/issue20186#msg286950
(view)https://bugs.python.org/msg286950
7f8a3eb3459ehttps://hg.python.org/lookup/7f8a3eb3459e
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/7f8a3eb3459ehttps://hg.python.org/cpython/rev/7f8a3eb3459e
msg286952https://bugs.python.org/issue20186#msg286952
(view)https://bugs.python.org/msg286952
e1df73b46094https://hg.python.org/lookup/e1df73b46094
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/e1df73b46094https://hg.python.org/cpython/rev/e1df73b46094
msg286955https://bugs.python.org/issue20186#msg286955
(view)https://bugs.python.org/msg286955
b0ef37ec83f337b4b77275b367288a5656a0682chttps://hg.python.org/lookup/b0ef37ec83f337b4b77275b367288a5656a0682c
#20186https://bugs.python.org/issue20186
https://github.com/python/cpython/commit/b0ef37ec83f337b4b77275b367288a5656a0682chttps://github.com/python/cpython/commit/b0ef37ec83f337b4b77275b367288a5656a0682c
18a02e9d1f8e981b7b2f4287a4ed871021b13adehttps://hg.python.org/lookup/18a02e9d1f8e981b7b2f4287a4ed871021b13ade
#20186https://bugs.python.org/issue20186
https://github.com/python/cpython/commit/18a02e9d1f8e981b7b2f4287a4ed871021b13adehttps://github.com/python/cpython/commit/18a02e9d1f8e981b7b2f4287a4ed871021b13ade
msg287062https://bugs.python.org/issue20186#msg287062
(view)https://bugs.python.org/msg287062
8ccb3ad39ee4https://hg.python.org/lookup/8ccb3ad39ee4
#20186https://bugs.python.org/issue20186
https://hg.python.org/cpython/rev/8ccb3ad39ee4https://hg.python.org/cpython/rev/8ccb3ad39ee4
msg287063https://bugs.python.org/issue20186#msg287063
(view)https://bugs.python.org/msg287063
5762cf299f863e06244e6b44ba3a91efee7b35c1https://hg.python.org/lookup/5762cf299f863e06244e6b44ba3a91efee7b35c1
#20186https://bugs.python.org/issue20186
https://github.com/python/cpython/commit/5762cf299f863e06244e6b44ba3a91efee7b35c1https://github.com/python/cpython/commit/5762cf299f863e06244e6b44ba3a91efee7b35c1
msg289440https://bugs.python.org/issue20186#msg289440
(view)https://bugs.python.org/msg289440
PR 614https://github.com/python/cpython/pull/614
Objects/tupleobject.chttps://github.com/python/cpython/blob/master/Objects/tupleobject.c
msg290163https://bugs.python.org/issue20186#msg290163
(view)https://bugs.python.org/msg290163
0b5615926a573c19c887a701a2f7047f4fd06de6https://hg.python.org/lookup/0b5615926a573c19c887a701a2f7047f4fd06de6
bpo-20186https://bugs.python.org/issue20186
https://github.com/python/cpython/commit/0b5615926a573c19c887a701a2f7047f4fd06de6https://github.com/python/cpython/commit/0b5615926a573c19c887a701a2f7047f4fd06de6
msg388190https://bugs.python.org/issue20186#msg388190
(view)https://bugs.python.org/msg388190
issue43413https://bugs.python.org/issue43413
jaracohttps://bugs.python.org/user1290
msg388190https://bugs.python.org/msg388190
Convert heapq to the argument clinichttps://bugs.python.org/issue34797
msg290163https://bugs.python.org/msg290163
msg289440https://bugs.python.org/msg289440
pull_request507https://bugs.python.org/pull_request507
msg287063https://bugs.python.org/msg287063
msg287062https://bugs.python.org/msg287062
msg286955https://bugs.python.org/msg286955
msg286952https://bugs.python.org/msg286952
msg286950https://bugs.python.org/msg286950
msg286947https://bugs.python.org/msg286947
msg286939https://bugs.python.org/msg286939
enumobject-docstrings.patchhttps://bugs.python.org/file46362
msg285920https://bugs.python.org/msg285920
msg285919https://bugs.python.org/msg285919
msg285917https://bugs.python.org/msg285917
rhettingerhttps://bugs.python.org/user114
msg285916https://bugs.python.org/msg285916
csv_clinic.patchhttps://bugs.python.org/file46357
lsprof_clinic.patchhttps://bugs.python.org/file46358
tracemalloc_clinic.patchhttps://bugs.python.org/file46359
symtable_clinic.patchhttps://bugs.python.org/file46360
msg285915https://bugs.python.org/msg285915
msg285833https://bugs.python.org/msg285833
msg285808https://bugs.python.org/msg285808
msg285807https://bugs.python.org/msg285807
msg285806https://bugs.python.org/msg285806
msg285803https://bugs.python.org/msg285803
msg285802https://bugs.python.org/msg285802
msg285799https://bugs.python.org/msg285799
msg285798https://bugs.python.org/msg285798
msg262036https://bugs.python.org/msg262036
msg262022https://bugs.python.org/msg262022
martin.panterhttps://bugs.python.org/user14751
msg262010https://bugs.python.org/msg262010
heapq_clinic.patchhttps://bugs.python.org/file33425
issue20186.mathmodule.v2.patchhttps://bugs.python.org/file39696
msg245276https://bugs.python.org/msg245276
msg244989https://bugs.python.org/msg244989
issue20186._operator.v4.patchhttps://bugs.python.org/file39656
msg244987https://bugs.python.org/msg244987
issue20186._operator.v3.patchhttps://bugs.python.org/file39655
msg244978https://bugs.python.org/msg244978
msg244977https://bugs.python.org/msg244977
msg244975https://bugs.python.org/msg244975
issue20186._operator.v2.patchhttps://bugs.python.org/file39654
msg244974https://bugs.python.org/msg244974
msg244973https://bugs.python.org/msg244973
serhiy.storchakahttps://bugs.python.org/user15623
msg244972https://bugs.python.org/msg244972
issue20186._operator.patchhttps://bugs.python.org/file39653
msg244971https://bugs.python.org/msg244971
issue20186.enumobject.patchhttps://bugs.python.org/file39603
msg244737https://bugs.python.org/msg244737
msg244736https://bugs.python.org/msg244736
issue20186.mathmodule.patchhttps://bugs.python.org/file39602
taleinathttps://bugs.python.org/user2557
msg244731https://bugs.python.org/msg244731
skrahhttps://bugs.python.org/user11089
msg224767https://bugs.python.org/msg224767
skrahhttps://bugs.python.org/user11089
msg218718https://bugs.python.org/msg218718
python-devhttps://bugs.python.org/user13902
msg218717https://bugs.python.org/msg218717
modules_issue20186.patchhttps://bugs.python.org/file33442
msg208011https://bugs.python.org/msg208011
msg208009https://bugs.python.org/msg208009
lsprof_clinic.patchhttps://bugs.python.org/file33426
heapq_clinic.patchhttps://bugs.python.org/file33425
io_clinic.patchhttps://bugs.python.org/file33424
tracemalloc_clinic.patchhttps://bugs.python.org/file33423
csv_module_clinic.patchhttps://bugs.python.org/file33422
mathmodule_part1.patchhttps://bugs.python.org/file33419
lsprof_clinic.patchhttps://bugs.python.org/file33426
msg207938https://bugs.python.org/msg207938
heapq_clinic.patchhttps://bugs.python.org/file33425
msg207937https://bugs.python.org/msg207937
io_clinic.patchhttps://bugs.python.org/file33424
msg207936https://bugs.python.org/msg207936
tracemalloc_clinic.patchhttps://bugs.python.org/file33423
msg207935https://bugs.python.org/msg207935
msg207934https://bugs.python.org/msg207934
csv_module_clinic.patchhttps://bugs.python.org/file33422
msg207933https://bugs.python.org/msg207933
msg207931https://bugs.python.org/msg207931
msg207923https://bugs.python.org/msg207923
mathmodule_part1.patchhttps://bugs.python.org/file33419
patchhttps://bugs.python.org/keyword2
msg207917https://bugs.python.org/msg207917
georg.brandlhttps://bugs.python.org/user93
msg207914https://bugs.python.org/msg207914
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.