1. 895ce14 Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas Wagner. by Antoine Pitrou · 10 years ago
  2. 87018af Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  3. ec7aaf5 Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  4. 682c04c Issue #21166: merge from 3.4 by Ned Deily · 10 years ago
  5. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  6. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  7. b30802b merge 3.4 (#21121) by Benjamin Peterson · 10 years ago
  8. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago
  9. 05278ee Issue 21383: merge from 3.4 by Ned Deily · 10 years ago
  10. a869fd3 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 10 years ago
  11. 67d8dc1 Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly by Thomas Wouters · 10 years ago
  12. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  13. 490e53b Issue #21097: Update Makefile with changed install locations of test directories. by Ned Deily · 10 years ago
  14. 2f2ecaa Issue #19990: Install test/imghdrdata. by Ned Deily · 10 years ago
  15. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 10 years ago
  16. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 10 years ago
  17. 250a452 Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 10 years ago
  18. 46c686f Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 10 years ago
  19. 1969e01 Fix make distclean for out-of-tree builds by Christian Heimes · 10 years ago
  20. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 10 years ago
  21. dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor by Larry Hastings · 10 years ago
  22. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 10 years ago
  23. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 10 years ago
  24. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  25. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  26. db5ab78 Issue #15392: merge from 3.3 by Ned Deily · 11 years ago
  27. c3909e5 Issue #15392: Install idlelib/idle_test. by Ned Deily · 11 years ago
  28. 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
  29. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  30. 3c97e46 Issue #19262: Install asyncio and test_asyncio directories. by Ned Deily · 11 years ago
  31. e1426b6 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  32. c3a9b35 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  33. 706f0f5 Drop buildbottouch again; the master is using "make touch" now. by Martin v. Löwis · 11 years ago
  34. 73c6ee0 Merge 3.3 by Martin v. Löwis · 11 years ago
  35. 2512cae Merge 3.3 by Martin v. Löwis · 11 years ago
  36. 7ab8c87 Issue #19106: Add buildbottouch target. by Martin v. Löwis · 11 years ago
  37. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  38. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  39. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  40. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  41. 0df35b0 - Issue #18257: Fix readlink usage in python-config. Install the python by doko@ubuntu.com · 11 years ago
  42. 49e52f9 Issue #18481: Add C coverage reporting with gcov and lcov. A new make target by Christian Heimes · 11 years ago
  43. 3b998d1 Issue #15494: merge from 3.3 by Ned Deily · 11 years ago
  44. cdc75d9 Issue #15494: Install new test/support directory. by Ned Deily · 11 years ago
  45. 273c292 use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago
  46. ae6275d use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago
  47. 78094ac Avoid spurious non-fatal install errors for OS X frameworks: by Ned Deily · 11 years ago
  48. ee31bc0 #18312: merge from 3.3. by Eric V. Smith · 11 years ago
  49. f4c47b5 Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  50. e2cef88 Issue #16061: Speed up str.replace() for replacing 1-character strings. by Serhiy Storchaka · 11 years ago
  51. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  52. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  53. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  54. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  55. 008deb7 Clean trailing whitespaces in Makefile.pre.in. by Serhiy Storchaka · 11 years ago
  56. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  57. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  58. 1ce9595 Issue #17161: merge from 3.3 by Ned Deily · 11 years ago
  59. aa20b00 Issue #17161: make install now also installs a python3 man page. by Ned Deily · 11 years ago
  60. a48b61f Issue #17161: make install now also installs a python3 man page. by Ned Deily · 11 years ago
  61. 8742119 - Issue #16235: Implement python-config as a shell script. by doko@python.org · 11 years ago
  62. 90c8d06 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 11 years ago
  63. a10e4a9 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 11 years ago
  64. 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  65. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  66. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  67. 05aba6c Issue #16320: Remove redundant Makefile dependencies for strings and bytes. by Serhiy Storchaka · 11 years ago
  68. 98cd0f2 Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 11 years ago
  69. 8ca1d5f - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 11 years ago
  70. 17ad40e Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 11 years ago
  71. 1348747 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  72. aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  73. c4c4842 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  74. 74375fc Followup to issue #15958: add join.h to Makefile dependencies for byte strings by Antoine Pitrou · 12 years ago
  75. 5595ab5 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  76. 739fc54 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  77. 4d4ec65 Merge issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  78. 9effe69 Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  79. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  80. 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  81. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  82. 4e25140 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  83. 5f38121 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  84. 74b65c8 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  85. 0897683 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  86. e60ee29 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  87. a45afca Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  88. fc35ece - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  89. 2412c93 - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  90. 2d652ba - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  91. 25b10a2 - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  92. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  93. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  94. c59cc8f Issue #14197: merge by Ned Deily · 12 years ago
  95. ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared by Ned Deily · 12 years ago
  96. cc409f4 Issue #15168: Ensure test_importlib subdirectories are installed. by Ned Deily · 12 years ago
  97. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  98. 5884449 - Issue #3754: Use readelf instead of ldd for the cross build readline check by doko@ubuntu.com · 12 years ago
  99. 39b1e5d build_all_use_profile: Build using -fprofile-correction to automatically by Matthias Klose · 12 years ago
  100. 714370f Give test directory a more reasonable name. by Eric V. Smith · 12 years ago