René's URL Explorer Experiment


Title: Issue 15403: Refactor package creation support code into a common location - 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/59608 https://github.com/python/cpython/issues/59608
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
15494https://bugs.python.org/issue15494
18576https://bugs.python.org/issue18576
19700https://bugs.python.org/issue19700
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
issue-15403-1.patchhttps://bugs.python.org/file26447/issue-15403-1.patch
reviewhttps://bugs.python.org/review/15403/#ps5460
issue-15403-2.patchhttps://bugs.python.org/file26670/issue-15403-2.patch
reviewhttps://bugs.python.org/review/15403/#ps5643
issue-15403-3.patchhttps://bugs.python.org/file30870/issue-15403-3.patch
msg165910https://bugs.python.org/issue15403#msg165910
(view)https://bugs.python.org/msg165910
issue 15376https://bugs.python.org/issue15376
msg165912https://bugs.python.org/issue15403#msg165912
(view)https://bugs.python.org/msg165912
msg166499https://bugs.python.org/issue15403#msg166499
(view)https://bugs.python.org/msg166499
Lib/test/test_filecmp.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_filecmp.py
msg166759https://bugs.python.org/issue15403#msg166759
(view)https://bugs.python.org/msg166759
Lib/test/test_import.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_import.py
issue 15425https://bugs.python.org/issue15425
msg166771https://bugs.python.org/issue15403#msg166771
(view)https://bugs.python.org/msg166771
msg166773https://bugs.python.org/issue15403#msg166773
(view)https://bugs.python.org/msg166773
msg166774https://bugs.python.org/issue15403#msg166774
(view)https://bugs.python.org/msg166774
msg166776https://bugs.python.org/issue15403#msg166776
(view)https://bugs.python.org/msg166776
msg166778https://bugs.python.org/issue15403#msg166778
(view)https://bugs.python.org/msg166778
msg166787https://bugs.python.org/issue15403#msg166787
(view)https://bugs.python.org/msg166787
msg166788https://bugs.python.org/issue15403#msg166788
(view)https://bugs.python.org/msg166788
msg166790https://bugs.python.org/issue15403#msg166790
(view)https://bugs.python.org/msg166790
msg166793https://bugs.python.org/issue15403#msg166793
(view)https://bugs.python.org/msg166793
msg166844https://bugs.python.org/issue15403#msg166844
(view)https://bugs.python.org/msg166844
msg166847https://bugs.python.org/issue15403#msg166847
(view)https://bugs.python.org/msg166847
msg166850https://bugs.python.org/issue15403#msg166850
(view)https://bugs.python.org/msg166850
issue 15494https://bugs.python.org/issue15494
msg167266https://bugs.python.org/issue15403#msg167266
(view)https://bugs.python.org/msg167266
issue 15494https://bugs.python.org/issue15494
msg192708https://bugs.python.org/issue15403#msg192708
(view)https://bugs.python.org/msg192708
issue15494https://bugs.python.org/issue15494
msg193822https://bugs.python.org/issue15403#msg193822
(view)https://bugs.python.org/msg193822
#18576https://bugs.python.org/issue18576
#18578https://bugs.python.org/issue18578
Doc/library/test.rsthttps://github.com/python/cpython/blob/master/Doc/library/test.rst
msg193823https://bugs.python.org/issue15403#msg193823
(view)https://bugs.python.org/msg193823
msg205639https://bugs.python.org/issue15403#msg205639
(view)https://bugs.python.org/msg205639
PEP 451https://www.python.org/dev/peps/pep-0451/
msg348630https://bugs.python.org/issue15403#msg348630
(view)https://bugs.python.org/msg348630
easyhttps://bugs.python.org/keyword6
vstinnerhttps://bugs.python.org/user2377
msg348630https://bugs.python.org/msg348630
ncoghlanhttps://bugs.python.org/user1309
https://bugs.python.org/userNone
Document test.support.script_helperhttps://bugs.python.org/issue18576
Update runpy for PEP 451https://bugs.python.org/issue19700
msg205639https://bugs.python.org/msg205639
msg193823https://bugs.python.org/msg193823
msg193822https://bugs.python.org/msg193822
issue-15403-3.patchhttps://bugs.python.org/file30870
italiphttps://bugs.python.org/user18110
msg192708https://bugs.python.org/msg192708
eric.snowhttps://bugs.python.org/user14000
issue-15403-2.patchhttps://bugs.python.org/file26670
msg167266https://bugs.python.org/msg167266
Move test/support.py into a test.support subpackagehttps://bugs.python.org/issue15494
msg166850https://bugs.python.org/msg166850
msg166847https://bugs.python.org/msg166847
msg166844https://bugs.python.org/msg166844
msg166793https://bugs.python.org/msg166793
msg166790https://bugs.python.org/msg166790
msg166788https://bugs.python.org/msg166788
msg166787https://bugs.python.org/msg166787
msg166778https://bugs.python.org/msg166778
msg166776https://bugs.python.org/msg166776
msg166774https://bugs.python.org/msg166774
msg166773https://bugs.python.org/msg166773
pitrouhttps://bugs.python.org/user2040
msg166771https://bugs.python.org/msg166771
msg166759https://bugs.python.org/msg166759
msg166499https://bugs.python.org/msg166499
ncoghlanhttps://bugs.python.org/user1309
eric.araujohttps://bugs.python.org/user7641
issue-15403-1.patchhttps://bugs.python.org/file26447
patchhttps://bugs.python.org/keyword2
msg165912https://bugs.python.org/msg165912
ncoghlanhttps://bugs.python.org/user1309
issue15376 dependencieshttps://bugs.python.org/issue15376
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.