- 27 Sep, 2000 8 commits
-
-
Andrew M. Kuchling authored
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 authored
-
Greg Ward authored
deprecated after all. But now they're only implemented once, instead of N times.
-
Greg Ward authored
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 authored
Minor rewrites, and added the CVS ID in a comment.
-
Andrew M. Kuchling authored
and rewrote paragraph a bit.
-
Greg Ward authored
-
Greg Ward authored
(was crashing on any boolean command-line option!).
-
- 26 Sep, 2000 29 commits
-
-
cvs2svn authored
-
Barry Warsaw authored
the parser built into ImportErrors.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
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 authored
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
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 authored
-
Marc-André Lemburg authored
only tested a few cases.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Tim Peters authored
Fred, check this!
-
Fred Drake authored
-
Fred Drake authored
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 authored
-
Greg Ward authored
-
Greg Ward authored
-
Tim Peters authored
-
Greg Ward authored
Standardize whitespace in function calls.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Standardize whitespace in function calls.
-
Greg Ward authored
-
Greg Ward authored
-
Guido van Rossum authored
Python 2.0b2! (Note: Jeremy will finish the release on Sept. 26; I have to go on an unexpected business trip.)
-
Guido van Rossum authored
structure (same as AIX).
-
- 25 Sep, 2000 3 commits
-
-
Fredrik Lundh authored
-
Tim Peters authored
Note that somebody still needs to change the interpreter to say "2.0b2"; I'm assuming that's a normal part of somebody's Unix release checklist.
-
Fredrik Lundh authored
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable...
-