Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New build procedure, using a single library libpython$(VERSION) at | Guido van Rossum | 1997-07-19 | 1 | -13/+21 |
| | | | | | | | | this level. The old libraries Modules/libModules.a etc. don't exist any more. The libainstall target is updated to match. | ||||
* | Don't stop if the tests fail the first time around. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Force PYTHONPATH= empty when running test suite. | Guido van Rossum | 1997-05-22 | 1 | -2/+2 |
| | |||||
* | TESTPATH is no longer needed | Guido van Rossum | 1997-05-13 | 1 | -3/+2 |
| | |||||
* | Unroll the for loop used for building python, so the first three | Guido van Rossum | 1997-04-23 | 1 | -9/+19 |
| | | | | | subdirectories can be made in parallel (unfortunately, Modules has to depend on all three). | ||||
* | (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. | Guido van Rossum | 1997-04-11 | 1 | -0/+1 |
| | |||||
* | target libinstall: | Fred Drake | 1997-03-13 | 1 | -0/+2 |
| | | | | | Create the .pyo files corresponding to the .py and .pyc files as well. | ||||
* | Bump install version to 1.5. | Guido van Rossum | 1997-01-22 | 1 | -1/+1 |
| | |||||
* | Add the Lib/MACHDEP subdir to TESTPATH. | Guido van Rossum | 1997-01-11 | 1 | -1/+1 |
| | |||||
* | Add $(srcdir) in front of the test program's name (else it won't work | Guido van Rossum | 1997-01-03 | 1 | -1/+1 |
| | | | | when $(srcdir) isn't '.', i.e. when using VPATH). | ||||
* | Switched over to use the new testregr.py test harness. | Barry Warsaw | 1997-01-02 | 1 | -2/+4 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -10/+17 |
| | |||||
* | Use 574PATH, not $(PATH) -- it's a shell variable | Guido van Rossum | 1996-09-10 | 1 | -1/+1 |
| | |||||
* | Fix $PATH and add $PYTHONPATH used to run regen. | Guido van Rossum | 1996-08-28 | 1 | -1/+2 |
| | |||||
* | Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would | Guido van Rossum | 1996-08-21 | 1 | -1/+1 |
| | | | | try to do the mkdir whenever a new python has been built... | ||||
* | MACHDEP and regen problem is now taken care of | Guido van Rossum | 1996-08-19 | 1 | -4/+3 |
| | |||||
* | Collect together all detailed installation directories. | Guido van Rossum | 1996-07-31 | 1 | -4/+7 |
| | |||||
* | Add a variable so you can easily install more than one machdep directory. | Guido van Rossum | 1996-07-30 | 1 | -1/+2 |
| | |||||
* | Correct typo (intall -> install) | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Some more install changes: | Guido van Rossum | 1996-07-30 | 1 | -16/+26 |
| | | | | | | | | | | - "make install" now depends on "make altinstall" for most of the work, and the binary is always installed as python<version> first, with a hard link to python made by "make bininstall". - Create the machine dependent directory if it doesn't exist, and attempt to run the regen script in it (unfortunately this will fail unless you have h2py in your $PATH - help!) | ||||
* | More changes to install targets. | Guido van Rossum | 1996-07-30 | 1 | -28/+85 |
| | |||||
* | Append version number to library install directory. | Guido van Rossum | 1996-07-24 | 1 | -10/+23 |
| | | | | | | | "make libinstall" no longer implies "make sharedinstall". "make altinstall" and "make altbininstall" install the python binary with a version number, for tentative installations (this does not install the include files or man page). | ||||
* | Use INSTALL_PROGRAM for makesetup | Guido van Rossum | 1996-07-21 | 1 | -1/+1 |
| | |||||
* | split autoconf target in two | Guido van Rossum | 1996-06-28 | 1 | -1/+2 |
| | |||||
* | Some cleanup; make for loops over subdirs less noisy, more informative. | Guido van Rossum | 1996-06-20 | 1 | -25/+27 |
| | |||||
* | Added some comments to the top. | Guido van Rossum | 1996-05-28 | 1 | -26/+100 |
| | | | | | | | | | | | | Changed install targets so (1) "make install" installs everything; (2) more directories are built as needed; (3) the X11R5 shell script install-sh is used (always). (The script can't be called install.sh since some Make versions have a default rule that copies "foo.sh" to "foo" when making "foo".) Added target "smelly" which checks for non-Py-prefixed exported symbols. | ||||
* | remove Modules/Makefile on distclean | Guido van Rossum | 1995-09-18 | 1 | -0/+1 |
| | |||||
* | Better fix for creating extended pythons. (getpath.c needs to be | Sjoerd Mullender | 1995-08-09 | 1 | -1/+0 |
| | | | | recompiled for the extensions) | ||||
* | Fixed creation of extended python. | Sjoerd Mullender | 1995-08-09 | 1 | -0/+2 |
| | |||||
* | pass prefix etc. on when making sharedinstall; install getpath.c | Guido van Rossum | 1995-08-07 | 1 | -2/+14 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-22 | 1 | -2/+3 |
| | |||||
* | the usual | Guido van Rossum | 1995-02-13 | 1 | -0/+1 |
| | |||||
* | define INSTALL_PROGRAM and INSTALL_DATA | Guido van Rossum | 1995-01-20 | 1 | -12/+14 |
| | |||||
* | be more careful about building Modules/Makefile.pre | Guido van Rossum | 1995-01-17 | 1 | -1/+5 |
| | |||||
* | run config.status after recheck | Guido van Rossum | 1995-01-12 | 1 | -0/+1 |
| | |||||
* | README: changed URL format to <URL:...>; added section on Tk. | Guido van Rossum | 1995-01-04 | 1 | -8/+9 |
| | | | | | | | Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff. | ||||
* | The usual changes when a release is nearing... | Guido van Rossum | 1995-01-02 | 1 | -11/+4 |
| | |||||
* | run sharedinstall; add BINDIR macros etc | Guido van Rossum | 1994-10-20 | 1 | -6/+14 |
| | |||||
* | apply ranoib to installed libraries | Guido van Rossum | 1994-10-10 | 1 | -0/+2 |
| | |||||
* | Shared library support | Guido van Rossum | 1994-09-12 | 1 | -0/+21 |
| | |||||
* | Makefile.in: run compileall on installed library; | Guido van Rossum | 1994-08-30 | 1 | -5/+7 |
| | | | | rest: the usual | ||||
* | Simplify value of INSTALL (always 'cp'). | Guido van Rossum | 1994-08-19 | 1 | -1/+1 |
| | | | | | | Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline. | ||||
* | * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's | Guido van Rossum | 1994-08-12 | 1 | -2/+1 |
| | | | | | | more trouble than it's worth at CWI and most other people seem to install Python in the default (/usr/local) anway. Changed comment describing --prefix in Makefile.in | ||||
* | * BUGS: new file (merger of unofficial BUGS1.0.x files) | Guido van Rossum | 1994-08-05 | 1 | -3/+3 |
| | | | | * Makefile.in (TAGS): Call etags w/o -t option | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -28/+226 |
| | |||||
* | Added depend target; cosmetic changes to other targets | Guido van Rossum | 1993-12-28 | 1 | -5/+18 |
| | |||||
* | Alpha 1.0.0 | Guido van Rossum | 1993-12-26 | 1 | -1/+8 |
| | |||||
* | New files | Guido van Rossum | 1993-12-24 | 1 | -0/+38 |