On Thu, 30 Jun 2016 20:47:19 +0100, Stuart Henderson
<[email protected]> wrote:

> On 2016/06/28 16:38, Remi Pointel wrote:
> > Hi,
> > 
> > attached is the diff of python 2.7.12.  
> 
> I'll put this and the 3.x updates into my next bulk build if
> nobody beats me to it (probably starting tomorrow sometime).
> 

With espie's is-branch commit, diffs don't apply anymore and also some
patches needed to be regenerated. 

Updated diffs (putting also the 3.x patches in this mail to avoid two
threads).

Cheers,
Daniel
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.7/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile	29 Jun 2016 16:14:42 -0000	1.45
+++ Makefile	1 Jul 2016 09:17:18 -0000
@@ -6,9 +6,7 @@
 # Python itself.
 
 VERSION =		2.7
-PATCHLEVEL =		.11
-REVISION =		2
-REVISION-tests =	3
+PATCHLEVEL =		.12
 SHARED_LIBS =		python2.7 0.0
 VERSION_SPEC =		>=2.7,<2.8
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/2.7/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo	17 Dec 2015 19:16:51 -0000	1.11
+++ distinfo	1 Jul 2016 09:17:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-2.7.11.tgz) = gpKblv1q/I2oOLFJEHB4wC+hdEt+YJmai6u8DT+ob8Y=
-SIZE (Python-2.7.11.tgz) = 16856409
+SHA256 (Python-2.7.12.tgz) = PLUi0XRj36aaFVqxjP+jmbNYyWbANj1si1s78ThNpLY=
+SIZE (Python-2.7.12.tgz) = 16935960
Index: patches/patch-Lib_test_regrtest_py
===================================================================
RCS file: /cvs/ports/lang/python/2.7/patches/patch-Lib_test_regrtest_py,v
retrieving revision 1.8
diff -u -p -r1.8 patch-Lib_test_regrtest_py
--- patches/patch-Lib_test_regrtest_py	24 May 2016 09:57:50 -0000	1.8
+++ patches/patch-Lib_test_regrtest_py	1 Jul 2016 09:17:18 -0000
@@ -3,9 +3,9 @@ $OpenBSD: patch-Lib_test_regrtest_py,v 1
 - test_bsddb and test_bsddb3 are in the list below as they are only available
   on i386 and amd64.
 
