Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suggested by Pete Shinners: treat .m and .mm files as source code. | Andrew M. Kuchling | 2001-12-21 | 1 | -1/+1 |
| | | | | | | Question for Jack Jansen: is this reasonable? Candidate for 2.2 release branch (if Jack thinks it's OK). | ||||
* | Recreated after source changes. | Thomas Heller | 2001-12-18 | 1 | -284/+284 |
| | |||||
* | Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst | Thomas Heller | 2001-12-18 | 1 | -3/+6 |
| | | | | | | | | | | | | crashes. If no external zip-utility is found, the archive is created by the zipfile module, which behaves different now than in 2.1: if the zip-file is created in the root directory if the distribution, it will contain an (empty) version of itself. This triggered the above bug - so it's better to create the zip-file far away in the TMP directory. | ||||
* | Joe VanAndel wrote: | Marc-André Lemburg | 2001-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | > > When using 'distutils' (shipped with Python 2.1) I've found that my > Python scripts installed with a first line of: > > #!/usr/bin/python2.1None > > This is caused by distutils trying to patch the first line of the python > script to use the current interpreter. | ||||
* | When using GCC, use the right option to add a directory to the list of dirs | Fred Drake | 2001-12-11 | 1 | -1/+18 |
| | | | | | searched for a dependency for runtime linking. This closes SF bug #445902. | ||||
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -2/+11 |
| | | | | [ #409430 ] pydoc install broken | ||||
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -1/+2 |
| | | | | | | | | [ #477371 ] build_scripts can use wrong #! line scripts now get "built" into a directory build/scripts-$(PYTHON_VERSION)/ | ||||
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 1 | -0/+11 |
| | | | | | | | distutils for the library modules built as shared objects. A better solution appears possible, but with the threat that the distutils becomes more magical ("complex"). This closes SF bug #458343. | ||||
* | [Bug #475009] Tighten the pattern for the first line, so we don't | Andrew M. Kuchling | 2001-12-06 | 1 | -1/+1 |
| | | | | adjust it when a versioned interpreter is supplied (#!.../python2 ...) | ||||
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 11 | -48/+48 |
| | |||||
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 21 | -216/+210 |
| | |||||
* | Use a version number of 0.0.0 instead of ???. The latter leads to | Thomas Heller | 2001-12-06 | 1 | -1/+1 |
| | | | | | | | | | | invalid filenames on Windows when building without specifying a version number in the setup script. See also http://mail.python.org/pipermail/distutils-sig/2001-November/002656.html Bugfix candidate. | ||||
* | [Bug #459270] Fix incorrect docstring | Andrew M. Kuchling | 2001-12-06 | 1 | -8/+5 |
| | |||||
* | The libraries argument was completely ignored, fixed. Reported by | Jack Jansen | 2001-11-10 | 1 | -1/+2 |
| | | | | Tom Loredo. | ||||
* | With Andrew's blessing: distutils version number is now 1.0.3. | Thomas Heller | 2001-10-05 | 1 | -1/+1 |
| | |||||
* | Explicitely list the metadata attributes to show | Thomas Heller | 2001-10-05 | 1 | -295/+304 |
| | | | | | in the gui. Updated to include the new exe-file. | ||||
* | Implement PEP250: Use Lib/site-packages under windows. | Thomas Heller | 2001-09-05 | 1 | -311/+306 |
| | | | | | | | | | bdist_wininst doesn't use the NT SCHEME any more, instead a custom SCHEME is used, which is exchanged at installation time, depending on the python version used. Avoid a bogus warning frpom install_lib about installing into a directory not on sys.path. | ||||
* | [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. | Andrew M. Kuchling | 2001-09-05 | 1 | -1/+28 |
| | | | | | This will have to stay until we decide to drop 1.5.2 compatibility completely. | ||||
* | [Bug #444589] Record empty directories in the install_data command | Andrew M. Kuchling | 2001-09-04 | 1 | -4/+12 |
| | | | | Slightly modified version of patch from Jon Nelson (jnelson). | ||||
* | [Bug #436732] install.py does not record a created *.pth file in the | Andrew M. Kuchling | 2001-09-04 | 1 | -2/+5 |
| | | | | | INSTALLED_FILES output. Modified version of a patch from Jon Nelson (jnelson) | ||||
* | On the mac some library paths returned were outdated, some were outright funny. | Jack Jansen | 2001-09-04 | 1 | -5/+3 |
| | | | | Fixed. | ||||
* | Don't use dir() to find instance attribute names. | Neil Schemenauer | 2001-09-03 | 1 | -3/+7 |
| | |||||
* | Flush output more aggressively. This makes things look better if | Neil Schemenauer | 2001-08-29 | 1 | -0/+2 |
| | | | | the setup script is running from inside Vim. | ||||
* | Patch by Bill Noon: added 'dylib' as a library type along with | Jack Jansen | 2001-08-27 | 2 | -4/+9 |
| | | | | | 'static' and 'shared'. This fixes extension building for dynamic Pythons on MacOSX. | ||||
* | Patch #449054 to implement PEP 250. The standard install directory for | Greg Ward | 2001-08-23 | 2 | -8/+22 |
| | | | | | | modules and extensions on Windows is now $PREFIX/Lib/site-packages. Includes backwards compatibility code for pre-2.2 Pythons. Contributed by Paul Moore. | ||||
* | [Patch #441691] preprocess() method for Borland C compiler. | Andrew M. Kuchling | 2001-08-16 | 1 | -1/+35 |
| | | | | I have no way of testing this. | ||||
* | [Patch #444854 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -1/+4 |
| | | | | Add executable extension, needed to get the program name right on Win32 | ||||
* | [Patch #442530 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -4/+4 |
| | | | | | Provide include_dirs argument to all calls to ._preprocess and ._compile Fix typo: pattern.search(pattern) should be pattern.search(line) | ||||
* | Fix for NameError caught by PyChecker. | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
| | | | | (This command seems to be essentially untested; should fix that...) | ||||
* | [Bug #414032] Make the 'sdist' command work when the distribution contains | Andrew M. Kuchling | 2001-08-10 | 1 | -2/+18 |
| | | | | | | 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 | ||||
* | Remove unused variable | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+0 |
| | |||||
* | Fix typo caught by PyChecker | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Add forgotten import | Andrew M. Kuchling | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | Wrap a comment to fit in 80 columns. | Fred Drake | 2001-08-10 | 1 | -6/+6 |
| | | | | | Use construction-syntax for an exception to make the argument easier to read. | ||||
* | Use .get_license() | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | [Bug #412271, bug #449009] Use 'license' as the attribute name, | Andrew M. Kuchling | 2001-08-10 | 1 | -11/+11 |
| | | | | | | | 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 | ||||
* | Import UnknownFileError | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Import the errno module | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+2 |
| | |||||
* | Use correct variable name | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Miscellaneous minor cleanups. | Fred Drake | 2001-08-02 | 1 | -20/+21 |
| | |||||
* | Do convert_path() on script paths (now PyXML builds out of the box | Just van Rossum | 2001-07-29 | 1 | -0/+2 |
| | | | | under MacOS.) | ||||
* | Add backwards compatibility. | Marc-André Lemburg | 2001-07-26 | 1 | -1/+6 |
| | |||||
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -13/+13 |
| | |||||
* | Undo revision 1.7: always mangle a #! line containing "python" to point | Greg Ward | 2001-07-25 | 1 | -4/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | Don't "import *" from stat at all -- just import what's needed, and | Greg Ward | 2001-07-25 | 1 | -1/+1 |
| | | | | do it back in copy_file() (not at module level). | ||||
* | Patch #429442 from Jason Tishler: Corrects sys.platform and | Andrew M. Kuchling | 2001-07-20 | 1 | -0/+1 |
| | | | | | distutils.util.get_platform() problems caused by the cruft contained in Cygwin's uname -s. | ||||
* | Minor changes for stylistic cleanliness and consistency. | Fred Drake | 2001-07-18 | 1 | -16/+20 |
| | |||||
* | Fix a mismatched parenthesis in the last patch. | Guido van Rossum | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | [Bug #441527] Fixes for preprocessor support, contributed by Tarn | Andrew M. Kuchling | 2001-07-16 | 1 | -4/+5 |
| | | | | Weisner Burton | ||||
* | dummy checkin for testing, please ignore | unknown | 2001-07-04 | 1 | -1/+0 |
| |