René's URL Explorer Experiment


Title: Issue 22906: PEP 479: Change StopIteration handling inside generators - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org

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/67095 https://github.com/python/cpython/issues/67095
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
pep0479.patchhttps://bugs.python.org/file37233/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps13275
itertoolsdoc.diffhttps://bugs.python.org/file37297/itertoolsdoc.diff
reviewhttps://bugs.python.org/review/22906/#ps13313
pep0479.patchhttps://bugs.python.org/file37640/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps13556
stopiter.pyhttps://bugs.python.org/file37641/stopiter.py
pep0479.patchhttps://bugs.python.org/file37646/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps13560
test_pep479.pyhttps://bugs.python.org/file39079/test_pep479.py
pep0479.patchhttps://bugs.python.org/file39316/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps14800
pep0479.patchhttps://bugs.python.org/file39317/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps14801
pep0479.patchhttps://bugs.python.org/file39323/pep0479.patch
reviewhttps://bugs.python.org/review/22906/#ps14805
msg231422https://bugs.python.org/issue22906#msg231422
(view)https://bugs.python.org/msg231422
PEP 8https://www.python.org/dev/peps/pep-0008/
msg231447https://bugs.python.org/issue22906#msg231447
(view)https://bugs.python.org/msg231447
dd19add74b21https://hg.python.org/lookup/dd19add74b21
PEP 479https://www.python.org/dev/peps/pep-0479/
issue 22906https://bugs.python.org/issue22906
https://hg.python.org/peps/rev/dd19add74b21https://hg.python.org/peps/rev/dd19add74b21
msg231478https://bugs.python.org/issue22906#msg231478
(view)https://bugs.python.org/msg231478
https://github.com/circus-tent/circus-web/blob/3b76c83d1eb984a78ed69a9abcb13054cde78f89/circusweb/circushttpd.py#L170https://github.com/circus-tent/circus-web/blob/3b76c83d1eb984a78ed69a9abcb13054cde78f89/circusweb/circushttpd.py#L170
https://github.com/kzahel/falcon-api/blob/5c62454db971bc99c52694cf2ce0613fb1504d80/python/falcon_api/session.py#L159https://github.com/kzahel/falcon-api/blob/5c62454db971bc99c52694cf2ce0613fb1504d80/python/falcon_api/session.py#L159
https://github.com/peterhajas/Genesis/blob/2f1a03c38934b892ee6bb04e07e867bf463b7ae5/servers/genesis/clients.py#L24https://github.com/peterhajas/Genesis/blob/2f1a03c38934b892ee6bb04e07e867bf463b7ae5/servers/genesis/clients.py#L24
msg231481https://bugs.python.org/issue22906#msg231481
(view)https://bugs.python.org/msg231481
msg231482https://bugs.python.org/issue22906#msg231482
(view)https://bugs.python.org/msg231482
msg231483https://bugs.python.org/issue22906#msg231483
(view)https://bugs.python.org/msg231483
msg231485https://bugs.python.org/issue22906#msg231485
(view)https://bugs.python.org/msg231485
http://bugs.python.org/issue22906http://bugs.python.org/issue22906
msg231486https://bugs.python.org/issue22906#msg231486
(view)https://bugs.python.org/msg231486
msg231487https://bugs.python.org/issue22906#msg231487
(view)https://bugs.python.org/msg231487
PEP 479https://www.python.org/dev/peps/pep-0479/
msg231675https://bugs.python.org/issue22906#msg231675
(view)https://bugs.python.org/msg231675
msg231779https://bugs.python.org/issue22906#msg231779
(view)https://bugs.python.org/msg231779
msg231826https://bugs.python.org/issue22906#msg231826
(view)https://bugs.python.org/msg231826
PEP 479https://www.python.org/dev/peps/pep-0479/
https://mail.python.org/pipermail/python-checkins/2014-November/133252.htmlhttps://mail.python.org/pipermail/python-checkins/2014-November/133252.html
https://mail.python.org/pipermail/python-checkins/2014-November/133253.htmlhttps://mail.python.org/pipermail/python-checkins/2014-November/133253.html
PEP 479https://www.python.org/dev/peps/pep-0479/
msg231828https://bugs.python.org/issue22906#msg231828
(view)https://bugs.python.org/msg231828
PEP 479https://www.python.org/dev/peps/pep-0479/
PEP 479https://www.python.org/dev/peps/pep-0479/
PEP 479https://www.python.org/dev/peps/pep-0479/
msg231852https://bugs.python.org/issue22906#msg231852
(view)https://bugs.python.org/msg231852
23ab1197df0bhttps://hg.python.org/lookup/23ab1197df0b
Objects/genobject.chttps://github.com/python/cpython/blob/master/Objects/genobject.c
msg231853https://bugs.python.org/issue22906#msg231853
(view)https://bugs.python.org/msg231853
msg231855https://bugs.python.org/issue22906#msg231855
(view)https://bugs.python.org/msg231855
msg231856https://bugs.python.org/issue22906#msg231856
(view)https://bugs.python.org/msg231856
msg231857https://bugs.python.org/issue22906#msg231857
(view)https://bugs.python.org/msg231857
msg231858https://bugs.python.org/issue22906#msg231858
(view)https://bugs.python.org/msg231858
https://github.com/cython/cython/blob/b4383a540a790a5553f19438b3fc22b11858d665/tests/run/generators_pep479.pyxhttps://github.com/cython/cython/blob/b4383a540a790a5553f19438b3fc22b11858d665/tests/run/generators_pep479.pyx
msg233620https://bugs.python.org/issue22906#msg233620
(view)https://bugs.python.org/msg233620
issue 23188https://bugs.python.org/issue23188
https://hg.python.org/cpython/annotate/bbf16fd024df/Lib/__future__.pyhttps://hg.python.org/cpython/annotate/bbf16fd024df/Lib/__future__.py
msg233621https://bugs.python.org/issue22906#msg233621
(view)https://bugs.python.org/msg233621
msg233622https://bugs.python.org/issue22906#msg233622
(view)https://bugs.python.org/msg233622
msg233629https://bugs.python.org/issue22906#msg233629
(view)https://bugs.python.org/msg233629
https://docs.python.org/3/c-api/exceptions.html#c.PyErr_NormalizeExceptionhttps://docs.python.org/3/c-api/exceptions.html#c.PyErr_NormalizeException
msg233640https://bugs.python.org/issue22906#msg233640
(view)https://bugs.python.org/msg233640
msg233645https://bugs.python.org/issue22906#msg233645
(view)https://bugs.python.org/msg233645
https://hg.python.org/cpython/annotate/bbf16fd024df/Lib/__future__.pyhttps://hg.python.org/cpython/annotate/bbf16fd024df/Lib/__future__.py
https://hg.python.org/cpython/annotate/tip/Lib/__future__.pyhttps://hg.python.org/cpython/annotate/tip/Lib/__future__.py
msg233665https://bugs.python.org/issue22906#msg233665
(view)https://bugs.python.org/msg233665
msg237223https://bugs.python.org/issue22906#msg237223
(view)https://bugs.python.org/msg237223
msg237247https://bugs.python.org/issue22906#msg237247
(view)https://bugs.python.org/msg237247
msg237277https://bugs.python.org/issue22906#msg237277
(view)https://bugs.python.org/msg237277
msg237278https://bugs.python.org/issue22906#msg237278
(view)https://bugs.python.org/msg237278
msg238449https://bugs.python.org/issue22906#msg238449
(view)https://bugs.python.org/msg238449
msg241255https://bugs.python.org/issue22906#msg241255
(view)https://bugs.python.org/msg241255
msg241290https://bugs.python.org/issue22906#msg241290
(view)https://bugs.python.org/msg241290
msg241999https://bugs.python.org/issue22906#msg241999
(view)https://bugs.python.org/msg241999
msg242115https://bugs.python.org/issue22906#msg242115
(view)https://bugs.python.org/msg242115
https://hg.python.org/cpython/file/4234b0dd2a54/Lib/testhttps://hg.python.org/cpython/file/4234b0dd2a54/Lib/test
PEP 479https://www.python.org/dev/peps/pep-0479/
PEP 479https://www.python.org/dev/peps/pep-0479/
msg242630https://bugs.python.org/issue22906#msg242630
(view)https://bugs.python.org/msg242630
PEP 492https://www.python.org/dev/peps/pep-0492/
#24017https://bugs.python.org/issue24017
msg242632https://bugs.python.org/issue22906#msg242632
(view)https://bugs.python.org/msg242632
#37646https://bugs.python.org/issue37646
msg242633https://bugs.python.org/issue22906#msg242633
(view)https://bugs.python.org/msg242633
PEP 492https://www.python.org/dev/peps/pep-0492/
#24017https://bugs.python.org/issue24017
http://bugs.python.org/issue22906http://bugs.python.org/issue22906
msg242698https://bugs.python.org/issue22906#msg242698
(view)https://bugs.python.org/msg242698
msg242709https://bugs.python.org/issue22906#msg242709
(view)https://bugs.python.org/msg242709
msg242732https://bugs.python.org/issue22906#msg242732
(view)https://bugs.python.org/msg242732
#24017https://bugs.python.org/issue24017
msg242733https://bugs.python.org/issue22906#msg242733
(view)https://bugs.python.org/msg242733
#24017https://bugs.python.org/issue24017
http://bugs.python.org/issue22906http://bugs.python.org/issue22906
msg242734https://bugs.python.org/issue22906#msg242734
(view)https://bugs.python.org/msg242734
#24017https://bugs.python.org/issue24017
http://bugs.python.org/issue22906http://bugs.python.org/issue22906
http://bugs.python.org/issue22906http://bugs.python.org/issue22906
msg242736https://bugs.python.org/issue22906#msg242736
(view)https://bugs.python.org/msg242736
msg242740https://bugs.python.org/issue22906#msg242740
(view)https://bugs.python.org/msg242740
msg242741https://bugs.python.org/issue22906#msg242741
(view)https://bugs.python.org/msg242741
PEP 479https://www.python.org/dev/peps/pep-0479/
msg242743https://bugs.python.org/issue22906#msg242743
(view)https://bugs.python.org/msg242743
msg242746https://bugs.python.org/issue22906#msg242746
(view)https://bugs.python.org/msg242746
msg242752https://bugs.python.org/issue22906#msg242752
(view)https://bugs.python.org/msg242752
msg242773https://bugs.python.org/issue22906#msg242773
(view)https://bugs.python.org/msg242773
msg242785https://bugs.python.org/issue22906#msg242785
(view)https://bugs.python.org/msg242785
msg242795https://bugs.python.org/issue22906#msg242795
(view)https://bugs.python.org/msg242795
Lib/__future__.pyhttps://github.com/python/cpython/blob/master/Lib/__future__.py
msg242814https://bugs.python.org/issue22906#msg242814
(view)https://bugs.python.org/msg242814
36a8d935c322https://hg.python.org/lookup/36a8d935c322
PEP 479https://www.python.org/dev/peps/pep-0479/
https://hg.python.org/cpython/rev/36a8d935c322https://hg.python.org/cpython/rev/36a8d935c322
msg242815https://bugs.python.org/issue22906#msg242815
(view)https://bugs.python.org/msg242815
msg242817https://bugs.python.org/issue22906#msg242817
(view)https://bugs.python.org/msg242817
msg242819https://bugs.python.org/issue22906#msg242819
(view)https://bugs.python.org/msg242819
Objects/frameobject.c:429https://github.com/python/cpython/blob/master/Objects/frameobject.c#L429
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L579
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L627
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1775
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1809
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1279
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1280
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L967
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L763
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1564
test/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/test/__main__.py#L3
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L170
http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/3162/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/3162/steps/test/logs/stdio
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/11643/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/11643/steps/test/logs/stdio
msg242820https://bugs.python.org/issue22906#msg242820
(view)https://bugs.python.org/msg242820
msg242821https://bugs.python.org/issue22906#msg242821
(view)https://bugs.python.org/msg242821
msg242822https://bugs.python.org/issue22906#msg242822
(view)https://bugs.python.org/msg242822
msg242823https://bugs.python.org/issue22906#msg242823
(view)https://bugs.python.org/msg242823
d15c26085591https://hg.python.org/lookup/d15c26085591
Issue 22906https://bugs.python.org/issue22906
https://hg.python.org/cpython/rev/d15c26085591https://hg.python.org/cpython/rev/d15c26085591
msg242824https://bugs.python.org/issue22906#msg242824
(view)https://bugs.python.org/msg242824
5d8bc813d270https://hg.python.org/lookup/5d8bc813d270
Issue 22906https://bugs.python.org/issue22906
https://hg.python.org/cpython/rev/5d8bc813d270https://hg.python.org/cpython/rev/5d8bc813d270
msg242825https://bugs.python.org/issue22906#msg242825
(view)https://bugs.python.org/msg242825
msg242828https://bugs.python.org/issue22906#msg242828
(view)https://bugs.python.org/msg242828
msg242849https://bugs.python.org/issue22906#msg242849
(view)https://bugs.python.org/msg242849
msg242863https://bugs.python.org/issue22906#msg242863
(view)https://bugs.python.org/msg242863
787cc3d1d3afhttps://hg.python.org/lookup/787cc3d1d3af
#22906https://bugs.python.org/issue22906
https://hg.python.org/cpython/rev/787cc3d1d3afhttps://hg.python.org/cpython/rev/787cc3d1d3af
msg243578https://bugs.python.org/issue22906#msg243578
(view)https://bugs.python.org/msg243578
issue 24237https://bugs.python.org/issue24237
msg243830https://bugs.python.org/issue22906#msg243830
(view)https://bugs.python.org/msg243830
2771a0ac806bhttps://hg.python.org/lookup/2771a0ac806b
Issue 24237https://bugs.python.org/issue24237
PEP 479https://www.python.org/dev/peps/pep-0479/
https://hg.python.org/cpython/rev/2771a0ac806bhttps://hg.python.org/cpython/rev/2771a0ac806b
msg243832https://bugs.python.org/issue22906#msg243832
(view)https://bugs.python.org/msg243832
c8a3e49f35e7https://hg.python.org/lookup/c8a3e49f35e7
PEP 479https://www.python.org/dev/peps/pep-0479/
https://hg.python.org/cpython/rev/c8a3e49f35e7https://hg.python.org/cpython/rev/c8a3e49f35e7
msg252429https://bugs.python.org/issue22906#msg252429
(view)https://bugs.python.org/msg252429
msg252443https://bugs.python.org/issue22906#msg252443
(view)https://bugs.python.org/msg252443
larryhttps://bugs.python.org/user2731
msg252443https://bugs.python.org/msg252443
john.black.3khttps://bugs.python.org/user22621
msg252429https://bugs.python.org/msg252429
msg243832https://bugs.python.org/msg243832
msg243830https://bugs.python.org/msg243830
msg243578https://bugs.python.org/msg243578
issue24237 dependencieshttps://bugs.python.org/issue24237
msg242863https://bugs.python.org/msg242863
msg242849https://bugs.python.org/msg242849
msg242828https://bugs.python.org/msg242828
msg242825https://bugs.python.org/msg242825
msg242824https://bugs.python.org/msg242824
msg242823https://bugs.python.org/msg242823
msg242822https://bugs.python.org/msg242822
msg242821https://bugs.python.org/msg242821
Yury.Selivanovhttps://bugs.python.org/user12874
msg242820https://bugs.python.org/msg242820
msg242819https://bugs.python.org/msg242819
msg242817https://bugs.python.org/msg242817
msg242815https://bugs.python.org/msg242815
msg242814https://bugs.python.org/msg242814
msg242795https://bugs.python.org/msg242795
msg242785https://bugs.python.org/msg242785
pep0479.patchhttps://bugs.python.org/file39323
msg242773https://bugs.python.org/msg242773
msg242752https://bugs.python.org/msg242752
berker.peksaghttps://bugs.python.org/user14674
msg242746https://bugs.python.org/msg242746
msg242743https://bugs.python.org/msg242743
pep0479.patchhttps://bugs.python.org/file39317
msg242741https://bugs.python.org/msg242741
msg242740https://bugs.python.org/msg242740
yselivanovhttps://bugs.python.org/user16198
pep0479.patchhttps://bugs.python.org/file39316
msg242736https://bugs.python.org/msg242736
msg242734https://bugs.python.org/msg242734
msg242733https://bugs.python.org/msg242733
msg242732https://bugs.python.org/msg242732
msg242709https://bugs.python.org/msg242709
yselivanovhttps://bugs.python.org/user16198
msg242698https://bugs.python.org/msg242698
msg242633https://bugs.python.org/msg242633
msg242632https://bugs.python.org/msg242632
msg242630https://bugs.python.org/msg242630
msg242115https://bugs.python.org/msg242115
msg241999https://bugs.python.org/msg241999
issue24017 dependencieshttps://bugs.python.org/issue24017
test_pep479.pyhttps://bugs.python.org/file39079
msg241290https://bugs.python.org/msg241290
msg241255https://bugs.python.org/msg241255
msg238449https://bugs.python.org/msg238449
msg237278https://bugs.python.org/msg237278
ethan.furmanhttps://bugs.python.org/user12590
msg237277https://bugs.python.org/msg237277
NeilGirdharhttps://bugs.python.org/user16904
msg237247https://bugs.python.org/msg237247
msg237223https://bugs.python.org/msg237223
pep0479.patchhttps://bugs.python.org/file37646
msg233665https://bugs.python.org/msg233665
msg233645https://bugs.python.org/msg233645
stopiter.pyhttps://bugs.python.org/file37641
pep0479.patchhttps://bugs.python.org/file37640
msg233640https://bugs.python.org/msg233640
msg233629https://bugs.python.org/msg233629
msg233622https://bugs.python.org/msg233622
msg233621https://bugs.python.org/msg233621
ncoghlanhttps://bugs.python.org/user1309
msg233620https://bugs.python.org/msg233620
msg231858https://bugs.python.org/msg231858
msg231857https://bugs.python.org/msg231857
msg231856https://bugs.python.org/msg231856
msg231855https://bugs.python.org/msg231855
msg231853https://bugs.python.org/msg231853
scoderhttps://bugs.python.org/user2153
msg231852https://bugs.python.org/msg231852
vstinnerhttps://bugs.python.org/user2377
msg231828https://bugs.python.org/msg231828
rhettingerhttps://bugs.python.org/user114
msg231826https://bugs.python.org/msg231826
belopolskyhttps://bugs.python.org/user1427
itertoolsdoc.diffhttps://bugs.python.org/file37297
msg231779https://bugs.python.org/msg231779
msg231675https://bugs.python.org/msg231675
serhiy.storchakahttps://bugs.python.org/user15623
msg231487https://bugs.python.org/msg231487
r.david.murrayhttps://bugs.python.org/user9663
msg231486https://bugs.python.org/msg231486
msg231485https://bugs.python.org/msg231485
msg231483https://bugs.python.org/msg231483
msg231482https://bugs.python.org/msg231482
msg231481https://bugs.python.org/msg231481
schlamarhttps://bugs.python.org/user13917
msg231478https://bugs.python.org/msg231478
python-devhttps://bugs.python.org/user13902
msg231447https://bugs.python.org/msg231447
gvanrossumhttps://bugs.python.org/user5
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.