1. c49e5b7 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Jack Jansen · 23 years ago
  2. 1d88c59 Acknowledge the existence of the 'platform' file, generated by the by Guido van Rossum · 23 years ago
  3. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  4. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  5. 12b6457 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 23 years ago
  6. cd0ed97 Remove shared libraries as part of "make clean" rather than in "make by Guido van Rossum · 23 years ago
  7. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  8. 3f5cc20 Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to by Neil Schemenauer · 23 years ago
  9. 4e6a7a6 Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't by Guido van Rossum · 23 years ago
  10. 64b1b68 - Remove WITH makefile variable. Its not used for anything. by Neil Schemenauer · 23 years ago
  11. cf20d4f Install the Python DLL with execute priviledge set. This is required for by Neil Schemenauer · 23 years ago
  12. a1a84e7 Move all knowledge that $(MAINOBJ) is built in the Modules/ directory by Fred Drake · 23 years ago
  13. 4211925 Added `memtest' target which excludes the quicktest modules plus by Barry Warsaw · 23 years ago
  14. cd81ea1 Use by Guido van Rossum · 23 years ago
  15. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  16. cf9926c Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name. by Neil Schemenauer · 23 years ago
  17. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  18. 4041774 Add missing dependents of graminit.h. by Neil Schemenauer · 23 years ago
  19. 7cd124c Generate grammar source files in srcdir. Ignore the error if they cannot by Neil Schemenauer · 23 years ago
  20. c5cfcb4 Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobber by Neil Schemenauer · 23 years ago
  21. 0eb24d9 Set PYTHONPATH when running setup.py in order to override any ambient by Andrew M. Kuchling · 23 years ago
  22. 2b2681a Remove confusing explaination about altinstall target and refer to by Neil Schemenauer · 23 years ago
  23. 92538fb Build grammar files in their proper place rather than moving them. This should by Neil Schemenauer · 23 years ago
  24. 75e3389 Simplify linking on BeOS. Rename some files. Closes SF patch #103679. by Neil Schemenauer · 23 years ago
  25. 8d3274e Specify directory permissions properly. Closes SF patch #103717. by Neil Schemenauer · 23 years ago
  26. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  27. ac95977 Install shared modules enabled by Setup* in $(DESTSHARED) not by Neil Schemenauer · 23 years ago
  28. e0d4357 Tweak clean targets yet again. by Neil Schemenauer · 23 years ago
  29. 96da8b6 add compile.h and symtable.h to list of header files by Jeremy Hylton · 23 years ago
  30. 26d1f14 Undo recent exclusion of test_fork1 and test_zlib. These tests don't by Jeremy Hylton · 23 years ago
  31. 042f313 Added fork1, linuxaudiodev, sunaudiodev, and zlib to the tests skipped by Fred Drake · 23 years ago
  32. 2a850d9 add quicktest target -- runs test suite except for the eight slowest tests by Jeremy Hylton · 23 years ago
  33. bddd878 Restore the automatic use of the oldsharedmods and oldsharedinstall targets by Andrew M. Kuchling · 23 years ago
  34. 30be870 Don't use $< in normal make rules: it's not portable. Using $< in by Sjoerd Mullender · 23 years ago
  35. 1882182 - Fix buildno dependencies (I hope). - Change one last EXE to EXEEXT. by Neil Schemenauer · 23 years ago
  36. 03184e2 Remaining single-line change from patch #102409: to install shared modules, by Andrew M. Kuchling · 23 years ago
  37. 7ac954b - Add CFLAGSFORSHARED variable. configure sets this to CCSHARED if LDLIBRARY by Neil Schemenauer · 23 years ago
  38. f65e500 Make module objects from Setup depend on Python.h headers. by Neil Schemenauer · 23 years ago
  39. fbd849f PEP 227 implementation by Jeremy Hylton · 23 years ago
  40. 85515ad Flat makefile based on toplevel Makefile.in and makefiles in build by Neil Schemenauer · 23 years ago