1. 2464087 add parsetok.h as a dependency - previously, changing this file doesn't by Anthony Baxter · 18 years ago
  2. 66fab42 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  3. 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
  4. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
  5. b142c63 Fix makefile changes for python-config. by Georg Brandl · 18 years ago
  6. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  7. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  8. 518b95c Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead by Ronald Oussoren · 18 years ago
  9. ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
  10. 0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual by Ronald Oussoren · 18 years ago
  11. c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) by Neal Norwitz · 18 years ago
  12. 3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. by Neal Norwitz · 18 years ago
  13. fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to by Ronald Oussoren · 18 years ago
  14. 60373cd Copy the wsgiref package during make install. by Neal Norwitz · 18 years ago
  15. e0cfb16 Remove message about using make frameworkinstall, that's no longer necesssary by Ronald Oussoren · 18 years ago
  16. 66a0dbb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 18 years ago
  17. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  18. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  19. 377f54e Revert last checkin, it is better to do make distclean by Neal Norwitz · 18 years ago
  20. 5b72cd3 I'm impatient. I think this will fix a few more problems with the buildbots. by Neal Norwitz · 18 years ago
  21. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  22. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  23. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  24. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  25. ab012af Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. by Brett Cannon · 18 years ago
  26. cea434c It's probably a good idea to actually *install* setuptools, too. ;) by Phillip J. Eby · 18 years ago
  27. 4be4e65 Add reindent target. by Martin v. Löwis · 18 years ago
  28. c90b17e Patch #1161914: Add python-config. by Martin v. Löwis · 18 years ago
  29. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  30. 0f48d98 Patch #1324762: Change --with-cxx to --with-cxx-main. by Martin v. Löwis · 18 years ago
  31. fc9fc47 ctypes.macholib is needed. by Thomas Heller · 18 years ago
  32. 353aa87 Make needs to be told to install sqlite by Skip Montanaro · 18 years ago
  33. efb6e75 add the ctypes.test subpackage to a normal Unix installation -- by Armin Rigo · 18 years ago
  34. dfbd34c Cosmetic improvement for r43247 by Hye-Shik Chang · 18 years ago
  35. 55f316c Skip to install files for empty directories; to name it, Lib/lib-old. by Hye-Shik Chang · 18 years ago
  36. d6316a9 Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. by Barry Warsaw · 18 years ago
  37. 922ff4a Don't delete non-autogenerated source files when cleaning up. by Thomas Heller · 18 years ago
  38. d77eb1f In 'make clean', delete some files that are generated by the _ctypes/libffi by Thomas Heller · 18 years ago
  39. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  40. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  41. df43165 Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. by Neal Norwitz · 18 years ago
  42. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  43. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  44. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  45. 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
  46. 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
  47. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
  48. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
  49. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  50. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  51. d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
  52. f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
  53. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  54. 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 19 years ago
  55. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  56. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 19 years ago
  57. e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 20 years ago
  58. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  59. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
  60. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  61. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  62. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  63. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  64. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  65. 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 20 years ago
  66. 48e02e4 forward port of 1.136.6.2: by Jack Jansen · 21 years ago
  67. e3be860 Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 21 years ago
  68. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  69. 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
  70. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  71. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  72. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  73. 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
  74. 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
  75. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  76. bc12262 Properly bracket variables. Fixes part of #749911. by Martin v. Löwis · 21 years ago
  77. d321efd Install idlelib and idlelib/Icons as well. by Guido van Rossum · 21 years ago
  78. b1ab4d9 Don't install Tools/idle any more. We now install Tools/scripts/idle by Guido van Rossum · 21 years ago
  79. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  80. ac826aa Patch #738325: Install optimized idlelib files. by Martin v. Löwis · 21 years ago
  81. 8f51526 Patch #735613: Pass install-purelib to idleinstall. by Martin v. Löwis · 21 years ago
  82. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  83. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  84. c9803ab add Guido's reasoning behind running all tests twice by Skip Montanaro · 21 years ago
  85. 446ad71 add testall target - just adds -uall to the regrtest runs by Skip Montanaro · 21 years ago
  86. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  87. 1fff697 Lib/plat-mac/lib-scriptpackages/SystemEvents added. by Jack Jansen · 21 years ago
  88. 45ec95d Use soname option when building a shared libpython. Fixes #701823. by Martin v. Löwis · 21 years ago
  89. 0ed2ae4 include the csv package during installation by Skip Montanaro · 21 years ago
  90. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago
  91. b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 21 years ago
  92. c609689 In make clobber also clean out the Python.framework. by Jack Jansen · 21 years ago
  93. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 21 years ago
  94. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 22 years ago
  95. f2c84d0 Compile site-packages with -t, not -tt. by Jack Jansen · 22 years ago
  96. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 22 years ago
  97. 2c71ad3 Install email/test, email/test/data and bsddb/test subdirectories. by Barry Warsaw · 22 years ago
  98. 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
  99. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  100. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago