1. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 23 years ago
  2. fdddb31 For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to by Guido van Rossum · 24 years ago
  3. 047fe99 Donn Cave <donn@oz.net>: Revise BeOS support. by Fred Drake · 24 years ago
  4. bc1c1c9 Install xml/parsers, not xml/parser. by Martin v. Löwis · 24 years ago
  5. ff555e3 Address Bug #115057: add a --with-suffix option to set the EXE by Guido van Rossum · 24 years ago
  6. 1091285 Sh*t! Should use $(srcdir)/LICENSE of course. by Guido van Rossum · 24 years ago
  7. cd28b02 Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version> directory. by Guido van Rossum · 24 years ago
  8. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  9. d3b1f11 Fix BeOS check in the libainstall target; noted by Mark Favas by Fred Drake · 24 years ago
  10. b73172f "tg@FreeBSD.org" writes: by Guido van Rossum · 24 years ago
  11. b0b7e31 Rene Liebscher <rliebscher@users.sourceforge.net>: by Fred Drake · 24 years ago
  12. 59bb080 Fix up problems when compiling in a directory other than the source directory. by Sjoerd Mullender · 24 years ago
  13. b16b835 Whoever added the Makefile rule to auto-build the Grammar didn't have by Guido van Rossum · 24 years ago
  14. 6546983 'make' in Grammar too, so graminit.h and graminit.c get re-build when by Thomas Wouters · 24 years ago
  15. 29d0a00 TESTOPTS: Since gc is enabled by default now (this may change for the by Barry Warsaw · 24 years ago
  16. 251caa5 A different solution for Patch #100979: support for out-of-tree "make TAGS" by Guido van Rossum · 24 years ago
  17. 4b0200e libinstall: For the first bytecode compilation pass, use -tt instead of by Fred Drake · 24 years ago
  18. ef4bb5f Change copyright notice. by Guido van Rossum · 24 years ago
  19. 6de7213 Setup.thread => Setup.config by Barry Warsaw · 24 years ago
  20. 4247ba6 Martin von Löwis <loewis@informatik.hu-berlin.de>: by Fred Drake · 24 years ago
  21. e53903c Install the contents of the Lib/curses directory by Andrew M. Kuchling · 24 years ago
  22. 0f7bd3c Added site-packages. (Sorry, forgot who submitted this patch.) by Guido van Rossum · 24 years ago
  23. 5d35bf9 Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew Kuchling. by Guido van Rossum · 24 years ago
  24. 570575b Added encodings to the LIBSUBDIRS variable, so that they get installed. by Guido van Rossum · 24 years ago
  25. 048e610 Drop the support level for stdwin a notch -- the contents of by Guido van Rossum · 24 years ago
  26. 9abc25e Enable -t when compiling Python library modules in libinstall (.pyc by Fred Drake · 24 years ago
  27. bcb393f The 'test' target ought to depend on 'all', not just on python$(EXE) by Guido van Rossum · 25 years ago
  28. 717d1fd 1. Augment the DG/UX rule so it doesn't break the BeOS build. by Guido van Rossum · 25 years ago
  29. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  30. 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 25 years ago
  31. 2a57004 Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. by Guido van Rossum · 26 years ago
  32. 370a083 Correctly add dependencies and build rules for Modules/python.o. by Guido van Rossum · 26 years ago
  33. ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  34. 15527e9 Protection agains non-existing subdirectories for clean and clobber by Guido van Rossum · 26 years ago
  35. a58153e Avoid using cut; sed can do this just as well... by Guido van Rossum · 26 years ago
  36. 69f6580 Misc changes for AIX: install the python.exp file, and properly use $(srcdir). by Guido van Rossum · 26 years ago
  37. 414f261 Revert to the old (indented) form of @DGUX_IS_BROKEN@. by Guido van Rossum · 26 years ago
  38. 8f00627 Some shifting around of the DGUX hack so that it won't break on DEC Unix by Guido van Rossum · 26 years ago
  39. 8b0d95f Oops, tiny fix for the DGUX rule when installing -- don't fail when by Guido van Rossum · 27 years ago
  40. 3c4bb80 Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but by Guido van Rossum · 27 years ago
  41. fc5d8b1 libainstall: Install Modules/Setup.thread in addition to Modules/Setup and by Fred Drake · 27 years ago
  42. 8e29a59 Skip directories when installing library files; this avoids problems by Guido van Rossum · 27 years ago
  43. 6cedf82 Make modes for installed files and directories variables; change the by Guido van Rossum · 27 years ago
  44. c9fd600 Suggestion by David Ascher: set EXE macro to empty string and use it by Guido van Rossum · 27 years ago
  45. e475d86 Install Misc/Makefile.pre.in in the config/ install directory. by Guido van Rossum · 27 years ago
  46. cf809d6 Rename sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  47. 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
  48. d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
  49. abffd00 Install config.h under $exec_prefix/include rather than $exec_prefix/lib. by Guido van Rossum · 27 years ago
  50. 6d91101 #Oops, missed a plat- prefix (for Lib/generic). by Guido van Rossum · 27 years ago
  51. 38bbbc7 Forgot to install the test/output directory! by Guido van Rossum · 27 years ago
  52. dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
  53. cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
  54. 86c052e Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash by Guido van Rossum · 27 years ago
  55. 5aadaf5 Need to define AR since it is used, and not all Makes define it by default. by Guido van Rossum · 27 years ago
  56. 506ef9e Change the order in which things are built -- build the shared modules by Guido van Rossum · 27 years ago
  57. 1eec528 Build getbuildno.o here, to adequately update it every time a new by Guido van Rossum · 27 years ago
  58. 895e105 For use with Misc/Makefile.pre.in, the libainstall target must install by Guido van Rossum · 27 years ago
  59. ded2e20 Change libainstall again: need to install fewer files for "freeze"; by Guido van Rossum · 27 years ago
  60. 914fbd9 New build procedure, using a single library libpython$(VERSION) at this level. by Guido van Rossum · 27 years ago
  61. 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
  62. fde5169 Force PYTHONPATH= empty when running test suite. by Guido van Rossum · 27 years ago
  63. 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 27 years ago
  64. 4246edd Unroll the for loop used for building python, so the first three by Guido van Rossum · 27 years ago
  65. 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 27 years ago
  66. db5a41f target libinstall: by Fred Drake · 27 years ago
  67. f631d13 Bump install version to 1.5. by Guido van Rossum · 27 years ago
  68. fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 27 years ago
  69. 042a051 Add $(srcdir) in front of the test program's name (else it won't work by Guido van Rossum · 28 years ago
  70. 9121ab9 Switched over to use the new testregr.py test harness. by Barry Warsaw · 28 years ago
  71. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  72. 04831d1 Use 574PATH, not $(PATH) -- it's a shell variable by Guido van Rossum · 28 years ago
  73. f71bd68 Fix $PATH and add $PYTHONPATH used to run regen. by Guido van Rossum · 28 years ago
  74. cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would by Guido van Rossum · 28 years ago
  75. fc8ebb1 MACHDEP and regen problem is now taken care of by Guido van Rossum · 28 years ago
  76. bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  77. b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
  78. 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago
  79. 64b6567 Some more install changes: by Guido van Rossum · 28 years ago
  80. b535da3 More changes to install targets. by Guido van Rossum · 28 years ago
  81. 3912fd8 Append version number to library install directory. by Guido van Rossum · 28 years ago
  82. 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
  83. 0068267 split autoconf target in two by Guido van Rossum · 28 years ago
  84. bfc1bbe Some cleanup; make for loops over subdirs less noisy, more informative. by Guido van Rossum · 28 years ago
  85. 586480b Added some comments to the top. by Guido van Rossum · 28 years ago
  86. e7abf4e remove Modules/Makefile on distclean by Guido van Rossum · 29 years ago
  87. 9f0a17b Better fix for creating extended pythons. (getpath.c needs to be by Sjoerd Mullender · 29 years ago
  88. ad5d2cf Fixed creation of extended python. by Sjoerd Mullender · 29 years ago
  89. 6d47d0d pass prefix etc. on when making sharedinstall; install getpath.c by Guido van Rossum · 29 years ago
  90. 7b4d460 the usual by Guido van Rossum · 29 years ago
  91. af07a44 the usual by Guido van Rossum · 29 years ago
  92. 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 29 years ago
  93. d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 29 years ago
  94. fb00a99 run config.status after recheck by Guido van Rossum · 29 years ago
  95. af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 30 years ago
  96. 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 30 years ago
  97. 9041279 run sharedinstall; add BINDIR macros etc by Guido van Rossum · 30 years ago
  98. 4a91df4 apply ranoib to installed libraries by Guido van Rossum · 30 years ago
  99. ac405f6 Shared library support by Guido van Rossum · 30 years ago
  100. 7522f03 Makefile.in: run compileall on installed library; rest: the usual by Guido van Rossum · 30 years ago