- 31 Oct, 2001 2 commits
-
-
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 13 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.
-
Fred Drake authored
dictionary instead of building a new one, and provide an overridable method to allow subclasses to catch ADD_INFO records that are not part of the initial block of ADD_INFO records created by the profiler itself.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
to lists of values, giving the contents of all the ADD_INFO records seen so far. This is initialized agressively when the log file is opened, so that whoever is looking at the log reader can always see the initial data loaded into the data stream. ADD_INFO events later in the log file continue to be reported to the application layer as before. Add a new method, addinfo(), to the profiler. This can be used to insert additional ADD_INFO records into the profiler log. Fix the tp_flags and tp_name slots on the type objects.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Bump version number
-
Fred Drake authored
improper time tuples passed to various functions. Based on comments from Andreas Jung.
-
Fred Drake authored
-