| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
|
|
* | Add forgotten initialization. Fixes bug #120994, "Traceback with | Andrew M. Kuchling | 2000-12-20 | 1 | -0/+1 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 7 | -9/+9 |
|
|
* | Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding | Greg Ward | 2000-10-14 | 1 | -3/+6 |
|
|
* | Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if | Greg Ward | 2000-10-14 | 1 | -2/+4 |
|
|
* | Bastian Kleineidam: fix up any supplied command-line options. | Greg Ward | 2000-10-14 | 1 | -1/+16 |
|
|
* | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -246/+246 |
|
|
* | Remove some debugging prints. | Greg Ward | 2000-10-03 | 1 | -2/+0 |
|
|
* | Fixed so --no-compile is a negative alias for --compile. | Greg Ward | 2000-10-03 | 1 | -0/+1 |
|
|
* | Typo fix. | Greg Ward | 2000-10-02 | 1 | -1/+1 |
|
|
* | Added the ability to do byte-compilation at build time, currently off | Greg Ward | 2000-10-02 | 1 | -5/+51 |
|
|
* | Added --compile, --optimize options so users have an easy way to | Greg Ward | 2000-10-02 | 1 | -0/+12 |
|
|
* | Finished the overhaul of byte-compilation options: there's now a 6-way | Greg Ward | 2000-10-02 | 1 | -15/+66 |
|
|
* | From 'run()', only call 'bytecompile()' if we actually have | Greg Ward | 2000-10-01 | 1 | -1/+1 |
|
|
* | Reduced the 'bytecompile()' method to a one-line wrapper around | Greg Ward | 2000-09-30 | 1 | -15/+4 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 14 | -339/+338 |
|
|
* | Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. | Greg Ward | 2000-09-30 | 1 | -1/+2 |
|
|
* | Expect a tuple (dest_name, copied) from 'copy_file()'. | Greg Ward | 2000-09-30 | 2 | -3/+3 |
|
|
* | Changed 'build_module()' so it returns the result of 'copy_file()' | Greg Ward | 2000-09-30 | 1 | -1/+1 |
|
|
* | Changed to use the 'sub-commands' machinery: | Greg Ward | 2000-09-30 | 1 | -21/+29 |
|
|
* | Moved some things around for better organization. | Greg Ward | 2000-09-30 | 1 | -26/+36 |
|
|