- 11 Haz, 2007 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix a bug when there was a newline in the string expandtabs was called on. This also catches another condition that can overflow.
-
Neal Norwitz yazdı
Prevent these tests from running on Win64 since they don't apply there either
-
- 09 Haz, 2007 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow.
-
- 08 Haz, 2007 3 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r55129 | thomas.heller | 2007-05-04 21:54:22 +0200 (Fr, 04 Mai 2007) | 3 lines Do not truncate 64-bit pointers to 32-bit integers. Fixes SF #1703286, will backport to release25-maint. ........ r55131 | thomas.heller | 2007-05-04 21:56:32 +0200 (Fr, 04 Mai 2007) | 1 line Oops, these tests do not run on Windows CE. ........
-
Thomas Heller yazdı
Closes [1700455]. Backported from trunk.
-
Martin v. Löwis yazdı
-
- 07 Haz, 2007 3 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Georg Brandl yazdı
(backport from rev. 55805)
-
Georg Brandl yazdı
Backport from py3k rev. 55708 by Guido. (backport from rev. 55802)
-
- 05 Haz, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
Patch by Tim Delany (missing DECREF). SF #1731330.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
-
- 04 Haz, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
the format arguments.
-
- 02 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
SF 1668596/1720897: distutils now copies data files even if package_dir is empty.
-
- 01 Haz, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 55735)
-
Georg Brandl yazdı
(backport from rev. 55732)
-
- 30 May, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r55677 | thomas.heller | 2007-05-30 09:01:25 +0200 (Mi, 30 Mai 2007) | 2 lines Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. Closes bug #1726026. ........
-
- 25 May, 2007 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 22 May, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 20 May, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
Different versions of Berkeley DB handle this differently. The comments and bug report should have the details. Memory is allocated in 4.4 (and presumably earlier), but not in 4.5. Thus 4.5 has the free error, but not earlier versions. Mostly update comments, plus make the free conditional.
-
- 19 May, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Whoops, need to pay attention to those test failures. Move the clear to *before* the first use, not after.
-
Neal Norwitz yazdı
SF bug #1721309: Clear data so random memory does not get freed.
-
- 18 May, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 17 May, 2007 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 May, 2007 3 kayıt (commit)
-
-
Neal Norwitz yazdı
lack of an infinite recursion check. Contributed by Damien Miller at Google.
-
Georg Brandl yazdı
(backport from rev. 55383)
-
Neal Norwitz yazdı
fails.
-
- 15 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. (backport from rev. 55348)
-
- 12 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 55287)
-
- 11 May, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 55259)
-
Georg Brandl yazdı
(backport)
-
Neal Norwitz yazdı
-
- 10 May, 2007 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-