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
a51497ab
Commit
a51497ab
authored
Apr 11, 2012
by
Georg Brandl
Browse files
Options
Browse Files
Download
Plain Diff
Merge 3.2.3 release clone.
parents
b96a3545
507776e7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
13 deletions
+15
-13
.hgtags
.hgtags
+1
-0
Include/patchlevel.h
Include/patchlevel.h
+3
-3
Lib/distutils/__init__.py
Lib/distutils/__init__.py
+1
-1
Lib/idlelib/idlever.py
Lib/idlelib/idlever.py
+1
-1
Misc/NEWS
Misc/NEWS
+5
-5
Misc/RPM/python-3.2.spec
Misc/RPM/python-3.2.spec
+1
-1
README
README
+2
-2
Tools/msi/uuids.py
Tools/msi/uuids.py
+1
-0
No files found.
.hgtags
View file @
a51497ab
...
...
@@ -98,3 +98,4 @@ c860feaa348d663e598986894ee4680480577e15 v3.2.2rc1
137e45f15c0bd262c9ad4c032d97425bc0589456 v3.2.2
7085403daf439adb3f9e70ef13f6bedb1c447376 v3.2.3rc1
428f05cb7277e1d42bb9dd8d1af6b6270ebc6112 v3.2.3rc2
3d0686d90f55a78f96d9403da2c52dc2411419d0 v3.2.3
Include/patchlevel.h
View file @
a51497ab
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 2
#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
/* Version as a string */
#define PY_VERSION "3.2.3
rc2
+"
#define PY_VERSION "3.2.3+"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty
...
...
Lib/distutils/__init__.py
View file @
a51497ab
...
...
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__
=
"3.2.3
rc2
"
__version__
=
"3.2.3"
#--end constants--
Lib/idlelib/idlever.py
View file @
a51497ab
IDLE_VERSION
=
"3.2.3
rc2
"
IDLE_VERSION
=
"3.2.3"
Misc/NEWS
View file @
a51497ab
...
...
@@ -167,13 +167,13 @@ Extension Modules
What's New in Python 3.2.3?
===========================
*Release date:
XX-Ma
r-2012*
*Release date:
10-Ap
r-2012*
Core and Builtins
-----
------------
Build
-----
Library
-------
- Issue #14387: Work around a problem building extension modules under Windows
by undefining ``small`` before use in the Python headers.
What's New in Python 3.2.3 release candidate 2?
...
...
Misc/RPM/python-3.2.spec
View file @
a51497ab
...
...
@@ -39,7 +39,7 @@
%define name python
#--start constants--
%define version 3.2.3
rc2
%define version 3.2.3
%define libvers 3.2
#--end constants--
%define release 1pydotorg
...
...
README
View file @
a51497ab
This is Python version 3.2.3
rc2
============================
====
This is Python version 3.2.3
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012 Python Software Foundation. All rights reserved.
...
...
Tools/msi/uuids.py
View file @
a51497ab
...
...
@@ -93,6 +93,7 @@ product_codes = {
'3.2.2121'
:
'{DFB29A53-ACC4-44e6-85A6-D0DA26FE8E4E}'
,
# 3.2.2rc1
'3.2.2150'
:
'{4CDE3168-D060-4b7c-BC74-4D8F9BB01AFD}'
,
# 3.2.2
'3.2.3121'
:
'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}'
,
# 3.2.3rc1
'3.2.3122'
:
'{E8DCD3E0-12B6-4fb7-9DB5-543C2E67372E}'
,
# 3.2.3rc2
'3.2.3150'
:
'{789C9644-9F82-44d3-B4CA-AC31F46F5882}'
,
# 3.2.3
}
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