summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Remove test_nntplib from quicktest (GH-28754)Inada Naoki2021-10-061-1/+1
* Makefile: Fix missing slashes (GH-28659)native-api2021-10-021-2/+2
* Install the __phello__ package too. (#28665)Eric Snow2021-10-011-1/+2
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-10-011-2/+27
* bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow2021-09-241-31/+48
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-0/+12
* bpo-45020: Fix build out of source tree (GH-28410)Victor Stinner2021-09-171-13/+13
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-161-12/+14
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-151-3/+3
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-12/+36
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-131-4/+4
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-40/+53
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-241-0/+1
* bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)Jason R. Coombs2021-07-311-0/+1
* bpo-44590: Lazily allocate frame objects (GH-27077)Mark Shannon2021-07-261-0/+1
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)Filipe LaĆ­ns2021-07-241-0/+2
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-101-2/+2
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-0/+1
* bpo-44131: Fix Makefile for test_frozenmain (GH-26203)Victor Stinner2021-05-181-3/+1
* bpo-44131: Test Py_FrozenMain() (GH-26126)Victor Stinner2021-05-171-2/+10
* Fix make libainstall. (GH-25980)Senthil Kumaran2021-05-081-1/+1
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-0/+1
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-021-0/+13
* bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)Petr Viktorin2021-04-291-5/+2
* bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)Victor Stinner2021-04-211-0/+1
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-141-0/+1
* bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner2021-03-241-1/+1
* bpo-43244: Remove parser_interface.h header file (GH-25001)Victor Stinner2021-03-241-1/+1
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-231-0/+1
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-7/+8
* bpo-35134: Add include/cpython/compile.h (GH-24922)Hai Shi2021-03-221-0/+1
* bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)Jason R. Coombs2021-03-211-0/+1
* bpo-43517 (followup): Install additional test directory (GH-24950)Antoine Pitrou2021-03-201-0/+1
* bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner2021-03-191-1/+1
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-191-0/+1
* bpo-43244: Add pycore_ast.h header file (GH-24908)Victor Stinner2021-03-171-0/+1
* bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)Victor Stinner2021-03-171-2/+3
* bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)Victor Stinner2021-03-101-1/+1
* bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)Neil Schemenauer2021-03-061-2/+6
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-191-5/+5
* bpo-39448: Add regen-frozen makefile target. (GH-18174)Neil Schemenauer2021-02-191-2/+7
* bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)Nicholas Sim2021-02-171-2/+2
* bpo-43103: Add configure --without-static-libpython (GH-24418)Victor Stinner2021-02-171-22/+29
* bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)Nicholas Sim2021-02-161-1/+1
* bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner2021-01-251-9/+9
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner2021-01-201-0/+2
* bpo-42955: Add Python/module_names.h (GH-24258)Victor Stinner2021-01-191-2/+15
* bpo-36143: make regen-all now also runs regen-keyword (GH-24245)Victor Stinner2021-01-181-1/+1
* bpo-42802: Remove distutils bdist_wininst command (GH-24043)Victor Stinner2021-01-081-1/+0
* bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr2020-12-301-38/+71