- 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ı
-
- 09 May, 2007 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr() instead of memchr().
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 07 May, 2007 6 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Merge change 54983 from the trunk: Add the locale "English" to test_locale.py for a windows run, since "En" isn't legal for the Visual C 8 runtime. This update restores full testsuite compliance to VisualStudio 2005 builds, apart from unavailible external modules.
-
Kristján Valur Jónsson yazdı
Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed.
-
Kristján Valur Jónsson yazdı
the nb_long slot on classobject instances now defaults to call the nb_int slot member if there is no __long__ attribute found. This is in accordance with a suggestion from Armin Rigo, and allows the test_getargs2.py test in the testsuite for x64
-
Kristján Valur Jónsson yazdı
Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator.
-
Kristján Valur Jónsson yazdı
Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareExchange function was wrong: It works with LONG and not PVOID objects, and it needs to have the target marked as volatile. Further, it is not needed at all for x64 targets, since that platform always has the real McCoy.
-
Kristján Valur Jónsson yazdı
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform.
-
- 05 May, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Kristján Valur Jónsson yazdı
-
- 04 May, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
........ r54357 | thomas.heller | 2007-03-13 21:42:52 +0100 (Tue, 13 Mar 2007) | 1 line Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. ........
-
- 03 May, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped in native order mode, and only if it's the first two bytes.
-
- 02 May, 2007 2 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r55027 | thomas.heller | 2007-04-30 18:04:57 +0200 (Mo, 30 Apr 2007) | 8 lines When accessing the .value attribute of a c_wchar_p instance, and the instance does not point to a valid wchar_t zero-terminated string, raise a ValueError. c_char_p does this already. The ValueError message now contains the correct pointer address. Will backport to release25-maint. ........
-
Kristján Valur Jónsson yazdı
Additional changes to the property sheets in PCBuild8. Visual Studio doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
-