Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
640ed520dd6a43a8bf470b79542f58b5d57af9de
/
Makefile.pre.in
« Previous
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
266514a
Issue #25827: Merge with 3.5
by Zachary Ware
· 9 years ago
5af8564
Issue #25827: Add support for ICC to configure
by Zachary Ware
· 9 years ago
e33baf8
Merge 3.5
by Victor Stinner
· 9 years ago
8de795f
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory
by Victor Stinner
· 9 years ago
117051a
(Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9.
by Victor Stinner
· 9 years ago
c202155
Issue #25696: Fix installation of Python on UNIX with make -j9.
by Victor Stinner
· 9 years ago
dc09655
Issue #25694: Install test.libregrtest to be able to run tests on the installed
by Victor Stinner
· 9 years ago
be7c163
Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.
by Brett Cannon
· 9 years ago
7188a3e
Issue #24915: Add Clang support to PGO builds and use the test suite
by Brett Cannon
· 9 years ago
96c6af9
Issue #16991: Add a C implementation of collections.OrderedDict.
by Eric Snow
· 9 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
dd2693f
- merge 3.4
by doko@ubuntu.com
· 10 years ago
ca40e43
- remove unused EXTRAPLATDIR macro in Makefile.pre.in
by doko@ubuntu.com
· 10 years ago
8cb6569
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
by Gregory P. Smith
· 10 years ago
ae18f38
merge 3.4
by doko@ubuntu.com
· 10 years ago
100aa18
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
by doko@ubuntu.com
· 10 years ago
4b761bf
- merge 3.4
by doko@ubuntu.com
· 10 years ago
1345d20
- Use PLATDIR for the platform directory everywhere (refactoring only)
by doko@ubuntu.com
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
8d11ccc
Rebuild _freeze_importlib.o when Makefile changes
by Nick Coghlan
· 10 years ago
c7965e0
Issue #23585: make patchcheck will ensure the interpreter is built.
by Robert Collins
· 10 years ago
914db0f
Issue #23285: Install new test directory.
by Ned Deily
· 10 years ago
28fe496
Fixes issue23390: make profile-opt causes -fprofile-generate and related flags
by Gregory P. Smith
· 10 years ago
2f90aa6
Fixes issue23390: make profile-opt causes -fprofile-generate and related flags
by Gregory P. Smith
· 10 years ago
7c562f6
Issue #17636: Install new test directories.
by Ned Deily
· 10 years ago
d600951
Issue #22869: Split pythonrun into two modules
by Nick Coghlan
· 10 years ago
4f8fed2
merge with 3.4
by Georg Brandl
· 10 years ago
2a3e396
Closes #21480: better explanation of "hg touch" in the Makefile.
by Georg Brandl
· 10 years ago
895ce14
Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas Wagner.
by Antoine Pitrou
· 10 years ago
87018af
Issue #21166: fix typo in comment
by Ned Deily
· 10 years ago
ec7aaf5
Issue #21166: fix typo in comment
by Ned Deily
· 10 years ago
682c04c
Issue #21166: merge from 3.4
by Ned Deily
· 10 years ago
fcbc246
Issue #21166: Prevent possible segfaults and other random failures of
by Ned Deily
· 10 years ago
acb8c52
add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121)
by Benjamin Peterson
· 10 years ago
b30802b
merge 3.4 (#21121)
by Benjamin Peterson
· 10 years ago
973fe0b
Issue #18093: Factor out the programs that embed the runtime
by Nick Coghlan
· 10 years ago
05278ee
Issue 21383: merge from 3.4
by Ned Deily
· 11 years ago
a869fd3
Issue #21383: Allow "make touch" to work when building outside of the
by Ned Deily
· 11 years ago
67d8dc1
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
by Thomas Wouters
· 11 years ago
02d23a2
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
by Kushal Das
· 11 years ago
490e53b
Issue #21097: Update Makefile with changed install locations of test directories.
by Ned Deily
· 11 years ago
2f2ecaa
Issue #19990: Install test/imghdrdata.
by Ned Deily
· 11 years ago
6bb21c4
Issue #19990: Install test/imghdrdata.
by Ned Deily
· 11 years ago
24e4330
* Issue #16113: Remove sha3 module again.
by Martin v. Löwis
· 11 years ago
250a452
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
by Charles-François Natali
· 11 years ago
46c686f
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
by Charles-François Natali
· 11 years ago
1969e01
Fix make distclean for out-of-tree builds
by Christian Heimes
· 11 years ago
f847186
Fix make distclean for out-of-tree builds
by Christian Heimes
· 11 years ago
dcd340e
Issue #19358: "make clinic" now runs the Argument Clinic preprocessor
by Larry Hastings
· 11 years ago
322f5ba
Issue #19553: PEP 453 - "make install" and "make altinstall" now install or
by Ned Deily
· 11 years ago
b8f944f
Issue #19649: On OS X, the same set of file names are now installed
by Ned Deily
· 11 years ago
985ecdc
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
by Christian Heimes
· 11 years ago
Next »