GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-1...
Miss Islington (bot)
2019-07-02
1
-0
/
+6
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-1...
Miss Islington (bot)
2019-04-29
1
-6
/
+0
*
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...
Victor Stinner
2018-12-20
1
-1
/
+3
*
3.6.8rc1
v3.6.8rc1
Ned Deily
2018-12-11
1
-13
/
+2
*
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
Miss Islington (bot)
2018-12-09
1
-1
/
+1
*
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
stratakis
2018-12-09
1
-62
/
+184
*
[3.6] bpo-31625: Stop using ranlib (GH-10417)
stratakis
2018-11-29
1
-95
/
+1
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-12
1
-1
/
+44
*
[3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261)
stratakis
2018-11-07
1
-4
/
+5
*
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
Miss Islington (bot)
2018-09-14
1
-71
/
+0
*
[3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250)
Benjamin Peterson
2018-09-12
1
-2
/
+20
*
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Miss Islington (bot)
2018-09-12
1
-0
/
+11
*
bpo-30411: Use --git-dir instead of -C to make git work under version below 1...
Miss Islington (bot)
2018-08-20
1
-16
/
+4
*
[3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)
Benjamin Peterson
2018-07-15
1
-2
/
+13
*
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7826)
Victor Stinner
2018-06-22
1
-0
/
+7
*
Docs: fix some wrong words (GH-6987)
Mariatta
2018-06-08
1
-2
/
+2
*
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
INADA Naoki
2018-06-06
1
-5
/
+41
*
bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)
Miss Islington (bot)
2018-05-25
1
-0
/
+41
*
bpo-32726: macOS installer changes for 3.6.5
Ned Deily
2018-03-13
1
-3
/
+12
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
1
-1
/
+1
*
[3.6] make tags: index also Modules/_ctypes/ (#4648) (#4659)
Victor Stinner
2017-11-30
1
-1
/
+1
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
Miss Islington (bot)
2017-11-01
1
-0
/
+30
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-1
/
+38
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-0
/
+180
*
Allow configure to handle PATH elements with spaces (#3935) (#3937)
Ned Deily
2017-10-09
1
-4
/
+4
*
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
Christian Heimes
2017-09-05
1
-1
/
+1
*
[3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039)
Brett Cannon
2017-06-09
1
-16
/
+4
*
[3.6] Add --with-assertions configure flag to enable C assertions(GH-1731) (#...
T. Wouters
2017-05-22
1
-1
/
+30
*
[3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)
Victor Stinner
2017-05-05
1
-21
/
+11
*
[3.6] bpo-30232: Support Git worktree in configure.ac (#1398)
Victor Stinner
2017-05-02
1
-1
/
+1
*
bpo-30104: Use -fno-strict-aliasing on clang (#1376)
Victor Stinner
2017-05-02
1
-7
/
+28
*
improve alignment autoconf test (#1129) (#1139)
Benjamin Peterson
2017-04-14
1
-10
/
+25
*
bpo-29643: Fix check for --enable-optimizations (GH-869)
INADA Naoki
2017-03-29
1
-1
/
+1
*
bpo-27593: Revise git SCM build info. (#744) (#745)
Ned Deily
2017-03-21
1
-2
/
+2
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
1
-24
/
+24
*
Issue #26851: Set Android compilation and link flags.
Xavier de Gaye
2017-01-04
1
-2
/
+18
*
Issue #28762: lockf() is available on Android API level 24, but the
Xavier de Gaye
2016-12-22
1
-1
/
+30
*
Issue #28538: On Darwin net/if.h requires that sys/socket.h be included befor...
Xavier de Gaye
2016-12-21
1
-2
/
+14
*
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
Xavier de Gaye
2016-12-21
1
-1
/
+33
*
merge 3.5 (#28932)
Benjamin Peterson
2016-12-19
1
-1
/
+1
|
\
|
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-19
1
-1
/
+1
*
|
Issue #28190: Cross compiling the _curses module does not use anymore
Xavier de Gaye
2016-12-13
1
-1
/
+3
*
|
Issue #28849: Do not define sys.implementation._multiarch on Android.
Xavier de Gaye
2016-12-10
1
-23
/
+1
*
|
Regenerate configure with autoconf 2.69.
Ned Deily
2016-12-06
1
-13
/
+1
*
|
Issue #10656: Merge AIX build fix from 3.5
Martin Panter
2016-11-20
1
-1
/
+1
|
\
|
|
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-1
/
+1
*
|
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-13
/
+24
|
\
|
|
*
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-12
/
+11
*
|
Issue #28605: Fix the help and What's New entry for --with-optimizations.
Brett Cannon
2016-11-03
1
-3
/
+3
*
|
regenerate configure with autoconf 2.69
Ned Deily
2016-10-10
1
-13
/
+1
[next]