- 27 Eyl, 2000 13 kayıt (commit)
-
-
Jeremy Hylton yazdı
copied strings from environment variables and argv[0] into fixed-length buffers without checking their length. Reported by Stan Bubrouski; advice on fix from John Viega.
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
Lars Gustäbel yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
comes from two comp.lang.tcl postings of mine, with much rewriting and expansion of the material. Note that 2.0 will be released in the autumn, not the summer.
-
Greg Ward yazdı
-
Greg Ward yazdı
deprecated after all. But now they're only implemented once, instead of N times.
-
Greg Ward yazdı
implementations. Details: * replace 'link_shared_object()', 'link_shared_lib()', and 'link_executable()' with 'link()', which is (roughly) the union of the three methods it replaces * in all implementation classes (UnixCCompiler, MSVCCompiler, etc.), ditch the old 'link_*()' methods and replace them with 'link()' * in the abstract base class (CCompiler), add the old 'link_*()' methods as wrappers around the new 'link()' (they also print a warning of the deprecated interface) Also increases consistency between MSVCCompiler and BCPPCompiler, hopefully to make it easier to factor out the mythical WindowsCCompiler class. Details: * use 'self.linker' instead of 'self.link' * add ability to compile resource files to BCPPCompiler * added (redundant?) 'object_filename()' method to BCPPCompiler * only generate a .def file if 'export_symbols' defined
-
Andrew M. Kuchling yazdı
Minor rewrites, and added the CVS ID in a comment.
-
Andrew M. Kuchling yazdı
and rewrote paragraph a bit.
-
Greg Ward yazdı
-
Greg Ward yazdı
(was crashing on any boolean command-line option!).
-
- 26 Eyl, 2000 27 kayıt (commit)
-
-
cvs2svn yazdı
-
Barry Warsaw yazdı
the parser built into ImportErrors.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
caused the drive letter to cause urlopen() to think it was an unrecognized URL scheme. This only passes system ids to urlopen() if the file does not exist. It works on Windows & Unix. It should work everywhere else as well.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
In the limits.h comment, noted that INT_MAX and LONG_MAX are guaranteed to be defined. Noted that Reliant UNIX now gets proper API support for extension modules.
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
only tested a few cases.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
sentences with a period and put () after function/method names), and filled in the blanks on mailbox and posixfile. Noted <limits.h> change.
-
Tim Peters yazdı
-
Tim Peters yazdı
Fred, check this!
-
Fred Drake yazdı
-
Fred Drake yazdı
Add definitions of INT_MAX and LONG_MAX to pyport.h. Remove includes of limits.h and conditional definitions of INT_MAX and LONG_MAX elsewhere. This closes SourceForge patch #101659 and bug #115323.
-
Jeremy Hylton yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Tim Peters yazdı
-
Greg Ward yazdı
Standardize whitespace in function calls.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Standardize whitespace in function calls.
-
Greg Ward yazdı
-
Greg Ward yazdı
-