]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Python
docs: clarify csv.DictReader's treatment of the first data row (#118549)
[thirdparty/Python/cpython.git] / Python /
2024-05-03  Brett Simmersgh-116322: Add Py_mod_gil module slot (#116882)
2024-05-03  Sam Grossgh-117514: Add `sys._is_gil_enabled()` function (#118514)
2024-05-03  Sam Grossgh-118527: Use `_Py_ID(__main__)` for main module name...
2024-05-03  Carl Meyergh-118513: Fix sibling comprehensions with a name bound...
2024-05-03  Jelle Zijlstragh-116126: Implement PEP 696 (#116129)
2024-05-03  Eric Snowgh-117953: Other Cleanups in the Extensions Machinery...
2024-05-02  Brett Simmersgh-116738: Make `_codecs` module thread-safe (#117530)
2024-05-02  Sam GrossRemove stray `__cplusplus` guard in sysmodule.c (#118511)
2024-05-02  Pablo Galindo Salgadogh-93502: Add new C-API functions to trace object creat...
2024-05-02  Raphael Gaschignardgh-105879: Add support for keyword arguments to eval...
2024-05-02  Mark ShannonGH-118095: Unify the behavior of tier 2 FOR_ITER branch...
2024-05-02  NGRsoftlabgh-116180: Check the globals argument in PyRun_* C...
2024-05-02  Crowthebirdgh-118216: Don't consider dotted `__future__` imports...
2024-05-02  Mark ShannonGH-117442: Check eval-breaker at start (rather than...
2024-05-01  Eric Snowgh-117953: Work Relative to Specific Extension Kinds...
2024-05-01  Mark ShannonGH-118095: Make sure that progress is made if there...
2024-05-01  Irit Katrielgh-118272: set stacktop to 0 before freeing contents...
2024-05-01  Hugo van Kemenadegh-117225: Move colorize functionality to own internal...
2024-05-01  Victor Stinnergh-110850: Add PyTime_TimeRaw() function (#118394)
2024-05-01  Brandt BucherGH-115802: Use the GHC calling convention in JIT code...
2024-05-01  Anthony Shawgh-117958: Expose JIT code via method in UOpExecutor...
2024-05-01  Irit Katrielgh-116767: fix crash on 'async with' with many context...
2024-05-01  Mark ShannonGH-118095: Make invalidating and clearing executors...
2024-05-01  Guido van Rossumgh-118335: Configure Tier 2 interpreter at build time...
2024-04-30  Ken Jingh-117657: Don't specialize RESUME_CHECK when specializ...
2024-04-30  Victor Stinnergh-118422: Fix run_fileexflags() test (#118429)
2024-04-30  Sam Grossgh-118332: Fix deadlock involving stop the world (...
2024-04-30  Dino Viehlandgh-117657: Fix small issues with instrumentation and...
2024-04-30  Irit Katrielgh-118272: Clear generator frame's locals when the...
2024-04-30  Nice Zombiesgh-118379: Use PyTuple_Pack instead of Py_BuildValue...
2024-04-30  Malcolm Smithgh-116622: Redirect stdout and stderr to system log...
2024-04-30  Mark ShannonGH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
2024-04-29  Savannah OstrowskiGH-118306: Update JIT to use LLVM 18 (GH-118307)
2024-04-29  Alex Turnergh-117657: TSAN fix race on `gstate->young.count` ...
2024-04-29  Eric Snowgh-117953: Share More Machinery Code Between Builtin...
2024-04-29  Sam Grossgh-117783: Immortalize objects that use deferred refere...
2024-04-29  Eric Snowgh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec...
2024-04-29  Tian Gaogh-107674: Lazy load line number to improve performance...
2024-04-29  Mark ShannonGH-118095: Allow a variant of RESUME_CHECK in tier...
2024-04-28  Jelle Zijlstragh-109118: Make comprehensions work within annotation...
2024-04-26  Sam Grossgh-116749: Disable GIL by default in free-threaded...
2024-04-26  Mark ShannonGH-118095: Add dynamic exit support and FOR_ITER_GEN...
2024-04-26  neonenegh-117680: Fix msvc warning in instruction_sequence...
2024-04-26  Tian Gaogh-117385: Remove unhooked events on sys.settrace ...
2024-04-26  Eric Snowgh-110693: Pending Calls Machinery Cleanups (gh-118296)
2024-04-25  Mark ShannonGH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH...
2024-04-25  Nice Zombiesgh-102511: Speed up os.path.splitroot() with native...
2024-04-24  Eric Snowgh-117953: Fix Refleaks Introduced by gh-118194 (gh...
2024-04-24  Eric Snowgh-117953: Add Internal struct _Py_ext_module_loader_in...
2024-04-24  Eric Snowgh-117953: Let update_global_state_for_extension()...
2024-04-24  Eric Snowgh-76785: Rename _xxsubinterpreters to _interpreters...
2024-04-24  Eric Snowgh-117953: Cleanups For fix_up_extension() in import...
2024-04-24  Mark ShannonGH-115419: Move setting the instruction pointer to...
2024-04-24  Mark ShannonGH-118095: Convert DEOPT_IFs on likely side exits to...
2024-04-24  Irit Katrielgh-117901: Add option for compiler's codegen to save...
2024-04-23  Guido van Rossumgh-118074: Immortal executors are not GC-able (#118182)
2024-04-23  mpagegh-117657: Quiet TSAN warnings about remaining non...
2024-04-23  Eric Snowgh-117953: Small Cleanup of Extensions-Related Machiner...
2024-04-23  Joe Jevnikgh-68114: Fix handling for removed PyArg_ParseTuple...
2024-04-22  Guido van RossumGH-118074: Executors in the COLD_EXITS array are not...
2024-04-22  Jelle Zijlstragh-109118: Allow lambdas in annotation scopes in classe...
2024-04-22  Mark ShannonGH-115480: Reduce guard strength for binary ops when...
2024-04-22  Dino Viehlandgh-112075: Make instance attributes stored in inline...
2024-04-19  Dino Viehlandgh-116818: Make `sys.settrace`, `sys.setprofile`, and...
2024-04-19  Russell Keith-Mageegh-114099: Modify preprocessor symbol usage to support...
2024-04-19  Mark ShannonGH-116202: Incorporate invalidation check into _START_E...
2024-04-19  Mark ShannonGH-115419: Improve list of escaping functions (GH-118054)
2024-04-19  Tian Gaogh-117535: Change unknown filename of warnings from...
2024-04-18  Donghee Nagh-112069: Add _PySet_NextEntryRef to be thread-safe...
2024-04-18  Guido van RossumGH-118036: Fix a bug with CALL_STAT_INC (#117933)
2024-04-18  Victor Stinnergh-117987: Restore several functions removed in Python...
2024-04-18  Mark ShannonGH-115419: Tidy up tier 2 optimizer. Merge peephole...
2024-04-18  Kirill Podoprigoragh-118023: Fix reference leak (#118025)
2024-04-17  mpagegh-117657: Quiet erroneous TSAN reports of data races...
2024-04-17  Irit Katrielgh-117680: make _PyInstructionSequence a PyObject and...
2024-04-17  Victor Stinnergh-117929: Restore removed PyEval_InitThreads() functio...
2024-04-17  Mark ShannonGH-117760: Streamline the trashcan mechanism (GH-117763)
2024-04-16  Jeff Glassgh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
2024-04-15  mpagegh-117657: Quiet more TSAN warnings due to incorrect...
2024-04-15  mpagegh-117657: Quiet TSAN warning about a data race between...
2024-04-12  Sam Grossgh-117376: Partial implementation of deferred reference...
2024-04-12  Serhiy Storchakagh-117764: Fix and add signatures for many builtins...
2024-04-12  Serhiy Storchakagh-117764: Add signatures for some functions in the...
2024-04-11  Eric Snowgh-76785: Handle Legacy Interpreters Properly (gh-117490)
2024-04-11  Sam Grossgh-117649: Raise ImportError for unsupported modules...
2024-04-11  Eric Snowgh-76785: Add More Tests to test_interpreters.test_api...
2024-04-09  Tian Gaogh-107674: Remove some unnecessary code in instrumentat...
2024-04-08  Sam Grossgh-117439: Make refleak checking thread-safe without...
2024-04-08  mpagegh-111926: Make weakrefs thread-safe in free-threaded...
2024-04-06  Brandt BucherGH-117512: Allow 64-bit JIT operands on 32-bit platform...
2024-04-05  Erlend E. Aaslandgh-117457: Regen executor cases post PR #117477 (#117559)
2024-04-04  Michael DroettboomGH-117457: Correct pystats uop "miss" counts (GH-117477)
2024-04-04  Dino Viehlandgh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
2024-04-04  Irit Katrielgh-117494: extract the Instruction Sequence data struct...
2024-04-04  Guido van Rossumgh-116968: Reimplement Tier 2 counters (#117144)
2024-04-03  Peter Lazorchakgh-116168: Remove extra `_CHECK_STACK_SPACE` uops ...
2024-04-03  Eric Snowgh-76785: Raise InterpreterError, Not RuntimeError...
2024-04-03  Eric Snowgh-76785: Fix a Refleak in _interpreters.new_config...
2024-04-02  Eric Snowgh-76785: Add PyInterpreterConfig Helpers (gh-117170)
2024-04-02  Guido van RossumFix successor opcode name printing in Tier 2 DEOPT...
next