1. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
  2. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  3. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  4. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  5. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  6. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  7. 2c2bfe5 Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller by Brian Quinlan · 14 years ago
  8. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  9. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  10. 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
  11. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  12. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  13. 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
  14. 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 14 years ago
  15. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  16. 0d169ea Use tabs consistently. by Georg Brandl · 14 years ago
  17. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  18. 907229a Don't run pgen twice when using make -j. by Martin v. Löwis · 14 years ago
  19. 4c9aa45 There are no *.doc files anymore. Also update "funny" target. by Georg Brandl · 14 years ago
  20. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  21. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  22. de802be Don't delete Lib/test/data/README when doing 'make distclean' by Mark Dickinson · 14 years ago
  23. 9411eeb No need to split this, there are enough long lines. by Georg Brandl · 14 years ago
  24. 241bdab #4007: remove *.a and *.so.X.Y files in "make clean". by Georg Brandl · 14 years ago
  25. bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
  26. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  27. 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
  28. 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 14 years ago
  29. aa262b4 Issue #8665: Fix `make pycremoval` exiting with non-zero status. by Antoine Pitrou · 14 years ago
  30. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  31. 5f2347d Ignore errors. by Barry Warsaw · 14 years ago
  32. c04317f Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. by Barry Warsaw · 14 years ago
  33. 80b09d4 Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). by Matthias Klose · 14 years ago
  34. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  35. e09b623 Merged revisions 79982 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago
  37. bf92b7f Merged revisions 79762 via svnmerge from by Benjamin Peterson · 14 years ago
  38. 4893abc Merged revisions 79725 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 03d788d Merged revisions 79652 via svnmerge from by Tarek Ziadé · 14 years ago
  40. 63b4355 Merged revisions 79540-79541 via svnmerge from by Ezio Melotti · 14 years ago
  41. e65d848 Merged revisions 79442 via svnmerge from by Michael Foord · 14 years ago
  42. 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
  43. 7a61ba9 Merged revisions 79218 via svnmerge from by Antoine Pitrou · 14 years ago
  44. bf19907 Merged revisions 79082,79084 via svnmerge from by Collin Winter · 14 years ago
  45. 89a545f Merged revisions 79073 via svnmerge from by Benjamin Peterson · 14 years ago
  46. cb6dbe5 Merged revisions 79056 via svnmerge from by Benjamin Peterson · 14 years ago
  47. 249683f Merged revisions 79051 via svnmerge from by Benjamin Peterson · 14 years ago
  48. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  49. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  50. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 14 years ago
  51. d78735d Merged revisions 77212-77215 via svnmerge from by Benjamin Peterson · 15 years ago
  52. 585c173 Merged revisions 77033 via svnmerge from by Ronald Oussoren · 15 years ago
  53. 6f6c562 Merged revisions 77031 via svnmerge from by Ronald Oussoren · 15 years ago
  54. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  55. 96f7897 Merged revisions 75866-75867 via svnmerge from by Georg Brandl · 15 years ago
  56. 067b38e Merged revisions 75047 via svnmerge from by Mark Dickinson · 15 years ago
  57. 9b3d557 Merged revisions 74604 via svnmerge from by Mark Dickinson · 15 years ago
  58. 3e7f609 Merged revisions 74150 via svnmerge from by Benjamin Peterson · 15 years ago
  59. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  60. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  61. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  62. 0d2cceb Merged revisions 73303 via svnmerge from by Ronald Oussoren · 15 years ago
  63. c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 15 years ago
  64. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  65. 67d7fb5 remove extra "|"s by Benjamin Peterson · 15 years ago
  66. b2b35af ignore some 2to3 test files with 2.x syntax #6184 by Benjamin Peterson · 15 years ago
  67. 94f75e0 link to CoreFoundation in framework builds #6104 by Benjamin Peterson · 15 years ago
  68. 2032722 Merged revisions 72898 via svnmerge from by Antoine Pitrou · 15 years ago
  69. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  70. 932073a remove the fullinstall target since py3k will always be known as python3 #6047 by Benjamin Peterson · 15 years ago
  71. 69026bb Merged revisions 72787 via svnmerge from by Ronald Oussoren · 15 years ago
  72. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  73. be720e0 Merged revisions 72497 via svnmerge from by Tarek Ziadé · 15 years ago
  74. 5662d3e Merged revisions 72445 via svnmerge from by Tarek Ziadé · 15 years ago
  75. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  76. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  77. 3afd460 Merged revisions 71740 via svnmerge from by Georg Brandl · 15 years ago
  78. f4841e2 fix some issues with install and altinstall #5818 by Benjamin Peterson · 15 years ago
  79. 6ab9148 Merged revisions 71842 via svnmerge from by Thomas Heller · 15 years ago
  80. cee5663 make python3 alias in altbininstall by Benjamin Peterson · 15 years ago
  81. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  82. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 026c0c3 fix installing of extension modules by Benjamin Peterson · 15 years ago
  84. 3fc49ab install as python3 #5461 by Benjamin Peterson · 15 years ago
  85. 8c65d54 don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590 by Benjamin Peterson · 15 years ago
  86. 0c0daf0 #5606: fix formatter.h dependencies in the Makefile. by Georg Brandl · 15 years ago
  87. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  88. fdd6dee Update the tests skipped with quicktest target. by Jeremy Hylton · 15 years ago
  89. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  90. 906785c Merged revisions 69889 via svnmerge from by Matthias Klose · 15 years ago
  91. e78701a Add importlib to the Makefile. by Brett Cannon · 15 years ago
  92. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  93. b197fec de-spacify by Benjamin Peterson · 15 years ago
  94. 9ae3220 make bytearrayobject.o depend on the stringlib headers #4936 by Benjamin Peterson · 15 years ago
  95. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  96. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  97. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  98. fce25a7 use $(RUNSHARED) to run plat-mac/regen by Benjamin Peterson · 16 years ago
  99. 09027aa Merged revisions 67844 via svnmerge from by Mark Dickinson · 16 years ago
  100. 4f39d22 fix the Makefile so it doesn't pollute sys.path by Benjamin Peterson · 16 years ago