| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add unlisted Boolean options. Thomas H., can you please check that I | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+2 |
|
|
* | [Bug #517451] bdist_rpm didn't list all of its Boolean options. | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+1 |
|
|
* | Allow shebang's which use versioned Python binaries. Fixes | Marc-André Lemburg | 2002-02-28 | 1 | -1/+1 |
|
|
* | First version which runs an install-script (specified by the | Thomas Heller | 2002-02-20 | 1 | -314/+354 |
|
|
* | package_dir must be converted from the distutils path conventions to | Thomas Heller | 2002-02-01 | 1 | -1/+5 |
|
|
* | Restrict the mode to the lowest four octal positions; higher positions | Andrew M. Kuchling | 2002-01-31 | 1 | -1/+1 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 4 | -3/+43 |
|
|
* | SWIGing a source file <name>.i silently overwrites <name>.c if it is | Thomas Heller | 2002-01-18 | 1 | -2/+2 |
|
|
* | Patch #414775: Add --skip-build option to bdist command. | Martin v. Löwis | 2002-01-12 | 3 | -3/+18 |
|
|
* | 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 |
|
|
* | Joe VanAndel wrote: | Marc-André Lemburg | 2001-12-11 | 1 | -1/+1 |
|
|
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -2/+11 |
|
|
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -1/+2 |
|
|
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 1 | -0/+11 |
|
|
* | [Bug #475009] Tighten the pattern for the first line, so we don't | Andrew M. Kuchling | 2001-12-06 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 11 | -48/+48 |
|
|
* | Explicitely list the metadata attributes to show | Thomas Heller | 2001-10-05 | 1 | -295/+304 |
|
|
* | Implement PEP250: Use Lib/site-packages under windows. | Thomas Heller | 2001-09-05 | 1 | -311/+306 |
|
|
* | [Bug #444589] Record empty directories in the install_data command | Andrew M. Kuchling | 2001-09-04 | 1 | -4/+12 |
|
|
* | [Bug #436732] install.py does not record a created *.pth file in the | Andrew M. Kuchling | 2001-09-04 | 1 | -2/+5 |
|
|
* | Patch #449054 to implement PEP 250. The standard install directory for | Greg Ward | 2001-08-23 | 1 | -7/+18 |
|
|
* | [Patch #444854 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -1/+4 |
|
|
* | [Patch #442530 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -4/+4 |
|
|
* | Fix for NameError caught by PyChecker. | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
|
|
* | [Bug #414032] Make the 'sdist' command work when the distribution contains | Andrew M. Kuchling | 2001-08-10 | 1 | -2/+18 |
|
|
* | 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 |
|
|
* | Use .get_license() | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
|
|
* | Do convert_path() on script paths (now PyXML builds out of the box | Just van Rossum | 2001-07-29 | 1 | -0/+2 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -2/+2 |
|
|
* | Undo revision 1.7: always mangle a #! line containing "python" to point | Greg Ward | 2001-07-25 | 1 | -4/+2 |
|
|
* | dummy checkin for testing, please ignore | unknown | 2001-07-04 | 1 | -1/+0 |
|
|
* | Fix bug #418369: typo in bdist_rpm | Andrew M. Kuchling | 2001-05-21 | 1 | -1/+1 |
|
|
* | Since bdist_wininst.py contains the installer executable, it had to be | Thomas Heller | 2001-04-10 | 1 | -262/+262 |
|
|
* | Call the write_pkg_info method | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
|
|
* | Fix bug #233253: the --define and --undef options didn't work, whether | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+15 |
|
|
* | The bdist_wininst.py command has been recreated after wininst.exe | Thomas Heller | 2001-03-16 | 1 | -272/+308 |
|
|
* | Make docstrings raw, since they contain literal backslashes. | Ka-Ping Yee | 2001-03-10 | 1 | -1/+1 |
|
|
* | When not copying a file because the output is up to date, make the message | Fred Drake | 2001-03-02 | 1 | -2/+2 |
|
|
* | Leave #! lines featuring /usr/bin/env alone | Andrew M. Kuchling | 2001-02-28 | 1 | -2/+4 |
|
|
* | Enhancements to the bdist_wininst command: | Thomas Heller | 2001-02-19 | 1 | -265/+282 |
|
|
* | Split the rpath argument into multiple paths, turning it into a list. | Andrew M. Kuchling | 2001-02-17 | 1 | -0/+3 |
|
|
* | Patch #103587: Fix typo that broke the install_data command; caught by | Andrew M. Kuchling | 2001-02-05 | 1 | -1/+1 |
|
|
* | Data pathnames were not converted from URL-style to local style. Fixed. | Jack Jansen | 2001-01-28 | 1 | -2/+4 |
|
|
* | Added an execution layer to be able to customize per-extension | Marc-André Lemburg | 2001-01-26 | 1 | -91/+92 |
|
|
* | Part of patch #102409: special cases for Cygwin: | Andrew M. Kuchling | 2001-01-24 | 1 | -0/+18 |
|
|
* | Modified version of a patch from Jeremy Kloth, to make .get_outputs() | Andrew M. Kuchling | 2001-01-16 | 1 | -1/+5 |
|
|
* | Check in patch #102971: if library_dirs is a string, split it using | Andrew M. Kuchling | 2001-01-09 | 1 | -0/+2 |
|
|