- 31 Oct, 2001 10 commits
-
-
Just van Rossum authored
-
Jack Jansen authored
routines. As of 10.1 using Carbon will crash Python if no window server is available (ssh connection, console mode, MacOSX Server). This fixes bug #466907. A result of this mod is that the default 8bit encoding on OSX is now ASCII, for the time being. Also, the extension modules that need the Carbon framework now explicitly include it in setup.py.
-
Jack Jansen authored
-
Chui Tey authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
Muller.
-
Tim Peters authored
test that wouldn't even compile,
-
- 30 Oct, 2001 25 commits
-
-
Tim Peters authored
Jack Jansen on python-dev. Add simple test case. Move vereq() from test_descr to test_support (it's handy!).
-
Jack Jansen authored
Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and understand the __main__.py convention used there for applets. This gives us applets that work on both OS9 and OSX! (Although "applet" may not be the correct word for something that is going to be multimegabyte:-). But: the code is currently disabled, as it requires CodeWarrior 7 and I'm still using 6.
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
Removed "#undef HAVE_HYPOT" line from Borland config, as suggested. Whether this will break some other Borland usage is a good question I can't answer.
-
Fred Drake authored
since we do not have anything that causes dvips to be run except when PostScript is specifically requested, which is a separate target.
-
Fred Drake authored
LaTeX2HTML. This is not safe to do in general (for the reasons LaTeX2HTML protects against dvips to begin with), but is safe if we do not actually need to run dvips. Note that we also assume it is safe if the user specifically requests PostScript generation. See the comments for further explanation.
-
Andrew M. Kuchling authored
Bump version number
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-
Jack Jansen authored
generating Waste.
-
Jack Jansen authored
On the macintosh don't take a quick exit in find_module() for frozen submodule imports: the frozen import goes through a different mechanism.
-
Fred Drake authored
visible in the table of contents.
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
the earlier s/dictionary/dict/ change.
-
Guido van Rossum authored
test_commands does not work on IRIX It assumes the output of "ls /bin/ls" is a line that starts with a '-'. On IRIX that file is a symbolic link, so the first character is an l. This causes test_getstatus to fail.
-
Guido van Rossum authored
-
Guido van Rossum authored
memory, rather than the standard's 57. This fixes SF bug #473009.
-
Guido van Rossum authored
return the same as dir(None).
-
Guido van Rossum authored
-
Tim Peters authored
code. The patch is from Jeremy, and allows test_asynchat to run again. Bugfix candidate.
-
- 29 Oct, 2001 5 commits
-
-
Fredrik Lundh authored
-
Tim Peters authored
-
Guido van Rossum authored
XXX Remaining problems: - The GC module doesn't know about these; I think it has its reasons to disallow calling __del__, but for now, __del__ on new-style objects is called when the GC module discards an object, for better or for worse. - The code to call a __del__ handler is really ridiculously complicated, due to all the different debug #ifdefs. I've copied this from the similar code in classobject.c, so I'm pretty sure I did it right, but it's not pretty. :-( - No tests yet.
-
Tim Peters authored
Ensure that a tempfile can be closed any number of times without error. This wasn't true on Windows.
-
Fred Drake authored
right, but the tests for whether we are generating PDF are a bit more readable, and some unnecessary indirection has been removed.
-