- 05 Jun, 2007 1 commit
-
-
Hye-Shik Chang authored
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 Jun, 2007 1 commit
-
-
Brett Cannon authored
the format arguments.
-
- 02 Jun, 2007 1 commit
-
-
Neal Norwitz authored
SF 1668596/1720897: distutils now copies data files even if package_dir is empty.
-
- 01 Jun, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 55735)
-
Georg Brandl authored
(backport from rev. 55732)
-
- 30 May, 2007 1 commit
-
-
Thomas Heller authored
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 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 22 May, 2007 1 commit
-
-
Neal Norwitz authored
-
- 20 May, 2007 2 commits
-
-
Georg Brandl authored
-
Neal Norwitz authored
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 commits
-
-
Neal Norwitz authored
Whoops, need to pay attention to those test failures. Move the clear to *before* the first use, not after.
-
Neal Norwitz authored
SF bug #1721309: Clear data so random memory does not get freed.
-
- 18 May, 2007 2 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 17 May, 2007 1 commit
-
-
Fred Drake authored
-
- 16 May, 2007 3 commits
-
-
Neal Norwitz authored
lack of an infinite recursion check. Contributed by Damien Miller at Google.
-
Georg Brandl authored
(backport from rev. 55383)
-
Neal Norwitz authored
fails.
-
- 15 May, 2007 1 commit
-
-
Georg Brandl authored
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. (backport from rev. 55348)
-
- 12 May, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 55287)
-
- 11 May, 2007 3 commits
-
-
Georg Brandl authored
(backport from rev. 55259)
-
Georg Brandl authored
(backport)
-
Neal Norwitz authored
-
- 10 May, 2007 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
-
- 09 May, 2007 3 commits
-
-
Walter Dörwald authored
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr() instead of memchr().
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 07 May, 2007 6 commits
-
-
Kristján Valur Jónsson authored
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 authored
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 authored
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 authored
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 authored
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 authored
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 commits
-
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
-
- 04 May, 2007 1 commit
-
-
Thomas Heller authored
........ 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 commit
-
-
Walter Dörwald authored
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 1 commit
-
-
Thomas Heller authored
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. ........
-