Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3d9eecb0
Commit
3d9eecb0
authored
Dec 19, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 2.5.3.
parent
e467f433
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
8 deletions
+13
-8
Doc/commontex/boilerplate.tex
Doc/commontex/boilerplate.tex
+1
-1
Include/patchlevel.h
Include/patchlevel.h
+3
-3
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS.txt
+5
-0
Lib/idlelib/idlever.py
Lib/idlelib/idlever.py
+1
-1
Misc/NEWS
Misc/NEWS
+1
-1
README
README
+2
-2
No files found.
Doc/commontex/boilerplate.tex
View file @
3d9eecb0
...
@@ -5,5 +5,5 @@
...
@@ -5,5 +5,5 @@
Email:
\email
{
docs@python.org
}
Email:
\email
{
docs@python.org
}
}
}
\date
{
1
3
th December, 2008
}
% XXX update before final release!
\date
{
1
9
th December, 2008
}
% XXX update before final release!
\input
{
patchlevel
}
% include Python version information
\input
{
patchlevel
}
% include Python version information
Include/patchlevel.h
View file @
3d9eecb0
...
@@ -22,11 +22,11 @@
...
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 3
#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "2.5.3
c1
"
#define PY_VERSION "2.5.3"
/* Subversion Revision number of this file (not of the repository) */
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
#define PY_PATCHLEVEL_REVISION "$Revision$"
...
...
Lib/idlelib/NEWS.txt
View file @
3d9eecb0
What's New in IDLE 1.2.3?
=========================
*Release date: 19-Dec-2008*
What's New in IDLE 1.2.3c1?
What's New in IDLE 1.2.3c1?
===========================
===========================
...
...
Lib/idlelib/idlever.py
View file @
3d9eecb0
IDLE_VERSION
=
"1.2.3
c1
"
IDLE_VERSION
=
"1.2.3"
Misc/NEWS
View file @
3d9eecb0
...
@@ -7,7 +7,7 @@ Python News
...
@@ -7,7 +7,7 @@ Python News
What
's New in Python 2.5.3?
What
's New in Python 2.5.3?
===========================
===========================
*Release date: 1
X
-Dec-2008*
*Release date: 1
9
-Dec-2008*
Build
Build
...
...
README
View file @
3d9eecb0
This is Python version 2.5.3
c1
This is Python version 2.5.3
============================
==
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software
Foundation.
Foundation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment