- 01 Kas, 2001 9 kayıt (commit)
-
-
Tim Peters yazdı
Partial fix. float_abs(): ensure abs(-0.0) returns +0.0. Bugfix candidate.
-
Fred Drake yazdı
This closes SF bug #476898.
-
Tim Peters yazdı
"complicated_bool".
-
Fred Drake yazdı
saferepr(), a bit less for pformat().
-
Neil Schemenauer yazdı
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 yazdı
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 yazdı
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 yazdı
-
Guido van Rossum yazdı
-
- 31 Eki, 2001 16 kayıt (commit)
-
-
Neil Schemenauer yazdı
SF bug 476129: "gc.collect sometimes hangs".
-
Just van Rossum yazdı
if I hit enter instead of return upon file selection.
-
Just van Rossum yazdı
on demand instead of at startup.
-
Michael W. Hudson yazdı
[ #476557 ] Wrong error message for file.write(a, b) Makes file.write a METH_VARARGS function.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Bump version number
-
Just van Rossum yazdı
-
Jack Jansen yazdı
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 yazdı
-
Chui Tey yazdı
-
Just van Rossum yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
Muller.
-
Tim Peters yazdı
test that wouldn't even compile,
-
- 30 Eki, 2001 15 kayıt (commit)
-
-
Tim Peters yazdı
Jack Jansen on python-dev. Add simple test case. Move vereq() from test_descr to test_support (it's handy!).
-
Jack Jansen yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
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 yazdı
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 yazdı
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 yazdı
Bump version number
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Jack Jansen yazdı
generating Waste.
-
Jack Jansen yazdı
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 yazdı
visible in the table of contents.
-
Fred Drake yazdı
-