939 Commits (391af751f2a19476cfaa53ddc35fd53aaa582e9c)

Author SHA1 Message Date
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
Ned Deily 267998a766 Issue #23817: run autoreconf to update configure. 11 years ago
Victor Stinner 8291b5e4f7 Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure 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. 11 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
Ned Deily 87adb6ef38 Issue #14499: Fix several problems with OS X universal build support: 13 years ago
Ned Deily d819b931f3 Issue #1584: Provide options to override default search paths for Tcl and Tk 13 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Benjamin Peterson 3a7dffa4ce remove support for compiling on systems without getcwd() 13 years ago