summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-17 10:30:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-17 10:30:29 (GMT)
commit3afec4e0b9dc4094010320564cc9504552f9494b (patch)
tree96ae56f3b81d6f4ff6c386ba6f07b9e4c3d1adee
parent91b3e77a6a1c3ca3841463dff099275c6497f8d4 (diff)
parent1d2436a5814fdbfe5a032934fe09489a33f0fb0a (diff)
downloadcpython-3afec4e0b9dc4094010320564cc9504552f9494b.zip
cpython-3afec4e0b9dc4094010320564cc9504552f9494b.tar.gz
cpython-3afec4e0b9dc4094010320564cc9504552f9494b.tar.bz2
Merge heads
-rw-r--r--.hgtags2
-rw-r--r--Doc/library/string.rst2
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
-rw-r--r--Misc/NEWS38
-rw-r--r--Misc/RPM/python-3.3.spec2
-rw-r--r--README4
8 files changed, 44 insertions, 14 deletions
diff --git a/.hgtags b/.hgtags
index 78b30dd..7801acf 100644
--- a/.hgtags
+++ b/.hgtags
@@ -116,3 +116,5 @@ bd8afb90ebf28ba4edc901d4a235f75e7bbc79fd v3.3.0
d9893d13c6289aa03d33559ec67f97dcbf5c9e3c v3.3.1
d047928ae3f6314a13b6137051315453d0ae89b6 v3.3.2
fd53c500f8b80f54f3ecedec9da2e8c7e52a6888 v3.3.3rc1
+d32442c0e60dfbd71234e807d3d1dedd227495a9 v3.3.3rc2
+c3896275c0f61b2510a6c7e6c458a750359a91b8 v3.3.3
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index e304c5d..e5bab68 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -300,7 +300,7 @@ The general form of a *standard format specifier* is:
precision: `integer`
type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%"
-If a valid *align* value is specified, it can be preceeded by a *fill*
+If a valid *align* value is specified, it can be preceded by a *fill*
character that can be any character and defaults to a space if omitted.
Note that it is not possible to use ``{`` and ``}`` as *fill* char while
using the :meth:`str.format` method; this limitation however doesn't
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 658f0f5..054b9eb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 3
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.3.3rc1"
+#define PY_VERSION "3.3.3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 812d8f3..6747ab8 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3.3rc1"
+__version__ = "3.3.3"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 640e008..60f1d32 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3rc1"
+IDLE_VERSION = "3.3.3"
diff --git a/Misc/NEWS b/Misc/NEWS
index d5d0637..4c0109d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
Python News
+++++++++++
-What's New in Python 3.3.4?
-===========================
+What's New in Python 3.3.4 release candidate 1?
+===============================================
-*Not yet released, see sections below for changes released in 3.3.2*
+*Not yet released, see sections below for changes released in 3.3.3*
Core and Builtins
-----------------
@@ -42,8 +42,6 @@ Library
- Issue #19286: Directories in ``package_data`` are no longer added to
the filelist, preventing failure outlined in the ticket.
-- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
-
Tests
-----
@@ -58,6 +56,36 @@ Tests
Build
-----
+
+What's New in Python 3.3.3?
+===========================
+
+*Release date: 17-Nov-2013*
+
+No changes from release candidate 2.
+
+
+What's New in Python 3.3.3 release candidate 2?
+===============================================
+
+*Release date: 11-Nov-2013*
+
+Library
+-------
+
+- Issue #19227: Any re-seeding of the OpenSSL RNG on fork has been removed;
+ this should be handled by OpenSSL itself or by the application.
+
+- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
+
+Tests
+-----
+
+- Issue #18964: Fix test_tcl when run with Tcl/Tk versions < 8.5.
+
+Build
+-----
+
- Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as Matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec
index c324559..b8b57e2 100644
--- a/Misc/RPM/python-3.3.spec
+++ b/Misc/RPM/python-3.3.spec
@@ -39,7 +39,7 @@
%define name python
#--start constants--
-%define version 3.3.3rc1
+%define version 3.3.3
%define libvers 3.3
#--end constants--
%define release 1pydotorg
diff --git a/README b/README
index 12548b7..f6f8ea0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.3 release candidate 1
-================================================
+This is Python version 3.3.3
+============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013 Python Software Foundation. All rights reserved.