]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Programs
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
[thirdparty/Python/cpython.git] / Programs /
2024-04-22  Guido van RossumRemove more remnants of deepfreeze (#118159)
2024-04-18  Victor Stinnergh-117987: Restore several functions removed in Python...
2024-01-24  Mark ShannonGH-112354: `END_FOR` instruction to only pop one value...
2023-12-12  Sam Grossgh-112532: Require mimalloc in `--disable-gil` builds...
2023-11-03  Irit Katrielgh-111354: Simplify _PyGen_yf by moving some of its...
2023-11-02  Irit Katrielgh-111354: simplify detection of RESUME after YIELD_VAL...
2023-10-10  Donghee Nagh-109595: Add -Xcpu_count=<n> cmdline for container...
2023-10-05  Victor Stinnergh-85283: Add PySys_AuditTuple() function (#108965)
2023-09-13  Brandt BucherGH-105848: Replace KW_NAMES + CALL with LOAD_CONST...
2023-09-12  Irit Katrielgh-109256: allocate opcode IDs for internal opcodes...
2023-09-08  Mark ShannonGH-108716: Turn off deep-freezing of code objects....
2023-09-07  Mark ShannonGH-108614: Add `RESUME_CHECK` instruction (GH-108630)
2023-09-06  Victor Stinnergh-108753: Enhance pystats (#108754)
2023-09-02  Victor Stinnergh-108765: Python.h no longer includes <unistd.h> ...
2023-08-16  Irit Katrielgh-105481: generate op IDs from bytecode.c instead...
2023-08-16  Victor Stinnergh-106659: Fix test_embed.test_forced_io_encoding(...
2023-08-09  Brandt BucherGH-105848: Simplify the arrangement of CALL's stack...
2023-06-14  Mark ShannonGH-77273: Better bytecodes for f-strings (GH-6132)
2023-06-02  Mark ShannonGH-104584: Plugin optimizer API (GH-105100)
2023-06-01  Victor Stinnergh-105145: Remove old functions to config Python init...
2023-04-22  Eddie Elizondogh-84436: Implement Immortal Objects (gh-19474)
2023-04-19  Pablo Galindo Salgadogh-102856: Initial implementation of PEP 701 (#102855)
2023-04-12  Nikita Sobolevgh-103326: Remove `Python/importlib.h` (GH-103331)
2023-04-05  Brandt BucherGH-88691: Shrink the CALL caches (GH-103230)
2023-03-29  Brandt BucherGH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
2023-03-13  chgnrdvgh-102650: Remove duplicate include directives from...
2023-02-07  penguin_wwygh-101632: Add the new RETURN_CONST opcode (#101633)
2022-12-22  Brandt BucherGH-99554: Pack location tables more effectively (GH...
2022-12-10  Kai Zhanggh-99582: freeze `zipimport` into `_bootstrap_python...
2022-12-09  Mark ShannonGH-98522: Add version number to code objects. (GH-98525)
2022-11-24  SQLPATCHgh-98872: Fix a possible resource leak in Python 3...
2022-11-09  Kumar AdityaGH-90699: disallow `_Py_IDENTIFIER` in core code ...
2022-10-30  Nick Coghlangh-96853: Restore test coverage for Py_Initialize(Ex...
2022-10-27  Mark ShannonGH-96793: Change `FOR_ITER` to not pop the iterator...
2022-10-26  Eric Snowgh-98608: Change _Py_NewInterpreter() to _Py_NewInterpr...
2022-10-17  Victor Stinnergh-97669: Create Tools/build/ directory (#97963)
2022-10-03  Gregory P. Smithgh-96512: Move int_max_str_digits setting to PyConfig...
2022-09-22  Brandt BucherGH-96975: Skip incomplete frames in PyEval_GetFrame...
2022-09-13  Matthias Görgensgh-96678: Avoid undefined behaviour in test (#96672)
2022-07-31  Pablo Galindo Salgadobpo-45445: Revert "bpo-45445: Fail if an invalid X...
2022-07-13  neonenegh-90815: Fix test_embed for Windows PGO build with...
2022-07-05  Irit Katrielgh-94485: Set line number of module's RESUME instructio...
2022-06-21  Dennis SweeneyGH-91432: Specialize FOR_ITER (GH-91713)
2022-06-16  neonenegh-91985: Ensure in-tree builds override platstdlib_dir...
2022-06-14  Ken JinGH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR...
2022-06-03  Ken Jingh-93382: Cache result of `PyCode_GetCode` in codeobjec...
2022-05-19  Mark ShannonGH-90690: Remove `PRECALL` instruction (GH-92925)
2022-05-05  Victor Stinnergh-57684: Add -P cmdline option and PYTHONSAFEPATH...
2022-05-04  Inada Naokigh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
2022-04-21  Mark ShannonGH-88116: Use a compact format to represent end line...
2022-03-31  Irit Katrielbpo-47120: Replace the JUMP_ABSOLUTE opcode by the...
2022-03-07  Brandt Bucherbpo-46841: Use inline caching for calls (GH-31709)
2022-03-03  Brandt Bucherbpo-46841: Use inline caching for attribute accesses...
2022-03-01  Mark Shannonbpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH...
2022-02-26  Kumar AdityaPropagate errors (however unlikely) from _Py_Deepfreeze...
2022-02-24  Kumar Adityabpo-46430: Fix memory leak in interned strings of deep...
2022-02-21  Mark Shannonbpo-46329: Streamline calling sequence a bit. (GH-31465)
2022-02-18  Mark Shannonbpo-46329: Change calling sequence (again) (GH-31373)
2022-02-08  Eric Snowbpo-46541: Replace core use of _Py_IDENTIFIER() with...
2022-01-28  Mark Shannonbpo-46329: Split calls into precall and call instructio...
2022-01-27  Kumar Adityabpo-46476: Fix memory leak in code objects generated...
2022-01-21  Victor Stinnerbpo-46417: _testembed.c avoids Py_SetProgramName()...
2022-01-21  Victor Stinnerbpo-46417: Finalize structseq types at exit (GH-30645)
2022-01-11  Victor Stinnerbpo-46303: Move fileutils.h private functions to intern...
2022-01-06  Mark Shannonbpo-45923: Handle call events in bytecode (GH-30364)
2021-12-28  Dong-hee Nabpo-45189: Drop the "list_frozen" command from _test_em...
2021-12-14  Mark Shannonbpo-44525: Split calls into PRECALL and CALL (GH-30011)
2021-12-13  Christian Heimesbpo-45949: Pure Python freeze module for cross builds...
2021-12-03  Christian Heimesbpo-45950: Introduce Bootstrap Python again (#29859)
2021-12-02  Victor Stinnerbpo-45954: Rename PyConfig.no_debug_ranges to code_debu...
2021-11-02  Brandt BucherRemove Programs/_freeze_importlib (#29357)
2021-11-01  Nikita Sobolevbpo-45666: Use `%S` for MSVC and `%s` elsewhere for...
2021-10-31  Nikita Sobolevbpo-45666: fixes warning with `swprintf` and `%s` ...
2021-10-28  Eric Snowbpo-45395: Make custom frozen modules additions instead...
2021-10-27  Brandt Bucherbpo-44511: Improve the bytecode for class and mapping...
2021-10-25  Eric Snowbpo-45020: Add tests for the -X "frozen_modules" option...
2021-10-13  Victor Stinnerbpo-45434: pyport.h no longer includes <stdlib.h> ...
2021-10-13  Pablo Galindo Salgadobpo-45445: Fail if an invalid X-option is provided...
2021-10-05  Eric Snowbpo-45020: Identify which frozen modules are actually...
2021-09-20  Victor Stinnerbpo-40413: test_embed tests calling Py_RunMain() multip...
2021-09-15  Steve Dowerbpo-45188: Windows now regenerates frozen modules at...
2021-08-30  Eric Snowbpo-45019: Add a tool to generate list of modules to...
2021-07-07  Ammar Askarbpo-43950: Add option to opt-out of PEP-657 (GH-27023)
2021-07-07  Gabriele N. Tornettabpo-44530: Add co_qualname field to PyCodeObject (GH... 27050/head
2021-07-02  Pablo Galindobpo-43950: Add code.co_positions (PEP 657) (GH-26955)
2021-06-30  Batuhan Taskayabpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top...
2021-06-29  Victor Stinnerbpo-44434: Remove useless calls to PyThread_exit_thread...
2021-06-23  Guido van Rossumbpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
2021-06-23  Victor Stinnerbpo-44441: _PyImport_Fini2() resets PyImport_Inittab...
2021-06-21  Guido van Rossumbpo-43693: Turn localspluskinds into an object (GH...
2021-06-07  Eric Snowbpo-43693: Un-revert commits 2c1e258 and b2bf2bc. ...
2021-06-04  Pablo Galindobpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42...
2021-06-03  Eric Snowbpo-43693: Add new internal code objects fields: co_fas...
2021-05-27  Eric Snowbpo-43693: Add _PyCode_New(). (gh-26375)
2021-05-20  Victor Stinnerbpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv...
2021-05-18  Victor Stinnerbpo-44131: Fix Makefile for test_frozenmain (GH-26203)
2021-05-17  Victor Stinnerbpo-44131: Test Py_FrozenMain() (GH-26126)
2021-05-12  Victor Stinnerbpo-44113: Deprecate old functions to config Python...
2021-03-10  Victor Stinnerbpo-43445: Add frozen modules to sys.stdlib_module_name...
2021-01-12  Victor Stinnerbpo-42882: Add test_embed.test_unicode_id_init() (GH...
next