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
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-1/+3
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-15/+4
*
Enable the verbose build for extension modules with GNU make (#6659)
Matthias Klose
2018-04-30
1
-1/+5
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
1
-2/+0
*
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...
xdegaye
2018-04-20
1
-1/+2
*
bpo-30638: Add clinic to `make regen-all` (GH-5671)
Zachary Ware
2018-02-17
1
-7/+7
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-1/+2
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+4
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
1
-0/+5
*
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Christian Heimes
2018-01-16
1
-1/+1
*
bpo-32248: install new test_importlib directories (#5138)
Ned Deily
2018-01-09
1
-5/+20
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-1/+1
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0/+1
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-1/+2
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-2/+1
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-1/+2
*
make tags: index also Modules/_ctypes/ (#4648)
Victor Stinner
2017-11-30
1
-4/+3
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-1/+0
*
bpo-31934: Abort when building out of a not clean source tree (GH-4255)
xdegaye
2017-11-08
1
-4/+14
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-28643: Record profile-opt build progress with stamp files (#4223)
Neil Schemenauer
2017-11-02
1
-9/+28
*
bpo-31810: Add smelly.py to check exported symbols (#4057)
Victor Stinner
2017-10-24
1
-3/+2
*
explicitly list objects for the ar command (#3824)
Benjamin Peterson
2017-09-29
1
-1/+1
*
stop using ranlib (closes bpo-31625) (#3815)
Benjamin Peterson
2017-09-29
1
-10/+1
*
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Antoine Pitrou
2017-09-20
1
-9/+19
*
bpo-30860: Add Include/internal/ in "make tags" (#3498)
Victor Stinner
2017-09-11
1
-2/+2
*
bpo-31354: Let configure --with-lto work on all builds
octaviansoldea
2017-09-08
1
-2/+2
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+6
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-6/+2
*
Update multissl test helper (#3349)
Christian Heimes
2017-09-07
1
-0/+7
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-7/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-0/+7
*
bpo-30871: Add "make pythoninfo" (#3120)
Victor Stinner
2017-08-18
1
-0/+5
*
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
Serhiy Storchaka
2017-07-27
1
-0/+2
*
buildbot: pass --fail-env-changed to regrtest (#2509)
Victor Stinner
2017-06-30
1
-1/+1
*
bpo-30492: Allow make clinic to work out of tree. (#1836)
Gregory P. Smith
2017-05-27
1
-1/+1
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
1
-3/+4
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-1/+1
*
Remove .bzrignore (GH-1661)
Stéphane Wirtel
2017-05-22
1
-1/+0
*
bpo-28787: Fix out of tree --with-dtrace builds (#135)
stratakis
2017-05-10
1
-0/+1
*
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
Xiang Zhang
2017-05-09
1
-1/+2
*
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
torsava
2017-05-05
1
-7/+7
*
bpo-23404: make touch becomes make regen-all (#1405)
Victor Stinner
2017-05-03
1
-81/+72
*
bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)
Victor Stinner
2017-04-28
1
-0/+9
*
`make tags` fixes (GH-717)
Alex Dzyoba
2017-03-24
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-6/+6
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
1
-0/+1
*
Rename README to README.rst and enhance formatting (#2)
Victor Stinner
2017-02-11
1
-1/+1
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
1
-1/+0
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
1
-0/+1
[next]