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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Issue #15819: use standard autoconf preset output variables.
Trent Nelson
2012-10-17
1
-4/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #15819: use standard autoconf preset output variables.
Trent Nelson
2012-10-17
1
-4/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #15819: use standard autoconf preset output variables.
Trent Nelson
2012-10-17
1
-4/+1
*
|
|
Bump autoconf from 2.68 to 2.69.
Trent Nelson
2012-10-16
1
-132/+147
*
|
|
Merge issue #15819: tweak logic in previous commit.
Trent Nelson
2012-10-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge issue #15819: tweak logic in previous commit.
Trent Nelson
2012-10-16
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #15819: tweak logic in previous commit (617591e7d708).
Trent Nelson
2012-10-16
1
-1/+1
*
|
|
Merge issue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson
2012-10-16
1
-0/+20
|
\
\
\
|
|
/
/
|
*
|
Merge issue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson
2012-10-16
1
-0/+20
|
|
\
\
|
|
|
/
|
|
*
Issue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson
2012-10-16
1
-0/+20
|
|
*
Issue #15819: Fix out-of-tree builds from a readonly source.
Trent Nelson
2012-08-30
1
-0/+50
*
|
|
Bump version to 3.4.0 alpha 0.
Georg Brandl
2012-09-29
1
-10/+10
|
/
/
*
|
- Issue #15268: Search curses.h in /usr/include/ncursesw.
doko@ubuntu.com
2012-07-07
1
-0/+7
*
|
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com
2012-06-30
1
-1/+1
*
|
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com
2012-06-30
1
-0/+52
*
|
- Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,
doko@ubuntu.com
2012-06-30
1
-15/+54
*
|
- Issue #3754: Use readelf instead of ldd for the cross build readline check
doko@ubuntu.com
2012-06-30
1
-0/+111
*
|
- check for libtinfo as a termcap library
doko@ubuntu.com
2012-06-30
1
-1/+1
*
|
- Issue #3754: Some unrelated configure.ac cleanups.
doko@ubuntu.com
2012-06-30
1
-4/+9
*
|
- Issue #14324: use a linker test to check for profiling support
doko@ubuntu.com
2012-06-30
1
-22/+20
*
|
- Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of
doko@ubuntu.com
2012-06-30
1
-163/+435
*
|
Issue #13950: Improve support for OS X Xcode 4:
Ned Deily
2012-06-25
1
-1/+3
*
|
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily
2012-06-23
1
-130/+265
*
|
Issue #7652: Enable linking of _decimal.so against an installed libmpdec.
Stefan Krah
2012-03-23
1
-0/+18
*
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-0/+171
*
|
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
Matthias Klose
2012-03-15
1
-14/+28
*
|
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
Matthias Klose
2012-03-15
1
-29/+113
*
|
- Issue #14324: Fix configure tests for cross builds.
Matthias Klose
2012-03-15
1
-0/+5
*
|
- Issue #14324: Fix configure tests for cross builds.
Matthias Klose
2012-03-15
1
-34/+37
*
|
- Issue #14324: Fix configure tests for cross builds.
Matthias Klose
2012-03-15
1
-1/+30
*
|
- Issue #14321: Do not run pgen during the build if files are up to date.
Matthias Klose
2012-03-15
1
-0/+50
*
|
merge 3.2
Matthias Klose
2012-03-14
1
-2/+2
|
\
\
|
|
/
|
*
merge 3.1
Matthias Klose
2012-03-14
1
-1/+1
|
|
\
|
|
*
- rename configure.in to configure.ac
Matthias Klose
2012-03-14
1
-3/+2
|
|
*
Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits obj...
Jesus Cea
2011-03-16
1
-3/+4
*
|
|
Issue #13609: Add two functions to query the terminal size:
Antoine Pitrou
2012-02-08
1
-3/+3
*
|
|
Issue #13777: Add PF_SYSTEM sockets on OS X.
Martin v. Löwis
2012-02-03
1
-3/+3
*
|
|
Improve the test for dirfd(). Some systems #define it rather than
Gregory P. Smith
2012-01-22
1
-47/+57
|
\
\
\
|
|
/
/
|
*
|
Improve the test for dirfd(), some systems #define it rather than have
Gregory P. Smith
2012-01-22
1
-47/+57
*
|
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-1/+1
|
*
|
regenerate configure using autoconf. includes the dirfd test.
Gregory P. Smith
2012-01-16
1
-286/+309
*
|
|
regenerated using autoconf, includes dirfd test.
Gregory P. Smith
2012-01-16
1
-1/+1
*
|
|
fix for old kernels which don't have epoll_create1
Benjamin Peterson
2011-12-27
1
-2/+27
*
|
|
Merge second fix for issue #11149.
Stefan Krah
2011-12-08
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #11149: Also enable -fwrapv if $CC is a full path
Stefan Krah
2011-12-08
1
-3/+4
|
*
|
Issue #13415: Test in configure if unsetenv() has a return value or not.
Charles-François Natali
2011-11-27
1
-310/+315
*
|
|
Better resolution for issue #11849: Ensure that free()d memory arenas are rea...
Antoine Pitrou
2011-11-26
1
-32/+4
*
|
|
Close #13415: Test in configure if unsetenv() has a return value or not.
Victor Stinner
2011-11-24
1
-0/+28
*
|
|
Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...
Jesus Cea
2011-11-14
1
-3/+4
[prev]
[next]