1. 69f6580 Misc changes for AIX: install the python.exp file, and properly use $(srcdir). by Guido van Rossum · 26 years ago
  2. 414f261 Revert to the old (indented) form of @DGUX_IS_BROKEN@. by Guido van Rossum · 26 years ago
  3. 8f00627 Some shifting around of the DGUX hack so that it won't break on DEC Unix by Guido van Rossum · 26 years ago
  4. 8b0d95f Oops, tiny fix for the DGUX rule when installing -- don't fail when by Guido van Rossum · 27 years ago
  5. 3c4bb80 Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but by Guido van Rossum · 27 years ago
  6. fc5d8b1 libainstall: Install Modules/Setup.thread in addition to Modules/Setup and by Fred Drake · 27 years ago
  7. 8e29a59 Skip directories when installing library files; this avoids problems by Guido van Rossum · 27 years ago
  8. 6cedf82 Make modes for installed files and directories variables; change the by Guido van Rossum · 27 years ago
  9. c9fd600 Suggestion by David Ascher: set EXE macro to empty string and use it by Guido van Rossum · 27 years ago
  10. e475d86 Install Misc/Makefile.pre.in in the config/ install directory. by Guido van Rossum · 27 years ago
  11. cf809d6 Rename sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  12. 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
  13. d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
  14. abffd00 Install config.h under $exec_prefix/include rather than $exec_prefix/lib. by Guido van Rossum · 27 years ago
  15. 6d91101 #Oops, missed a plat- prefix (for Lib/generic). by Guido van Rossum · 27 years ago
  16. 38bbbc7 Forgot to install the test/output directory! by Guido van Rossum · 27 years ago
  17. dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
  18. cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
  19. 86c052e Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash by Guido van Rossum · 27 years ago
  20. 5aadaf5 Need to define AR since it is used, and not all Makes define it by default. by Guido van Rossum · 27 years ago
  21. 506ef9e Change the order in which things are built -- build the shared modules by Guido van Rossum · 27 years ago
  22. 1eec528 Build getbuildno.o here, to adequately update it every time a new by Guido van Rossum · 27 years ago
  23. 895e105 For use with Misc/Makefile.pre.in, the libainstall target must install by Guido van Rossum · 27 years ago
  24. ded2e20 Change libainstall again: need to install fewer files for "freeze"; by Guido van Rossum · 27 years ago
  25. 914fbd9 New build procedure, using a single library libpython$(VERSION) at this level. by Guido van Rossum · 27 years ago
  26. 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
  27. fde5169 Force PYTHONPATH= empty when running test suite. by Guido van Rossum · 27 years ago
  28. 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 27 years ago
  29. 4246edd Unroll the for loop used for building python, so the first three by Guido van Rossum · 27 years ago
  30. 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 27 years ago
  31. db5a41f target libinstall: by Fred Drake · 27 years ago
  32. f631d13 Bump install version to 1.5. by Guido van Rossum · 27 years ago
  33. fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 27 years ago
  34. 042a051 Add $(srcdir) in front of the test program's name (else it won't work by Guido van Rossum · 28 years ago
  35. 9121ab9 Switched over to use the new testregr.py test harness. by Barry Warsaw · 28 years ago
  36. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  37. 04831d1 Use 574PATH, not $(PATH) -- it's a shell variable by Guido van Rossum · 28 years ago
  38. f71bd68 Fix $PATH and add $PYTHONPATH used to run regen. by Guido van Rossum · 28 years ago
  39. cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would by Guido van Rossum · 28 years ago
  40. fc8ebb1 MACHDEP and regen problem is now taken care of by Guido van Rossum · 28 years ago
  41. bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  42. b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
  43. 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago
  44. 64b6567 Some more install changes: by Guido van Rossum · 28 years ago
  45. b535da3 More changes to install targets. by Guido van Rossum · 28 years ago
  46. 3912fd8 Append version number to library install directory. by Guido van Rossum · 28 years ago
  47. 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
  48. 0068267 split autoconf target in two by Guido van Rossum · 28 years ago
  49. bfc1bbe Some cleanup; make for loops over subdirs less noisy, more informative. by Guido van Rossum · 28 years ago
  50. 586480b Added some comments to the top. by Guido van Rossum · 28 years ago
  51. e7abf4e remove Modules/Makefile on distclean by Guido van Rossum · 29 years ago
  52. 9f0a17b Better fix for creating extended pythons. (getpath.c needs to be by Sjoerd Mullender · 29 years ago
  53. ad5d2cf Fixed creation of extended python. by Sjoerd Mullender · 29 years ago
  54. 6d47d0d pass prefix etc. on when making sharedinstall; install getpath.c by Guido van Rossum · 29 years ago
  55. 7b4d460 the usual by Guido van Rossum · 29 years ago
  56. af07a44 the usual by Guido van Rossum · 29 years ago
  57. 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 29 years ago
  58. d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 29 years ago
  59. fb00a99 run config.status after recheck by Guido van Rossum · 29 years ago
  60. af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 30 years ago
  61. 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 30 years ago
  62. 9041279 run sharedinstall; add BINDIR macros etc by Guido van Rossum · 30 years ago
  63. 4a91df4 apply ranoib to installed libraries by Guido van Rossum · 30 years ago
  64. ac405f6 Shared library support by Guido van Rossum · 30 years ago
  65. 7522f03 Makefile.in: run compileall on installed library; rest: the usual by Guido van Rossum · 30 years ago
  66. 4e8af44 Simplify value of INSTALL (always 'cp'). by Guido van Rossum · 30 years ago
  67. a0e9a77 * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's by Guido van Rossum · 30 years ago
  68. 5552eb7 * BUGS: new file (merger of unofficial BUGS1.0.x files) by Guido van Rossum · 30 years ago
  69. 433c8ad Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  70. 810a92f Added depend target; cosmetic changes to other targets by Guido van Rossum · 31 years ago
  71. 6085e32 Alpha 1.0.0 by Guido van Rossum · 31 years ago
  72. 627b2d7 New files by Guido van Rossum · 31 years ago