| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35134: Add cpython/pymem.h to build system (GH-12842) | Victor Stinner | 2019-04-15 | 1 | -0/+1 |
|
|
* | bpo-36623: Clean parser headers and include files (GH-12253) | Pablo Galindo | 2019-04-13 | 1 | -1/+0 |
|
|
* | bpo-36508: python-config don't export LINKFORSHARED (GH-12661) | Victor Stinner | 2019-04-09 | 1 | -0/+2 |
|
|
* | bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p... | Pablo Galindo | 2019-03-25 | 1 | -1/+10 |
|
|
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n... | Eric Snow | 2019-03-15 | 1 | -0/+3 |
|
|
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 1 | -3/+0 |
|
|
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n... | Eric Snow | 2019-03-01 | 1 | -0/+3 |
|
|
* | bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) | Pablo Galindo | 2019-03-01 | 1 | -38/+4 |
|
|
* | bpo-36142: Add preconfig.c (GH-12128) | Victor Stinner | 2019-03-01 | 1 | -0/+1 |
|
|
* | bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) | Victor Stinner | 2019-03-01 | 1 | -1/+2 |
|
|
* | bpo-12822: use monotonic clock for condvar if possible (GH-11723) | Inada Naoki | 2019-02-20 | 1 | -2/+3 |
|
|
* | bpo-35520: Fix build with dtrace support on certain systems. (#11194) | Jakub KulĂk | 2019-01-24 | 1 | -4/+8 |
|
|
* | bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) | Ned Deily | 2018-12-23 | 1 | -1/+1 |
|
|
* | bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-... | Serhiy Storchaka | 2018-12-22 | 1 | -2/+34 |
|
|
* | bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) | stratakis | 2018-12-19 | 1 | -9/+16 |
|
|
* | bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) | Victor Stinner | 2018-12-16 | 1 | -2/+2 |
|
|
* | bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) | jdemeyer | 2018-12-09 | 1 | -2/+1 |
|
|
* | bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) | Victor Stinner | 2018-11-28 | 1 | -0/+8 |
|
|
* | bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) | Victor Stinner | 2018-11-27 | 1 | -2/+2 |
|
|
* | closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G... | E. M. Bray | 2018-11-27 | 1 | -0/+1 |
|
|
* | bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) | Victor Stinner | 2018-11-25 | 1 | -0/+1 |
|
|
* | bpo-35134: Create Include/cpython/ subdirectory (GH-10624) | Victor Stinner | 2018-11-23 | 1 | -0/+14 |
|
|
* | bpo-35296: make install now installs the internal API (GH-10665) | Victor Stinner | 2018-11-23 | 1 | -0/+10 |
|
|
* | bpo-35081: Add new internal headers to Makefile (GH-10670) | Victor Stinner | 2018-11-23 | 1 | -0/+2 |
|
|
* | bpo-35081: Rename internal headers (GH-10275) | Victor Stinner | 2018-11-12 | 1 | -3/+6 |
|
|
* | bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) | Victor Stinner | 2018-11-01 | 1 | -0/+2 |
|
|
* | bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) | Victor Stinner | 2018-11-01 | 1 | -1/+1 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -9/+9 |
|
|
* | bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) | Victor Stinner | 2018-10-30 | 1 | -1/+1 |
|
|
* | bpo-35053: Add Include/tracemalloc.h (GH-10091) | Victor Stinner | 2018-10-25 | 1 | -0/+1 |
|
|
* | closes bpo-34869: Remove LDLAST. (GH-9667) | Benjamin Peterson | 2018-10-04 | 1 | -9/+8 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -3/+10 |
|
|
* | 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 |
|
|