1. 6d7f7e8 Drop buildbottouch again; the master is using "make touch" now. by Martin v. Löwis · 11 years ago
  2. 5ddb0a3 Add fake buildbottouch target. by Martin v. Löwis · 11 years ago
  3. e38905b Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  4. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  5. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 11 years ago
  6. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 11 years ago
  7. 617e2c1 #16004: Add `make touch`. by Ezio Melotti · 11 years ago
  8. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  9. 083c0aa Clean trailing whitespaces in Makefile.pre.in and grpmodule.c. by Serhiy Storchaka · 11 years ago
  10. ed1e438 Issue #17161: make install now also installs a python2 and python man page. by Ned Deily · 11 years ago
  11. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 12 years ago
  12. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  13. 4fc0082 - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  14. abf2051 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  15. d86ceec Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  16. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  17. f84dcff Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  18. f2acf63 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  19. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  20. 25cf30f - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 by Matthias Klose · 12 years ago
  21. 555b9e0 - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  22. 63c6f51 - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  23. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  24. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  25. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  26. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  27. e601006 Implement PEP 394 for Python 2.7 by Nick Coghlan · 12 years ago
  28. fe5c297 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  29. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  30. c4f97f4 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  31. e2d9e26 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  32. 1919983 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  33. 5edae7e Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  34. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  35. 71f4fbb Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  36. 9828b56 Merged revisions 84068,87558 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 3125f50 Merged revisions 85472 via svnmerge from by Antoine Pitrou · 14 years ago
  38. 58dab67 Merged revisions 85353 via svnmerge from by Antoine Pitrou · 14 years ago
  39. 7a84877 Merged revisions 84803 via svnmerge from by Alexander Belopolsky · 14 years ago
  40. aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 03c1cff Merged revisions 83392,83426 via svnmerge from by Georg Brandl · 14 years ago
  42. 890499c Merged revisions 83479 via svnmerge from by Mark Dickinson · 14 years ago
  43. 004c74d Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  44. 4082d9b Merged revisions 82934 via svnmerge from by Benjamin Peterson · 14 years ago
  45. 9078bc6 Merged revisions 72787 via svnmerge from by Georg Brandl · 14 years ago
  46. 1b5a293 Merged revisions 79982 via svnmerge from by Antoine Pitrou · 14 years ago
  47. 9843178 It is possible to add extra testing options using EXTRATESTOPTS. by Antoine Pitrou · 14 years ago
  48. 891cd83 Ensure that the gdb hooks can be installed when srcdir != builddir. by Ronald Oussoren · 14 years ago
  49. dd194ab Issue 8287: try to fix the gdb-python install errors on Solaris by R. David Murray · 14 years ago
  50. 51fd586 tabify by Benjamin Peterson · 14 years ago
  51. 88623d7 use our own locale independent ctype macros by Benjamin Peterson · 14 years ago
  52. 60fccd2 Don't install python-gdb.py as an executable. by Martin v. Löwis · 14 years ago
  53. 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 14 years ago
  54. a1ffe65 Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. by Mark Dickinson · 14 years ago
  55. bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 14 years ago
  56. 90fd01b Add -Wd and -3 to the flags used to run the tests. by Ezio Melotti · 14 years ago
  57. 79d1fa9 Makefile.pre.in for the unittest/test directory by Michael Foord · 14 years ago
  58. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  59. d131c10 Merged revisions 79218 via svnmerge from by Antoine Pitrou · 14 years ago
  60. f83b308 Issue #1628484: The Makefile doesn't ignore the CFLAGS environment by Antoine Pitrou · 14 years ago
  61. 00dd3f5 Add a separate python-config make target, useful for testing changes to Misc/python-config.in. by Collin Winter · 14 years ago
  62. d8fdd7e reignore bad_coding by Benjamin Peterson · 14 years ago
  63. decd14b install tkinter and ttk tests by Benjamin Peterson · 14 years ago
  64. a2797bd remove installation of deleted test/output dir by Benjamin Peterson · 14 years ago
  65. 716869c don't try to compile anything in lib2to3/tests/data #8169 by Benjamin Peterson · 14 years ago
  66. 13ba1a1 Move the xml test data to their own directory. by Florent Xicluna · 14 years ago
  67. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  68. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
  69. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  70. 63364fb Merged revisions 77033 via svnmerge from by Ronald Oussoren · 15 years ago
  71. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 15 years ago
  72. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  73. 71a015a Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. by Georg Brandl · 15 years ago
  74. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  75. 98841ab Merged revisions 75047 via svnmerge from by Mark Dickinson · 15 years ago
  76. 143d433 Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. by Mark Dickinson · 15 years ago
  77. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  78. 8dcd06f Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. by Mark Dickinson · 15 years ago
  79. 771e87b install unittest as a package by Benjamin Peterson · 15 years ago
  80. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 15 years ago
  81. 80ce61c make ast.c depend on the grammar by Benjamin Peterson · 15 years ago
  82. 8e63125 This checkin adds a symlink to the lib directory of a framework install by Ronald Oussoren · 15 years ago
  83. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  84. 2eb6545 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  85. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  86. f44c654 This patch ensures that the pydoc_data package gets installed. This is needed by Ronald Oussoren · 15 years ago
  87. e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
  88. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  89. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  90. addfe22 Issue #5161: wrong paths for ctypes cleanup when Python is built in a by Thomas Heller · 15 years ago
  91. 82d1cf1 fix typo by Benjamin Peterson · 15 years ago
  92. e753abd ignore py3_test_grammar when compiling the library by Benjamin Peterson · 15 years ago
  93. b3efcbc fix syntax by Benjamin Peterson · 15 years ago
  94. 487915c these must be installed to correctly run tests by Benjamin Peterson · 15 years ago
  95. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  96. 1e6da5c Update quicktest to match Python 3 branch by Jeremy Hylton · 15 years ago
  97. 54fba82 - Link the shared python library with $(MODLIBS). by Matthias Klose · 15 years ago
  98. 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 15 years ago
  99. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
  100. 686d53e Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from by Georg Brandl · 16 years ago