René's URL Explorer Experiment


Title: Issue 7712: Add a context manager to change cwd in test.test_support and run the test suite in a temp dir. - Python tracker

Mail addresses
/tmp/@test

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/51961 https://github.com/python/cpython/issues/51961
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
tempcwd.patchhttps://bugs.python.org/file15904/tempcwd.patch
issue7712.diffhttps://bugs.python.org/file16146/issue7712.diff
issue7712v2.diffhttps://bugs.python.org/file16175/issue7712v2.diff
issue7712v3.diffhttps://bugs.python.org/file16179/issue7712v3.diff
test_bufio.stdout.txthttps://bugs.python.org/file16181/test_bufio.stdout.txt
issue7712_regrtest_rm_hacks.diffhttps://bugs.python.org/file16219/issue7712_regrtest_rm_hacks.diff
msg97865https://bugs.python.org/issue7712#msg97865
(view)https://bugs.python.org/msg97865
#3426https://bugs.python.org/issue3426
#5684https://bugs.python.org/issue5684
msg97871https://bugs.python.org/issue7712#msg97871
(view)https://bugs.python.org/msg97871
msg98059https://bugs.python.org/issue7712#msg98059
(view)https://bugs.python.org/msg98059
msg98060https://bugs.python.org/issue7712#msg98060
(view)https://bugs.python.org/msg98060
msg98061https://bugs.python.org/issue7712#msg98061
(view)https://bugs.python.org/msg98061
msg98072https://bugs.python.org/issue7712#msg98072
(view)https://bugs.python.org/msg98072
msg98936https://bugs.python.org/issue7712#msg98936
(view)https://bugs.python.org/msg98936
msg98939https://bugs.python.org/issue7712#msg98939
(view)https://bugs.python.org/msg98939
msg98949https://bugs.python.org/issue7712#msg98949
(view)https://bugs.python.org/msg98949
msg98951https://bugs.python.org/issue7712#msg98951
(view)https://bugs.python.org/msg98951
msg98955https://bugs.python.org/issue7712#msg98955
(view)https://bugs.python.org/msg98955
msg98988https://bugs.python.org/issue7712#msg98988
(view)https://bugs.python.org/msg98988
msg99002https://bugs.python.org/issue7712#msg99002
(view)https://bugs.python.org/msg99002
msg99034https://bugs.python.org/issue7712#msg99034
(view)https://bugs.python.org/msg99034
msg99051https://bugs.python.org/issue7712#msg99051
(view)https://bugs.python.org/msg99051
msg99079https://bugs.python.org/issue7712#msg99079
(view)https://bugs.python.org/msg99079
msg99080https://bugs.python.org/issue7712#msg99080
(view)https://bugs.python.org/msg99080
msg99083https://bugs.python.org/issue7712#msg99083
(view)https://bugs.python.org/msg99083
msg99088https://bugs.python.org/issue7712#msg99088
(view)https://bugs.python.org/msg99088
#7443https://bugs.python.org/issue7443
msg99090https://bugs.python.org/issue7712#msg99090
(view)https://bugs.python.org/msg99090
#7443https://bugs.python.org/issue7443
msg99091https://bugs.python.org/issue7712#msg99091
(view)https://bugs.python.org/msg99091
Lib/test/regrtest.pyhttps://github.com/python/cpython/blob/master/Lib/test/regrtest.py
Lib/test/test_bufio.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_bufio.py
#7443https://bugs.python.org/issue7443
msg99144https://bugs.python.org/issue7712#msg99144
(view)https://bugs.python.org/msg99144
#7443https://bugs.python.org/issue7443
msg99269https://bugs.python.org/issue7712#msg99269
(view)https://bugs.python.org/msg99269
r78136https://hg.python.org/lookup/r78136
msg99295https://bugs.python.org/issue7712#msg99295
(view)https://bugs.python.org/msg99295
msg99311https://bugs.python.org/issue7712#msg99311
(view)https://bugs.python.org/msg99311
msg99498https://bugs.python.org/issue7712#msg99498
(view)https://bugs.python.org/msg99498
r78214https://hg.python.org/lookup/r78214
msg100545https://bugs.python.org/issue7712#msg100545
(view)https://bugs.python.org/msg100545
http://lists.debian.org/debian-python/2010/01/msg00172.htmlhttp://lists.debian.org/debian-python/2010/01/msg00172.html
msg101051https://bugs.python.org/issue7712#msg101051
(view)https://bugs.python.org/msg101051
r78719https://hg.python.org/lookup/r78719
r78723https://hg.python.org/lookup/r78723
chris.jerdonekhttps://bugs.python.org/user12075
msg101051https://bugs.python.org/msg101051
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
eric.araujohttps://bugs.python.org/user7641
msg100545https://bugs.python.org/msg100545
issue3426 dependencieshttps://bugs.python.org/issue3426
issue5684 supersederhttps://bugs.python.org/issue5684
issue5684 dependencieshttps://bugs.python.org/issue5684
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99498https://bugs.python.org/msg99498
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99311https://bugs.python.org/msg99311
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99295https://bugs.python.org/msg99295
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_regrtest_rm_hacks.diffhttps://bugs.python.org/file16219
issue7712_regrtest_remove_hacks.diffhttps://bugs.python.org/file16218
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_regrtest_remove_hacks.diffhttps://bugs.python.org/file16218
msg99269https://bugs.python.org/msg99269
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99144https://bugs.python.org/msg99144
issue7712_context_manager_v5.diffhttps://bugs.python.org/file16167
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99091https://bugs.python.org/msg99091
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99090https://bugs.python.org/msg99090
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99088https://bugs.python.org/msg99088
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99083https://bugs.python.org/msg99083
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg99080https://bugs.python.org/msg99080
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
test_bufio.stdout.txthttps://bugs.python.org/file16181
msg99079https://bugs.python.org/msg99079
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712v3.diffhttps://bugs.python.org/file16179
msg99051https://bugs.python.org/msg99051
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712v2.diffhttps://bugs.python.org/file16175
msg99034https://bugs.python.org/msg99034
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager_v5.diffhttps://bugs.python.org/file16167
msg99002https://bugs.python.org/msg99002
issue7712_context_manager_v4.diffhttps://bugs.python.org/file16165
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager_v4.diffhttps://bugs.python.org/file16165
msg98988https://bugs.python.org/msg98988
issue7712_context_manager_v3a.diffhttps://bugs.python.org/file16152
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager_v3a.diffhttps://bugs.python.org/file16152
msg98955https://bugs.python.org/msg98955
issue7712_context_manager_v3.diffhttps://bugs.python.org/file16151
issue7712_context_manager_v2.diffhttps://bugs.python.org/file16150
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager_v3.diffhttps://bugs.python.org/file16151
msg98951https://bugs.python.org/msg98951
issue7712_context_manager.diffhttps://bugs.python.org/file15956
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager_v2.diffhttps://bugs.python.org/file16150
msg98949https://bugs.python.org/msg98949
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg98939https://bugs.python.org/msg98939
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712.diffhttps://bugs.python.org/file16146
msg98936https://bugs.python.org/msg98936
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
temp_cwd_decorator_v2.diffhttps://bugs.python.org/file15951
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
issue7712_context_manager.diffhttps://bugs.python.org/file15956
msg98072https://bugs.python.org/msg98072
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg98061https://bugs.python.org/msg98061
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg98060https://bugs.python.org/msg98060
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
temp_cwd_decorator_v2.diffhttps://bugs.python.org/file15951
msg98059https://bugs.python.org/msg98059
temp_cwd_decorator.diffhttps://bugs.python.org/file15907
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
brian.curtinhttps://bugs.python.org/user10080
needs reviewhttps://bugs.python.org/keyword8
temp_cwd_decorator.diffhttps://bugs.python.org/file15907
pitrouhttps://bugs.python.org/user2040
msg97871https://bugs.python.org/msg97871
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
issue3426 dependencieshttps://bugs.python.org/issue3426
issue5684 dependencieshttps://bugs.python.org/issue5684
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.