1. 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  2. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  3. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
  4. dd4e2f0 Issue #13155: Optimize finding the optimal character width of an unicode string by Antoine Pitrou · 13 years ago
  5. 69f55cc Issue #13157: Fix building Python outside its source tree by Victor Stinner · 13 years ago
  6. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  7. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  8. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  9. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  10. 91ef21f merged by Martin v. Löwis · 13 years ago
  11. 6fb4472 Depend setobject.o and dictobject.o on stringlib/eq.h. by Martin v. Löwis · 13 years ago
  12. 65d81f4 Merge Makefile fix from 3.2 (thanks Georg) by Éric Araujo · 13 years ago
  13. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  14. 14eba5f Brench merge by Éric Araujo · 13 years ago
  15. b684702 make only files which use AST depend on Python-ast.h by Benjamin Peterson · 13 years ago
  16. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  17. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  18. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  19. 4fbff6c Oops, "make buildbottest" isn't supposed to use -j0. by Nadeem Vawda · 13 years ago
  20. ecd3e38 Issue #11651: Improve Makefile test targets. by Nadeem Vawda · 13 years ago
  21. 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  22. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  23. 4bd3e5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  24. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  25. e4a51e6 use the Include in srcdir by Benjamin Peterson · 13 years ago
  26. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 13 years ago
  27. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  28. 4b4b673 remove duplicate -I by Benjamin Peterson · 13 years ago
  29. 92cafb8 #12313: update Makefile.pre.in to account for email tests moving to 'test' dir by R David Murray · 13 years ago
  30. 04fe64b Make sure all the Lib/packaging subdirectories get installed. by Barry Warsaw · 13 years ago
  31. edd95dd Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  32. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  33. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  34. 0694562 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  35. 023f3a7 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  36. 90fb928 promoted pysetup3 to a top-level script by Tarek Ziade · 13 years ago
  37. c520a18 (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  38. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  39. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  40. 70b3ee5 Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, by Ned Deily · 13 years ago
  41. 4e9da47 merge 11347. by Martin v. Löwis · 13 years ago
  42. 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
  43. eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  44. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  45. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  46. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  47. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  48. a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 13 years ago
  49. 63bd5f9 Merge 3.2. by Thomas Wouters · 13 years ago
  50. 6b10343 Merge 3.1. by Thomas Wouters · 13 years ago
  51. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  52. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  53. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  54. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  55. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  56. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  57. 5329123 Add new subdirectory to LIBSUBDIRS. by Georg Brandl · 13 years ago
  58. 6e8d17c #11222: fix non-framework shared library build on Mac, patch by Ned Deily. by Georg Brandl · 13 years ago
  59. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  60. 57ab441 Merged revisions 84068,87558 via svnmerge from by Antoine Pitrou · 14 years ago
  61. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  62. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 14 years ago
  63. e1c0c7c Don't ignore pgen error (on "make Parser/pgen.stamp") by Victor Stinner · 14 years ago
  64. ff52f76 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. by Georg Brandl · 14 years ago
  65. 771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as by Barry Warsaw · 14 years ago
  66. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  67. ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target by Barry Warsaw · 14 years ago
  68. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
  69. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  70. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  71. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  72. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  73. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  74. 2c2bfe5 Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller by Brian Quinlan · 14 years ago
  75. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  76. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  77. c8ef643 Merged revisions 85472 via svnmerge from by Antoine Pitrou · 14 years ago
  78. 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
  79. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  80. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  81. 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
  82. 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
  83. 3a88321 Merged revisions 84803 via svnmerge from by Alexander Belopolsky · 14 years ago
  84. 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 14 years ago
  85. 80f45a0 Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  86. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  87. 0d169ea Use tabs consistently. by Georg Brandl · 14 years ago
  88. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  89. 907229a Don't run pgen twice when using make -j. by Martin v. Löwis · 14 years ago
  90. 4c9aa45 There are no *.doc files anymore. Also update "funny" target. by Georg Brandl · 14 years ago
  91. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  92. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  93. de802be Don't delete Lib/test/data/README when doing 'make distclean' by Mark Dickinson · 14 years ago
  94. e5d518f Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  95. 9411eeb No need to split this, there are enough long lines. by Georg Brandl · 14 years ago
  96. 241bdab #4007: remove *.a and *.so.X.Y files in "make clean". by Georg Brandl · 14 years ago
  97. 6fd1df8 Merged revisions 82934 via svnmerge from by Benjamin Peterson · 14 years ago
  98. bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
  99. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  100. 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