Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2eac99

Browse files
committed
Added release dates (in some cases detemined by looking at the mtime
of distribution files in ftp://ftp.python.org/pub/python/src/).
1 parent a598c93 commit f2eac99

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

Misc/HISTORY

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ As you read on you go back to the dark ages of Python's history.
88
======================================================================
99

1010

11+
=======================================
12+
==> Release 1.6 (September 5, 2000) <==
13+
=======================================
14+
1115
What's new in release 1.6?
1216
==========================
1317

@@ -312,6 +316,10 @@ compilers.
312316
======================================================================
313317

314318

319+
======================================
320+
==> Release 1.5.2 (April 13, 1999) <==
321+
======================================
322+
315323
From 1.5.2c1 to 1.5.2 (final)
316324
=============================
317325

@@ -2646,6 +2654,10 @@ etc. are sought).
26462654
======================================================================
26472655

26482656

2657+
========================================
2658+
==> Release 1.5.1 (October 31, 1998) <==
2659+
========================================
2660+
26492661
From 1.5 to 1.5.1
26502662
=================
26512663

@@ -3034,6 +3046,11 @@ variable PYTHONCASEOK (to any value).
30343046
======================================================================
30353047

30363048

3049+
=====================================
3050+
==> Release 1.5 (January 3, 1998) <==
3051+
=====================================
3052+
3053+
30373054
From 1.5b2 to 1.5
30383055
=================
30393056

@@ -6330,6 +6347,7 @@ Emacs mode
63306347
* Indentation of continuated lines is done more intelligently;
63316348
consequently the variable py-continuation-offset is gone.
63326349

6350+
63336351
========================================
63346352
==> Release 1.0.1 (15 February 1994) <==
63356353
========================================
@@ -7732,7 +7750,7 @@ New file xxmodule.c is a template for new extension modules.
77327750

77337751

77347752
==================================
7735-
==> RELEASE 0.9.6 (6 Apr 1992) <==
7753+
==> Release 0.9.6 (6 Apr 1992) <==
77367754
==================================
77377755

77387756
Misc news in 0.9.6:
@@ -7804,7 +7822,7 @@ Bugs fixed in 0.9.5:
78047822

78057823

78067824
===================================
7807-
==> RELEASE 0.9.4 (24 Dec 1991) <==
7825+
==> Release 0.9.4 (24 Dec 1991) <==
78087826
===================================
78097827

78107828
- new function argument handling (see below)

0 commit comments

Comments
 (0)