(original) (raw)

changeset: 86665:4913d0e9be30 branch: 2.7 tag: v2.7.6rc1 user: Benjamin Peterson benjamin@python.org date: Sat Oct 26 14:57:21 2013 -0400 files: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Misc/NEWS Misc/RPM/python-2.7.spec README description: 2.7.6rc1 diff -r fae0a09f0f60 -r 4913d0e9be30 Include/patchlevel.h --- a/Include/patchlevel.h Sat Oct 26 13:55:25 2013 -0400 +++ b/Include/patchlevel.h Sat Oct 26 14:57:21 2013 -0400 @@ -22,12 +22,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 7 -#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.7.5+" +#define PY_VERSION "2.7.6rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff -r fae0a09f0f60 -r 4913d0e9be30 Lib/distutils/__init__.py --- a/Lib/distutils/__init__.py Sat Oct 26 13:55:25 2013 -0400 +++ b/Lib/distutils/__init__.py Sat Oct 26 14:57:21 2013 -0400 @@ -15,5 +15,5 @@ # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.5" +__version__ = "2.7.6rc1" #--end constants-- diff -r fae0a09f0f60 -r 4913d0e9be30 Lib/idlelib/idlever.py --- a/Lib/idlelib/idlever.py Sat Oct 26 13:55:25 2013 -0400 +++ b/Lib/idlelib/idlever.py Sat Oct 26 14:57:21 2013 -0400 @@ -1,1 +1,1 @@ -IDLE_VERSION = "2.7.5" +IDLE_VERSION = "2.7.6rc1" diff -r fae0a09f0f60 -r 4913d0e9be30 Misc/NEWS --- a/Misc/NEWS Sat Oct 26 13:55:25 2013 -0400 +++ b/Misc/NEWS Sat Oct 26 14:57:21 2013 -0400 @@ -1,10 +1,10 @@ Python News +++++++++++ -What's New in Python 2.7.6? -=========================== - -*Release date: XXXX-XX-XX* +What's New in Python 2.7.6 release candidate 1? +=============================================== + +*Release date: 2013-10-26* Core and Builtins ----------------- diff -r fae0a09f0f60 -r 4913d0e9be30 Misc/RPM/python-2.7.spec --- a/Misc/RPM/python-2.7.spec Sat Oct 26 13:55:25 2013 -0400 +++ b/Misc/RPM/python-2.7.spec Sat Oct 26 14:57:21 2013 -0400 @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 2.7.5 +%define version 2.7.6rc1 %define libvers 2.7 #--end constants-- %define release 1pydotorg diff -r fae0a09f0f60 -r 4913d0e9be30 README --- a/README Sat Oct 26 13:55:25 2013 -0400 +++ b/README Sat Oct 26 14:57:21 2013 -0400 @@ -1,4 +1,4 @@ -This is Python version 2.7.5 +This is Python version 2.7.6 ============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, /benjamin@python.org