1. 7188a3e Issue #24915: Add Clang support to PGO builds and use the test suite by Brett Cannon · 9 years ago
  2. 3abf44e Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  3. 0c8ccff Merge from 3.5 (#24543). by Stefan Krah · 9 years ago
  4. e31db2a Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  5. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  6. a8c22a0 update configure version to 3.6 by Benjamin Peterson · 9 years ago
  7. 4ccc151 - merge 3.4 by doko@ubuntu.com · 9 years ago
  8. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  9. 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 9 years ago
  10. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  11. 9abe049 #22980: fix triplet configure test for powerpc-linux-gnu by doko@ubuntu.com · 9 years ago
  12. 092f616 - configure.ac: remove duplicate PLATDIR definition by doko@ubuntu.com · 9 years ago
  13. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  14. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  15. 4b761bf - merge 3.4 by doko@ubuntu.com · 9 years ago
  16. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  17. 267998a Issue #23817: run autoreconf to update configure. by Ned Deily · 9 years ago
  18. 8291b5e Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure by Victor Stinner · 9 years ago
  19. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 9 years ago
  20. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  21. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  22. 8b62bbf Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 9 years ago
  23. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 9 years ago
  24. 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 9 years ago
  25. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 9 years ago
  26. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 9 years ago
  27. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 9 years ago
  28. 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 9 years ago
  29. 7bb7793 merge 3.4 (#15506) by Benjamin Peterson · 9 years ago
  30. 0f3cde1 use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 9 years ago
  31. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  32. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  33. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  34. 682c04c Issue #21166: merge from 3.4 by Ned Deily · 10 years ago
  35. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  36. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  37. b30802b merge 3.4 (#21121) by Benjamin Peterson · 10 years ago
  38. 7f9cc93 Issue #22110: Enable extra compilation warnings. by Charles-François Natali · 10 years ago
  39. 0db50cf Issue #18093: Create Programs directory in build location for by Ned Deily · 10 years ago
  40. 68e915e Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  41. 36820b6 Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  42. d30b022 Issue #21037: Add a build option to enable AddressSanitizer support. by Charles-François Natali · 10 years ago
  43. 4ce74dc - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  44. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  45. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  46. f8d60ca - Merge 3.4 by doko@ubuntu.com · 10 years ago
  47. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 10 years ago
  48. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  49. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 10 years ago
  50. b02bcae Attempt to fix OpenIndiana build issue introduced by #19922 by Christian Heimes · 10 years ago
  51. 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
  52. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 11 years ago
  53. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 11 years ago
  54. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  55. fe32aec configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. by Christian Heimes · 11 years ago
  56. 0bedc97 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  57. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  58. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  59. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  60. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  61. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  62. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  63. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  64. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  65. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  66. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  67. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  68. 335ab5b Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X by Łukasz Langa · 11 years ago
  69. cc00e01 test that the compiler support -Werror=statement-after-declaration before using it by Benjamin Peterson · 11 years ago
  70. 43b2ab9 make GCC complain about declarations not at the top of blocks by Benjamin Peterson · 11 years ago
  71. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  72. a75a2ec merge 3.3 (#17547) by Benjamin Peterson · 11 years ago
  73. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  74. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago
  75. fccfb82 merge 3.3 (#17550) by Benjamin Peterson · 11 years ago
  76. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  77. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  78. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  79. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  80. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  81. 682d8d4 - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. by doko@python.org · 11 years ago
  82. eab42bf - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. by doko@python.org · 11 years ago
  83. f86e484 - Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead by doko@python.org · 11 years ago
  84. 244b687 - Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead by doko@python.org · 11 years ago
  85. 8742119 - Issue #16235: Implement python-config as a shell script. by doko@python.org · 11 years ago
  86. 90c8d06 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 11 years ago
  87. a10e4a9 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 11 years ago
  88. 454ea92 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 11 years ago
  89. 96a9f89 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 11 years ago
  90. 7981f20 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 11 years ago
  91. 937c8e1 - Issue #16292: Improve a comment for cross building in configure.ac by doko@python.org · 11 years ago
  92. 44bbbda - Issue #16292: Improve a comment for cross building in configure.ac by doko@python.org · 11 years ago
  93. 981eec3 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 11 years ago
  94. 9731330 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 11 years ago
  95. 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  96. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  97. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  98. 5cc36bc Merge 3.3. by Stefan Krah · 11 years ago
  99. 8c8adf6 Issue #16987: Fix definition of SHLIB_EXT. by Stefan Krah · 11 years ago
  100. cd18e78 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 11 years ago