Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.6
/
configure
tag
29731c007987cef7fa1aac6d6bdd8ab6e27af679
tagger
Ned Deily <nad@python.org>
Sat Jan 01 00:57:13 2022
object
8d999cbf4adea053be6dbb612b9844635c4dfb8e
Final head of the former 3.6 branch
782854f
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549)
by Miss Islington (bot)
· 6 years ago
fbe2a13
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-13014)
by Miss Islington (bot)
· 6 years ago
a21bedf
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265)
by Victor Stinner
· 7 years ago
cc3e732
3.6.8rc1
by Ned Deily
· 7 years ago
v3.6.8rc1
f2d2cb1
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
by Miss Islington (bot)
· 7 years ago
f83ee47
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
by stratakis
· 7 years ago
e1b2103
[3.6] bpo-31625: Stop using ranlib (GH-10417)
by stratakis
· 7 years ago
3b5b1c0
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
by Gregory P. Smith
· 7 years ago
f6b9459
[3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261)
by stratakis
· 7 years ago
03d8e7c
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
by Miss Islington (bot)
· 7 years ago
2184fe5
[3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250)
by Benjamin Peterson
· 7 years ago
bdace2e
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
by Miss Islington (bot)
· 7 years ago
92970cc
bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744)
by Miss Islington (bot)
· 7 years ago
8487ef6
[3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)
by Benjamin Peterson
· 7 years ago
7839288
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7826)
by Victor Stinner
· 7 years ago
4ba4ff4
Docs: fix some wrong words (GH-6987)
by Mariatta
· 7 years ago
d59f97c
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
by INADA Naoki
· 7 years ago
20b797d
bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)
by Miss Islington (bot)
· 7 years ago
9455244
bpo-32726: macOS installer changes for 3.6.5
by Ned Deily
· 7 years ago
8e230e1
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296)
by Miss Islington (bot)
· 8 years ago
29cb50b
[3.6] make tags: index also Modules/_ctypes/ (#4648) (#4659)
by Victor Stinner
· 8 years ago
2be9a31
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
by Miss Islington (bot)
· 8 years ago
ff6ae4d
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212)
by Miss Islington (bot)
· 8 years ago
5db3208
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
by Miss Islington (bot)
· 8 years ago
ac360fc
Allow configure to handle PATH elements with spaces (#3935) (#3937)
by Ned Deily
· 8 years ago
02854da
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
by Christian Heimes
· 8 years ago
d24429a
[3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039)
by Brett Cannon
· 8 years ago
07a40a1
[3.6] Add --with-assertions configure flag to enable C assertions(GH-1731) (#1739)
by T. Wouters
· 8 years ago
9d02f56
[3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)
by Victor Stinner
· 8 years ago
4dae0d1
[3.6] bpo-30232: Support Git worktree in configure.ac (#1398)
by Victor Stinner
· 8 years ago
809101f
bpo-30104: Use -fno-strict-aliasing on clang (#1376)
by Victor Stinner
· 8 years ago
2e30eb6
improve alignment autoconf test (#1129) (#1139)
by Benjamin Peterson
· 8 years ago
f01de61
bpo-29643: Fix check for --enable-optimizations (GH-869)
by INADA Naoki
· 8 years ago
e9213d9
bpo-27593: Revise git SCM build info. (#744) (#745)
by Ned Deily
· 8 years ago
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
by Ned Deily
· 8 years ago
2a352b6
Issue #26851: Set Android compilation and link flags.
by Xavier de Gaye
· 9 years ago
bdf0d0f
Issue #28762: lockf() is available on Android API level 24, but the
by Xavier de Gaye
· 9 years ago
40e320b
Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand.
by Xavier de Gaye
· 9 years ago
7087842
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
by Xavier de Gaye
· 9 years ago
b0eb986
merge 3.5 (#28932)
by Benjamin Peterson
· 9 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 9 years ago
e13c320
Issue #28190: Cross compiling the _curses module does not use anymore
by Xavier de Gaye
· 9 years ago
32cf1ac
Issue #28849: Do not define sys.implementation._multiarch on Android.
by Xavier de Gaye
· 9 years ago
8bb38a7
Regenerate configure with autoconf 2.69.
by Ned Deily
· 9 years ago
e45df0a
Issue #10656: Merge AIX build fix from 3.5
by Martin Panter
· 9 years ago
164eea5
Rename the new --with-optimiations flag to --enable-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
1016b2f
Rename the new --with-optimiations flag to --enable-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
395733d
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 9 years ago
1d8f755
Issue #28605: Fix the help and What's New entry for --with-optimizations.
by Brett Cannon
· 9 years ago
ee22aad
regenerate configure with autoconf 2.69
by Ned Deily
· 9 years ago
938da64
Write configure message to AS_MESSAGE_FD
by Christian Heimes
· 9 years ago
0c21214
replace usage of Py_VA_COPY with the (C99) standard va_copy
by Benjamin Peterson
· 9 years ago
37098cd
more granular configure checks for clock_* functions (closes #28081)
by Benjamin Peterson
· 9 years ago
11a86ff
Issue #28066: Merge srcdir fix from 3.5
by Martin Panter
· 9 years ago
c5ee3ca
Issue #28066: Fix include search directory logic for out-of-tree builds
by Martin Panter
· 9 years ago
92dec54
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
by Xavier de Gaye
· 9 years ago
ea80ffb
Issue #23545: Turn on extra warnings on GCC.
by Serhiy Storchaka
· 9 years ago
81b08a8
Regenerate the configure script. Now it supports --runstatedir option
by Serhiy Storchaka
· 9 years ago
050af5d
Backed out changeset 8460a729e1de
by Benjamin Peterson
· 9 years ago
cc1ea5d
force gcc to use c99 inline semantics
by Benjamin Peterson
· 9 years ago
c4b53af
Issue #28046: Remove platform-specific directories from sys.path
by Zachary Ware
· 9 years ago
a785c87
DTrace support: function calls, GC activity, line execution
by Łukasz Langa
· 9 years ago
935043d
Closes #27976: Deprecate bundled full copy of libffi
by Zachary Ware
· 9 years ago
4fd64b9
remove ceval timestamp support
by Benjamin Peterson
· 9 years ago
7d895ac
remove --with(out)-signal-module, since the signal module is non-optional
by Benjamin Peterson
· 9 years ago
a845a81
remove unused osx10.5 sdk check
by Benjamin Peterson
· 9 years ago
93b2dee
compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017)
by Benjamin Peterson
· 9 years ago
ba7224f
issue28032: never imply --with-lto as part of --with-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
14c7f71
issue28032: never imply --with-lto as part of --with-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
799520c
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
by Gregory P. Smith
· 9 years ago
8c94f97
Issue #26359: Add the --with-optimizations flag.
by Brett Cannon
· 9 years ago
01c340d
do not leak addrinfo in configure test
by Benjamin Peterson
· 9 years ago
47ff073
more PY_LONG_LONG to long long
by Benjamin Peterson
· 9 years ago
7f9eb6e
Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian.
by Christian Heimes
· 9 years ago
f3b5bca
Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as
by Gregory P. Smith
· 9 years ago
d170256
put -std=c99 in CFLAGS_NODIST
by Benjamin Peterson
· 9 years ago
7490577
compile with -std=c99
by Benjamin Peterson
· 9 years ago
0d67ed5
permit intermingled declarations
by Benjamin Peterson
· 9 years ago
a9296e7
require C99 bool
by Benjamin Peterson
· 9 years ago
63d98bc
Issue #26359: Add the --with-optimizations configure flag.
by Brett Cannon
· 9 years ago
0cf2238
merge 3.5
by Benjamin Peterson
· 9 years ago
8482ce4
Issue #21122: Fix LTO builds on OS X. Patch by Brett Cannon.
by Ned Deily
· 9 years ago
df6ff7b
add back SIZEOF_UINTPTR_T
by Benjamin Peterson
· 9 years ago
b9d9eed
require uintptr_t to exist
by Benjamin Peterson
· 9 years ago
4fe5510
require standard int types to be defined (#17884)
by Benjamin Peterson
· 9 years ago
ed4aa83
require a long long data type (closes #27961)
by Benjamin Peterson
· 9 years ago
dffa394
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
by Christian Heimes
· 9 years ago
5c38cb2
- Issue #27917: Set platform triplets for Android builds.
by doko@ubuntu.com
· 9 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 9 years ago
75b1cb1
- Issue #23968, keep platform_triplet and multiarch macros in sync
by doko@ubuntu.com
· 9 years ago
8c3c52b
Issue #25825: Merge $(LIBPL) fix from 3.5
by Martin Panter
· 9 years ago
5de141f
Issue #25825: Fix references to $(LIBPL) installation path on AIX
by Martin Panter
· 9 years ago
5a44fa1
merge 3.5 (#27670)
by Benjamin Peterson
· 9 years ago
c2fcbf4
https link to the bug tracker (closes #27670)
by Benjamin Peterson
· 9 years ago
0c859f3
Issue #27641: Merge cross-compiling improvement from 3.5
by Martin Panter
· 9 years ago
6074f21
(merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS.
by Xavier de Gaye
· 9 years ago
3a32bdf
Issue #27453: CPP invocation in configure must use CPPFLAGS.
by Xavier de Gaye
· 9 years ago
43a94a7
Issue #27641: Comment out regeneration rules when cross compiling
by Martin Panter
· 9 years ago
4b53359
Issue #27490: Merge pgen cross-compile logic from 3.5
by Martin Panter
· 9 years ago
Next »