- 18 Jul, 2004 2 commits
-
-
Tim Peters authored
that pyclbr doesn't need to special-case modules that do "from types import *".
-
Tim Peters authored
causing test_pyclbr to fail on all other platforms. Added that routine to the urllib "ignore" list. Removed the special case for "g" in the pickle module. types.py deletes "g" from its namespace; maybe it didn't always. Whatever, the special case isn't needed today.
-
- 17 Jul, 2004 9 commits
-
-
Tim Peters authored
actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear.
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
hyphen and underscores in consistency of non-CJK aliases. (Spotted by Mike Brown at SF #969415)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
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 22 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
-