[Python-checkins] r66889 - in sandbox/trunk/py2.5.3: 5 6 7

andrew.kuchling python-checkins at python.org
Tue Oct 14 19:11:14 CEST 2008


Author: andrew.kuchling
Date: Tue Oct 14 19:11:13 2008
New Revision: 66889

Log:
Remove some items that have been backported

Modified:
   sandbox/trunk/py2.5.3/5
   sandbox/trunk/py2.5.3/6
   sandbox/trunk/py2.5.3/7

Modified: sandbox/trunk/py2.5.3/5
==============================================================================
--- sandbox/trunk/py2.5.3/5	(original)
+++ sandbox/trunk/py2.5.3/5	Tue Oct 14 19:11:13 2008
@@ -935,16 +935,6 @@
 #3345: fix docstring.
 
 -----------------------------------
-[http://svn.python.org/view?rev=65040&view=rev r65040] | georg.brandl | 2008-07-16 18:33:18 -0400 (Wed, 16 Jul 2008) | 2 lines
-Changed paths:
-   M /python/trunk/Lib/sqlite3/test/regression.py
-   M /python/trunk/Misc/NEWS
-   M /python/trunk/Modules/_sqlite/connection.c
-   M /python/trunk/Modules/_sqlite/module.c
-
-#3312: fix two sqlite3 crashes.
-
------------------------------------
 [http://svn.python.org/view?rev=65057&view=rev r65057] | gregory.p.smith | 2008-07-16 23:13:05 -0400 (Wed, 16 Jul 2008) | 2 lines
 Changed paths:
    M /python/trunk/Misc/NEWS

Modified: sandbox/trunk/py2.5.3/6
==============================================================================
--- sandbox/trunk/py2.5.3/6	(original)
+++ sandbox/trunk/py2.5.3/6	Tue Oct 14 19:11:13 2008
@@ -467,24 +467,6 @@
 
 remove usage of MacOS from Tkinter
 -----------------------------------
-[http://svn.python.org/view?rev=65335&view=rev r65335] | neal.norwitz | 2008-07-31 13:17:14 -0400 (Thu, 31 Jul 2008) | 1 line
-Changed paths:
-   M /python/trunk/Lib/test/seq_tests.py
-   M /python/trunk/Lib/test/test_bigmem.py
-   M /python/trunk/Lib/test/test_strop.py
-   M /python/trunk/Lib/test/test_support.py
-   M /python/trunk/Misc/NEWS
-   M /python/trunk/Modules/gcmodule.c
-   M /python/trunk/Modules/mmapmodule.c
-   M /python/trunk/Modules/stropmodule.c
-   M /python/trunk/Objects/bufferobject.c
-   M /python/trunk/Objects/longobject.c
-   M /python/trunk/Objects/stringobject.c
-   M /python/trunk/Objects/tupleobject.c
-   M /python/trunk/Objects/unicodeobject.c
-
-Security patches from Apple:  prevent int overflow when allocating memory
------------------------------------
 [http://svn.python.org/view?rev=65339&view=rev r65339] | amaury.forgeotdarc | 2008-07-31 17:28:03 -0400 (Thu, 31 Jul 2008) | 5 lines
 Changed paths:
    M /python/trunk/Lib/test/test_builtin.py

Modified: sandbox/trunk/py2.5.3/7
==============================================================================
--- sandbox/trunk/py2.5.3/7	(original)
+++ sandbox/trunk/py2.5.3/7	Tue Oct 14 19:11:13 2008
@@ -921,16 +921,6 @@
 
 
 -----------------------------------
-[http://svn.python.org/view?rev=66611&view=rev r66611] | thomas.heller | 2008-09-24 14:26:05 -0400 (Wed, 24 Sep 2008) | 3 lines
-Changed paths:
-   M /python/trunk/Lib/ctypes/test/test_bitfields.py
-   M /python/trunk/Misc/NEWS
-   M /python/trunk/Modules/_ctypes/cfield.c
-
-Fix issue #3547: ctypes is confused by bitfields of varying integer types
-
-Reviewed by Fredrik Lundh and Skip Montanaro.
------------------------------------
 [http://svn.python.org/view?rev=66614&view=rev r66614] | benjamin.peterson | 2008-09-24 18:11:59 -0400 (Wed, 24 Sep 2008) | 4 lines
 Changed paths:
    M /python/trunk/Lib/lib-tk/turtle.py
@@ -980,20 +970,6 @@
 
 bsddb4.7.3pre9 renamed to 4.7.3
 -----------------------------------
-[http://svn.python.org/view?rev=66677&view=rev r66677] | brett.cannon | 2008-09-28 23:41:21 -0400 (Sun, 28 Sep 2008) | 7 lines
-Changed paths:
-   M /python/trunk/Lib/test/test_cprofile.py
-   M /python/trunk/Misc/NEWS
-   M /python/trunk/Modules/_lsprof.c
-
-The _lsprof module could crash the interpreter if it was given an external
-timer that did not return a float and a timer was still running when the
-Profiler object was garbage collected.
-
-Fixes issue 3895.
-Code review by Benjamin Peterson.
-
------------------------------------
 [http://svn.python.org/view?rev=66681&view=rev r66681] | georg.brandl | 2008-09-29 12:51:35 -0400 (Mon, 29 Sep 2008) | 2 lines
 Changed paths:
    M /python/trunk/PCbuild/readme.txt
@@ -1001,13 +977,6 @@
 Update nasm location.
 
 -----------------------------------
-[http://svn.python.org/view?rev=66683&view=rev r66683] | thomas.heller | 2008-09-29 15:56:24 -0400 (Mon, 29 Sep 2008) | 1 line
-Changed paths:
-   M /python/trunk/Lib/ctypes/test/test_bitfields.py
-   M /python/trunk/Modules/_ctypes/cfield.c
-
-Fix issue #3547 for MingW, update comments.
------------------------------------
 [http://svn.python.org/view?rev=66686&view=rev r66686] | martin.v.loewis | 2008-09-29 18:09:07 -0400 (Mon, 29 Sep 2008) | 5 lines
 Changed paths:
    M /python/trunk/Demo/turtle/turtleDemo.py
@@ -1021,18 +990,6 @@
 Reviewed by Gregor Lingl.
 
 -----------------------------------
-[http://svn.python.org/view?rev=66689&view=rev r66689] | benjamin.peterson | 2008-09-29 21:31:49 -0400 (Mon, 29 Sep 2008) | 5 lines
-Changed paths:
-   M /python/trunk/Lib/test/test_imageop.py
-   M /python/trunk/Misc/NEWS
-   M /python/trunk/Modules/imageop.c
-
-fix security issue 2: imageop's poor validation of arguments could result in segfaults
-
-patch by Victor Stinner
-reviewed by myself and Brett
-
------------------------------------
 [http://svn.python.org/view?rev=66700&view=rev r66700] | brett.cannon | 2008-09-30 13:46:03 -0400 (Tue, 30 Sep 2008) | 5 lines
 Changed paths:
    M /python/trunk/Modules/_lsprof.c


More information about the Python-checkins mailing list