Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0e427c6d159e86f17270770cd8dc37372e3c4004
/
Makefile.pre.in
« Previous
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
a3a01a2
bpo-30871: Add "make pythoninfo" (#3120)
by Victor Stinner
· 7 years ago
d5ed47d
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
by Serhiy Storchaka
· 7 years ago
0056118
buildbot: pass --fail-env-changed to regrtest (#2509)
by Victor Stinner
· 7 years ago
178418a
bpo-30492: Allow make clinic to work out of tree. (#1836)
by Gregory P. Smith
· 7 years ago
c0364fc
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
by xdegaye
· 7 years ago
6b4be19
bpo-22257: Small changes for PEP 432. (#1728)
by Eric Snow
· 7 years ago
7bac69d
Remove .bzrignore (GH-1661)
by Stéphane Wirtel
· 7 years ago
f6eae5b
bpo-28787: Fix out of tree --with-dtrace builds (#135)
by stratakis
· 7 years ago
fa5abac
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
by Xiang Zhang
· 7 years ago
a1054c3
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
by torsava
· 8 years ago
a5c62a8
bpo-23404: make touch becomes make regen-all (#1405)
by Victor Stinner
· 8 years ago
826f83f
bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)
by Victor Stinner
· 8 years ago
8a543c0
`make tags` fixes (GH-717)
by Alex Dzyoba
· 8 years ago
5c4b0d0
bpo-27593: Get SCM build info from git instead of hg. (#446)
by Ned Deily
· 8 years ago
c22bfaa
bpo-29524: Add Objects/call.c file (#12)
by Victor Stinner
· 8 years ago
d783b01
Rename README to README.rst and enhance formatting (#2)
by Victor Stinner
· 8 years ago
d2306ce
Backed out changeset f23fa1f7b68f
by Victor Stinner
· 8 years ago
766af55
Issue #29465: Add Objects/call.c file
by Victor Stinner
· 8 years ago
abe40bc
Closed #29261: merged fix from 3.6.
by Vinay Sajip
· 8 years ago
6b642c9
Fixes #29261: merged fix from 3.5.
by Vinay Sajip
· 8 years ago
5fd832b
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
by Vinay Sajip
· 8 years ago
44dcd1e
Issue #28930: Merge from 3.6.
by Xiang Zhang
· 8 years ago
3d40e37
Issue #28930: Add a Makefile rule for bytes_methods.c.
by Xiang Zhang
· 8 years ago
a57890e
Issue #10656: Merge AIX build fix from 3.6
by Martin Panter
· 8 years ago
e45df0a
Issue #10656: Merge AIX build fix from 3.5
by Martin Panter
· 8 years ago
395733d
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 8 years ago
0eacef3
Issue #28444: Merge with 3.5.
by Xavier de Gaye
· 8 years ago
84968b7
Issue #28444: Fix missing extensions modules when cross compiling.
by Xavier de Gaye
· 8 years ago
0af10ac
Issue #28444: Merge with 3.6.
by Xavier de Gaye
· 8 years ago
800d6dc
Issue #28046: Merge with 3.6.
by Xavier de Gaye
· 8 years ago
1c17e7f
Issue #28046: Fix the removal of the sysconfigdata module
by Xavier de Gaye
· 8 years ago
a2bc46d
merge 3.6
by Benjamin Peterson
· 8 years ago
4510e6d
mark dtrace stubs as static inline; remove stubs
by Benjamin Peterson
· 8 years ago
3839d99
Issue #13756: Fix building extensions modules on Cygwin
by Zachary Ware
· 8 years ago
d920d39
Merge 3.6
by Victor Stinner
· 8 years ago
e234fce
Merge 3.5
by Victor Stinner
· 8 years ago
8d50d62
Issue #28258: Explain the LC_ALL change in a comment
by Victor Stinner
· 8 years ago
cf6d2d9
Issue #28258: Fixed build with Estonian locale (python-config and distclean
by Serhiy Storchaka
· 8 years ago
80bc7dc
Issue #28258: Fixed build with Estonian locale (python-config and distclean
by Serhiy Storchaka
· 8 years ago
2e8c939
Issue #28258: Fixed build with Estonian locale (python-config and distclean
by Serhiy Storchaka
· 8 years ago
adab00f
Issue #27950: Silence long makefile commands and comments
by Martin Panter
· 8 years ago
79f9d4f
lcov: ignore more 3rd party code and internal test/debug/dummy files
by Christian Heimes
· 8 years ago
1341926
Issue #15819: Remove old unconditional -IInclude option
by Martin Panter
· 8 years ago
b2317a4
Issue #15819: Merge include search from 3.5 into 3.6
by Martin Panter
· 8 years ago
2f462a6
Buildbot: give 20 minute per test file
by Victor Stinner
· 8 years ago
f578195
add dtrace inline stubs
by Benjamin Peterson
· 8 years ago
c4b53af
Issue #28046: Remove platform-specific directories from sys.path
by Zachary Ware
· 8 years ago
a785c87
DTrace support: function calls, GC activity, line execution
by Łukasz Langa
· 8 years ago
255295f
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
e535920
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
7d895ac
remove --with(out)-signal-module, since the signal module is non-optional
by Benjamin Peterson
· 8 years ago
8c94f97
Issue #26359: Add the --with-optimizations flag.
by Brett Cannon
· 8 years ago
653c850
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
41356f9
indicate the dependence of odict and dictobject on dict-common.h
by Benjamin Peterson
· 8 years ago
20737cc
Issue #28027: Remove Lib/plat-* files
by Zachary Ware
· 8 years ago
97be87a
Issue #15352: Rebuild frozen modules when marshal.c is changed.
by Eric Snow
· 8 years ago
22d0698
Adds test.support.PGO and skips tests that are not useful for PGO.
by Steve Dower
· 8 years ago
63d98bc
Issue #26359: Add the --with-optimizations configure flag.
by Brett Cannon
· 8 years ago
c083476
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
3c397e4
Fix out-of-tree builds for blake2
by Christian Heimes
· 8 years ago
121b948
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
by Christian Heimes
· 8 years ago
a582af8
Merge with 3.5
by Zachary Ware
· 8 years ago
de354bc
Include test/test_warnings/data as well
by Zachary Ware
· 8 years ago
6dd1109
Merge with 3.5
by Zachary Ware
· 8 years ago
19e5064
Include test_tools and test_warnings in install
by Zachary Ware
· 8 years ago
201c328
remove unused list of pgen srcs
by Benjamin Peterson
· 8 years ago
034fb56
Issue #27726: Fix "make tags"
by Victor Stinner
· 8 years ago
cf0ac6a
Fix "make tags": set locale to C to call sort
by Victor Stinner
· 8 years ago
9c4bfa6
"make tags": remove -t option of ctags
by Victor Stinner
· 8 years ago
f745700
Tests: add --slowest option to buildbots
by Victor Stinner
· 8 years ago
c57e4d1
Issue #25825: Merge AIX fix from 3.5
by Martin Panter
· 8 years ago
5401e87
Issue #25825: Fix references to Modules/python.exp
by Martin Panter
· 8 years ago
0c859f3
Issue #27641: Merge cross-compiling improvement from 3.5
by Martin Panter
· 8 years ago
43a94a7
Issue #27641: Comment out regeneration rules when cross compiling
by Martin Panter
· 8 years ago
4b53359
Issue #27490: Merge pgen cross-compile logic from 3.5
by Martin Panter
· 8 years ago
eac67be
Issue #27490: Do not build pgen when cross-compiling
by Martin Panter
· 8 years ago
8d49896
(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure
by Xavier de Gaye
· 8 years ago
fd0d593
Issue #26662: Set PYTHON_FOR_GEN in configure
by Xavier de Gaye
· 8 years ago
b8d3e40
Issue #23968: Fix installs of the renamed config directory for OS X
by Ned Deily
· 8 years ago
5553231
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
by doko@ubuntu.com
· 8 years ago
82029ac
Issue #27186: add Include/osmodule.h to the proper build rules
by Brett Cannon
· 8 years ago
cb3a581
Issue #27229: Merge makefile fix from 3.5
by Martin Panter
· 8 years ago
6827fd8
Issue #27229: Comment in middle of shell command fails on BSD and OS X
by Martin Panter
· 8 years ago
bb70760
Issue #27229: Merge cross-compiling fix from 3.5
by Martin Panter
· 8 years ago
9c2a8f9
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
by Martin Panter
· 8 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 8 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 8 years ago
da28494
Issue #22359: Merge cross-compilation fix from 3.5
by Martin Panter
· 9 years ago
1046d5c
Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
by Martin Panter
· 9 years ago
79a12a2
Issue #25702: A --with-lto configure option has been added that will
by Gregory P. Smith
· 9 years ago
d82da9f
Issue #25702: A --with-lto configure option has been added that will
by Gregory P. Smith
· 9 years ago
65f315e
Exclude super long running tests from the PROFILE_TASK for PGO
by Gregory P. Smith
· 9 years ago
ad45ab8
Exclude super long running tests from the PROFILE_TASK for PGO
by Gregory P. Smith
· 9 years ago
b9e0834
Merge 3.5
by doko@ubuntu.com
· 9 years ago
3a56b77
Makefile.pre.in (profile-opt): Fix bashism.
by doko@ubuntu.com
· 9 years ago
d65e0c7
Makefile: change default value of TESTTIMEOUT from 1 hour to 15 min
by Victor Stinner
· 9 years ago
885bdc4
Issue #25985: sys.version_info is now used instead of sys.version
by Serhiy Storchaka
· 9 years ago
63d096d
Issue #24421: Compile _math.c separately to avoid race condition
by Martin Panter
· 9 years ago
c9deece
Issue #24421: Compile _math.c separately to avoid race condition
by Martin Panter
· 9 years ago
Next »