]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
preparing for 2.3.6c1
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 23 Oct 2006 15:27:22 +0000 (15:27 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 23 Oct 2006 15:27:22 +0000 (15:27 +0000)
Doc/commontex/boilerplate.tex
Doc/commontex/license.tex
Include/patchlevel.h
LICENSE
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/RPM/python-2.3.spec
README

index 3e8e16a67ad6f04484fa21e75c7b3d52caf89fcc..e511b069b94b7e9912a311210a5dc06d0e46e7f5 100644 (file)
@@ -6,5 +6,5 @@
 }
 
 %\date{\today}
-\date{February 8, 2005}                % XXX update before final release!
+\date{October 25, 2006}                % XXX update before final release!
 \input{patchlevel}             % include Python version information
index a0c1524d7670fcbdadc4535695578b92f1e58d23..046507b355b446841926e522ad4d4a408878e7d2 100644 (file)
@@ -46,6 +46,7 @@ GPL-compatible; the table below summarizes the various releases.
   \linev{2.3.3}{2.3.2}{2003}{PSF}{yes}
   \linev{2.3.4}{2.3.3}{2004}{PSF}{yes}
   \linev{2.3.5}{2.3.4}{2005}{PSF}{yes}
+  \linev{2.3.6}{2.3.5}{2006}{PSF}{yes}
 \end{tablev}
 
 \note{GPL-compatible doesn't mean that we're distributing
index 698c033b38c527a92d8a4760bd38d00f929bbb8d..671d204016941a02af5bdcf5d7f1ff12967b116c 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       5
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       6
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.3.5"
+#define PY_VERSION             "2.3.6c1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
diff --git a/LICENSE b/LICENSE
index b11b92feaf48b51f94814ba21068fb48f2a8149e..4e06b7fd54db441ee8b041f62bad8d29ac0d7a8b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -48,6 +48,7 @@ the various releases.
     2.3.3           2.3.2       2002-2003   PSF         yes
     2.3.4           2.3.3       2004        PSF         yes
     2.3.5           2.3.4       2004-2005   PSF         yes
+    2.3.6           2.3.5       2006        PSF         yes
 
 Footnotes:
 
index bdd09cae48f87d4e785eaa47c7839109c32f1eea..b96a29e3f574caecdfb97e74acdc933cfc20531e 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.0.6c1?
+===========================
+
+*Release date: 25-Oct-2006*
+
 What's New in IDLE 1.0.5?
 =========================
 
index 548bbb995a0a1ddbb5ba8ff988d3dd046db71674..d9850d72c747bee1631764f798053f94c9e13c22 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.0.5"
+IDLE_VERSION = "1.0.6c1"
index f9a41a90f12b1cb5637e330d65ceeca5c6fceca9..2303ebd81ddbf2e9628fb7fe4478ec065e0a3598 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.3.5
+%define version 2.3.6
 %define libvers 2.3
 %define release 4pydotorg
 %define __prefix /usr
diff --git a/README b/README
index 0edf65a4bd06af501948a6cf71037e686fddc306..1600d23f919495fb15d1d331a5b84acc782198b5 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is Python version 2.3.5
+This is Python version 2.3.6
 ============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.