---- Lib/test/regrtest.py.orig	Wed Dec 10 16:59:41 2014
-+++ Lib/test/regrtest.py	Sat Dec 13 12:13:40 2014
-@@ -1427,22 +1427,16 @@ _expectations = {
+--- Lib/test/regrtest.py.orig	Sat Jun 25 23:49:31 2016
++++ Lib/test/regrtest.py	Fri Jul  1 10:35:01 2016
+@@ -1465,22 +1465,16 @@ _expectations = {
          """,
      'openbsd3':
          """
@@ -30,7 +30,7 @@ $OpenBSD: patch-Lib_test_regrtest_py,v 1
          """,
      'netbsd3':
          """
-@@ -1469,6 +1463,9 @@ _expectations['freebsd5'] = _expectations['freebsd4']
+@@ -1507,6 +1501,9 @@ _expectations['freebsd5'] = _expectations['freebsd4']
  _expectations['freebsd6'] = _expectations['freebsd4']
  _expectations['freebsd7'] = _expectations['freebsd4']
  _expectations['freebsd8'] = _expectations['freebsd4']
Index: patches/patch-Makefile_pre_in
===================================================================
RCS file: /cvs/ports/lang/python/2.7/patches/patch-Makefile_pre_in,v
retrieving revision 1.8
diff -u -p -r1.8 patch-Makefile_pre_in
--- patches/patch-Makefile_pre_in	14 Dec 2014 08:32:55 -0000	1.8
+++ patches/patch-Makefile_pre_in	1 Jul 2016 09:17:18 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_pre_in,v 1.8 2014/12/14 08:32:55 rpointel Exp $
---- Makefile.pre.in.orig	Wed Dec 10 16:59:50 2014
-+++ Makefile.pre.in	Sat Dec 13 12:13:40 2014
-@@ -512,7 +512,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
+--- Makefile.pre.in.orig	Sat Jun 25 23:49:31 2016
++++ Makefile.pre.in	Fri Jul  1 10:35:01 2016
+@@ -584,7 +584,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
  
  SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
  $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/lang/python/2.7/patches/patch-configure_ac,v
retrieving revision 1.5
diff -u -p -r1.5 patch-configure_ac
--- patches/patch-configure_ac	14 Dec 2014 08:32:55 -0000	1.5
+++ patches/patch-configure_ac	1 Jul 2016 09:17:18 -0000
@@ -4,9 +4,9 @@ SOVERSION defaults to 1.0. SHARED_LIBS, 
 at any point.  Ensure they are on sync in case INSTSONAME is used
 by a third party.
 
---- configure.ac.orig	Wed Dec 10 17:00:00 2014
-+++ configure.ac	Sat Dec 13 12:13:40 2014
-@@ -894,6 +894,9 @@ if test $enable_shared = "yes"; then
+--- configure.ac.orig	Sat Jun 25 23:49:32 2016
++++ configure.ac	Fri Jul  1 10:43:57 2016
+@@ -914,6 +914,9 @@ if test $enable_shared = "yes"; then
  	      FreeBSD*)
  		SOVERSION=`echo $SOVERSION|cut -d "." -f 1`
  		;;
Index: patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/lang/python/2.7/patches/patch-setup_py,v
retrieving revision 1.11
diff -u -p -r1.11 patch-setup_py
--- patches/patch-setup_py	1 Feb 2015 12:52:53 -0000	1.11
+++ patches/patch-setup_py	1 Jul 2016 09:17:18 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-setup_py,v 1.11 2015/02/01 12:52:53 ratchov Exp $
---- setup.py.orig	Wed Dec 10 17:00:01 2014
-+++ setup.py	Sat Dec 13 12:13:40 2014
+--- setup.py.orig	Sat Jun 25 23:49:32 2016
++++ setup.py	Fri Jul  1 10:35:01 2016
 @@ -35,6 +35,11 @@ COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig
  # This global variable is used to hold the list of modules to be disabled.
  disabled_module_list = []
@@ -13,7 +13,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
  def add_dir_to_list(dirlist, dir):
      """Add the directory 'dir' to the list 'dirlist' (at the front) if
      1) 'dir' is not already in 'dirlist'
-@@ -440,8 +445,8 @@ class PyBuildExt(build_ext):
+@@ -456,8 +461,8 @@ class PyBuildExt(build_ext):
      def detect_modules(self):
          # Ensure that /usr/local is always used
          if not cross_compiling:
@@ -24,7 +24,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
          if cross_compiling:
              self.add_gcc_paths()
          self.add_multiarch_paths()
-@@ -766,6 +771,8 @@ class PyBuildExt(build_ext):
+@@ -786,6 +791,8 @@ class PyBuildExt(build_ext):
                                                       'termcap'):
                  readline_libs.append('termcap')
              exts.append( Extension('readline', ['readline.c'],
@@ -33,7 +33,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
                                     library_dirs=['/usr/lib/termcap'],
                                     extra_link_args=readline_extra_link_args,
                                     libraries=readline_libs) )
-@@ -902,7 +909,7 @@ class PyBuildExt(build_ext):
+@@ -922,7 +929,7 @@ class PyBuildExt(build_ext):
                  # BerkeleyDB 4.6.x is not stable on many architectures.
                  arch = platform_machine()
                  if arch not in ('i386', 'i486', 'i586', 'i686',
@@ -42,7 +42,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
                      return False
              return True
  
-@@ -972,6 +979,7 @@ class PyBuildExt(build_ext):
+@@ -992,6 +999,7 @@ class PyBuildExt(build_ext):
                  std_variants.append(os.path.join(dn, "db3.%d"%x))
  
          db_inc_paths = std_variants + db_inc_paths
@@ -50,7 +50,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
          db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)]
  
          db_ver_inc_map = {}
-@@ -1035,6 +1043,7 @@ class PyBuildExt(build_ext):
+@@ -1055,6 +1063,7 @@ class PyBuildExt(build_ext):
                      db_incdir.replace("include", 'lib64'),
                      db_incdir.replace("include", 'lib'),
                  ]
@@ -58,7 +58,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
  
                  if host_platform != 'darwin':
                      db_dirs_to_check = filter(os.path.isdir, db_dirs_to_check)
-@@ -1057,6 +1066,7 @@ class PyBuildExt(build_ext):
+@@ -1077,6 +1086,7 @@ class PyBuildExt(build_ext):
                  # symlink to more general names?
                  for dblib in (('db-%d.%d' % db_ver),
                                ('db%d%d' % db_ver),
@@ -66,7 +66,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
                                ('db%d' % db_ver[0])):
                      dblib_file = self.compiler.find_library_file(
                                      db_dirs_to_check + lib_dirs, dblib )
-@@ -1214,7 +1224,7 @@ class PyBuildExt(build_ext):
+@@ -1234,7 +1244,7 @@ class PyBuildExt(build_ext):
                  sysroot = macosx_sdk_root()
                  f = os.path.join(sysroot, f[1:])
  
@@ -75,7 +75,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
              data = open(f).read()
              m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data)
              if m is not None:
-@@ -1820,7 +1833,7 @@ class PyBuildExt(build_ext):
+@@ -1840,7 +1850,7 @@ class PyBuildExt(build_ext):
          # For 8.4a2, the X11 headers are not included. Rather than include a
          # complicated search, this is a hard-coded path. It could bail out
          # if X11 libs are not found...
@@ -84,7 +84,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
          frameworks = ['-framework', 'Tcl', '-framework', 'Tk']
  
          # All existing framework builds of Tcl/Tk don't support 64-bit
-@@ -1875,8 +1888,7 @@ class PyBuildExt(build_ext):
+@@ -1895,8 +1905,7 @@ class PyBuildExt(build_ext):
          # The versions with dots are used on Unix, and the versions without
          # dots on Windows, for detection by cygwin.
          tcllib = tklib = tcl_includes = tk_includes = None
@@ -94,7 +94,7 @@ $OpenBSD: patch-setup_py,v 1.11 2015/02/
              tklib = self.compiler.find_library_file(lib_dirs,
                                                          'tk' + version)
              tcllib = self.compiler.find_library_file(lib_dirs,
-@@ -1919,17 +1931,9 @@ class PyBuildExt(build_ext):
+@@ -1939,17 +1948,9 @@ class PyBuildExt(build_ext):
          if host_platform == 'sunos5':
              include_dirs.append('/usr/openwin/include')
              added_lib_dirs.append('/usr/openwin/lib')
Index: pkg/PLIST-idle
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle	29 Jun 2016 16:14:42 -0000	1.7
+++ pkg/PLIST-idle	1 Jul 2016 09:17:18 -0000
@@ -223,12 +223,18 @@ lib/python2.7/idlelib/idle_test/test_con
 lib/python2.7/idlelib/idle_test/test_delegator.py
 lib/python2.7/idlelib/idle_test/test_delegator.pyc
 lib/python2.7/idlelib/idle_test/test_delegator.pyo
+lib/python2.7/idlelib/idle_test/test_editmenu.py
+lib/python2.7/idlelib/idle_test/test_editmenu.pyc
+lib/python2.7/idlelib/idle_test/test_editmenu.pyo
 lib/python2.7/idlelib/idle_test/test_formatparagraph.py
 lib/python2.7/idlelib/idle_test/test_formatparagraph.pyc
 lib/python2.7/idlelib/idle_test/test_formatparagraph.pyo
 lib/python2.7/idlelib/idle_test/test_grep.py
 lib/python2.7/idlelib/idle_test/test_grep.pyc
 lib/python2.7/idlelib/idle_test/test_grep.pyo
+lib/python2.7/idlelib/idle_test/test_helpabout.py
+lib/python2.7/idlelib/idle_test/test_helpabout.pyc
+lib/python2.7/idlelib/idle_test/test_helpabout.pyo
 lib/python2.7/idlelib/idle_test/test_hyperparser.py
 lib/python2.7/idlelib/idle_test/test_hyperparser.pyc
 lib/python2.7/idlelib/idle_test/test_hyperparser.pyo
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-main,v
retrieving revision 1.17
diff -u -p -r1.17 PLIST-main
--- pkg/PLIST-main	29 Jun 2016 16:14:42 -0000	1.17
+++ pkg/PLIST-main	1 Jul 2016 09:17:18 -0000
@@ -1375,8 +1375,8 @@ lib/python2.7/ensurepip/__main__.py
 lib/python2.7/ensurepip/__main__.pyc
 lib/python2.7/ensurepip/__main__.pyo
 lib/python2.7/ensurepip/_bundled/
-lib/python2.7/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
-lib/python2.7/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl
 lib/python2.7/ensurepip/_uninstall.py
 lib/python2.7/ensurepip/_uninstall.pyc
 lib/python2.7/ensurepip/_uninstall.pyo
@@ -1550,7 +1550,7 @@ lib/python2.7/keyword.py
 lib/python2.7/keyword.pyc
 lib/python2.7/keyword.pyo
 lib/python2.7/lib-dynload/
-lib/python2.7/lib-dynload/Python-2.7.11-py2.7.egg-info
+lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info
 lib/python2.7/lib-dynload/_bisect.so
 lib/python2.7/lib-dynload/_codecs_cn.so
 lib/python2.7/lib-dynload/_codecs_hk.so
@@ -1613,9 +1613,9 @@ lib/python2.7/lib-dynload/unicodedata.so
 lib/python2.7/lib-dynload/zlib.so
 lib/python2.7/lib2to3/
 lib/python2.7/lib2to3/Grammar.txt
-lib/python2.7/lib2to3/Grammar2.7.11.final.0.pickle
+lib/python2.7/lib2to3/Grammar2.7.12.final.0.pickle
 lib/python2.7/lib2to3/PatternGrammar.txt
-lib/python2.7/lib2to3/PatternGrammar2.7.11.final.0.pickle
+lib/python2.7/lib2to3/PatternGrammar2.7.12.final.0.pickle
 lib/python2.7/lib2to3/__init__.py
 lib/python2.7/lib2to3/__init__.pyc
 lib/python2.7/lib2to3/__init__.pyo
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-tests,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST-tests
--- pkg/PLIST-tests	29 Jun 2016 16:14:42 -0000	1.11
+++ pkg/PLIST-tests	1 Jul 2016 09:17:18 -0000
@@ -45,14 +45,13 @@ lib/python2.7/test/badsyntax_future7.py
 lib/python2.7/test/badsyntax_future8.py
 lib/python2.7/test/badsyntax_future9.py
 lib/python2.7/test/badsyntax_nocaret.py
-lib/python2.7/test/buffer_tests.py
-lib/python2.7/test/buffer_tests.pyc
-lib/python2.7/test/buffer_tests.pyo
 lib/python2.7/test/capath/
+lib/python2.7/test/capath/0e4015b9.0
 lib/python2.7/test/capath/4e1295a3.0
 lib/python2.7/test/capath/5ed36f99.0
 lib/python2.7/test/capath/6e88d7b8.0
 lib/python2.7/test/capath/99d0fa06.0
+lib/python2.7/test/capath/ce7b8643.0
 lib/python2.7/test/cfgparser.1
 lib/python2.7/test/check_soundcard.vbs
 lib/python2.7/test/cjkencodings/
@@ -254,7 +253,6 @@ lib/python2.7/test/gdb_sample.py
 lib/python2.7/test/gdb_sample.pyc
 lib/python2.7/test/gdb_sample.pyo
 lib/python2.7/test/greyrgb.uue
-lib/python2.7/test/https_svn_python_org_root.pem
 lib/python2.7/test/ieee754.txt
 lib/python2.7/test/imghdrdata/
 lib/python2.7/test/imghdrdata/python.bmp
@@ -580,9 +578,6 @@ lib/python2.7/test/test_codecs.pyo
 lib/python2.7/test/test_codeop.py
 lib/python2.7/test/test_codeop.pyc
 lib/python2.7/test/test_codeop.pyo
-lib/python2.7/test/test_coding.py
-lib/python2.7/test/test_coding.pyc
-lib/python2.7/test/test_coding.pyo
 lib/python2.7/test/test_coercion.py
 lib/python2.7/test/test_coercion.pyc
 lib/python2.7/test/test_coercion.pyo
@@ -1098,6 +1093,9 @@ lib/python2.7/test/test_operator.pyo
 lib/python2.7/test/test_optparse.py
 lib/python2.7/test/test_optparse.pyc
 lib/python2.7/test/test_optparse.pyo
+lib/python2.7/test/test_ordered_dict.py
+lib/python2.7/test/test_ordered_dict.pyc
+lib/python2.7/test/test_ordered_dict.pyo
 lib/python2.7/test/test_os.py
 lib/python2.7/test/test_os.pyc
 lib/python2.7/test/test_os.pyo
@@ -1116,15 +1114,9 @@ lib/python2.7/test/test_peepholer.pyo
 lib/python2.7/test/test_pep247.py
 lib/python2.7/test/test_pep247.pyc
 lib/python2.7/test/test_pep247.pyo
-lib/python2.7/test/test_pep263.py
-lib/python2.7/test/test_pep263.pyc
-lib/python2.7/test/test_pep263.pyo
 lib/python2.7/test/test_pep277.py
 lib/python2.7/test/test_pep277.pyc
 lib/python2.7/test/test_pep277.pyo
-lib/python2.7/test/test_pep292.py
-lib/python2.7/test/test_pep292.pyc
-lib/python2.7/test/test_pep292.pyo
 lib/python2.7/test/test_pep352.py
 lib/python2.7/test/test_pep352.pyc
 lib/python2.7/test/test_pep352.pyo
@@ -1308,6 +1300,9 @@ lib/python2.7/test/test_softspace.pyo
 lib/python2.7/test/test_sort.py
 lib/python2.7/test/test_sort.pyc
 lib/python2.7/test/test_sort.pyo
+lib/python2.7/test/test_source_encoding.py
+lib/python2.7/test/test_source_encoding.pyc
+lib/python2.7/test/test_source_encoding.pyo
 lib/python2.7/test/test_spwd.py
 lib/python2.7/test/test_spwd.pyc
 lib/python2.7/test/test_spwd.pyo
@@ -1455,6 +1450,9 @@ lib/python2.7/test/test_ttk_textonly.pyo
 lib/python2.7/test/test_tuple.py
 lib/python2.7/test/test_tuple.pyc
 lib/python2.7/test/test_tuple.pyo
+lib/python2.7/test/test_turtle.py
+lib/python2.7/test/test_turtle.pyc
+lib/python2.7/test/test_turtle.pyo
 lib/python2.7/test/test_typechecks.py
 lib/python2.7/test/test_typechecks.pyc
 lib/python2.7/test/test_typechecks.pyo
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.4/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile	29 Jun 2016 16:14:42 -0000	1.11
+++ Makefile	1 Jul 2016 09:27:11 -0000
@@ -6,8 +6,7 @@
 # Python itself.
 
 VERSION =		3.4
-PATCHLEVEL =		.4
-REVISION =		2
+PATCHLEVEL =		.5
 SHARED_LIBS =		python3.4m 1.0
 VERSION_SPEC =		>=3.4,<3.5
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.4/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo	23 Dec 2015 07:18:12 -0000	1.5
+++ distinfo	1 Jul 2016 09:27:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.4.4.tgz) = vJPpRAJYFuw2BxK0xC2NX3KertKyZYXpvIhE+T8MOC4=
-SIZE (Python-3.4.4.tgz) = 19435166
+SHA256 (Python-3.4.5.tgz) = mXrKTdhpLzyVRlij2xHB0IYry/jq3WoWR0brM9MXwDQ=
+SIZE (Python-3.4.5.tgz) = 19611207
Index: patches/patch-Makefile_pre_in
===================================================================
RCS file: /cvs/ports/lang/python/3.4/patches/patch-Makefile_pre_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_pre_in
--- patches/patch-Makefile_pre_in	19 Dec 2014 20:32:07 -0000	1.2
+++ patches/patch-Makefile_pre_in	1 Jul 2016 09:27:11 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_pre_in,v 1.2 2014/12/19 20:32:07 rpointel Exp $
---- Makefile.pre.in.orig	Wed Oct  8 10:18:14 2014
-+++ Makefile.pre.in	Sun Dec 14 10:06:49 2014
-@@ -611,7 +611,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
+--- Makefile.pre.in.orig	Sat Jun 25 23:52:31 2016
++++ Makefile.pre.in	Fri Jul  1 10:46:42 2016
+@@ -612,7 +612,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
  
  SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
  $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
Index: patches/patch-Modules_pyexpat_c
===================================================================
RCS file: /cvs/ports/lang/python/3.4/patches/patch-Modules_pyexpat_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Modules_pyexpat_c
--- patches/patch-Modules_pyexpat_c	13 Apr 2014 07:10:12 -0000	1.1.1.1
+++ patches/patch-Modules_pyexpat_c	1 Jul 2016 09:27:11 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Modules_pyexpat_c,v 1.1.1.1 2014/04/13 07:10:12 rpointel Exp $
---- Modules/pyexpat.c.orig	Mon Mar 17 03:31:31 2014
-+++ Modules/pyexpat.c	Sat Apr  5 09:24:14 2014
-@@ -373,6 +373,11 @@ call_character_handler(xmlparseobject *self, const XML
+--- Modules/pyexpat.c.orig	Sat Jun 25 23:52:32 2016
++++ Modules/pyexpat.c	Fri Jul  1 10:46:42 2016
+@@ -267,6 +267,11 @@ call_character_handler(xmlparseobject *self, const XML
                                      noop_character_data_handler);
          return -1;
      }
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/lang/python/3.4/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure_ac
--- patches/patch-configure_ac	19 Dec 2014 20:32:07 -0000	1.2
+++ patches/patch-configure_ac	1 Jul 2016 09:27:11 -0000
@@ -4,9 +4,9 @@ SOVERSION defaults to 1.0. SHARED_LIBS, 
 at any point.  Ensure they are on sync in case INSTSONAME is used
 by a third party.
 
---- configure.ac.orig	Wed Oct  8 10:18:16 2014
-+++ configure.ac	Sun Dec 14 10:06:52 2014
-@@ -964,6 +964,9 @@ if test $enable_shared = "yes"; then
+--- configure.ac.orig	Sat Jun 25 23:52:32 2016
++++ configure.ac	Fri Jul  1 10:54:12 2016
+@@ -967,6 +967,9 @@ if test $enable_shared = "yes"; then
  	      FreeBSD*)
  		SOVERSION=`echo $SOVERSION|cut -d "." -f 1`
  		;;
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.4/pkg/PLIST-main,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST-main
--- pkg/PLIST-main	29 Jun 2016 16:14:42 -0000	1.8
+++ pkg/PLIST-main	1 Jul 2016 09:27:11 -0000
@@ -1601,8 +1601,8 @@ lib/python3.4/ensurepip/__pycache__/__ma
 lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyc
 lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyo
 lib/python3.4/ensurepip/_bundled/
-lib/python3.4/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
-lib/python3.4/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
+lib/python3.4/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
+lib/python3.4/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl
 lib/python3.4/ensurepip/_uninstall.py
 lib/python3.4/enum.py
 lib/python3.4/filecmp.py
@@ -1753,9 +1753,9 @@ lib/python3.4/lib-dynload/xxlimited.so
 lib/python3.4/lib-dynload/zlib.so
 lib/python3.4/lib2to3/
 lib/python3.4/lib2to3/Grammar.txt
-lib/python3.4/lib2to3/Grammar3.4.4.final.0.pickle
+lib/python3.4/lib2to3/Grammar3.4.5.final.0.pickle
 lib/python3.4/lib2to3/PatternGrammar.txt
-lib/python3.4/lib2to3/PatternGrammar3.4.4.final.0.pickle
+lib/python3.4/lib2to3/PatternGrammar3.4.5.final.0.pickle
 lib/python3.4/lib2to3/__init__.py
 lib/python3.4/lib2to3/__main__.py
 lib/python3.4/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.4/pkg/PLIST-tests,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-tests
--- pkg/PLIST-tests	29 Jun 2016 16:14:42 -0000	1.7
+++ pkg/PLIST-tests	1 Jul 2016 09:27:12 -0000
@@ -930,10 +930,12 @@ lib/python3.4/test/badsyntax_pep3120.py
 lib/python3.4/test/buffer_tests.py
 lib/python3.4/test/bytecode_helper.py
 lib/python3.4/test/capath/
+lib/python3.4/test/capath/0e4015b9.0
 lib/python3.4/test/capath/4e1295a3.0
 lib/python3.4/test/capath/5ed36f99.0
 lib/python3.4/test/capath/6e88d7b8.0
 lib/python3.4/test/capath/99d0fa06.0
+lib/python3.4/test/capath/ce7b8643.0
 lib/python3.4/test/cfgparser.1
 lib/python3.4/test/cfgparser.2
 lib/python3.4/test/cfgparser.3
@@ -1144,7 +1146,6 @@ lib/python3.4/test/formatfloat_testcases
 lib/python3.4/test/future_test1.py
 lib/python3.4/test/future_test2.py
 lib/python3.4/test/gdb_sample.py
-lib/python3.4/test/https_svn_python_org_root.pem
 lib/python3.4/test/ieee754.txt
 lib/python3.4/test/imghdrdata/
 lib/python3.4/test/imghdrdata/python.bmp
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.5/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile	29 Jun 2016 16:14:42 -0000	1.8
+++ Makefile	1 Jul 2016 09:25:36 -0000
@@ -6,8 +6,7 @@
 # Python itself.
 
 VERSION =		3.5
-PATCHLEVEL =		.1
-REVISION =		2
+PATCHLEVEL =		.2
 SHARED_LIBS =		python3.5m 0.0
 VERSION_SPEC =		>=3.5,<3.6
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.5/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	22 Dec 2015 18:00:30 -0000	1.2
+++ distinfo	1 Jul 2016 09:25:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.5.1.tgz) = aH4GfZ85HaZFQjx+2oIFuunTXtwMdu9SGNy+TMdw0Nc=
-SIZE (Python-3.5.1.tgz) = 20143759
+SHA256 (Python-3.5.2.tgz) = FSS4QOQs87kJ6PjfZ8FyQBLH3H+dB21P7vLT7/Ax6KA=
+SIZE (Python-3.5.2.tgz) = 20566643
Index: patches/patch-Makefile_pre_in
===================================================================
RCS file: /cvs/ports/lang/python/3.5/patches/patch-Makefile_pre_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile_pre_in
--- patches/patch-Makefile_pre_in	23 Sep 2015 19:23:57 -0000	1.1.1.1
+++ patches/patch-Makefile_pre_in	1 Jul 2016 09:25:36 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_pre_in,v 1.1.1.1 2015/09/23 19:23:57 rpointel Exp $
---- Makefile.pre.in.orig	Sun Sep 13 13:41:23 2015
-+++ Makefile.pre.in	Fri Sep 18 18:37:05 2015
-@@ -623,7 +623,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
+--- Makefile.pre.in.orig	Sat Jun 25 23:38:37 2016
++++ Makefile.pre.in	Fri Jul  1 10:46:50 2016
+@@ -645,7 +645,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
  
  SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
  $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/lang/python/3.5/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure_ac
--- patches/patch-configure_ac	28 Sep 2015 04:50:37 -0000	1.2
+++ patches/patch-configure_ac	1 Jul 2016 09:25:36 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_ac,v 1.2 2015/09/28 04:50:37 rpointel Exp $
---- configure.ac.orig	Sun Sep 13 13:41:26 2015
-+++ configure.ac	Tue Sep 22 23:15:55 2015
-@@ -114,7 +114,7 @@ VERSION=PYTHON_VERSION
+--- configure.ac.orig	Sat Jun 25 23:38:39 2016
++++ configure.ac	Fri Jul  1 10:57:50 2016
+@@ -115,7 +115,7 @@ VERSION=PYTHON_VERSION
  
  # Version number of Python's own shared library file.
  AC_SUBST(SOVERSION)
Index: patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/lang/python/3.5/patches/patch-setup_py,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-setup_py
--- patches/patch-setup_py	23 Sep 2015 19:23:57 -0000	1.1.1.1
+++ patches/patch-setup_py	1 Jul 2016 09:25:36 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-setup_py,v 1.1.1.1 2015/09/23 19:23:57 rpointel Exp $
---- setup.py.orig	Sun Sep 13 13:41:26 2015
-+++ setup.py	Sun Sep 20 10:00:48 2015
-@@ -754,6 +754,8 @@ class PyBuildExt(build_ext):
+--- setup.py.orig	Sat Jun 25 23:38:39 2016
++++ setup.py	Fri Jul  1 10:46:50 2016
+@@ -784,6 +784,8 @@ class PyBuildExt(build_ext):
                                                       'termcap'):
                  readline_libs.append('termcap')
              exts.append( Extension('readline', ['readline.c'],
@@ -10,7 +10,7 @@ $OpenBSD: patch-setup_py,v 1.1.1.1 2015/
                                     library_dirs=['/usr/lib/termcap'],
                                     extra_link_args=readline_extra_link_args,
                                     libraries=readline_libs) )
-@@ -1727,8 +1729,7 @@ class PyBuildExt(build_ext):
+@@ -1757,8 +1759,7 @@ class PyBuildExt(build_ext):
          # The versions with dots are used on Unix, and the versions without
          # dots on Windows, for detection by cygwin.
          tcllib = tklib = tcl_includes = tk_includes = None
Index: pkg/PLIST-idle
===================================================================
RCS file: /cvs/ports/lang/python/3.5/pkg/PLIST-idle,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-idle
--- pkg/PLIST-idle	29 Jun 2016 16:14:42 -0000	1.3
+++ pkg/PLIST-idle	1 Jul 2016 09:25:36 -0000
@@ -295,6 +295,9 @@ lib/python3.5/idlelib/idle_test/__pycach
 lib/python3.5/idlelib/idle_test/__pycache__/test_calltips.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_calltips.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_calltips.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_config_help.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_config_help.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_config_help.cpython-35.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_config_name.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_config_name.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_config_name.cpython-35.pyc
@@ -304,6 +307,9 @@ lib/python3.5/idlelib/idle_test/__pycach
 lib/python3.5/idlelib/idle_test/__pycache__/test_delegator.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_delegator.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_delegator.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_editmenu.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_editmenu.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_editmenu.cpython-35.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_editor.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_editor.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_editor.cpython-35.pyc
@@ -328,9 +334,18 @@ lib/python3.5/idlelib/idle_test/__pycach
 lib/python3.5/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_percolator.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_percolator.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_percolator.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_replacedialog.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_replacedialog.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_replacedialog.cpython-35.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_rstrip.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_rstrip.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_rstrip.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialog.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialog.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialog.cpython-35.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-35.pyc
@@ -343,6 +358,9 @@ lib/python3.5/idlelib/idle_test/__pycach
 lib/python3.5/idlelib/idle_test/__pycache__/test_textview.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_textview.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_textview.cpython-35.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_undodelegator.cpython-35.opt-1.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_undodelegator.cpython-35.opt-2.pyc
+lib/python3.5/idlelib/idle_test/__pycache__/test_undodelegator.cpython-35.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_warning.cpython-35.opt-1.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_warning.cpython-35.opt-2.pyc
 lib/python3.5/idlelib/idle_test/__pycache__/test_warning.cpython-35.pyc
@@ -355,9 +373,11 @@ lib/python3.5/idlelib/idle_test/mock_tk.
 lib/python3.5/idlelib/idle_test/test_autocomplete.py
 lib/python3.5/idlelib/idle_test/test_autoexpand.py
 lib/python3.5/idlelib/idle_test/test_calltips.py
+lib/python3.5/idlelib/idle_test/test_config_help.py
 lib/python3.5/idlelib/idle_test/test_config_name.py
 lib/python3.5/idlelib/idle_test/test_configdialog.py
 lib/python3.5/idlelib/idle_test/test_delegator.py
+lib/python3.5/idlelib/idle_test/test_editmenu.py
 lib/python3.5/idlelib/idle_test/test_editor.py
 lib/python3.5/idlelib/idle_test/test_formatparagraph.py
 lib/python3.5/idlelib/idle_test/test_grep.py
@@ -366,11 +386,15 @@ lib/python3.5/idlelib/idle_test/test_idl
 lib/python3.5/idlelib/idle_test/test_io.py
 lib/python3.5/idlelib/idle_test/test_parenmatch.py
 lib/python3.5/idlelib/idle_test/test_pathbrowser.py
+lib/python3.5/idlelib/idle_test/test_percolator.py
+lib/python3.5/idlelib/idle_test/test_replacedialog.py
 lib/python3.5/idlelib/idle_test/test_rstrip.py
+lib/python3.5/idlelib/idle_test/test_searchdialog.py
 lib/python3.5/idlelib/idle_test/test_searchdialogbase.py
 lib/python3.5/idlelib/idle_test/test_searchengine.py
 lib/python3.5/idlelib/idle_test/test_text.py
 lib/python3.5/idlelib/idle_test/test_textview.py
+lib/python3.5/idlelib/idle_test/test_undodelegator.py
 lib/python3.5/idlelib/idle_test/test_warning.py
 lib/python3.5/idlelib/idle_test/test_widgetredir.py
 lib/python3.5/idlelib/idlever.py
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.5/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-main
--- pkg/PLIST-main	29 Jun 2016 16:14:42 -0000	1.5
+++ pkg/PLIST-main	1 Jul 2016 09:25:37 -0000
@@ -2151,8 +2151,8 @@ lib/python3.5/ensurepip/__pycache__/_uni
 lib/python3.5/ensurepip/__pycache__/_uninstall.cpython-35.opt-2.pyc
 lib/python3.5/ensurepip/__pycache__/_uninstall.cpython-35.pyc
 lib/python3.5/ensurepip/_bundled/
-lib/python3.5/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
-lib/python3.5/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
+lib/python3.5/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
+lib/python3.5/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl
 lib/python3.5/ensurepip/_uninstall.py
 lib/python3.5/enum.py
 lib/python3.5/filecmp.py
@@ -2325,9 +2325,9 @@ lib/python3.5/lib-dynload/xxlimited.so
 lib/python3.5/lib-dynload/zlib.so
 lib/python3.5/lib2to3/
 lib/python3.5/lib2to3/Grammar.txt
-lib/python3.5/lib2to3/Grammar3.5.1.final.0.pickle
+lib/python3.5/lib2to3/Grammar3.5.2.final.0.pickle
 lib/python3.5/lib2to3/PatternGrammar.txt
-lib/python3.5/lib2to3/PatternGrammar3.5.1.final.0.pickle
+lib/python3.5/lib2to3/PatternGrammar3.5.2.final.0.pickle
 lib/python3.5/lib2to3/__init__.py
 lib/python3.5/lib2to3/__main__.py
 lib/python3.5/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.5/pkg/PLIST-tests,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-tests
--- pkg/PLIST-tests	29 Jun 2016 16:14:42 -0000	1.2
+++ pkg/PLIST-tests	1 Jul 2016 09:25:37 -0000
@@ -24,9 +24,6 @@ lib/python3.5/test/__pycache__/audiotest
 lib/python3.5/test/__pycache__/autotest.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/autotest.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/autotest.cpython-35.pyc
-lib/python3.5/test/__pycache__/buffer_tests.cpython-35.opt-1.pyc
-lib/python3.5/test/__pycache__/buffer_tests.cpython-35.opt-2.pyc
-lib/python3.5/test/__pycache__/buffer_tests.cpython-35.pyc
 lib/python3.5/test/__pycache__/bytecode_helper.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/bytecode_helper.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/bytecode_helper.cpython-35.pyc
@@ -801,6 +798,9 @@ lib/python3.5/test/__pycache__/test_oper
 lib/python3.5/test/__pycache__/test_optparse.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_optparse.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_optparse.cpython-35.pyc
+lib/python3.5/test/__pycache__/test_ordered_dict.cpython-35.opt-1.pyc
+lib/python3.5/test/__pycache__/test_ordered_dict.cpython-35.opt-2.pyc
+lib/python3.5/test/__pycache__/test_ordered_dict.cpython-35.pyc
 lib/python3.5/test/__pycache__/test_os.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_os.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_os.cpython-35.pyc
@@ -828,9 +828,6 @@ lib/python3.5/test/__pycache__/test_pep2
 lib/python3.5/test/__pycache__/test_pep277.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_pep277.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_pep277.cpython-35.pyc
-lib/python3.5/test/__pycache__/test_pep292.cpython-35.opt-1.pyc
-lib/python3.5/test/__pycache__/test_pep292.cpython-35.opt-2.pyc
-lib/python3.5/test/__pycache__/test_pep292.cpython-35.pyc
 lib/python3.5/test/__pycache__/test_pep3120.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_pep3120.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_pep3120.cpython-35.pyc
@@ -1185,6 +1182,9 @@ lib/python3.5/test/__pycache__/test_ttk_
 lib/python3.5/test/__pycache__/test_tuple.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_tuple.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_tuple.cpython-35.pyc
+lib/python3.5/test/__pycache__/test_turtle.cpython-35.opt-1.pyc
+lib/python3.5/test/__pycache__/test_turtle.cpython-35.opt-2.pyc
+lib/python3.5/test/__pycache__/test_turtle.cpython-35.pyc
 lib/python3.5/test/__pycache__/test_typechecks.cpython-35.opt-1.pyc
 lib/python3.5/test/__pycache__/test_typechecks.cpython-35.opt-2.pyc
 lib/python3.5/test/__pycache__/test_typechecks.cpython-35.pyc
@@ -1386,13 +1386,14 @@ lib/python3.5/test/badsyntax_future7.py
 lib/python3.5/test/badsyntax_future8.py
 lib/python3.5/test/badsyntax_future9.py
 lib/python3.5/test/badsyntax_pep3120.py
-lib/python3.5/test/buffer_tests.py
 lib/python3.5/test/bytecode_helper.py
 lib/python3.5/test/capath/
+lib/python3.5/test/capath/0e4015b9.0
 lib/python3.5/test/capath/4e1295a3.0
 lib/python3.5/test/capath/5ed36f99.0
 lib/python3.5/test/capath/6e88d7b8.0
 lib/python3.5/test/capath/99d0fa06.0
+lib/python3.5/test/capath/ce7b8643.0
 lib/python3.5/test/cfgparser.1
 lib/python3.5/test/cfgparser.2
 lib/python3.5/test/cfgparser.3
@@ -1612,7 +1613,6 @@ lib/python3.5/test/formatfloat_testcases
 lib/python3.5/test/future_test1.py
 lib/python3.5/test/future_test2.py
 lib/python3.5/test/gdb_sample.py
-lib/python3.5/test/https_svn_python_org_root.pem
 lib/python3.5/test/ieee754.txt
 lib/python3.5/test/imghdrdata/
 lib/python3.5/test/imghdrdata/python.bmp
@@ -2547,6 +2547,7 @@ lib/python3.5/test/test_opcodes.py
 lib/python3.5/test/test_openpty.py
 lib/python3.5/test/test_operator.py
 lib/python3.5/test/test_optparse.py
+lib/python3.5/test/test_ordered_dict.py
 lib/python3.5/test/test_os.py
 lib/python3.5/test/test_ossaudiodev.py
 lib/python3.5/test/test_osx_env.py
@@ -2556,7 +2557,6 @@ lib/python3.5/test/test_pdb.py
 lib/python3.5/test/test_peepholer.py
 lib/python3.5/test/test_pep247.py
 lib/python3.5/test/test_pep277.py
-lib/python3.5/test/test_pep292.py
 lib/python3.5/test/test_pep3120.py
 lib/python3.5/test/test_pep3131.py
 lib/python3.5/test/test_pep3151.py
@@ -2675,6 +2675,7 @@ lib/python3.5/test/test_tracemalloc.py
 lib/python3.5/test/test_ttk_guionly.py
 lib/python3.5/test/test_ttk_textonly.py
 lib/python3.5/test/test_tuple.py
+lib/python3.5/test/test_turtle.py
 lib/python3.5/test/test_typechecks.py
 lib/python3.5/test/test_types.py
 lib/python3.5/test/test_typing.py
@@ -2743,6 +2744,7 @@ lib/python3.5/test/tracedmodules/__pycac
 lib/python3.5/test/tracedmodules/__pycache__/testmod.cpython-35.pyc
 lib/python3.5/test/tracedmodules/testmod.py
 lib/python3.5/test/win_console_handler.py
+lib/python3.5/test/wrongcert.pem
 lib/python3.5/test/xmltestdata/
 lib/python3.5/test/xmltestdata/simple-ns.xml
 lib/python3.5/test/xmltestdata/simple.xml

Reply via email to