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
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
00112-2.7.13-debug-build.patch
Fedora Python maintainers
2020-09-29
1
-25/+31
*
00111-no-static-lib.patch
Fedora Python maintainers
2020-09-29
1
-25/+1
*
00102-2.7.13-lib64.patch
Fedora Python maintainers
2020-09-29
1
-1/+1
*
00055-systemtap.patch
Fedora Python maintainers
2020-09-29
1
-1/+14
*
python-2.5-cflags.patch
Fedora Python maintainers
2020-09-29
1
-1/+1
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)
Victor Stinner
2019-06-24
1
-0/+6
*
make tags: index also Modules/_ctypes/ (#4648) (#4660)
Victor Stinner
2017-11-30
1
-4/+3
*
[2.7] bpo-31934: Abort when building out of a not clean source tree (GH-4255)...
xdegaye
2017-11-08
1
-3/+12
*
bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)
Xiang Zhang
2017-09-08
1
-1/+1
*
[2.7] Update multissl test helper (GH-3349) (#3416)
Christian Heimes
2017-09-07
1
-0/+8
*
bpo-30871: Add test.pythoninfo (#3174) (#3175)
Victor Stinner
2017-08-22
1
-0/+5
*
[2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
1
-7/+7
*
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
Victor Stinner
2017-05-09
1
-1/+1
*
bpo-23404: make touch becomes make regen-all (#1466)
Victor Stinner
2017-05-05
1
-58/+46
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-9/+7
*
bpo-30207: Install the Lib/test/support directory. (#1369)
Serhiy Storchaka
2017-05-01
1
-0/+1
*
Fix "make tags" command (#1337)
Victor Stinner
2017-04-28
1
-3/+3
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-1/+1
*
Issue #28258: Explain the LC_ALL change in a comment
Victor Stinner
2016-09-29
1
-0/+4
*
Issue #28258: Fixed build with Estonian locale (distclean target in
Serhiy Storchaka
2016-09-29
1
-1/+1
*
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-09
1
-1/+1
*
Issue #26359: Add the --with-optimizations flag.
Gregory P. Smith
2016-09-08
1
-4/+4
*
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-07
1
-1/+1
*
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter
2016-07-29
1
-16/+4
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
1
-1/+1
*
Issue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter
2016-06-07
1
-1/+1
*
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter
2016-06-07
1
-2/+5
*
Exclude unittests from the make profile-opt training run that either
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
1
-1/+3
*
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
1
-2/+2
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
Martin Panter
2016-04-23
1
-7/+14
*
Revert the last change:
doko@ubuntu.com
2016-03-23
1
-1/+1
*
Makefile.pre.in:
doko@ubuntu.com
2016-03-23
1
-2/+2
*
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter
2016-02-03
1
-1/+5
*
Issue #25925: Backport C coverage reporting Makefile targets
Zachary Ware
2016-01-20
1
-1/+41
*
Issue #25827: Add support for ICC to configure
Zachary Ware
2015-12-21
1
-0/+1
*
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) d...
Victor Stinner
2015-12-13
1
-1/+1
*
Issue #25696: Fix installation of Python on UNIX with make -j9.
Victor Stinner
2015-12-13
1
-0/+4
*
Issue #25188: Add -P/--pgo to test.regrtest for PGO building.
Brett Cannon
2015-10-02
1
-1/+1
*
Issue #24915: Make PGO builds support Clang and use the test suite for
Brett Cannon
2015-09-18
1
-7/+24
*
backport computed gotos (#4753)
Benjamin Peterson
2015-05-28
1
-0/+15
*
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com
2015-04-13
1
-1/+1
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-5/+27
*
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Donald Stufft
2014-11-11
1
-0/+1
*
Issue #21166: fix typo in comment
Ned Deily
2014-08-24
1
-1/+1
*
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
1
-1/+11
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
1
-2/+2
*
Issue #21383: Allow "make touch" to work when building outside of the
Ned Deily
2014-05-22
1
-0/+1
*
Issue #19990: Install test/imghdrdata.
Ned Deily
2014-02-02
1
-1/+3
*
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
Charles-François Natali
2013-12-15
1
-1/+2
[next]