- 17 Kas, 2002 2 kayıt (commit)
-
-
Neil Schemenauer yazdı
Py_Init crash". refchain cannot be cleared because objects can live across Py_Finalize() and Py_Initialize() if they are kept alive by circular references.
-
Skip Montanaro yazdı
-
- 16 Kas, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Closes SF bug #639170.
-
- 15 Kas, 2002 26 kayıt (commit)
-
-
Neal Norwitz yazdı
Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener
-
Neal Norwitz yazdı
Fix pychecker warnings, remove unused imports and rename root
-
Neal Norwitz yazdı
Will backport.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Thomas Heller yazdı
avaliable in the Python 2.2 branch. I've left out some flags which are more thought for debugging, if someone needs them, he can always look at the output of --help. I'm sure Fred will make some adjustments, so I'll only mark this as a 2.2 bugfix candidate. There are more options available in the current CVS bdist_wininst, I will document them after this is in.
-
Thomas Heller yazdı
-
Tim Peters yazdı
Win98SE box, but whatever the cause, it had scrolled off the DOS box. (There was just the "test_queue failed" summary at the end of the regrtest run.)
-
Fred Drake yazdı
warnings;" to this, and keep the "use" statement this time. Fix an obscure bug that caused weird index entries to be generated in a few cases, and a minor problem with horizontal alignmetn of the last column of 5-column tables. [I'd report a SF bug #, but I can't get to that right now.]
-
Fred Drake yazdı
-
Tim Peters yazdı
work on Win98SE too (yay!).
-
Fred Drake yazdı
iteration support was documented; the docs for __iter__() were just confusing.
-
Andrew M. Kuchling yazdı
Trim excess whitespace off one line
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
-
Martin v. Löwis yazdı
of egcs. Fixes #635929. Backported to 2.2.3.
-
Raymond Hettinger yazdı
and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
-
Andrew M. Kuchling yazdı
this section fits best in inst.tex's organization; Fred or someone, feel free to move it.
-
Jack Jansen yazdı
Apple-installed Python 2.2 from /usr/bin as it's underlying engine. All the MacPython stuff is installed into /Applications/MacPython-OSX, and .pth files and other magic are used to tie everything together. So far only the raw windowing interpreter and BuildApplet work.
-
Jack Jansen yazdı
in python 2.2.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
attempt to load an override version in this case.
-
Jack Jansen yazdı
OSX 10.2 apple-supplied Python as its base: if we've copied a symlink as the executable we remove it and install appletrunner in stead.
-
Jack Jansen yazdı
-
- 14 Kas, 2002 10 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
running IDLE, and since I'm not a Tcl Guy I'm not sure what else to do. Up to you! See XXX comments in PCbuild\readme.txt for cautions. Also repaired typos in the new bz2-for-Windows instructions.
-
Tim Peters yazdı
treats as a fatal error).
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
recent version from Greg's CVS. I've changed the module docstring, added a copyright notice, and renamed OptikError to OptParseError. Still to do are documentation and unit tests.
-
Guido van Rossum yazdı
algorithm, and add some new tests for the C3 algorithm.
-
Guido van Rossum yazdı
619475; also closing SF bug 618704). I tweaked his code a bit for style. This raises TypeError for MRO order disagreements, which is an improvement (previously these went undetected) but also a degradation: what if the order disagreement doesn't affect any method lookups? I don't think I care.
-
Thomas Heller yazdı
Fixes SF # 637835.
-
Tim Peters yazdı
the name instead of enduring nanny "security warnings" from tempfile.mktemp().
-