| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+0 |
|
|
* | [Bug #550364] Add get_python_version() | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+9 |
|
|
* | Back out part of rev. 1.53, restoring the use of the string module. | Andrew M. Kuchling | 2002-11-13 | 1 | -4/+6 |
|
|
* | Remove use of string module and reflow a couple of long lines. | Jeremy Hylton | 2002-11-05 | 1 | -10/+10 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -2/+5 |
|
|
* | [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+17 |
|
|
* | Well, Fred never did explain why the code to determine whether the | Michael W. Hudson | 2002-07-12 | 1 | -7/+3 |
|
|
* | Whitespace normalization (remove tabs) | Neal Norwitz | 2002-06-26 | 1 | -4/+4 |
|
|
* | Fixed various MacPython-specific issues found by attempting to use the standa... | Jack Jansen | 2002-06-26 | 1 | -1/+6 |
|
|
* | Fix unused local variables caught by pychecker. | Jeremy Hylton | 2002-06-04 | 1 | -1/+0 |
|
|
* | When using a Python that has not been installed to build 3rd-party | Fred Drake | 2002-06-04 | 1 | -14/+22 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -0/+26 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -4/+4 |
|
|
* | [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. | Andrew M. Kuchling | 2001-09-05 | 1 | -1/+28 |
|
|
* | On the mac some library paths returned were outdated, some were outright funny. | Jack Jansen | 2001-09-04 | 1 | -5/+3 |
|
|
* | Patch #449054 to implement PEP 250. The standard install directory for | Greg Ward | 2001-08-23 | 1 | -1/+4 |
|
|
* | Miscellaneous minor cleanups. | Fred Drake | 2001-08-02 | 1 | -20/+21 |
|
|
* | 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 | 1 | -3/+3 |
|
|
* | Minor changes for stylistic cleanliness and consistency. | Fred Drake | 2001-07-18 | 1 | -16/+20 |
|
|
* | Fixed botched indent in _init_mac() code. (It may never be executed, | Guido van Rossum | 2001-05-17 | 1 | -1/+1 |
|
|
* | Made distutils understand the MacPython Carbon runtime model. Distutils will ... | Jack Jansen | 2001-05-17 | 1 | -0/+4 |
|
|
* | Placate tabnanny | Andrew M. Kuchling | 2001-02-28 | 1 | -1/+1 |
|
|
* | Linking just got simpiler on AIX and BeOS (closes SF patch #103679). | Neil Schemenauer | 2001-02-16 | 1 | -25/+2 |
|
|
* | There is no more Modules/Makefile, use toplevel Makefile. | Neil Schemenauer | 2001-01-24 | 1 | -1/+1 |
|
|
* | Patch #103279: sysconfig.py always looks for versions of files in | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+19 |
|
|
* | Fix bugs with integer-valued variables when parsing Makefiles. Values | Andrew M. Kuchling | 2001-01-16 | 1 | -5/+9 |
|
|
* | Delete unused import of pprint module | Andrew M. Kuchling | 2001-01-11 | 1 | -1/+0 |
|
|
* | Added 'expand_makefile_vars()' to (duh) expand make-style variables | Greg Ward | 2000-09-17 | 1 | -9/+39 |
|
|
* | Changed from eager parsing of Makefile (at import time) to lazy: only do | Greg Ward | 2000-09-15 | 1 | -25/+63 |
|
|
* | Fixed so 'parse_makefile()' uses the TextFile class to ensure that | Greg Ward | 2000-09-15 | 1 | -6/+8 |
|
|
* | Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. | Greg Ward | 2000-09-01 | 1 | -0/+17 |
|
|
* | Typo fix. | Greg Ward | 2000-08-02 | 1 | -1/+1 |
|
|
* | Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. | Greg Ward | 2000-08-02 | 1 | -17/+1 |
|
|
* | Oops, only do that AIX hack on AIX. | Greg Ward | 2000-06-27 | 1 | -1/+1 |
|
|
* | Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. | Greg Ward | 2000-06-27 | 1 | -15/+12 |
|
|
* | Added the 'customize_compiler()' function, which plugs in the essential | Greg Ward | 2000-06-25 | 1 | -0/+20 |
|
|
* | Added a bunch of new globals in '_init_mac()' -- these will be needed to | Greg Ward | 2000-06-03 | 1 | -1/+15 |
|
|
* | Catch failure to open installed Makefile, and report it as a | Greg Ward | 2000-05-23 | 1 | -1/+11 |
|
|
* | Added kludge to deal with the "./ld_so_aix" problem: force all strings | Greg Ward | 2000-04-19 | 1 | -0/+15 |
|
|
* | Don't load the config.h file, even under Unix, because we never use the | Greg Ward | 2000-04-19 | 1 | -2/+0 |
|
|
* | Don't bother reading config.h on NT or Mac OS. (It's not really needed | Greg Ward | 2000-04-14 | 1 | -6/+0 |
|
|
* | Added optional 'prefix' arguments to 'get_python_inc()' and | Greg Ward | 2000-04-10 | 1 | -4/+10 |
|
|
* | Better variable names here and there. | Greg Ward | 2000-04-10 | 1 | -18/+18 |
|
|
* | There are a few places which can raise DistutilsPlatformError; make | Fred Drake | 2000-03-09 | 1 | -41/+54 |
|
|
* | Added Joe Van Andel's 'get_python_inc()', adapted by me to supply | Greg Ward | 2000-03-09 | 1 | -15/+80 |
|
|
* | Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. | Greg Ward | 2000-03-07 | 1 | -0/+22 |
|
|
* | get_config_h_filename(): Support NT as well as Posix systems. | Fred Drake | 2000-02-08 | 1 | -10/+14 |
|
|
* | Comment fix. | Greg Ward | 2000-02-02 | 1 | -8/+13 |
|
|
* | Patch from Perry Stoll: tweaks to Windows support. | Greg Ward | 1999-08-29 | 1 | -1/+6 |
|
|