- 15 May, 2007 1 commit
-
-
Georg Brandl authored
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.
-
- 14 May, 2007 1 commit
-
-
Raymond Hettinger authored
-
- 13 May, 2007 4 commits
-
-
Neal Norwitz authored
or earlier. http://www.freebsd.org/releases/index.html
-
Neal Norwitz authored
-
Neal Norwitz authored
Hopefully Guido won't shed a tear. :-)
-
Georg Brandl authored
-
- 12 May, 2007 1 commit
-
-
Georg Brandl authored
-
- 11 May, 2007 9 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
(backport)
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
are zero. This should help reduce the false positives. The message about references leaking is maintained to provide as much info as possible rather than simply suppressing the message at the source.
-
- 10 May, 2007 1 commit
-
-
Guido van Rossum 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
-
Collin Winter authored
If the call to requires() doesn't precede the filesystem check, we get the following situation: 1. ./python Lib/test/regrtest.py test_foo # test needs urlfetch, not enabled, so skipped 2. ./python Lib/test/regrtest.py -u urlfetch test_foo # test runs 3. ./python Lib/test/regrtest.py test_foo # test runs (!) By moving the call to requires() *before* the filesystem check, the fact that fetched files are cached on the local disk becomes an implementation detail, rather than a semantics-changing point of note.
-
- 07 May, 2007 2 commits
-
-
Kristján Valur Jónsson authored
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
-
Neal Norwitz authored
-
- 06 May, 2007 1 commit
-
-
Vinay Sajip authored
-
- 05 May, 2007 2 commits
-
-
Georg Brandl authored
-
Brett Cannon authored
-
- 04 May, 2007 7 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
Fixes SF #1703286, will backport to release25-maint.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy
-
Thomas Heller authored
remaining crashes in the ctypes tests, when functions return float or double types.
-
Thomas Heller authored
version on win64 by using proper argtypes and restype function attributes.
-
Kristján Valur Jónsson authored
-
- 03 May, 2007 8 commits
-
-
Kristján Valur Jónsson authored
- Reenable modules on x64 that had been disabled aeons ago for Itanium. - Cleared up confusion about compilers for 64 bit windows. There is only Itanium and x64. Added macros MS_WINI64 and MS_WINX64 for those rare cases where it matters, such as the disabling of modules above. - Set target platform (_WIN32_WINNT and WINVER) to 0x0501 (XP) for x64, and 0x0400 (NT 4.0) otherwise, which are the targeted minimum platforms. - Fixed thread_nt.h. The emulated InterlockedCompareExchange function didn´t work on x64, probaby due to the lack of a "volatile" specifier. Anyway, win95 is no longer a target platform. - Itertools module used wrong constant to check for overflow in count() - PyInt_AsSsize_t couldn't deal with attribute error when accessing the __long__ member. - PyLong_FromSsize_t() incorrectly specified that the operand were unsigned. With these changes, the x64 passes the testsuite, for those modules present.
-
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.
-
Kristján Valur Jónsson authored
Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits. Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
-
Walter Dörwald authored
in native order mode, and only if it's the first two bytes.
-
Thomas Heller authored
-
Thomas Heller authored
-
Neal Norwitz authored
the function there is another check for z != Py_None.
-
Neal Norwitz authored
-