20
20
21
21
# -- Python 1.6 --------------------------------------------------------------
22
22
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
+
23
27
[metadata ."1 .6" ]
24
28
pep = 160
25
29
status = " end-of-life"
26
30
branch = " " # no branch or tag for 1.6 exists
27
- release-manager = " Fred L. Drake, Jr "
31
+ release-manager = " Guido van Rossum & Jeremy Hylton "
28
32
start-of-development = 1999-06-09
29
33
first-release = 2000-09-05
30
- feature-freeze = 2000-08-03
34
+ feature-freeze = 2000-08-04
31
35
end-of-bugfix = 2000-09-05
32
36
end-of-life = 2000-09-05
33
37
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
+
34
57
[[release ."1 .6" ]]
35
58
stage = " 1.6.0 beta 1"
36
59
state = " actual"
37
- date = 2000-08-03
60
+ date = 2000-08-04
38
61
39
62
[[release ."1 .6" ]]
40
63
stage = " 1.6.0 final"
41
64
state = " actual"
42
65
date = 2000-09-05
43
66
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
+
44
70
[[release ."1 .6" ]]
45
71
stage = " 1.6.1 final"
46
72
state = " actual"
47
- date = 2000-09-05
73
+ date = 2001-02-25
48
74
49
75
# -- Python 2.0 --------------------------------------------------------------
50
76
77
+ # Python 2.0 feature freeze is listed separately in PEP 200, it isn't beta 1.
78
+
51
79
[metadata ."2 .0" ]
52
80
pep = 200
53
81
status = " end-of-life"
54
82
branch = " 2.0"
55
- release-manager = " Jeremy Hylton"
83
+ release-manager = " Guido van Rossum & Jeremy Hylton"
56
84
start-of-development = 2000-06-29
57
85
first-release = 2000-10-16
58
86
feature-freeze = 2000-08-14
59
87
end-of-bugfix = 2001-06-22
60
88
end-of-life = 2001-06-22
61
89
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
+
62
93
[[release ."2 .0" ]]
63
94
stage = " 2.0.0 beta 1"
64
95
state = " actual"
65
- date = 2000-09-05
96
+ date = 2000-09-06
66
97
67
98
[[release ."2 .0" ]]
68
99
stage = " 2.0.0 beta 2"
@@ -82,11 +113,13 @@ date = 2000-10-16
82
113
# 2.0.1 is not in the PEP, but is found on the website at:
83
114
# https://www.python.org/downloads/release/python-201/
84
115
# 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/
85
118
86
119
[[release ."2 .0" ]]
87
120
stage = " 2.0.1 candidate 1"
88
121
state = " actual"
89
- date = 2001-06-13
122
+ date = 2001-06-14
90
123
91
124
[[release ."2 .0" ]]
92
125
stage = " 2.0.1 final"
@@ -99,7 +132,7 @@ date = 2001-06-22
99
132
pep = 226
100
133
status = " end-of-life"
101
134
branch = " 2.1"
102
- release-manager = " Jeremy Hylton"
135
+ release-manager = " Guido van Rossum & Jeremy Hylton"
103
136
start-of-development = 2000-10-16
104
137
first-release = 2001-04-17
105
138
feature-freeze = 2001-03-02
@@ -826,6 +859,11 @@ date = 2013-10-29
826
859
827
860
# -- Python 2.7 --------------------------------------------------------------
828
861
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
+
829
867
[metadata ."2 .7" ]
830
868
pep = 373
831
869
status = " end-of-life"
@@ -1054,6 +1092,10 @@ date = 2020-04-20
1054
1092
1055
1093
# -- Python 3.0 --------------------------------------------------------------
1056
1094
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
+
1057
1099
[metadata ."3 .0" ]
1058
1100
pep = 361
1059
1101
status = " end-of-life"
0 commit comments