COMMITS
/ Makefile.pre.in September 6, 2016
C
Fix out-of-tree builds for blake2
Christian Heimes committed
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
August 30, 2016
Z
Merge with 3.5
Zachary Ware committed
Z
Include test/test_warnings/data as well
Zachary Ware committed
Z
Merge with 3.5
Zachary Ware committed
Z
Include test_tools and test_warnings in install
Zachary Ware committed
August 21, 2016
B
remove unused list of pgen srcs
Benjamin Peterson committed
August 17, 2016
V
Issue #27726: Fix "make tags"
Victor Stinner committed
V
Fix "make tags": set locale to C to call sort
Victor Stinner committed
V
"make tags": remove -t option of ctags
Victor Stinner committed
V
Tests: add --slowest option to buildbots
Victor Stinner committed
August 12, 2016
M
Issue #25825: Merge AIX fix from 3.5
Martin Panter committed
M
Issue #25825: Fix references to Modules/python.exp
Martin Panter committed
August 4, 2016
M
Issue #27641: Merge cross-compiling improvement from 3.5
Martin Panter committed
July 29, 2016
M
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter committed
July 28, 2016
M
Issue #27490: Merge pgen cross-compile logic from 3.5
Martin Panter committed
M
Issue #27490: Do not build pgen when cross-compiling
Martin Panter committed
July 26, 2016
X
(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure
Xavier de Gaye committed
X
Issue #26662: Set PYTHON_FOR_GEN in configure
Xavier de Gaye committed
June 18, 2016
N
Issue #23968: Fix installs of the renamed config directory for OS X
Ned Deily committed
June 14, 2016
D
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com committed
June 12, 2016
B
Issue #27186: add Include/osmodule.h to the proper build rules
Brett Cannon committed
June 7, 2016
M
Issue #27229: Merge makefile fix from 3.5
Martin Panter committed
M
Issue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter committed
M
Issue #27229: Merge cross-compiling fix from 3.5
Martin Panter committed
M
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
April 23, 2016
M
Issue #22359: Merge cross-compilation fix from 3.5
Martin Panter committed
M
Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
Martin Panter committed
April 15, 2016
G
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith committed
G
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith committed
G
Exclude super long running tests from the PROFILE_TASK for PGO
Gregory P. Smith committed
G
Exclude super long running tests from the PROFILE_TASK for PGO
Gregory P. Smith committed
March 23, 2016
D
Makefile.pre.in (profile-opt): Fix bashism.
doko@ubuntu.com committed
V
Makefile: change default value of TESTTIMEOUT from 1 hour to 15 min
Victor Stinner committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
February 3, 2016
M
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter committed
M
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter committed
December 21, 2015
Z
Issue #25827: Merge with 3.5
Zachary Ware committed
Z
Issue #25827: Add support for ICC to configure
Zachary Ware committed
December 13, 2015
V
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory
Victor Stinner committed
V
(Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9.
Victor Stinner committed
V
Issue #25696: Fix installation of Python on UNIX with make -j9.
Victor Stinner committed
November 22, 2015
V
Issue #25694: Install test.libregrtest to be able to run tests on the installed
Victor Stinner committed
October 2, 2015
B
Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.
Brett Cannon committed
September 18, 2015
B
Issue #24915: Add Clang support to PGO builds and use the test suite
Brett Cannon committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed