- 26 Jul, 2001 1 commit
-
-
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
-
- 23 Mar, 2001 1 commit
-
-
Andrew M. Kuchling authored
after each newline, instead of just blindly inserting a space at the start of each line. (Improvement suggested by Thomas Wouters)
-
- 22 Mar, 2001 6 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
with 1.5.2
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
along with options to print them. Add a finalize_options() method to Distribution to do final processing on the platform and keyword attributes Add DistributionMetadata.write_pkg_info() method to write a PKG-INFO file into the release tree.
-
Andrew M. Kuchling authored
-
- 17 Mar, 2001 2 commits
-
-
Andrew M. Kuchling authored
specified on the command-line or in setup.cfg. The option processing leaves them as strings, but they're supposed to be lists.
-
Andrew M. Kuchling authored
-
- 16 Mar, 2001 2 commits
-
-
Thomas Heller authored
before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
-
Thomas Heller authored
has been changed to include an uninstaller. I forgot to mention in the uninstaller checkin that the logfile name (used for uninstalling) has been changed from <module>.log to <module>-wininst.log. This should prevent conflicts with a distutils logfile serving the same purpose. The short form of the --bdist-dir (-d) option has been removed because it caused conflicts with the short form of the --dist-dir option.
-
- 10 Mar, 2001 1 commit
-
-
Ka-Ping Yee authored
-
- 02 Mar, 2001 1 commit
-
-
Fred Drake authored
slightly more brief, and more like the message that an extension will not be built because the built copy is up to date.
-
- 28 Feb, 2001 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 27 Feb, 2001 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
the Cygwin-specific compiler class. (According to Jason Tishler, cygwinccompiler needs some work to handle the differences in Cygwin- and MSVC-Python. Makefile and config files are currently ignored by cygwinccompiler, as it was written to support cygwin for extensions which are intended to be used with the standard MSVC built Python.)
-
Andrew M. Kuchling authored
-
- 19 Feb, 2001 2 commits
-
-
Thomas Heller authored
--bitmap command line option allows to use a different bitmap file instead of the build-in python powered logo. --title lets you specify the text to display on the background. The editbox in the first screen now longer is selected (highlighted), it had the WS_TABSTOP flag. This is the patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470 with two changes: 1. No messagebox displayed when the compilation to .pyc or .pyo files failes, this will only confuse the user (and it will fail under certain cases, where sys.path contains garbage). 2. A debugging print statement was removed from bdist_wininst.py.
-
Marc-André Lemburg authored
and also takes the sys.platform name into account. This helps on platforms where there are multiple possible compiler backends (the one with which Python itself was compiled is preferred over others in this case). The patch uses this new technique to enable using cygwin compiler per default for cygwin compiled Pythons. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 17 Feb, 2001 1 commit
-
-
Andrew M. Kuchling authored
This partially fixes bug #128930.
-