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