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