René's URL Explorer Experiment


Title: Issue 1717: Get rid of more references to __cmp__ - Python tracker

Mail addresses
report@bugs.python.org
dickinsm@gmail.com
//pythondev@svn.python.org
lists@cheimes.de
pitrou@free.fr
rhettinger@users.sourceforge.net
pitrou@free.fr
report@bugs.python.org
benjamin@python.org
report@bugs.python.org
brett@python.org
report@bugs.python.org
benjamin@python.org
report@bugs.python.org
benjamin@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/46058 https://github.com/python/cpython/issues/46058
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
4704https://bugs.python.org/issue4704
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
nocmp.diffhttps://bugs.python.org/file9039/nocmp.diff
nocmp_tests.diffhttps://bugs.python.org/file11807/nocmp_tests.diff
remove_cmp_decimal.patchhttps://bugs.python.org/file12265/remove_cmp_decimal.patch
remove_cmp2.patchhttps://bugs.python.org/file12267/remove_cmp2.patch
remove_cmp3.patchhttps://bugs.python.org/file12270/remove_cmp3.patch
remove_cmp4.patchhttps://bugs.python.org/file12274/remove_cmp4.patch
remove_cmp5.patchhttps://bugs.python.org/file12278/remove_cmp5.patch
remove_cmp6.patchhttps://bugs.python.org/file12540/remove_cmp6.patch
1717_stage1.patchhttps://bugs.python.org/file12852/1717_stage1.patch
1717_stage1_v2.patchhttps://bugs.python.org/file12853/1717_stage1_v2.patch
1717_stage2.patchhttps://bugs.python.org/file12895/1717_stage2.patch
msg59072https://bugs.python.org/issue1717#msg59072
(view)https://bugs.python.org/msg59072
msg63894https://bugs.python.org/issue1717#msg63894
(view)https://bugs.python.org/msg63894
msg64668https://bugs.python.org/issue1717#msg64668
(view)https://bugs.python.org/msg64668
msg70472https://bugs.python.org/issue1717#msg70472
(view)https://bugs.python.org/msg70472
msg70745https://bugs.python.org/issue1717#msg70745
(view)https://bugs.python.org/msg70745
msg70846https://bugs.python.org/issue1717#msg70846
(view)https://bugs.python.org/msg70846
msg72903https://bugs.python.org/issue1717#msg72903
(view)https://bugs.python.org/msg72903
msg72924https://bugs.python.org/issue1717#msg72924
(view)https://bugs.python.org/msg72924
msg72939https://bugs.python.org/issue1717#msg72939
(view)https://bugs.python.org/msg72939
msg74829https://bugs.python.org/issue1717#msg74829
(view)https://bugs.python.org/msg74829
msg74848https://bugs.python.org/issue1717#msg74848
(view)https://bugs.python.org/msg74848
r66920https://hg.python.org/lookup/r66920
msg74849https://bugs.python.org/issue1717#msg74849
(view)https://bugs.python.org/msg74849
msg74854https://bugs.python.org/issue1717#msg74854
(view)https://bugs.python.org/msg74854
Modules/_tkinter.chttps://github.com/python/cpython/blob/master/Modules/_tkinter.c
Modules/parsermodule.chttps://github.com/python/cpython/blob/master/Modules/parsermodule.c
Objects/cellobject.chttps://github.com/python/cpython/blob/master/Objects/cellobject.c
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
PC/winreg.chttps://github.com/python/cpython/blob/master/PC/winreg.c
Objects/setobject.chttps://github.com/python/cpython/blob/master/Objects/setobject.c
msg74857https://bugs.python.org/issue1717#msg74857
(view)https://bugs.python.org/msg74857
msg77105https://bugs.python.org/issue1717#msg77105
(view)https://bugs.python.org/msg77105
msg77143https://bugs.python.org/issue1717#msg77143
(view)https://bugs.python.org/msg77143
msg77173https://bugs.python.org/issue1717#msg77173
(view)https://bugs.python.org/msg77173
msg77174https://bugs.python.org/issue1717#msg77174
(view)https://bugs.python.org/msg77174
msg77175https://bugs.python.org/issue1717#msg77175
(view)https://bugs.python.org/msg77175
msg77182https://bugs.python.org/issue1717#msg77182
(view)https://bugs.python.org/msg77182
msg77184https://bugs.python.org/issue1717#msg77184
(view)https://bugs.python.org/msg77184
msg77187https://bugs.python.org/issue1717#msg77187
(view)https://bugs.python.org/msg77187
msg77189https://bugs.python.org/issue1717#msg77189
(view)https://bugs.python.org/msg77189
msg77191https://bugs.python.org/issue1717#msg77191
(view)https://bugs.python.org/msg77191
msg77192https://bugs.python.org/issue1717#msg77192
(view)https://bugs.python.org/msg77192
msg77199https://bugs.python.org/issue1717#msg77199
(view)https://bugs.python.org/msg77199
Objects/longobject.chttps://github.com/python/cpython/blob/master/Objects/longobject.c
msg77203https://bugs.python.org/issue1717#msg77203
(view)https://bugs.python.org/msg77203
msg77206https://bugs.python.org/issue1717#msg77206
(view)https://bugs.python.org/msg77206
r67627https://hg.python.org/lookup/r67627
msg77207https://bugs.python.org/issue1717#msg77207
(view)https://bugs.python.org/msg77207
msg77220https://bugs.python.org/issue1717#msg77220
(view)https://bugs.python.org/msg77220
msg77222https://bugs.python.org/issue1717#msg77222
(view)https://bugs.python.org/msg77222
msg77231https://bugs.python.org/issue1717#msg77231
(view)https://bugs.python.org/msg77231
msg77235https://bugs.python.org/issue1717#msg77235
(view)https://bugs.python.org/msg77235
msg77236https://bugs.python.org/issue1717#msg77236
(view)https://bugs.python.org/msg77236
msg77237https://bugs.python.org/issue1717#msg77237
(view)https://bugs.python.org/msg77237
msg77239https://bugs.python.org/issue1717#msg77239
(view)https://bugs.python.org/msg77239
msg77255https://bugs.python.org/issue1717#msg77255
(view)https://bugs.python.org/msg77255
msg77258https://bugs.python.org/issue1717#msg77258
(view)https://bugs.python.org/msg77258
msg77261https://bugs.python.org/issue1717#msg77261
(view)https://bugs.python.org/msg77261
msg77281https://bugs.python.org/issue1717#msg77281
(view)https://bugs.python.org/msg77281
msg77297https://bugs.python.org/issue1717#msg77297
(view)https://bugs.python.org/msg77297
msg77311https://bugs.python.org/issue1717#msg77311
(view)https://bugs.python.org/msg77311
msg77313https://bugs.python.org/issue1717#msg77313
(view)https://bugs.python.org/msg77313
msg77345https://bugs.python.org/issue1717#msg77345
(view)https://bugs.python.org/msg77345
msg77361https://bugs.python.org/issue1717#msg77361
(view)https://bugs.python.org/msg77361
http://docs.python.org/c-api/object.html#PyObject_RichCompareBoolhttp://docs.python.org/c-api/object.html#PyObject_RichCompareBool
msg77371https://bugs.python.org/issue1717#msg77371
(view)https://bugs.python.org/msg77371
#3106https://bugs.python.org/issue3106
msg77372https://bugs.python.org/issue1717#msg77372
(view)https://bugs.python.org/msg77372
http://docs.python.org/c-api/object.html#PyObject_RichCompareBoolhttp://docs.python.org/c-api/object.html#PyObject_RichCompareBool
msg77374https://bugs.python.org/issue1717#msg77374
(view)https://bugs.python.org/msg77374
msg77375https://bugs.python.org/issue1717#msg77375
(view)https://bugs.python.org/msg77375
msg77388https://bugs.python.org/issue1717#msg77388
(view)https://bugs.python.org/msg77388
msg77396https://bugs.python.org/issue1717#msg77396
(view)https://bugs.python.org/msg77396
msg77398https://bugs.python.org/issue1717#msg77398
(view)https://bugs.python.org/msg77398
msg77403https://bugs.python.org/issue1717#msg77403
(view)https://bugs.python.org/msg77403
msg77420https://bugs.python.org/issue1717#msg77420
(view)https://bugs.python.org/msg77420
msg77434https://bugs.python.org/issue1717#msg77434
(view)https://bugs.python.org/msg77434
msg77444https://bugs.python.org/issue1717#msg77444
(view)https://bugs.python.org/msg77444
msg78091https://bugs.python.org/issue1717#msg78091
(view)https://bugs.python.org/msg78091
issue 4704https://bugs.python.org/issue4704
Doc/extending/newtypes.rsthttps://github.com/python/cpython/blob/master/Doc/extending/newtypes.rst
msg78092https://bugs.python.org/issue1717#msg78092
(view)https://bugs.python.org/msg78092
msg78095https://bugs.python.org/issue1717#msg78095
(view)https://bugs.python.org/msg78095
msg78101https://bugs.python.org/issue1717#msg78101
(view)https://bugs.python.org/msg78101
r67871https://hg.python.org/lookup/r67871
r67873https://hg.python.org/lookup/r67873
msg78110https://bugs.python.org/issue1717#msg78110
(view)https://bugs.python.org/msg78110
http://python.egenix.com/http://python.egenix.com/
http://www.egenix.com/company/contact/http://www.egenix.com/company/contact/
msg78813https://bugs.python.org/issue1717#msg78813
(view)https://bugs.python.org/msg78813
Doc/extending/newtypes.rsthttps://github.com/python/cpython/blob/master/Doc/extending/newtypes.rst
Misc/cheatsheethttps://github.com/python/cpython/blob/master/Misc/cheatsheet
Misc/python-mode.elhttps://github.com/python/cpython/blob/master/Misc/python-mode.el
Misc/Vim/python.vimhttps://github.com/python/cpython/blob/master/Misc/Vim/python.vim
Parser/spark.pyhttps://github.com/python/cpython/blob/master/Parser/spark.py
msg78853https://bugs.python.org/issue1717#msg78853
(view)https://bugs.python.org/msg78853
Doc/extending/newtypes.rsthttps://github.com/python/cpython/blob/master/Doc/extending/newtypes.rst
Misc/cheatsheethttps://github.com/python/cpython/blob/master/Misc/cheatsheet
Misc/python-mode.elhttps://github.com/python/cpython/blob/master/Misc/python-mode.el
Parser/spark.pyhttps://github.com/python/cpython/blob/master/Parser/spark.py
msg78953https://bugs.python.org/issue1717#msg78953
(view)https://bugs.python.org/msg78953
Misc/cheatsheethttps://github.com/python/cpython/blob/master/Misc/cheatsheet
Misc/cheatsheethttps://github.com/python/cpython/blob/master/Misc/cheatsheet
msg80503https://bugs.python.org/issue1717#msg80503
(view)https://bugs.python.org/msg80503
Tools/unicode/makeunicodedata.pyhttps://github.com/python/cpython/blob/master/Tools/unicode/makeunicodedata.py
msg80504https://bugs.python.org/issue1717#msg80504
(view)https://bugs.python.org/msg80504
Lib/heapq.pyhttps://github.com/python/cpython/blob/master/Lib/heapq.py
Lib/sqlite3/test/hooks.pyhttps://github.com/python/cpython/blob/master/Lib/sqlite3/test/hooks.py
Lib/xmlrpc/client.pyhttps://github.com/python/cpython/blob/master/Lib/xmlrpc/client.py
Lib/heapq.pyhttps://github.com/python/cpython/blob/master/Lib/heapq.py
msg80505https://bugs.python.org/issue1717#msg80505
(view)https://bugs.python.org/msg80505
Lib/heapq.pyhttps://github.com/python/cpython/blob/master/Lib/heapq.py
Lib/sqlite3/test/hooks.pyhttps://github.com/python/cpython/blob/master/Lib/sqlite3/test/hooks.py
Lib/xmlrpc/client.pyhttps://github.com/python/cpython/blob/master/Lib/xmlrpc/client.py
Lib/heapq.pyhttps://github.com/python/cpython/blob/master/Lib/heapq.py
msg80511https://bugs.python.org/issue1717#msg80511
(view)https://bugs.python.org/msg80511
msg80667https://bugs.python.org/issue1717#msg80667
(view)https://bugs.python.org/msg80667
r69025https://hg.python.org/lookup/r69025
r69026https://hg.python.org/lookup/r69026
msg80699https://bugs.python.org/issue1717#msg80699
(view)https://bugs.python.org/msg80699
msg80706https://bugs.python.org/issue1717#msg80706
(view)https://bugs.python.org/msg80706
msg80709https://bugs.python.org/issue1717#msg80709
(view)https://bugs.python.org/msg80709
msg80751https://bugs.python.org/issue1717#msg80751
(view)https://bugs.python.org/msg80751
msg80752https://bugs.python.org/issue1717#msg80752
(view)https://bugs.python.org/msg80752
msg80753https://bugs.python.org/issue1717#msg80753
(view)https://bugs.python.org/msg80753
msg80754https://bugs.python.org/issue1717#msg80754
(view)https://bugs.python.org/msg80754
msg80770https://bugs.python.org/issue1717#msg80770
(view)https://bugs.python.org/msg80770
msg80780https://bugs.python.org/issue1717#msg80780
(view)https://bugs.python.org/msg80780
msg80781https://bugs.python.org/issue1717#msg80781
(view)https://bugs.python.org/msg80781
msg80782https://bugs.python.org/issue1717#msg80782
(view)https://bugs.python.org/msg80782
msg80830https://bugs.python.org/issue1717#msg80830
(view)https://bugs.python.org/msg80830
Objects/rangeobject.chttps://github.com/python/cpython/blob/master/Objects/rangeobject.c
msg80843https://bugs.python.org/issue1717#msg80843
(view)https://bugs.python.org/msg80843
msg80907https://bugs.python.org/issue1717#msg80907
(view)https://bugs.python.org/msg80907
r69181https://hg.python.org/lookup/r69181
r69182https://hg.python.org/lookup/r69182
r69184https://hg.python.org/lookup/r69184
r69185https://hg.python.org/lookup/r69185
msg81008https://bugs.python.org/issue1717#msg81008
(view)https://bugs.python.org/msg81008
r69188https://hg.python.org/lookup/r69188
r69189https://hg.python.org/lookup/r69189
r69190https://hg.python.org/lookup/r69190
r69191https://hg.python.org/lookup/r69191
r69192https://hg.python.org/lookup/r69192
r69193https://hg.python.org/lookup/r69193
r69214https://hg.python.org/lookup/r69214
r69215https://hg.python.org/lookup/r69215
r69218https://hg.python.org/lookup/r69218
r69221https://hg.python.org/lookup/r69221
r69224https://hg.python.org/lookup/r69224
r69225https://hg.python.org/lookup/r69225
Doc/extending/newtypes.rsthttps://github.com/python/cpython/blob/master/Doc/extending/newtypes.rst
issue 4704https://bugs.python.org/issue4704
http://mail.python.org/pipermail/python-dev/2009-February/085797.htmlhttp://mail.python.org/pipermail/python-dev/2009-February/085797.html
http://mail.python.org/pipermail/python-dev/2009-February/085809.htmlhttp://mail.python.org/pipermail/python-dev/2009-February/085809.html
msg81373https://bugs.python.org/issue1717#msg81373
(view)https://bugs.python.org/msg81373
r69431https://hg.python.org/lookup/r69431
r69432https://hg.python.org/lookup/r69432
Doc/extending/newtypes.rsthttps://github.com/python/cpython/blob/master/Doc/extending/newtypes.rst
msg82258https://bugs.python.org/issue1717#msg82258
(view)https://bugs.python.org/msg82258
distutils\core.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/core.py#L149
distutils\dist.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/dist.py#L942
distutils\dist.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/dist.py#L962
distutils\command\build.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/command/build.py#L128
distutils\cmd.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/cmd.py#L317
distutils\dist.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/dist.py#L962
distutils\command\build_ext.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/command/build_ext.py#L306
distutils\ccompiler.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/ccompiler.py#L1110
distutils\cygwinccompiler.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/cygwinccompiler.py#L314
distutils\version.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/version.py#L64
distutils\version.pyhttps://github.com/python/cpython/blob/3.0/Lib/distutils/version.py#L341
msg82260https://bugs.python.org/issue1717#msg82260
(view)https://bugs.python.org/msg82260
r69682https://hg.python.org/lookup/r69682
msg82262https://bugs.python.org/issue1717#msg82262
(view)https://bugs.python.org/msg82262
msg84859https://bugs.python.org/issue1717#msg84859
(view)https://bugs.python.org/msg84859
r70863https://hg.python.org/lookup/r70863
msg195849https://bugs.python.org/issue1717#msg195849
(view)https://bugs.python.org/msg195849
64e004737837https://hg.python.org/lookup/64e004737837
#18324https://bugs.python.org/issue18324
http://hg.python.org/cpython/rev/64e004737837http://hg.python.org/cpython/rev/64e004737837
msg394452https://bugs.python.org/issue1717#msg394452
(view)https://bugs.python.org/msg394452
https://bugs.python.org/msg77261https://bugs.python.org/msg77261
msg394459https://bugs.python.org/issue1717#msg394459
(view)https://bugs.python.org/msg394459
msg394459https://bugs.python.org/msg394459
Nils Kattenbeckhttps://bugs.python.org/user32908
msg394452https://bugs.python.org/msg394452
python-devhttps://bugs.python.org/user13902
msg195849https://bugs.python.org/msg195849
msg84859https://bugs.python.org/msg84859
msg82262https://bugs.python.org/msg82262
msg82260https://bugs.python.org/msg82260
atuininghttps://bugs.python.org/user1334
msg82258https://bugs.python.org/msg82258
georg.brandlhttps://bugs.python.org/user93
msg81373https://bugs.python.org/msg81373
msg81008https://bugs.python.org/msg81008
msg80907https://bugs.python.org/msg80907
msg80843https://bugs.python.org/msg80843
1717_stage2.patchhttps://bugs.python.org/file12895
msg80830https://bugs.python.org/msg80830
msg80782https://bugs.python.org/msg80782
msg80781https://bugs.python.org/msg80781
msg80780https://bugs.python.org/msg80780
msg80770https://bugs.python.org/msg80770
msg80754https://bugs.python.org/msg80754
msg80753https://bugs.python.org/msg80753
msg80752https://bugs.python.org/msg80752
msg80751https://bugs.python.org/msg80751
msg80709https://bugs.python.org/msg80709
gpolohttps://bugs.python.org/user4698
msg80706https://bugs.python.org/msg80706
msg80699https://bugs.python.org/msg80699
msg80667https://bugs.python.org/msg80667
msg80511https://bugs.python.org/msg80511
1717_stage1_v2.patchhttps://bugs.python.org/file12853
msg80505https://bugs.python.org/msg80505
msg80504https://bugs.python.org/msg80504
1717_stage1.patchhttps://bugs.python.org/file12852
msg80503https://bugs.python.org/msg80503
msg78953https://bugs.python.org/msg78953
msg78853https://bugs.python.org/msg78853
remove_cmp6.patchhttps://bugs.python.org/file12540
msg78813https://bugs.python.org/msg78813
msg78110https://bugs.python.org/msg78110
msg78101https://bugs.python.org/msg78101
msg78095https://bugs.python.org/msg78095
msg78092https://bugs.python.org/msg78092
Update pybench for python 3.0https://bugs.python.org/issue4704
msg78091https://bugs.python.org/msg78091
msg77444https://bugs.python.org/msg77444
msg77434https://bugs.python.org/msg77434
msg77420https://bugs.python.org/msg77420
msg77403https://bugs.python.org/msg77403
msg77398https://bugs.python.org/msg77398
msg77396https://bugs.python.org/msg77396
msg77388https://bugs.python.org/msg77388
msg77375https://bugs.python.org/msg77375
msg77374https://bugs.python.org/msg77374
msg77372https://bugs.python.org/msg77372
pitrouhttps://bugs.python.org/user2040
msg77371https://bugs.python.org/msg77371
msg77361https://bugs.python.org/msg77361
gvanrossumhttps://bugs.python.org/user5
msg77345https://bugs.python.org/msg77345
lemburghttps://bugs.python.org/user4
msg77313https://bugs.python.org/msg77313
msg77311https://bugs.python.org/msg77311
remove_cmp5.patchhttps://bugs.python.org/file12278
msg77297https://bugs.python.org/msg77297
remove_cmp4.patchhttps://bugs.python.org/file12274
msg77281https://bugs.python.org/msg77281
msg77261https://bugs.python.org/msg77261
msg77258https://bugs.python.org/msg77258
remove_cmp3.patchhttps://bugs.python.org/file12270
msg77255https://bugs.python.org/msg77255
remove_cmp2.patchhttps://bugs.python.org/file12267
msg77239https://bugs.python.org/msg77239
remove_cmp.patchhttps://bugs.python.org/file12262
remove_cmp_decimal.patchhttps://bugs.python.org/file12265
msg77237https://bugs.python.org/msg77237
msg77236https://bugs.python.org/msg77236
msg77235https://bugs.python.org/msg77235
remove_cmp.patchhttps://bugs.python.org/file12262
msg77231https://bugs.python.org/msg77231
msg77222https://bugs.python.org/msg77222
msg77220https://bugs.python.org/msg77220
msg77207https://bugs.python.org/msg77207
msg77206https://bugs.python.org/msg77206
msg77203https://bugs.python.org/msg77203
msg77199https://bugs.python.org/msg77199
msg77192https://bugs.python.org/msg77192
msg77191https://bugs.python.org/msg77191
amaury.forgeotdarchttps://bugs.python.org/user1076
msg77189https://bugs.python.org/msg77189
msg77187https://bugs.python.org/msg77187
christian.heimeshttps://bugs.python.org/user3108
msg77184https://bugs.python.org/msg77184
msg77182https://bugs.python.org/msg77182
rhettingerhttps://bugs.python.org/user114
msg77175https://bugs.python.org/msg77175
msg77174https://bugs.python.org/msg77174
msg77173https://bugs.python.org/msg77173
msg77143https://bugs.python.org/msg77143
msg77105https://bugs.python.org/msg77105
issue4556 supersederhttps://bugs.python.org/issue4556
msg74857https://bugs.python.org/msg74857
msg74854https://bugs.python.org/msg74854
msg74849https://bugs.python.org/msg74849
msg74848https://bugs.python.org/msg74848
nocmp_tests.diffhttps://bugs.python.org/file11807
mark.dickinsonhttps://bugs.python.org/user1118
msg74829https://bugs.python.org/msg74829
brett.cannonhttps://bugs.python.org/user37
msg72939https://bugs.python.org/msg72939
msg72924https://bugs.python.org/msg72924
msg72903https://bugs.python.org/msg72903
msg70846https://bugs.python.org/msg70846
gvanrossumhttps://bugs.python.org/user5
msg70745https://bugs.python.org/msg70745
benjamin.petersonhttps://bugs.python.org/user4455
msg70472https://bugs.python.org/msg70472
georg.brandlhttps://bugs.python.org/user93
msg64668https://bugs.python.org/msg64668
msg63894https://bugs.python.org/msg63894
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.