- 15 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Kas, 2002 24 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().
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
defaults dictionary parameter which is passed to ConfigParser.
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
just a conversion of pydoc.help(logging).
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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 Kas, 2002 15 kayıt (commit)
-
-
Eric S. Raymond yazdı
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 yazdı
-
Jeremy Hylton yazdı
Add some simple tests of the persistence hooks.
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
This includes SF patch #590352 and additional support for more of the custom markup.
-
Fred Drake yazdı
time in http://www.python.org/dev/doc/. There have been no bug reports on these for a long time now. - Remove local "use" statement that duplicates a top-level "use".
-
Fred Drake yazdı
-
Fred Drake yazdı
that are processed before their arguments. Closes SF bug #637807.
-
Fred Drake yazdı
Closes SF bug #637807.
-
Jeremy Hylton yazdı
The buggy yahoo server was fixed, and the opalgroup test files are gone.
-
Jeremy Hylton yazdı
Also, remove unused local variable noted by pychecker.
-
Andrew M. Kuchling yazdı
The two long lines have been reflowed differently; hopefully someone on BeOS can test them. Rev. 1.53 also converted string.atoi() to int(); I've left that alone.
-