153 Commits (165eee214bc388eb588db33385ca49ddbb305565)

Author SHA1 Message Date
Zachary Ware 5af856404a Issue #25827: Add support for ICC to configure 11 years ago
Victor Stinner bae2d6203f Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() 11 years ago
Brett Cannon 7188a3efe0 Issue #24915: Add Clang support to PGO builds and use the test suite 11 years ago
Victor Stinner 3abf44e48f Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() 11 years ago
Stefan Krah e31db2a821 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false 11 years ago
Yury Selivanov 7aa5341164 Reverting my previous commit. 11 years ago
Benjamin Peterson a8c22a0c32 update configure version to 3.6 11 years ago
doko@ubuntu.com e8042e5e98 - Issue #24122, fix quoting for LIBPL 11 years ago
doko@ubuntu.com 5cc9c4fdf7 - #22980: fix triplet configure test for more targets 11 years ago
Ned Deily 3b8124884c Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension 11 years ago
doko@ubuntu.com 9abe04975a #22980: fix triplet configure test for powerpc-linux-gnu 11 years ago
doko@ubuntu.com 092f616a97 - configure.ac: remove duplicate PLATDIR definition 11 years ago
doko@ubuntu.com d3899c1a96 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include 11 years ago
Larry Hastings a6cc551502 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. 11 years ago
doko@ubuntu.com 1345d20193 - Use PLATDIR for the platform directory everywhere (refactoring only) 11 years ago
Victor Stinner 7cc28b6238 Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating 11 years ago
Victor Stinner 9eb57c5fa5 Issue #22181: The availability of the getrandom() is now checked in configure, 11 years ago
Antoine Pitrou 5bd7bf5bab Issue #22980: Under Linux, C extensions now include bitness in the file name, 11 years ago
Victor Stinner 35a97c0bed Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in 11 years ago
Antoine Pitrou 3d6c784371 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. 12 years ago
Victor Stinner 923e06f77d Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and 12 years ago
Victor Stinner 4f5366e65a Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for 12 years ago
Victor Stinner fcfed19913 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 12 years ago
Victor Stinner fe02e39029 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), 12 years ago
Victor Stinner 4d6a3d6c01 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), 12 years ago
Benjamin Peterson 0f3cde1453 use autoconf macro to check for pkg-config (closes #15506) 12 years ago
Victor Stinner beeb512fe1 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 12 years ago
Benjamin Peterson d1e22ba7db only support append_history if readline has it 12 years ago
Victor Stinner 7efb83393c Issue #22287: On UNIX, _PyTime_gettimeofday() now uses 12 years ago
Ned Deily fcbc246e9f Issue #21166: Prevent possible segfaults and other random failures of 12 years ago
Benjamin Peterson acb8c52343 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) 12 years ago
Charles-François Natali 7f9cc9359b Issue #22110: Enable extra compilation warnings. 12 years ago
Ned Deily 0db50cf7eb Issue #18093: Create Programs directory in build location for 12 years ago
Ned Deily 36820b6e08 Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. 12 years ago
Charles-François Natali d30b022b5e Issue #21037: Add a build option to enable AddressSanitizer support. 12 years ago
doko@ubuntu.com e5de66eaa7 - Issue #17752: Fix distutils tests when run from the installed location. 12 years ago
doko@ubuntu.com 8577e5ae09 - Issue #17752: Fix distutils tests when run from the installed location. 12 years ago
doko@ubuntu.com 1a4f561d7c - Issue #21285: Refactor and fix curses configure check to always search 12 years ago
Benjamin Peterson 8bdeb1672c support setting fpu precision on m68k (closes #20904) 12 years ago
Kushal Das 02d23a212a Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. 12 years ago
Larry Hastings f5002bd6ac Version bump to 3.5, step 2. 12 years ago
Christian Heimes b02bcae566 Attempt to fix OpenIndiana build issue introduced by #19922 13 years ago
Christian Heimes 647cd87169 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t 13 years ago
Ned Deily 322f5ba0d8 Issue #19553: PEP 453 - "make install" and "make altinstall" now install or 13 years ago
Ned Deily b8f944f0b7 Issue #19649: On OS X, the same set of file names are now installed 13 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 13 years ago
Christian Heimes fe32aec25a configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. 13 years ago
Christian Heimes 75ed890de5 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. 13 years ago
Ned Deily 65657c27fa Issue #1584: Provide options to override default search paths for Tcl and Tk 13 years ago
Christian Heimes b7bd5df809 Issue #16595: Add prlimit() to resource module 13 years ago