summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748)Miss Islington (bot)2019-04-161-0/+2
* bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297)Miss Islington (bot)2018-12-231-1/+1
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)Victor Stinner2018-12-201-9/+16
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)Miss Islington (bot)2018-12-161-2/+2
* bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)Victor Stinner2018-12-041-0/+10
* closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...Miss Islington (bot)2018-11-261-0/+1
* Enable the verbose build for extension modules with GNU make (GH-6659) (#6662)Miss Islington (bot)2018-05-021-1/+5
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...Miss Islington (bot)2018-04-201-1/+2
* bpo-30638: Add clinic to `make regen-all` (GH-5671)Miss Islington (bot)2018-02-171-7/+7
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-1/+2
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+4
* bpo-32598: Use autoconf to detect usable OpenSSL (#5242)Christian Heimes2018-01-201-0/+5
* bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes2018-01-161-1/+1
* bpo-32248: install new test_importlib directories (#5138)Ned Deily2018-01-081-5/+20
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-141-1/+1
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-141-0/+1
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-1/+2
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-2/+1
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-1/+2
* make tags: index also Modules/_ctypes/ (#4648)Victor Stinner2017-11-301-4/+3
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-241-1/+0
* bpo-31934: Abort when building out of a not clean source tree (GH-4255)xdegaye2017-11-081-4/+14
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-28643: Record profile-opt build progress with stamp files (#4223)Neil Schemenauer2017-11-021-9/+28
* bpo-31810: Add smelly.py to check exported symbols (#4057)Victor Stinner2017-10-241-3/+2
* explicitly list objects for the ar command (#3824)Benjamin Peterson2017-09-291-1/+1
* stop using ranlib (closes bpo-31625) (#3815)Benjamin Peterson2017-09-291-10/+1
* bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)Antoine Pitrou2017-09-201-9/+19
* bpo-30860: Add Include/internal/ in "make tags" (#3498)Victor Stinner2017-09-111-2/+2
* bpo-31354: Let configure --with-lto work on all buildsoctaviansoldea2017-09-081-2/+2
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-0/+6
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+2
* Update multissl test helper (#3349)Christian Heimes2017-09-061-0/+7
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-7/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-0/+7
* bpo-30871: Add "make pythoninfo" (#3120)Victor Stinner2017-08-181-0/+5
* bpo-30814, bpo-30876: Add new import test files to projects. (#2851)Serhiy Storchaka2017-07-271-0/+2
* buildbot: pass --fail-env-changed to regrtest (#2509)Victor Stinner2017-06-301-1/+1
* bpo-30492: Allow make clinic to work out of tree. (#1836)Gregory P. Smith2017-05-271-1/+1
* bpo-20210: Support the *disabled* marker in Setup files (GH-132)xdegaye2017-05-271-3/+4
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-1/+1
* Remove .bzrignore (GH-1661)Stéphane Wirtel2017-05-221-1/+0
* bpo-28787: Fix out of tree --with-dtrace builds (#135)stratakis2017-05-101-0/+1
* bpo-30289: remove Misc/python-config.sh when make distclean (#1498)Xiang Zhang2017-05-091-1/+2
* bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)torsava2017-05-051-7/+7
* bpo-23404: make touch becomes make regen-all (#1405)Victor Stinner2017-05-031-81/+72
* bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)Victor Stinner2017-04-281-0/+9
* `make tags` fixes (GH-717)Alex Dzyoba2017-03-241-1/+1
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-6/+6
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-121-0/+1