- 05 Jun, 2004 11 commits
-
-
Hye-Shik Chang authored
used in cygwin and mingw32. (Reported by Michael Droettboom)
-
Skip Montanaro authored
Goal is to work in the direction of universal newline support.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann.
-
Raymond Hettinger authored
Add a comment to make the traceback less mysterious.
-
Andrew M. Kuchling authored
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me.
-
Hye-Shik Chang authored
in HTTP/0.9 due to dissonance of httplib.LineAndFileWrapper and urllib.addbase.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
Add a more informative message for the common user mistake of subclassing from a module name rather than another class (i.e. random instead of random.random).
-
Brett Cannon authored
New regression test suite.
-
- 04 Jun, 2004 8 commits
-
-
Martin v. Löwis authored
-
Hye-Shik Chang authored
-
Raymond Hettinger authored
many more prime multipliers and that performs well on collision tests.
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
tracebacks. (Suggested by Walter Dörwald)
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
addition to unicode objects.
-
- 03 Jun, 2004 20 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
- Prefer to use pythonw (if it exists) for "run with commandline python".
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
#!-scripts, only the filename part, and this can lead to incorrect initialization of sys.path and sys.executable if there is another python on $PATH before the one used in #!. The fix was picked up from the darwinports crowd, thanks!
-
Jack Jansen authored
Fixes #913581.
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Michael W. Hudson authored
-
Jack Jansen authored
of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping examining the scripts folder when we allocate menu ID 200. Fixes #959291. Need to backport.
-
Fred Drake authored
- wrap a long line
-
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 1 commit
-
-
Jack Jansen authored
uncomment the relevant section.
-