Benjamin Peterson
3a7dffa4ce
remove support for compiling on systems without getcwd()
Do we need a fallback implementation of getcwd() from 1991 that claims to
support "really old Unix systems"? I don't think so.
13 years ago
Christian Heimes
f77b4b20e9
Issue #18747 : Re-seed OpenSSL's pseudo-random number generator after fork.
A pthread_atfork() child handler is used to seeded the PRNG with pid, time
and some stack data.
13 years ago
Christian Heimes
f0400baba8
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
13 years ago
Łukasz Langa
335ab5b66f
Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X
Patch by Ronald Oussoren
13 years ago
Benjamin Peterson
cc00e01fad
test that the compiler support -Werror=statement-after-declaration before using it
13 years ago
Benjamin Peterson
43b2ab96bc
make GCC complain about declarations not at the top of blocks
13 years ago
Benjamin Peterson
f6b687fcd4
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
13 years ago
Benjamin Peterson
feb5149244
-Wformat is needed by gcc 4.8 ( closes #17547 )
13 years ago
Victor Stinner
cd777eaf53
Issue #17615 : Comparing two Unicode strings now uses wmemcmp() when possible
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora
18/x86_64, GCC 4.7.2.
13 years ago
Georg Brandl
f4e68b1816
fix variable reference to fix --enable-profiling ( closes #17550 )
13 years ago
Benjamin Peterson
615ea1a98f
fix variable reference to fix --enable-profiling ( closes #17550 )
13 years ago
Benjamin Peterson
b9be7bbe2e
fix variable reference to fix --enable-profiling ( closes #17550 )
13 years ago
doko@ubuntu.com
d5537d071c
- Issue #16754 : Fix the incorrect shared library extension on linux. Introduce
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
13 years ago
Charles-François Natali
773e42dff8
Issue #15359 : Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
13 years ago
doko@python.org
d65e2bab3b
- Issue #17086 : Backport the patches from the 3.3 branch to cross-build
the package.
13 years ago
doko@python.org
eab42bf094
- Issue #3718 : Use AC_ARG_VAR to set MACHDEP in configure.ac.
13 years ago
doko@python.org
244b687374
- Follow-up for issue #15484 : In PYTHON_FOR_BUILD, use $(PLATDIR) instead
of plat-$(MACHDEP).
13 years ago
doko@python.org
874211978c
- Issue #16235 : Implement python-config as a shell script.
13 years ago
doko@python.org
a10e4a9afb
- Issue #17031 : Fix running regen in cross builds.
13 years ago
doko@python.org
7981f20293
- Issue #3754 : fix typo in pthread AC_CACHE_VAL.
13 years ago
doko@python.org
fa3f9a38b2
- Issue #3754 : fix typo in pthread AC_CACHE_VAL.
13 years ago
doko@python.org
44bbbdab67
- Issue #16292 : Improve a comment for cross building in configure.ac
13 years ago
doko@python.org
9731330d6f
- Issue #15484 : Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
13 years ago
doko@python.org
3e6e2ac31d
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
doko@python.org
4e63fbe04d
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
Stefan Krah
8c8adf6db7
Issue #16987 : Fix definition of SHLIB_EXT.
13 years ago
Charles-François Natali
f6fd794fac
Issue #16836 : Enable IPv6 support even if IPv6 is disabled on the build host.
13 years ago
Charles-François Natali
be2b907ce2
Issue #16836 : Enable IPv6 support even if IPv6 is disabled on the build host.
13 years ago
Trent Nelson
15daa35d32
IRIX: force MIPSpro to treat #errors as errors, not warnings.
13 years ago
Christian Heimes
954ac03a44
Cross compiling needs host and build settings. configure no longer
creates a broken PYTHON_FOR_BUILD variable when --build is missing.
13 years ago
Mark Dickinson
ce31f66a6d
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
13 years ago
Mark Dickinson
17c50cdac2
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
13 years ago
Mark Dickinson
983bc16c15
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
13 years ago
Stefan Krah
67473263a3
Issue #16534 : On HP-UX ac_cv_olimit_ok=yes is a false positive.
13 years ago
Stefan Krah
0afe4e4fa6
Fix more usages of NULL without including stdio.h.
13 years ago
Stefan Krah
19c2139d2d
Fix more usages of NULL without including stdio.h.
13 years ago
Stefan Krah
7dba5940ae
Issue #13057 : Include stdio.h when NULL is used in configure.ac.
13 years ago
Stefan Krah
ae66ca6433
Issue #13057 : Include stdio.h when NULL is used in configure.ac.
13 years ago
Ross Lagerwall
1b863ebfc8
Fix regression from issue #16262
13 years ago
Matthias Klose
c4c4842d86
- Issue #16262 : fix out-of-src-tree builds, if mercurial is not installed.
13 years ago
Trent Nelson
34562e115b
Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.
13 years ago
Trent Nelson
739fc541b1
Issue #15819 : use standard autoconf preset output variables.
Reported by: Roumen Petrov
13 years ago
Trent Nelson
abf205149c
Issue #15819 : use standard autoconf preset output variables.
Reported by: Roumen Petrov
13 years ago
Trent Nelson
6603118125
Issue #15819 : tweak logic in previous commit (617591e7d708).
13 years ago
Trent Nelson
fcb009c9d6
Issue #15819 : tweak logic in previous commit (e0a2b14a3cf9).
13 years ago
Trent Nelson
d86ceecf21
Issue #15819 : additional fixes for out-of-tree builds from read-only src.
Unlike 3.2, 3.3 and 3.x, which add "-IObjects -IPython -IInclude" to
BASECPPFLAGS when building out-of-tree, 2.7 only needs to add -IInclude
(for Python-ast.h and graminit.h).
13 years ago
Trent Nelson
9effe699b7
Issue #15819 : additional fixes for out-of-tree builds from read-only src.
Specifically, make sure the 'Object', 'Python' and 'Include' directories
in the build directory take precedence over the source directory if we're
an out-of-tree build.
Fix typeslots.inc so that it gets generated into the build directory.
13 years ago
Georg Brandl
08a9012352
Bump version to 3.4.0 alpha 0.
14 years ago
Trent Nelson
f6407a184d
Issue #15819 : Fix out-of-tree builds from a readonly source.
14 years ago
Trent Nelson
a45afcada3
Issue #15819 : Fix out-of-tree builds from a readonly source.
14 years ago