index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-60/+19
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+6
*
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
2017-09-05
1
-1/+1
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-12/+1
*
remove configure.ac support for SGI_ABI (#3294)
Benjamin Peterson
2017-09-04
1
-18/+0
*
remove check for bug last seem in Solaris 9 (#3285)
Benjamin Peterson
2017-09-04
1
-18/+0
*
remove autoconf check for select() (#3283)
Benjamin Peterson
2017-09-04
1
-1/+1
*
remove configure check for 'volatile' (#3281)
Benjamin Peterson
2017-09-04
1
-8/+0
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-5/+0
*
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki
2017-06-29
1
-1/+1
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-28
1
-0/+2
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-0/+34
*
Clarify what --enable-optimizations does (GH-1847)
Brett Cannon
2017-06-09
1
-2/+2
*
Add --with-assertions configure flag to enable C assertions(#1731)
T. Wouters
2017-05-22
1
-1/+22
*
bpo-23404: make touch becomes make regen-all (#1405)
Victor Stinner
2017-05-03
1
-11/+2
*
bpo-30232: Support Git worktree in configure.ac (#1391)
Victor Stinner
2017-05-02
1
-1/+1
*
bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)
Victor Stinner
2017-04-28
1
-8/+5
*
bpo-30104: configure now detects when cc is clang (#1233)
Victor Stinner
2017-04-21
1
-8/+21
*
bpo-30104: Use -fno-strict-aliasing on clang (#1221)
Victor Stinner
2017-04-21
1
-6/+16
*
remove configure test for inline keyword (#1231)
Benjamin Peterson
2017-04-21
1
-7/+0
*
improve alignment autoconf test (#1129)
Benjamin Peterson
2017-04-14
1
-10/+9
*
bpo-29643: Fix check for --enable-optimizations (GH-129)
Alex Wang
2017-03-28
1
-1/+1
*
`make tags` fixes (GH-717)
Alex Dzyoba
2017-03-24
1
-1/+1
*
bpo-27593: Revise git SCM build info. (#744)
Ned Deily
2017-03-21
1
-2/+2
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-13/+13
*
Prohibit implicit C function declarations
Victor Stinner
2017-02-06
1
-0/+20
*
Issue #26851: Merge 3.6.
Xavier de Gaye
2017-01-04
1
-2/+16
|
\
|
*
Issue #26851: Set Android compilation and link flags.
Xavier de Gaye
2017-01-04
1
-2/+16
*
|
Issue #28762: Merge 3.6.
Xavier de Gaye
2016-12-22
1
-1/+10
|
\
\
|
|
/
|
*
Issue #28762: lockf() is available on Android API level 24, but the
Xavier de Gaye
2016-12-22
1
-1/+10
*
|
Issue #28538: Merge 3.6.
Xavier de Gaye
2016-12-21
1
-2/+14
|
\
\
|
|
/
|
*
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: Merge 3.6.
Xavier de Gaye
2016-12-21
1
-1/+13
|
\
\
|
|
/
|
*
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
Xavier de Gaye
2016-12-21
1
-1/+13
*
|
merge 3.6 (#28932)
Benjamin Peterson
2016-12-20
1
-1/+1
|
\
\
|
|
/
|
*
merge 3.5 (#28932)
Benjamin Peterson
2016-12-20
1
-1/+1
|
|
\
|
|
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-1/+1
*
|
|
Issue #28190: Merge 3.6.
Xavier de Gaye
2016-12-13
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28190: Cross compiling the _curses module does not use anymore
Xavier de Gaye
2016-12-13
1
-1/+3
*
|
|
Issue #28849: Merge 3.6.
Xavier de Gaye
2016-12-10
1
-23/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28849: Do not define sys.implementation._multiarch on Android.
Xavier de Gaye
2016-12-10
1
-23/+1
*
|
|
Issue #10656: Merge AIX build fix from 3.6
Martin Panter
2016-11-20
1
-1/+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
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-5/+5
|
|
\
\
|
|
|
/
|
|
*
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-5/+5
*
|
|
Merge for issue #28605
Brett Cannon
2016-11-03
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28605: Fix the help and What's New entry for --with-optimizations.
Brett Cannon
2016-11-03
1
-2/+2
*
|
|
Issue #21085: Fix accidental leading +'s in configure.ac
Zachary Ware
2016-10-01
1
-2/+2
[next]