- 17 Jul, 2004 4 commits
-
-
Hye-Shik Chang authored
(Submitted by Daniel Pezely)
-
Andrew M. Kuchling authored
-
Tim Peters authored
The preceding case statement was missing a terminating "break" stmt, so fell into the new code by mistake. This caused uncaught out-of-bounds accesses to the "names" tuple, leading to a variety of insane behaviors.
-
Tim Peters authored
-
- 16 Jul, 2004 7 commits
-
-
Thomas Heller authored
If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?).
-
Jack Jansen authored
Fixes #775878.
-
Jack Jansen authored
-
Jack Jansen authored
-
Raymond Hettinger authored
-
Jack Jansen authored
to unix-style).
-
Jack Jansen authored
$PYTHONFRAMEWORK.
-
- 15 Jul, 2004 25 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
expected entrypoint. The unlinking will crash the application if the module contained ObjC code. The price of this is small: a little wasted memory, and only in a case than isn't expected to occur often.
-
Jack Jansen authored
the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989.
-
Raymond Hettinger authored
-
Jack Jansen authored
- Ran it.
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Nicholas Bastin authored
modules and objects.
-
Jack Jansen authored
Editing of bgenlocations.py isn't easy if your Python was supplied by Apple.
-
Jack Jansen authored
Fixed.
-
Jack Jansen authored
fixed.
-
Jack Jansen authored
-
Jack Jansen authored
it is used, and made it private. Should fix #978662.
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
A LaTeX comment identified the 6 os.O_XXX constants the docs claimed are available on Windows but aren't. The bug report listed the same 6. Split these non-Windows constants into a different table with a possibly correct "Availability:" claim.
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580 M EditorWindow.py M NEWS.txt M configHelpSourceEdit.py M idlever.py
-
Hye-Shik Chang authored
-
Tim Peters authored
-
Tim Peters authored
implementation it's used in must give its arguments specific names.
-
- 14 Jul, 2004 4 commits
-
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-