diff --git a/peps/pep-0570.rst b/peps/pep-0570.rst index 4bedf5cf581..fbd49620a3d 100644 --- a/peps/pep-0570.rst +++ b/peps/pep-0570.rst @@ -1,7 +1,7 @@ PEP: 570 Title: Python Positional-Only Parameters Author: Larry Hastings , - Pablo Galindo , + Pablo Galindo Salgado , Mario Corchero , Eric N. Vander Weele BDFL-Delegate: Guido van Rossum diff --git a/peps/pep-0617.rst b/peps/pep-0617.rst index ecc376d3261..4d146c6b122 100644 --- a/peps/pep-0617.rst +++ b/peps/pep-0617.rst @@ -1,7 +1,7 @@ PEP: 617 Title: New PEG parser for CPython Author: Guido van Rossum , - Pablo Galindo , + Pablo Galindo Salgado , Lysandros Nikolaou Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0626.rst b/peps/pep-0626.rst index cd6a1d70ed3..1d8b54ae6c8 100644 --- a/peps/pep-0626.rst +++ b/peps/pep-0626.rst @@ -1,7 +1,7 @@ PEP: 626 Title: Precise line numbers for debugging and other tools. Author: Mark Shannon -BDFL-Delegate: Pablo Galindo +BDFL-Delegate: Pablo Galindo Salgado Status: Final Type: Standards Track Created: 15-Jul-2020 diff --git a/peps/pep-0641.rst b/peps/pep-0641.rst index 393133b88e6..2e3771eb257 100644 --- a/peps/pep-0641.rst +++ b/peps/pep-0641.rst @@ -3,7 +3,7 @@ Title: Using an underscore in the version portion of Python 3.10 compatibility t Author: Brett Cannon , Steve Dower , Barry Warsaw -PEP-Delegate: Pablo Galindo +PEP-Delegate: Pablo Galindo Salgado Discussions-To: https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513 Status: Rejected Type: Standards Track diff --git a/peps/pep-0648.rst b/peps/pep-0648.rst index 19b4e287b66..b02c477d394 100644 --- a/peps/pep-0648.rst +++ b/peps/pep-0648.rst @@ -1,7 +1,7 @@ PEP: 648 Title: Extensible customizations of the interpreter at startup Author: Mario Corchero -Sponsor: Pablo Galindo +Sponsor: Pablo Galindo Salgado Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403 Status: Rejected Type: Standards Track diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index 55005c2f8bb..ec83803d244 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -1,6 +1,6 @@ PEP: 657 Title: Include Fine Grained Error Locations in Tracebacks -Author: Pablo Galindo , +Author: Pablo Galindo Salgado , Batuhan Taskaya , Ammar Askar Discussions-To: https://discuss.python.org/t/pep-657-include-fine-grained-error-locations-in-tracebacks/8629 diff --git a/peps/pep-0701.rst b/peps/pep-0701.rst index d14c1929c3d..3a6f81b3855 100644 --- a/peps/pep-0701.rst +++ b/peps/pep-0701.rst @@ -1,6 +1,6 @@ PEP: 701 Title: Syntactic formalization of f-strings -Author: Pablo Galindo , +Author: Pablo Galindo Salgado , Batuhan Taskaya , Lysandros Nikolaou , Marta Gómez Macías diff --git a/peps/pep-0705.rst b/peps/pep-0705.rst index cae156d4127..44908d69213 100644 --- a/peps/pep-0705.rst +++ b/peps/pep-0705.rst @@ -1,7 +1,7 @@ PEP: 705 Title: TypedDict: Read-only items Author: Alice Purcell -Sponsor: Pablo Galindo +Sponsor: Pablo Galindo Salgado Discussions-To: https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867 Status: Final Type: Standards Track diff --git a/peps/pep-0758.rst b/peps/pep-0758.rst index 9660dbddd88..8f75e145380 100644 --- a/peps/pep-0758.rst +++ b/peps/pep-0758.rst @@ -1,6 +1,6 @@ PEP: 758 Title: Allow ``except`` and ``except*`` expressions without parentheses -Author: Pablo Galindo , Brett Cannon +Author: Pablo Galindo Salgado , Brett Cannon Status: Final Type: Standards Track Created: 30-Sep-2024 diff --git a/peps/pep-0760.rst b/peps/pep-0760.rst index 721944c3d03..31b5c4a4143 100644 --- a/peps/pep-0760.rst +++ b/peps/pep-0760.rst @@ -1,6 +1,6 @@ PEP: 760 Title: No More Bare Excepts -Author: Pablo Galindo , Brett Cannon +Author: Pablo Galindo Salgado , Brett Cannon Status: Withdrawn Type: Standards Track Created: 02-Oct-2024 diff --git a/peps/pep-0799.rst b/peps/pep-0799.rst index bc7c5098f3c..b941420f147 100644 --- a/peps/pep-0799.rst +++ b/peps/pep-0799.rst @@ -1,6 +1,6 @@ PEP: 799 Title: A dedicated ``profiling`` package for organizing Python profiling tools -Author: Pablo Galindo , +Author: Pablo Galindo Salgado , László Kiss Kollár Discussions-To: https://discuss.python.org/t/pep-799-a-dedicated-profilers-package-for-organizing-python-profiling-tool/100898 Status: Accepted diff --git a/peps/pep-0810.rst b/peps/pep-0810.rst index ed12385a0dd..db84fa16f80 100644 --- a/peps/pep-0810.rst +++ b/peps/pep-0810.rst @@ -1,6 +1,6 @@ PEP: 810 Title: Explicit lazy imports -Author: Pablo Galindo , +Author: Pablo Galindo Salgado , Germán Méndez Bravo , Thomas Wouters , Dino Viehland ,