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.
|
2013-08-23 21:01:48 -05:00 |
|
Christian Heimes
|
6acbe2aaa3
|
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.
|
2013-08-21 13:26:34 +02:00 |
|
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.
|
2013-08-21 13:26:05 +02:00 |
|
Christian Heimes
|
360b89ca5e
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
|
2013-06-18 13:22:37 +02:00 |
|
Christian Heimes
|
f0400baba8
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
|
2013-06-18 13:22:17 +02:00 |
|
Łukasz Langa
|
335ab5b66f
|
Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X
Patch by Ronald Oussoren
|
2013-05-30 20:58:53 +02:00 |
|
Benjamin Peterson
|
cc00e01fad
|
test that the compiler support -Werror=statement-after-declaration before using it
|
2013-05-20 08:22:04 -07:00 |
|
Benjamin Peterson
|
43b2ab96bc
|
make GCC complain about declarations not at the top of blocks
|
2013-05-16 15:33:00 -05:00 |
|
Benjamin Peterson
|
f6b687fcd4
|
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
|
2013-05-12 23:08:28 -05:00 |
|
Benjamin Peterson
|
a75a2ec64d
|
merge 3.3 (#17547)
|
2013-05-11 13:02:59 -05:00 |
|
Benjamin Peterson
|
feb5149244
|
-Wformat is needed by gcc 4.8 (closes #17547)
|
2013-05-11 13:00:05 -05:00 |
|
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.
|
2013-04-08 22:43:44 +02:00 |
|
Benjamin Peterson
|
fccfb824e6
|
merge 3.3 (#17550)
|
2013-03-26 08:58:16 -04:00 |
|
Benjamin Peterson
|
615ea1a98f
|
fix variable reference to fix --enable-profiling (closes #17550)
|
2013-03-26 08:55:37 -04:00 |
|
doko@ubuntu.com
|
6d3d0fe0b2
|
- 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.
|
2013-03-21 13:39:52 -07:00 |
|
doko@ubuntu.com
|
1621d77fc8
|
- 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.
|
2013-03-21 13:31:41 -07:00 |
|
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.
|
2013-03-21 13:21:49 -07:00 |
|
Charles-François Natali
|
773e42dff8
|
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
|
2013-02-05 19:42:01 +01:00 |
|
doko@python.org
|
682d8d4aaa
|
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
|
2013-01-26 19:00:20 +01:00 |
|
doko@python.org
|
eab42bf094
|
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
|
2013-01-26 18:57:19 +01:00 |
|
doko@python.org
|
f86e484ef2
|
- Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead
of plat-$(MACHDEP).
|
2013-01-26 12:09:31 +01:00 |
|
doko@python.org
|
244b687374
|
- Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead
of plat-$(MACHDEP).
|
2013-01-26 12:08:25 +01:00 |
|
doko@python.org
|
874211978c
|
- Issue #16235: Implement python-config as a shell script.
|
2013-01-26 11:39:31 +01:00 |
|
doko@python.org
|
90c8d06d68
|
- Issue #17031: Fix running regen in cross builds.
|
2013-01-25 18:45:41 +01:00 |
|
doko@python.org
|
a10e4a9afb
|
- Issue #17031: Fix running regen in cross builds.
|
2013-01-25 18:45:12 +01:00 |
|