- 15 Nov, 2002 13 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Raymond Hettinger authored
and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
-
Martin v. Löwis authored
of egcs. Fixes #635929. Backported to 2.2.3.
-
Raymond Hettinger authored
and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
-
Andrew M. Kuchling authored
this section fits best in inst.tex's organization; Fred or someone, feel free to move it.
-
Jack Jansen authored
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 authored
in python 2.2.
-
Jack Jansen authored
-
Jack Jansen authored
attempt to load an override version in this case.
-
Jack Jansen authored
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 authored
-
- 14 Nov, 2002 24 commits
-
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
Tim Peters authored
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 authored
treats as a fatal error).
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
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 authored
algorithm, and add some new tests for the C3 algorithm.
-
Guido van Rossum authored
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 authored
Fixes SF # 637835.
-
Tim Peters authored
the name instead of enduring nanny "security warnings" from tempfile.mktemp().
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
defaults dictionary parameter which is passed to ConfigParser.
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Skip Montanaro authored
just a conversion of pydoc.help(logging).
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
If you have source files srcdir1/foo.c and srcdir2/foo.c, the temporary .o for both files is written to build/temp.<platform>/foo.o. This patch sets strip_dir to false for both calls to object_filename, so now the object files are written to temp.<platform>/srcdir1/foo.o and .../srcdir2/foo.o. 2.2 bugfix candidate
-
- 13 Nov, 2002 3 commits
-
-
Eric S. Raymond authored
present and the caller has not specified a name/password pair. This change makes it less likely that a lazy coder will expose sensitive information in a word-readable script. Also, make the test a bit smarter. If NNTPSERVER is defined in the environment it will go talk to that server rather than look for a possibly nonexistent local one named 'news'. Maybe the osession initializer ought to look at NNTPSERVER rather than requiring a host arg? Must look around and see how universal this convention is first.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Add some simple tests of the persistence hooks.
-