From 7e565879e97b596c007fbeaf634b900f6e5a1058 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 16 Jan 2026 07:40:08 -0600 Subject: [PATCH 1/3] add note on available api/data files for peps --- README.rst | 11 +++++++++++ peps/api/index.rst | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/README.rst b/README.rst index cb52177891b..e8e0ce9edb7 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,17 @@ Shortcut redirects are also available. For example, ``https://peps.python.org/8`` redirects to the canonical link. +API +=== + +Several data files are available at https://peps.python.org/api/: + +- ``peps.json``: All PEP metadata +- ``release-cycle.json``: Python release cycle information +- ``python-releases.json``: Complete Python release history +- ``release-schedule.ics``: Python release dates in calendar format. + + Contributing to PEPs ==================== diff --git a/peps/api/index.rst b/peps/api/index.rst index 0ba9e778d77..8bff1b5240a 100644 --- a/peps/api/index.rst +++ b/peps/api/index.rst @@ -207,3 +207,9 @@ for example: ] } } + +release-schedule.ics +-------------------- + +An iCalendar file of Python release dates is available at +https://peps.python.org/api/release-schedule.ics. From 1d493a8f071d77d556a664233ccbe72c63e5db82 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 16 Jan 2026 07:48:10 -0600 Subject: [PATCH 2/3] link --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e8e0ce9edb7..f53f85481ed 100644 --- a/README.rst +++ b/README.rst @@ -25,10 +25,10 @@ API Several data files are available at https://peps.python.org/api/: -- ``peps.json``: All PEP metadata -- ``release-cycle.json``: Python release cycle information -- ``python-releases.json``: Complete Python release history -- ``release-schedule.ics``: Python release dates in calendar format. +- `peps.json `_: All PEP metadata +- `release-cycle.json `_: Python release cycle information +- `python-releases.json `_: Complete Python release history +- `release-schedule.ics `_: Python release dates in calendar format Contributing to PEPs From 8d64a58b2d73252b4311d8035318a655e263880a Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 16 Jan 2026 08:14:52 -0600 Subject: [PATCH 3/3] Update README.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f53f85481ed..34ae4f53112 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Several data files are available at https://peps.python.org/api/: - `peps.json `_: All PEP metadata - `release-cycle.json `_: Python release cycle information - `python-releases.json `_: Complete Python release history -- `release-schedule.ics `_: Python release dates in calendar format +- `release-schedule.ics `_: Python release dates in calendar format Contributing to PEPs