1. 7a84877 Merged revisions 84803 via svnmerge from by Alexander Belopolsky · 14 years ago
  2. aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  3. 890499c Merged revisions 83479 via svnmerge from by Mark Dickinson · 14 years ago
  4. 004c74d Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  5. 4082d9b Merged revisions 82934 via svnmerge from by Benjamin Peterson · 14 years ago
  6. 9843178 It is possible to add extra testing options using EXTRATESTOPTS. by Antoine Pitrou · 15 years ago
  7. 891cd83 Ensure that the gdb hooks can be installed when srcdir != builddir. by Ronald Oussoren · 15 years ago
  8. dd194ab Issue 8287: try to fix the gdb-python install errors on Solaris by R. David Murray · 15 years ago
  9. 51fd586 tabify by Benjamin Peterson · 15 years ago
  10. 88623d7 use our own locale independent ctype macros by Benjamin Peterson · 15 years ago
  11. 60fccd2 Don't install python-gdb.py as an executable. by Martin v. Löwis · 15 years ago
  12. 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 15 years ago
  13. a1ffe65 Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. by Mark Dickinson · 15 years ago
  14. bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago
  15. 90fd01b Add -Wd and -3 to the flags used to run the tests. by Ezio Melotti · 15 years ago
  16. 79d1fa9 Makefile.pre.in for the unittest/test directory by Michael Foord · 15 years ago
  17. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  18. f83b308 Issue #1628484: The Makefile doesn't ignore the CFLAGS environment by Antoine Pitrou · 15 years ago
  19. 00dd3f5 Add a separate python-config make target, useful for testing changes to Misc/python-config.in. by Collin Winter · 15 years ago
  20. d8fdd7e reignore bad_coding by Benjamin Peterson · 15 years ago
  21. decd14b install tkinter and ttk tests by Benjamin Peterson · 15 years ago
  22. a2797bd remove installation of deleted test/output dir by Benjamin Peterson · 15 years ago
  23. 716869c don't try to compile anything in lib2to3/tests/data #8169 by Benjamin Peterson · 15 years ago
  24. 13ba1a1 Move the xml test data to their own directory. by Florent Xicluna · 15 years ago
  25. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  26. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
  27. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  28. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 15 years ago
  29. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  30. 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
  31. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  32. 143d433 Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. by Mark Dickinson · 15 years ago
  33. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  34. 8dcd06f Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. by Mark Dickinson · 15 years ago
  35. 771e87b install unittest as a package by Benjamin Peterson · 15 years ago
  36. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 15 years ago
  37. 80ce61c make ast.c depend on the grammar by Benjamin Peterson · 15 years ago
  38. 8e63125 This checkin adds a symlink to the lib directory of a framework install by Ronald Oussoren · 15 years ago
  39. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  40. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  41. f44c654 This patch ensures that the pydoc_data package gets installed. This is needed by Ronald Oussoren · 15 years ago
  42. 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
  43. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  44. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  45. addfe22 Issue #5161: wrong paths for ctypes cleanup when Python is built in a by Thomas Heller · 15 years ago
  46. 82d1cf1 fix typo by Benjamin Peterson · 16 years ago
  47. e753abd ignore py3_test_grammar when compiling the library by Benjamin Peterson · 16 years ago
  48. b3efcbc fix syntax by Benjamin Peterson · 16 years ago
  49. 487915c these must be installed to correctly run tests by Benjamin Peterson · 16 years ago
  50. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  51. 1e6da5c Update quicktest to match Python 3 branch by Jeremy Hylton · 16 years ago
  52. 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 16 years ago
  53. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
  54. 3a5067c de-spacify by Benjamin Peterson · 16 years ago
  55. 3bf451a add bytearrayobject.h to PYTHON_HEADERS by Benjamin Peterson · 16 years ago
  56. fac1bc6 make bytearrayobject.o depend on the stringlib #4936 by Benjamin Peterson · 16 years ago
  57. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  58. 0bbebbb Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. by Ronald Oussoren · 16 years ago
  59. 5a5c739 Fix for issue4780 by Ronald Oussoren · 16 years ago
  60. 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 16 years ago
  61. d66c6d3 Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'. by Mark Dickinson · 16 years ago
  62. 015c84b - install versioned manpage by Matthias Klose · 16 years ago
  63. 922d1fd - Makefile.pre.in(PROFILE_TASK): search files in srcdir by Matthias Klose · 16 years ago
  64. 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 16 years ago
  65. cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 16 years ago
  66. 2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared by Gregory P. Smith · 16 years ago
  67. 8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. by Martin v. Löwis · 16 years ago
  68. e0f1244 add multiprocessing to the Makefile by Benjamin Peterson · 16 years ago
  69. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  70. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  71. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  72. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
  73. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  74. b1527ab Remove directories that no longer exist. by Georg Brandl · 16 years ago
  75. 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
  76. 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago
  77. 7363445 Add "tkinter" to the list of directories to install. by Georg Brandl · 16 years ago
  78. 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
  79. cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
  80. ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 16 years ago
  81. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  82. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
  83. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  84. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  85. b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 17 years ago
  86. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  87. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 17 years ago
  88. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
  89. 3e838dd Install lib2to3. by Martin v. Löwis · 17 years ago
  90. a8b09fd Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does by Brett Cannon · 17 years ago
  91. 3376d64 Added dependency rules for Objects/stringlib/*.h by Christian Heimes · 17 years ago
  92. ba486c5 Added dependencies for stringobject.o. This should fix failing tests in test_unicode.py. by Eric Smith · 17 years ago
  93. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
  94. 870d0c2 Fix the reindent rule to use $(BUILDPYTHON). by Brett Cannon · 17 years ago
  95. 00417a3 Make 'testall' work again when building in a separate directory. by Thomas Wouters · 17 years ago
  96. 19d3afc Make's MAKEFLAGS variable is set to a string containing the single-letter by Brett Cannon · 17 years ago
  97. 3beae9b A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make. by Christian Heimes · 17 years ago
  98. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  99. f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
  100. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago