Skip to content

Commit 46d6b83

Browse files
committed
Add more supporting links and fix some fields
1 parent 6f01ad8 commit 46d6b83

File tree

1 file changed

+50
-8
lines changed

1 file changed

+50
-8
lines changed

release_management/python-releases.toml

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,49 +20,80 @@
2020

2121
# -- Python 1.6 --------------------------------------------------------------
2222

23+
# Drake wrote PEP 160, but Hylton served as release manager:
24+
# https://mail.python.org/archives/list/[email protected]/message/FCPLKMFDZUDOQGPAEKGKB2VQYTI4JT7Y/
25+
# https://jeremyhylton.blogspot.com/2006/05/contributing-to-python.html
26+
2327
[metadata."1.6"]
2428
pep = 160
2529
status = "end-of-life"
2630
branch = "" # no branch or tag for 1.6 exists
27-
release-manager = "Fred L. Drake, Jr"
31+
release-manager = "Guido van Rossum & Jeremy Hylton"
2832
start-of-development = 1999-06-09
2933
first-release = 2000-09-05
30-
feature-freeze = 2000-08-03
34+
feature-freeze = 2000-08-04
3135
end-of-bugfix = 2000-09-05
3236
end-of-life = 2000-09-05
3337

38+
# 1.6.0 alpha {1,2} are not in the PEP, but are found on python-dev at:
39+
# https://mail.python.org/archives/list/[email protected]/message/IOO74NZNEUAHNYJFVK7K3P7RCNMFBE5W/
40+
# https://mail.python.org/archives/list/[email protected]/message/65J6CYRPPUNCUW523J3EO77RKAY3BS3F/
41+
42+
[[release."1.6"]]
43+
stage = "1.6.0 alpha 1"
44+
state = "actual"
45+
date = 2000-03-31
46+
47+
[[release."1.6"]]
48+
stage = "1.6.0 alpha 2"
49+
state = "actual"
50+
date = 2000-04-11
51+
52+
# PEP 160 records 3 August 2000, but the announcement and source archive date
53+
# from the 4th.
54+
# https://mail.python.org/archives/list/[email protected]/message/IF3YORLE7PTOR2QLMHI6UACGHDHZCAVO/
55+
# https://legacy.python.org/download/releases/src/python-1.6b1.tar.gz
56+
3457
[[release."1.6"]]
3558
stage = "1.6.0 beta 1"
3659
state = "actual"
37-
date = 2000-08-03
60+
date = 2000-08-04
3861

3962
[[release."1.6"]]
4063
stage = "1.6.0 final"
4164
state = "actual"
4265
date = 2000-09-05
4366

67+
# 1.6.1 is not in the PEP, but is found on python-announce at:
68+
# https://mail.python.org/archives/list/[email protected]/message/NSMG65WRUF5QLJD54H63B57BJFAGI5Y3/
69+
4470
[[release."1.6"]]
4571
stage = "1.6.1 final"
4672
state = "actual"
47-
date = 2000-09-05
73+
date = 2001-02-25
4874

4975
# -- Python 2.0 --------------------------------------------------------------
5076

77+
# Python 2.0 feature freeze is listed separately in PEP 200, it isn't beta 1.
78+
5179
[metadata."2.0"]
5280
pep = 200
5381
status = "end-of-life"
5482
branch = "2.0"
55-
release-manager = "Jeremy Hylton"
83+
release-manager = "Guido van Rossum & Jeremy Hylton"
5684
start-of-development = 2000-06-29
5785
first-release = 2000-10-16
5886
feature-freeze = 2000-08-14
5987
end-of-bugfix = 2001-06-22
6088
end-of-life = 2001-06-22
6189

90+
# PEP 200 records 5 September 2000, but the announcement was on the 6th (GMT):
91+
# https://mail.python.org/archives/list/[email protected]/message/3JDD34UGV2L7QP7S37S37RZXXMDOMMIX/
92+
6293
[[release."2.0"]]
6394
stage = "2.0.0 beta 1"
6495
state = "actual"
65-
date = 2000-09-05
96+
date = 2000-09-06
6697

6798
[[release."2.0"]]
6899
stage = "2.0.0 beta 2"
@@ -82,11 +113,13 @@ date = 2000-10-16
82113
# 2.0.1 is not in the PEP, but is found on the website at:
83114
# https://www.python.org/downloads/release/python-201/
84115
# https://www.python.org/ftp/python/2.0.1/
116+
# https://mail.python.org/archives/list/[email protected]/message/23N7ECY4XTIE3CTTY6LK7K6QLAOD4GLK/
117+
# https://mail.python.org/archives/list/[email protected]/message/CRIOLY7NPVJCOXWGS4JXQNTKQCUOL23N/
85118

86119
[[release."2.0"]]
87120
stage = "2.0.1 candidate 1"
88121
state = "actual"
89-
date = 2001-06-13
122+
date = 2001-06-14
90123

91124
[[release."2.0"]]
92125
stage = "2.0.1 final"
@@ -99,7 +132,7 @@ date = 2001-06-22
99132
pep = 226
100133
status = "end-of-life"
101134
branch = "2.1"
102-
release-manager = "Jeremy Hylton"
135+
release-manager = "Guido van Rossum & Jeremy Hylton"
103136
start-of-development = 2000-10-16
104137
first-release = 2001-04-17
105138
feature-freeze = 2001-03-02
@@ -826,6 +859,11 @@ date = 2013-10-29
826859

827860
# -- Python 2.7 --------------------------------------------------------------
828861

862+
# The end-of-life date is before the final release (2.7.18), per PEP 373:
863+
# > Support officially stopped January 1, 2020, and 2.7.18 code freeze
864+
# > occurred on January 1, 2020, but the final release occurred
865+
# > after that date.
866+
829867
[metadata."2.7"]
830868
pep = 373
831869
status = "end-of-life"
@@ -1054,6 +1092,10 @@ date = 2020-04-20
10541092

10551093
# -- Python 3.0 --------------------------------------------------------------
10561094

1095+
# PEP 361 does not list an end-of-life date. We use the statement from the
1096+
# website that 'Python 3.0 is end-of-lifed with the release of Python 3.1.'.
1097+
# The latter was first released on 27 June 2009.
1098+
10571099
[metadata."3.0"]
10581100
pep = 361
10591101
status = "end-of-life"

0 commit comments

Comments
 (0)