1. 4afd143 Issue #27434: Version of interpreter running a cross-build and source version must be the same. by Xavier de Gaye · 8 years ago
  2. 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
  3. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  4. 006a56c - Don't use largefile support for GNU/Hurd. by doko@ubuntu.com · 8 years ago
  5. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  6. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  7. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  8. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  9. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  10. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  11. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  12. da28494 Issue #22359: Merge cross-compilation fix from 3.5 by Martin Panter · 8 years ago
  13. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  14. 79a12a2 Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  15. d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  16. 7258176 Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  17. 1b80b24 configure: fix HAVE_GETRANDOM_SYSCALL check by Victor Stinner · 8 years ago
  18. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 8 years ago
  19. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  20. 499d365 Issue #17603: Merge configure.ac fix from 3.5 by Martin Panter · 8 years ago
  21. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  22. 686905f Issue #24324: merge from 3.5 by Ned Deily · 8 years ago
  23. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  24. 266514a Issue #25827: Merge with 3.5 by Zachary Ware · 9 years ago
  25. 5af8564 Issue #25827: Add support for ICC to configure by Zachary Ware · 9 years ago
  26. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  27. 36df60f Merge for issue #24915 by Brett Cannon · 9 years ago
  28. 7188a3e Issue #24915: Add Clang support to PGO builds and use the test suite by Brett Cannon · 9 years ago
  29. 3abf44e Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  30. 0c8ccff Merge from 3.5 (#24543). by Stefan Krah · 9 years ago
  31. e31db2a Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  32. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  33. a8c22a0 update configure version to 3.6 by Benjamin Peterson · 9 years ago
  34. 4ccc151 - merge 3.4 by doko@ubuntu.com · 9 years ago
  35. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  36. 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 9 years ago
  37. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  38. 9abe049 #22980: fix triplet configure test for powerpc-linux-gnu by doko@ubuntu.com · 9 years ago
  39. 092f616 - configure.ac: remove duplicate PLATDIR definition by doko@ubuntu.com · 9 years ago
  40. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  41. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  42. 4b761bf - merge 3.4 by doko@ubuntu.com · 9 years ago
  43. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  44. 7cc28b6 Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating by Victor Stinner · 9 years ago
  45. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 9 years ago
  46. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  47. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  48. 8b62bbf Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 9 years ago
  49. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 9 years ago
  50. 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 9 years ago
  51. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 9 years ago
  52. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 9 years ago
  53. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  54. 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  55. 7bb7793 merge 3.4 (#15506) by Benjamin Peterson · 10 years ago
  56. 0f3cde1 use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 10 years ago
  57. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  58. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  59. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  60. 682c04c Issue #21166: merge from 3.4 by Ned Deily · 10 years ago
  61. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  62. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  63. b30802b merge 3.4 (#21121) by Benjamin Peterson · 10 years ago
  64. 7f9cc93 Issue #22110: Enable extra compilation warnings. by Charles-François Natali · 10 years ago
  65. 0db50cf Issue #18093: Create Programs directory in build location for by Ned Deily · 10 years ago
  66. 68e915e Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  67. 36820b6 Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  68. d30b022 Issue #21037: Add a build option to enable AddressSanitizer support. by Charles-François Natali · 10 years ago
  69. 4ce74dc - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  70. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  71. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  72. f8d60ca - Merge 3.4 by doko@ubuntu.com · 10 years ago
  73. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 10 years ago
  74. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  75. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 10 years ago
  76. b02bcae Attempt to fix OpenIndiana build issue introduced by #19922 by Christian Heimes · 11 years ago
  77. 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
  78. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 11 years ago
  79. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 11 years ago
  80. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  81. fe32aec configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. by Christian Heimes · 11 years ago
  82. 0bedc97 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  83. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  84. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  85. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  86. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  87. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  88. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  89. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  90. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  91. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  92. 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
  93. 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
  94. 335ab5b Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X by Łukasz Langa · 11 years ago
  95. cc00e01 test that the compiler support -Werror=statement-after-declaration before using it by Benjamin Peterson · 11 years ago
  96. 43b2ab9 make GCC complain about declarations not at the top of blocks by Benjamin Peterson · 11 years ago
  97. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  98. a75a2ec merge 3.3 (#17547) by Benjamin Peterson · 11 years ago
  99. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  100. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago