1. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  2. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  3. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  4. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  5. 0694562 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  6. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  7. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  8. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  9. 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
  10. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  11. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  12. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  13. 6b10343 Merge 3.1. by Thomas Wouters · 13 years ago
  14. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  15. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  16. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  17. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  18. 6e8d17c #11222: fix non-framework shared library build on Mac, patch by Ned Deily. by Georg Brandl · 13 years ago
  19. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  20. 57ab441 Merged revisions 84068,87558 via svnmerge from by Antoine Pitrou · 13 years ago
  21. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 13 years ago
  22. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 13 years ago
  23. e1c0c7c Don't ignore pgen error (on "make Parser/pgen.stamp") by Victor Stinner · 13 years ago
  24. ff52f76 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. by Georg Brandl · 13 years ago
  25. 771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as by Barry Warsaw · 13 years ago
  26. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 13 years ago
  27. ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target by Barry Warsaw · 13 years ago
  28. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 13 years ago
  29. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  30. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  31. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  32. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  33. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  34. 2c2bfe5 Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller by Brian Quinlan · 14 years ago
  35. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  36. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  37. c8ef643 Merged revisions 85472 via svnmerge from by Antoine Pitrou · 14 years ago
  38. 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
  39. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  40. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  41. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  42. 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
  43. 3a88321 Merged revisions 84803 via svnmerge from by Alexander Belopolsky · 14 years ago
  44. 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 14 years ago
  45. 80f45a0 Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  46. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  47. 0d169ea Use tabs consistently. by Georg Brandl · 14 years ago
  48. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  49. 907229a Don't run pgen twice when using make -j. by Martin v. Löwis · 14 years ago
  50. 4c9aa45 There are no *.doc files anymore. Also update "funny" target. by Georg Brandl · 14 years ago
  51. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  52. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  53. de802be Don't delete Lib/test/data/README when doing 'make distclean' by Mark Dickinson · 14 years ago
  54. e5d518f Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  55. 9411eeb No need to split this, there are enough long lines. by Georg Brandl · 14 years ago
  56. 241bdab #4007: remove *.a and *.so.X.Y files in "make clean". by Georg Brandl · 14 years ago
  57. 6fd1df8 Merged revisions 82934 via svnmerge from by Benjamin Peterson · 14 years ago
  58. bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
  59. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  60. c1c7cf6 Revert r82259; still no good way to override instead of replace OPT, but changing order alters pydebug optimization flags. by Brett Cannon · 14 years ago
  61. 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 14 years ago
  62. aa262b4 Issue #8665: Fix `make pycremoval` exiting with non-zero status. by Antoine Pitrou · 14 years ago
  63. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  64. 5f2347d Ignore errors. by Barry Warsaw · 14 years ago
  65. c04317f Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. by Barry Warsaw · 14 years ago
  66. 80b09d4 Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). by Matthias Klose · 14 years ago
  67. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  68. 53203f1 Merged revisions 79983 via svnmerge from by Antoine Pitrou · 14 years ago
  69. e09b623 Merged revisions 79982 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago
  71. bf92b7f Merged revisions 79762 via svnmerge from by Benjamin Peterson · 14 years ago
  72. 4893abc Merged revisions 79725 via svnmerge from by Benjamin Peterson · 14 years ago
  73. 03d788d Merged revisions 79652 via svnmerge from by Tarek Ziadé · 14 years ago
  74. 63b4355 Merged revisions 79540-79541 via svnmerge from by Ezio Melotti · 14 years ago
  75. e65d848 Merged revisions 79442 via svnmerge from by Michael Foord · 14 years ago
  76. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  77. e1947be Merged revisions 79221 via svnmerge from by Antoine Pitrou · 14 years ago
  78. 7a61ba9 Merged revisions 79218 via svnmerge from by Antoine Pitrou · 14 years ago
  79. bf19907 Merged revisions 79082,79084 via svnmerge from by Collin Winter · 14 years ago
  80. 081a38d Merged revisions 79075 via svnmerge from by Benjamin Peterson · 14 years ago
  81. 89a545f Merged revisions 79073 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 5ff5336 Merged revisions 79057 via svnmerge from by Benjamin Peterson · 14 years ago
  83. cb6dbe5 Merged revisions 79056 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 903fc51 Merged revisions 79052 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 249683f Merged revisions 79051 via svnmerge from by Benjamin Peterson · 14 years ago
  86. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  87. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  88. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 14 years ago
  89. d78735d Merged revisions 77212-77215 via svnmerge from by Benjamin Peterson · 14 years ago
  90. 8c06781 Merged revisions 77035 via svnmerge from by Ronald Oussoren · 14 years ago
  91. 585c173 Merged revisions 77033 via svnmerge from by Ronald Oussoren · 14 years ago
  92. 6f6c562 Merged revisions 77031 via svnmerge from by Ronald Oussoren · 14 years ago
  93. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  94. 96f7897 Merged revisions 75866-75867 via svnmerge from by Georg Brandl · 15 years ago
  95. e2a6a70 Merged revisions 75049 via svnmerge from by Mark Dickinson · 15 years ago
  96. 067b38e Merged revisions 75047 via svnmerge from by Mark Dickinson · 15 years ago
  97. 2686039 Merged revisions 74605 via svnmerge from by Mark Dickinson · 15 years ago
  98. 9b3d557 Merged revisions 74604 via svnmerge from by Mark Dickinson · 15 years ago
  99. 3e7f609 Merged revisions 74150 via svnmerge from by Benjamin Peterson · 15 years ago
  100. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago