summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblondon <stephane.blondon@gmail.com>2023-03-08 10:24:39 (GMT)
committerGitHub <noreply@github.com>2023-03-08 10:24:39 (GMT)
commit7d801f245e2021d19daff105ce722f22aa844391 (patch)
tree37a6605d6326945e51091cc60de6d2541fb5050c
parent1f557f94c2ee98c2a43bd090a7bf3f39a22ed874 (diff)
downloadcpython-7d801f245e2021d19daff105ce722f22aa844391.zip
cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.gz
cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.bz2
Remove or update bitbucket links (GH-101963)
Since Mercurial removal from bitbucket.org, some links are broken. They are replaced by github.com or webarchive.org links if available. Otherwise, they are removed. Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
-rw-r--r--Doc/distributing/index.rst3
-rw-r--r--Doc/installing/index.rst3
-rw-r--r--Doc/library/venv.rst2
-rw-r--r--Lib/test/test_pathlib.py2
-rw-r--r--PC/launcher.c3
-rw-r--r--PC/launcher2.c3
6 files changed, 6 insertions, 10 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst
index 2ae2726..21389ad 100644
--- a/Doc/distributing/index.rst
+++ b/Doc/distributing/index.rst
@@ -39,8 +39,7 @@ Key terms
developers and documentation authors responsible for the maintenance and
evolution of the standard packaging tools and the associated metadata and
file format standards. They maintain a variety of tools, documentation
- and issue trackers on both `GitHub <https://github.com/pypa>`__ and
- `Bitbucket <https://bitbucket.org/pypa/>`__.
+ and issue trackers on `GitHub <https://github.com/pypa>`__.
* ``distutils`` is the original build and distribution system first added
to the Python standard library in 1998. While direct use of ``distutils``
is being phased out, it still laid the foundation for the current packaging
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst
index e158bf1..5aec517 100644
--- a/Doc/installing/index.rst
+++ b/Doc/installing/index.rst
@@ -52,8 +52,7 @@ Key terms
developers and documentation authors responsible for the maintenance and
evolution of the standard packaging tools and the associated metadata and
file format standards. They maintain a variety of tools, documentation,
- and issue trackers on both `GitHub <https://github.com/pypa>`__ and
- `Bitbucket <https://bitbucket.org/pypa/>`__.
+ and issue trackers on `GitHub <https://github.com/pypa>`__.
* ``distutils`` is the original build and distribution system first added to
the Python standard library in 1998. While direct use of ``distutils`` is
being phased out, it still laid the foundation for the current packaging
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 2a41096..8eb0b35 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -478,7 +478,7 @@ subclass which installs setuptools and pip into a created virtual environment::
:param context: The information for the virtual environment
creation request being processed.
"""
- url = 'https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py'
+ url = "https://bootstrap.pypa.io/ez_setup.py"
self.install_script(context, 'setuptools', url)
# clear up the setuptools archive which gets downloaded
pred = lambda o: o.startswith('setuptools-') and o.endswith('.tar.gz')
diff --git a/Lib/test/test_pathlib.py b/Lib/test/test_pathlib.py
index df9c1f6..f8e2f44 100644
--- a/Lib/test/test_pathlib.py
+++ b/Lib/test/test_pathlib.py
@@ -1938,7 +1938,7 @@ class _BasePathTest(object):
@os_helper.skip_unless_symlink
def test_resolve_dot(self):
- # See https://bitbucket.org/pitrou/pathlib/issue/9/pathresolve-fails-on-complex-symlinks
+ # See http://web.archive.org/web/20200623062557/https://bitbucket.org/pitrou/pathlib/issues/9/
p = self.cls(BASE)
self.dirlink('.', join('0'))
self.dirlink(os.path.join('0', '0'), join('1'))
diff --git a/PC/launcher.c b/PC/launcher.c
index da566a1..0776e57 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -770,8 +770,7 @@ run_child(wchar_t * cmdline)
window, or fetching a message). As this launcher doesn't do this
directly, that cursor remains even after the child process does these
things. We avoid that by doing a simple post+get message.
- See http://bugs.python.org/issue17290 and
- https://bitbucket.org/vinay.sajip/pylauncher/issue/20/busy-cursor-for-a-long-time-when-running
+ See http://bugs.python.org/issue17290
*/
MSG msg;
diff --git a/PC/launcher2.c b/PC/launcher2.c
index beeb2ae..9326653 100644
--- a/PC/launcher2.c
+++ b/PC/launcher2.c
@@ -2473,8 +2473,7 @@ launchEnvironment(const SearchInfo *search, const EnvironmentInfo *launch, wchar
window, or fetching a message). As this launcher doesn't do this
directly, that cursor remains even after the child process does these
things. We avoid that by doing a simple post+get message.
- See http://bugs.python.org/issue17290 and
- https://bitbucket.org/vinay.sajip/pylauncher/issue/20/busy-cursor-for-a-long-time-when-running
+ See http://bugs.python.org/issue17290
*/
MSG msg;