1. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  2. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 19 years ago
  3. e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 19 years ago
  4. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  5. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
  6. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  7. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  8. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  9. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  10. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  11. 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 20 years ago
  12. 48e02e4 forward port of 1.136.6.2: by Jack Jansen · 21 years ago
  13. e3be860 Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 21 years ago
  14. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  15. 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
  16. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  17. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  18. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  19. 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
  20. 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
  21. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  22. bc12262 Properly bracket variables. Fixes part of #749911. by Martin v. Löwis · 21 years ago
  23. d321efd Install idlelib and idlelib/Icons as well. by Guido van Rossum · 21 years ago
  24. b1ab4d9 Don't install Tools/idle any more. We now install Tools/scripts/idle by Guido van Rossum · 21 years ago
  25. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  26. ac826aa Patch #738325: Install optimized idlelib files. by Martin v. Löwis · 21 years ago
  27. 8f51526 Patch #735613: Pass install-purelib to idleinstall. by Martin v. Löwis · 21 years ago
  28. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  29. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  30. c9803ab add Guido's reasoning behind running all tests twice by Skip Montanaro · 21 years ago
  31. 446ad71 add testall target - just adds -uall to the regrtest runs by Skip Montanaro · 21 years ago
  32. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  33. 1fff697 Lib/plat-mac/lib-scriptpackages/SystemEvents added. by Jack Jansen · 21 years ago
  34. 45ec95d Use soname option when building a shared libpython. Fixes #701823. by Martin v. Löwis · 21 years ago
  35. 0ed2ae4 include the csv package during installation by Skip Montanaro · 21 years ago
  36. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago
  37. b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 21 years ago
  38. c609689 In make clobber also clean out the Python.framework. by Jack Jansen · 21 years ago
  39. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 21 years ago
  40. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 21 years ago
  41. f2c84d0 Compile site-packages with -t, not -tt. by Jack Jansen · 21 years ago
  42. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 21 years ago
  43. 2c71ad3 Install email/test, email/test/data and bsddb/test subdirectories. by Barry Warsaw · 21 years ago
  44. 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
  45. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  46. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
  47. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  48. acd738f SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config env. by Guido van Rossum · 22 years ago
  49. 8f8d1d2 Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall. by Martin v. Löwis · 22 years ago
  50. b9a21ad Add Lib/bsddb to list of installed directories by Andrew M. Kuchling · 22 years ago
  51. de1d51f Fix SF # 638126, logging module not installed by Neal Norwitz · 22 years ago
  52. dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
  53. d4f7da3 Add .PHONY targets, to declare targets that aren't real files. by Guido van Rossum · 22 years ago
  54. a29eafa Suppress warnings when byte-compiling the installed library modules. by Guido van Rossum · 22 years ago
  55. ed2f725 Whitespace normalization. by Guido van Rossum · 22 years ago
  56. 1403b9f When installing the "python" link in bindir also test for a pre-existing by Jack Jansen · 22 years ago
  57. cb4321e By popular demand the frameworkinstall target now installs everything: by Jack Jansen · 22 years ago
  58. 3a451b1 In the altbininstall target, which is the first subtarget for "make install", by Jack Jansen · 22 years ago
  59. c736b8d Use the -n option of ln in stead of -h, as it also works with other ln's by Jack Jansen · 22 years ago
  60. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  61. d5049e7 Replaced python.app target with osxapps (it builds more than by Jack Jansen · 22 years ago
  62. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  63. fb0e545 Get rid of the DEFS variable. The only thing this was used for was to by Guido van Rossum · 22 years ago
  64. c0f1e77 Patch #553702: Cygwin make install patch by Jason Tishler · 22 years ago
  65. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  66. 57d930b Add test_zlib and test_struct to list of slow tests by Jeremy Hylton · 22 years ago
  67. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  68. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  69. 5cc21ae Patch #553678: Cygwin Makefile.pre.in vestige patch by Jason Tishler · 22 years ago
  70. d8a20d2 Patch #553230: Create LIBDIR if necessary. Bugfix candidate. by Martin v. Löwis · 22 years ago
  71. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  72. fd1030e pgen now needs pymalloc by Neil Schemenauer · 22 years ago
  73. 2d7e264 Eliminate use of LIBOBJS which is an error in autoconf 2.53. by Martin v. Löwis · 22 years ago
  74. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  75. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  76. 1221c0a Build obmalloc.c directly instead of #include'ing from object.c. by Tim Peters · 22 years ago
  77. c948966 SF patch #524005 by Paul Eggert. by Guido van Rossum · 22 years ago
  78. 246debb Two OSX fixes related to switching Python versions in an existing sourcetree: by Jack Jansen · 22 years ago
  79. 9741dc9 Use BLDLIBRARY to build extension modules. Fixes #504252. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  80. 0d15366 When running regen for the plat directories we should use the BUILDEXT by Jack Jansen · 23 years ago
  81. 1999ef4 Test wether we are building on a case-insensitive filesystem (such by Jack Jansen · 23 years ago
  82. f227252 The parser now also needs to link with mysnprintf.o. by Guido van Rossum · 23 years ago
  83. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  84. f4c20d3 LIBSUBDIRS: Add test/data so it gets installed and test_email.py can by Barry Warsaw · 23 years ago
  85. 06f15bb Compute thread headers through shell expansion in configure. Fixes #485679. by Martin v. Löwis · 23 years ago
  86. 2b4d580 Add hotshot to LIBSUBDIRS. Fixes #484642. by Martin v. Löwis · 23 years ago
  87. 41a1b07 Now that Misc/Makefile.pre.in is gone, do not attempt to install it. by Fred Drake · 23 years ago
  88. 67b2659 Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski) by Guido van Rossum · 23 years ago
  89. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  90. b33e789 SF patch #471894: Makefile installs pydoc incorrectly by Guido van Rossum · 23 years ago
  91. 502ed82 Add dependencies for the weakref object. by Fred Drake · 23 years ago
  92. bb29b9c Clarify the warning about the relative dates of Setup.dist and Setup; by Guido van Rossum · 23 years ago
  93. 76d62b4 Install the new compiler and email packages by Andrew M. Kuchling · 23 years ago
  94. 427ce80 Sort the headers in PYTHON_HEADERS alphabetically. Add by Guido van Rossum · 23 years ago
  95. 1140cb2 When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silence by Guido van Rossum · 23 years ago
  96. 127e56e When frameworks are not enabled don't put an empty target in the Makefile. by Jack Jansen · 23 years ago
  97. 9c63e6d Always compile gcmodule. by Neil Schemenauer · 23 years ago
  98. 9454ad7 Add dependencies for Python/thread.c on all of the header files that by Guido van Rossum · 23 years ago
  99. a8278cc The OSX framework Headers symlink pointed the wrong way. Fixed. by Jack Jansen · 23 years ago
  100. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago