- 01 Nov, 2001 7 commits
-
-
Tim Peters authored
"complicated_bool".
-
Fred Drake authored
saferepr(), a bit less for pformat().
-
Neil Schemenauer authored
objects to save in gc.garbage. This should be the last change needed to fix SF bug 477059: "__del__ on new classes vs. GC". Note that this change slightly changes the behavior of the collector. Before, if a cycle was found that contained instances with __del__ methods then all instance objects in that cycle were saved in gc.garbage. Now, only objects with __del__ methods are saved in gc.garbage.
-
Jack Jansen authored
if you are not building while logged in to the console (you cannot connect to the window server, so the Carbon library doesn't initialize). Added a quick hack to skip the import test, with a warning, for modules linked against Carbon.
-
Guido van Rossum authored
When moving objects with a __del__ attribute to a special list, look for __del__ on new-style classes with the HEAPTYPE flag set as well. (HEAPTYPE means the class was created by a class statement.)
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 31 Oct, 2001 16 commits
-
-
Neil Schemenauer authored
SF bug 476129: "gc.collect sometimes hangs".
-
Just van Rossum authored
if I hit enter instead of return upon file selection.
-
Just van Rossum authored
on demand instead of at startup.
-
Michael W. Hudson authored
[ #476557 ] Wrong error message for file.write(a, b) Makes file.write a METH_VARARGS function.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Bump version number
-
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 17 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
-