- 03 Sep, 2001 1 commit
-
-
Neil Schemenauer authored
-
- 29 Aug, 2001 1 commit
-
-
Neil Schemenauer authored
the setup script is running from inside Vim.
-
- 27 Aug, 2001 1 commit
-
-
Jack Jansen authored
'static' and 'shared'. This fixes extension building for dynamic Pythons on MacOSX.
-
- 23 Aug, 2001 1 commit
-
-
Greg Ward authored
modules and extensions on Windows is now $PREFIX/Lib/site-packages. Includes backwards compatibility code for pre-2.2 Pythons. Contributed by Paul Moore.
-
- 16 Aug, 2001 3 commits
-
-
Andrew M. Kuchling authored
I have no way of testing this.
-
Andrew M. Kuchling authored
Add executable extension, needed to get the program name right on Win32
-
Andrew M. Kuchling authored
Provide include_dirs argument to all calls to ._preprocess and ._compile Fix typo: pattern.search(pattern) should be pattern.search(line)
-
- 13 Aug, 2001 1 commit
-
-
Andrew M. Kuchling authored
(This command seems to be essentially untested; should fix that...)
-
- 10 Aug, 2001 7 commits
-
-
Andrew M. Kuchling authored
libraries. This is done by adding a .get_source_files() method, contributed by Rene Liebscher and slightly modified. Remove an unused local variable spotted by PyChecker
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
Use construction-syntax for an exception to make the argument easier to read.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
though 'licence' is still supported for backward-compatibility (Should I add a warning to get_licence(), or not bother?) Also fixes an UnboundLocalError noticed by PyChecker
-
- 09 Aug, 2001 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 02 Aug, 2001 1 commit
-
-
Fred Drake authored
-
- 29 Jul, 2001 1 commit
-
-
Just van Rossum authored
under MacOS.)
-
- 26 Jul, 2001 2 commits
-
-
Marc-André Lemburg authored
-
Martin v. Löwis authored
-
- 25 Jul, 2001 2 commits
-
-
Greg Ward authored
to the current Python interpreter (ie. the one used for building/installation), even (especially!) if "/usr/bin/env" appears in the #! line. Rationale: installing scripts with "#!/usr/bin/env python" is asking for trouble, because 1) it might pick the wrong interpreter (not the one used to build/install the script) 2) it doesn't work on all platforms (try it on IRIX 5, or on Linux with command-line options for python) 3) "env" might not be in /usr/bin
-
Greg Ward authored
do it back in copy_file() (not at module level).
-
- 20 Jul, 2001 1 commit
-
-
Andrew M. Kuchling authored
distutils.util.get_platform() problems caused by the cruft contained in Cygwin's uname -s.
-
- 18 Jul, 2001 1 commit
-
-
Fred Drake authored
-
- 16 Jul, 2001 2 commits
-
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
Weisner Burton
-
- 04 Jul, 2001 1 commit
-
-
unknown authored
-
- 19 Jun, 2001 2 commits
-
-
Jack Jansen authored
- compile() didn't return a (empty) list of objects. Fixed. - the various _fix_xxx_args() methods weren't called (are they new or did I overlook them?). Fixed.
-
Just van Rossum authored
Fixed -D emulation for symbols with a value, as specified with the define_macros Extension argument.
-
- 21 May, 2001 1 commit
-
-
Andrew M. Kuchling authored
-
- 17 May, 2001 2 commits
-
-
Guido van Rossum authored
but it still can't have any syntax errors. Went a little too fast there, Jack? :-)
-
Jack Jansen authored
Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter.
-
- 23 Apr, 2001 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 14 Apr, 2001 1 commit
-
-
Guido van Rossum authored
argument "wb", while the only valid modes are "r", "w" or "a". Fix this by changing the mode to "w".
-
- 10 Apr, 2001 1 commit
-
-
Thomas Heller authored
rebuild.
-
- 05 Apr, 2001 1 commit
-
-
Andrew M. Kuchling authored
in order to support Objective-C.
-
- 31 Mar, 2001 1 commit
-
-
Andrew M. Kuchling authored
-