summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-06-16 18:29:16 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-06-16 18:29:16 +0200
commit2a44280b2e4a6bcb3ccc0b622acea3305807e175 (patch)
tree10c600d84d6e08f91414cd5db646d40cc81f52b0
parentea8e08a6693a6fa0794b5fa33fc7cc007605d0f5 (diff)
downloadpsutil-2a44280b2e4a6bcb3ccc0b622acea3305807e175.tar.gz
update personal site URL
-rw-r--r--.github/FUNDING.yml4
-rw-r--r--CREDITS2
-rw-r--r--README.rst6
-rw-r--r--docs/index.rst6
-rw-r--r--psutil/tests/__init__.py5
-rwxr-xr-xscripts/internal/print_announce.py2
6 files changed, 12 insertions, 13 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index f1898d98..03c7c77c 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -3,7 +3,7 @@
tidelift: "pypi/psutil"
github: giampaolo
patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
+open_collective: psutil
ko_fi: # Replace with a single Ko-fi username
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-custom: https://www.paypal.me/gmpydev
+custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9ZS7PKKRM3S8
diff --git a/CREDITS b/CREDITS
index 690f5717..672f5bbb 100644
--- a/CREDITS
+++ b/CREDITS
@@ -16,7 +16,7 @@ Author
N: Giampaolo Rodola
C: Italy
E: g.rodola@gmail.com
-W: http://grodola.blogspot.com/
+W: https://gmpy.dev/about
Experts
=======
diff --git a/README.rst b/README.rst
index bb2c927b..39822e29 100644
--- a/README.rst
+++ b/README.rst
@@ -77,7 +77,7 @@ Quick links
- `Download <https://pypi.org/project/psutil/#files>`_
- `Forum <http://groups.google.com/group/psutil/topics>`_
- `StackOverflow <https://stackoverflow.com/questions/tagged/psutil>`_
-- `Blog <http://grodola.blogspot.com/search/label/psutil>`_
+- `Blog <https://gmpy.dev/tags/psutil>`_
- `Development guide <https://github.com/giampaolo/psutil/blob/master/docs/DEVGUIDE.rst>`_
- `What's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst>`_
@@ -135,7 +135,7 @@ Donate
======
A lot of time and effort went into making psutil as it is today. If you whish
-to help its future development consider making a `donation <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9ZS7PKKRM3S8>`__.
+to help its future development consider making me a `donation <https://gmpy.dev/donate>`__.
Projects using psutil
=====================
@@ -502,7 +502,7 @@ Windows services
'username': 'NT AUTHORITY\\LocalService'}
-.. _`Giampaolo Rodola`: http://grodola.blogspot.com/p/about.html
+.. _`Giampaolo Rodola`: https://gmpy.dev/about
.. _`donation`: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9ZS7PKKRM3S8
.. _Tidelift security contact: https://tidelift.com/security
.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-psutil?utm_source=pypi-psutil&utm_medium=referral&utm_campaign=readme
diff --git a/docs/index.rst b/docs/index.rst
index 1283ba88..47d88da9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,7 +10,7 @@ Quick links
- `Home page <https://github.com/giampaolo/psutil>`__
- `Install <https://github.com/giampaolo/psutil/blob/master/INSTALL.rst>`_
-- `Blog <http://grodola.blogspot.com/search/label/psutil>`__
+- `Blog <https://gmpy.dev/tags/psutil>`__
- `Forum <http://groups.google.com/group/psutil/topics>`__
- `Download <https://pypi.org/project/psutil/#files>`__
- `Development guide <https://github.com/giampaolo/psutil/blob/master/docs/DEVGUIDE.rst>`_
@@ -1627,7 +1627,7 @@ Process class
(USS, PSS and swap).
The additional metrics provide a better representation of "effective"
process memory consumption (in case of USS) as explained in detail in this
- `blog post <http://grodola.blogspot.com/2016/02/psutil-4-real-process-memory-and-environ.html>`__.
+ `blog post <https://gmpy.dev/blog/2016/real-process-memory-and-environ-in-python>`__.
It does so by passing through the whole process address.
As such it usually requires higher user privileges than
:meth:`memory_info` and is considerably slower.
@@ -2839,7 +2839,7 @@ Timeline
.. _`getfsstat`: http://www.manpagez.com/man/2/getfsstat/
.. _`GetPriorityClass`: https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-getpriorityclass
.. _`GetExitCodeProcess`: https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getexitcodeprocess
-.. _`Giampaolo Rodola`: http://grodola.blogspot.com/p/about.html
+.. _`Giampaolo Rodola`: https://gmpy.dev/about
.. _`hash`: https://docs.python.org/3/library/functions.html#hash
.. _`ifconfig.py`: https://github.com/giampaolo/psutil/blob/master/scripts/ifconfig.py
.. _`ioprio_get`: https://linux.die.net/man/2/ioprio_get
diff --git a/psutil/tests/__init__.py b/psutil/tests/__init__.py
index aac7614f..5bad53cf 100644
--- a/psutil/tests/__init__.py
+++ b/psutil/tests/__init__.py
@@ -925,7 +925,7 @@ class TestMemoryLeak(PsutilTestCase):
If available (Linux, OSX, Windows), USS memory is used for comparison,
since it's supposed to be more precise, see:
- http://grodola.blogspot.com/2016/02/psutil-4-real-process-memory-and-environ.html
+ https://gmpy.dev/blog/2016/real-process-memory-and-environ-in-python
If not, RSS memory is used. mallinfo() on Linux and _heapwalk() on
Windows may give even more precision, but at the moment are not
implemented.
@@ -1635,7 +1635,6 @@ def cleanup_test_procs():
# atexit module does not execute exit functions in case of SIGTERM, which
# gets sent to test subprocesses, which is a problem if they import this
# module. With this it will. See:
-# http://grodola.blogspot.com/
-# 2016/02/how-to-always-execute-exit-functions-in-py.html
+# https://gmpy.dev/blog/2016/how-to-always-execute-exit-functions-in-python
if POSIX:
signal.signal(signal.SIGTERM, lambda sig, frame: sys.exit(sig))
diff --git a/scripts/internal/print_announce.py b/scripts/internal/print_announce.py
index 9569c367..180bf377 100755
--- a/scripts/internal/print_announce.py
+++ b/scripts/internal/print_announce.py
@@ -58,7 +58,7 @@ Links
--
-Giampaolo - http://grodola.blogspot.com
+Giampaolo - https://gmpy.dev/about
"""