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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-07
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-23
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
*
Issue #15392: Install idlelib/idle_test.
Ned Deily
2013-11-03
1
-1
/
+2
*
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-10-25
1
-0
/
+5
*
Issue #18919: Add test/audiodata to LIBSUBDIRS.
Serhiy Storchaka
2013-10-14
1
-1
/
+1
*
Drop buildbottouch again; the master is using "make touch" now.
Martin v. Löwis
2013-10-02
1
-3
/
+0
*
Add fake buildbottouch target.
Martin v. Löwis
2013-09-30
1
-0
/
+3
[next]