- 03 Jun, 2004 9 commits
-
-
Martin v. Löwis authored
-
Jack Jansen authored
of hard linking against the framework). If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we setup extensions to link with dynamic lookup. We also record the value in the Makefile. Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was recorded in the Makefile, and if it was insists that the current value matches. This is only a partial fix because it only applies to 2.4, and the "two python problem" exists with Python 2.3 shipped with MacOSX 10.3, which we have no influence over.
-
Hye-Shik Chang authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Martin v. Löwis authored
Added setbdaddr and makebdaddr. Extended makesockaddr to understand Bluetooth addresses. Changed getsockaddr to expect the Bluetooth addresses as a string, not a six element tuple. Reformatted some of the Bluetooth code to be more consistent with PEP 7.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Greg Ward authored
wrapped correctly.
-
- 02 Jun, 2004 22 commits
-
-
Jack Jansen authored
uncomment the relevant section.
-
Thomas Heller authored
-
Walter Dörwald authored
same as for the string and sequence tests.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
iswide() for east asian width manipulation. (Inspired by David Goodger, Reviewed by Martin v. Loewis) - Move _PyUnicode_TypeRecord.flags to the end of the struct so that no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
building for that platform.
-
Thomas Heller authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Martin v. Löwis authored
Will backport to 2.3.
-
Vinay Sajip authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Piers Lauder authored
-
- 01 Jun, 2004 7 commits
-
-
Tim Peters authored
report that the stats for expected # of collisions are a little higher. Updated comments accordingly.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
(Basic approach and test concept by Tim Peters.) * Improved the hash to reduce collisions. * Added the torture test to the test suite.
-
Martin v. Löwis authored
-
- 31 May, 2004 2 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change.
-