summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* bpo-35520: Fix build with dtrace support on certain systems. (#11194)Jakub KulĂ­k2019-01-241-4/+8
* bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297)Ned Deily2018-12-231-1/+1
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-221-2/+34
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)stratakis2018-12-191-9/+16
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164)Victor Stinner2018-12-161-2/+2
* bpo-34245: install Python shared library with more standard 0755 mode (GH-8492)jdemeyer2018-12-091-2/+1
* bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)Victor Stinner2018-11-281-0/+8
* bpo-35134: Update "make tags": add Include/cpython/ (GH-10739)Victor Stinner2018-11-271-2/+2
* closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...E. M. Bray2018-11-271-0/+1
* bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)Victor Stinner2018-11-251-0/+1
* bpo-35134: Create Include/cpython/ subdirectory (GH-10624)Victor Stinner2018-11-231-0/+14
* bpo-35296: make install now installs the internal API (GH-10665)Victor Stinner2018-11-231-0/+10
* bpo-35081: Add new internal headers to Makefile (GH-10670)Victor Stinner2018-11-231-0/+2
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-121-3/+6
* bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)Victor Stinner2018-11-011-0/+2
* bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)Victor Stinner2018-11-011-1/+1
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-10-311-9/+9
* bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)Victor Stinner2018-10-301-1/+1
* bpo-35053: Add Include/tracemalloc.h (GH-10091)Victor Stinner2018-10-251-0/+1
* closes bpo-34869: Remove LDLAST. (GH-9667)Benjamin Peterson2018-10-041-9/+8
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-3/+10
* bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)Victor Stinner2018-08-011-1/+3
* bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)Antoine Pitrou2018-07-161-15/+4
* Enable the verbose build for extension modules with GNU make (#6659)Matthias Klose2018-04-301-1/+5
* bpo-25427: Remove pyvenv (GH-5962)Brett Cannon2018-04-201-2/+0
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...xdegaye2018-04-201-1/+2
* bpo-30638: Add clinic to `make regen-all` (GH-5671)Zachary Ware2018-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-231-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-091-5/+20
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-151-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-081-0/+6
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+2