]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Python/pythonrun.c
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
[thirdparty/Python/cpython.git] / Python / pythonrun.c
2024-05-02  NGRsoftlabgh-116180: Check the globals argument in PyRun_* C...
2024-03-07  Serhiy Storchakagh-116437: Use new C API PyDict_Pop() to simplify the...
2024-02-25  Sergii K gh-115914: minor cleanup: simplify filename_obj assign...
2023-11-02  Serhiy Storchakagh-108082: Use PyErr_FormatUnraisable() (GH-111580)
2023-10-26  Pablo Galindo Salgadogh-67224: Show source lines in tracebacks when using...
2023-10-20  Nikita Sobolevgh-111132: Fix crash on interactive_filename in `run_mo...
2023-10-16  Pablo Galindo Salgadogh-110912: Correctly display tracebacks for MemoryError...
2023-10-13  Thomas WoutersMerge branch 'main' of https://github.com/python/cpython
2023-10-13  Pablo Galindo Salgadogh-110805: Allow the repl to show source code and compl...
2023-10-12  Pablo Galindo Salgadogh-110721: Use the traceback module for PyErr_Display...
2023-09-29  Victor Stinnergh-110079: Remove extern "C" { ...} in C code (#110080)
2023-09-23  Serhiy Storchakagh-109611: Add convenient C API function _PyFile_Flush...
2023-09-11  Irit Katrielgh-109179: Fix traceback display for SyntaxErrors with...
2023-09-06  Victor Stinnergh-108765: Cleanup #include in Python/*.c files (#108977)
2023-08-29  Victor Stinnergh-106320: Remove private pythonrun API (#108599)
2023-08-24  Victor Stinnergh-108308: Remove _PyDict_GetItemStringWithError()...
2023-08-24  Victor Stinnergh-108314: Add PyDict_ContainsString() function (#108323)
2023-08-23  Irit Katrielgh-108113: Make it possible to optimize an AST (#108282)
2023-08-22  Victor Stinnergh-106320: Remove _PyDict_GetItemStringWithError()...
2023-08-21  Irit Katrielgh-108113: Make it possible to create an optimized...
2023-07-12  Serhiy Storchakagh-106521: Remove _PyObject_LookupAttr() function ...
2023-06-30  Victor Stinnergh-106023: Update code using _PyObject_FastCall() ...
2023-06-26  Victor Stinnergh-106084: Remove old PyObject call aliases (#106085)
2023-06-23  Serhiy Storchakagh-106033: Get rid of new occurrences of PyDict_GetItem...
2023-06-22  Victor Stinnergh-105922: Use PyImport_AddModuleRef() function (#105999)
2023-06-20  Victor Stinnergh-105922: Add PyImport_AddModuleRef() function (#105923)
2023-06-19  Victor Stinnergh-105922: Refactor PyRun_InteractiveOneObjectEx()...
2023-05-01  Carey Metcalfegh-103895: Improve how invalid `Exception.__notes__...
2023-03-19  Irit Katrielgh-102192: Replace PyErr_Fetch/Restore etc by more...
2023-03-18  Irit Katrielgh-102778: Add sys.last_exc, deprecate sys.last_type...
2023-03-16  Irit Katrielgh-102755: Add PyErr_DisplayException(exc) (#102756)
2023-03-16  Irit Katrielgh-102192: Replace PyErr_Fetch/Restore etc by more...
2023-02-20  Irit Katrielgh-102056: Fix a few bugs in error handling of exceptio...
2023-02-15  Eric Snowgh-101758: Clean Up Uses of Import State (gh-101919)
2023-02-08  Mark ShannonGH-101578: Normalize the current exception (GH-101607)
2022-11-22  Victor Stinnergh-99537: Use Py_SETREF() function in C code (#99657)
2022-11-16  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
2022-11-16  Eric Snowgh-81057: Move More Globals in Core Code to _PyRuntimeS...
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Python/ directory (#99302)
2022-10-15  Pablo Galindo Salgadogh-98254: Include stdlib module names in error messages...
2022-09-27  Pablo Galindo Salgadogh-96670: Raise SyntaxError when parsing NULL bytes...
2022-05-11  Victor Stinnergh-92651: Remove the Include/token.h header file (...
2022-05-04  Victor StinnerUse static inline function Py_EnterRecursiveCall()...
2022-04-16  Irit Katrielgh-89770: Implement PEP-678 - Exception notes (GH-31317)
2022-04-14  Gregory P. Smithgh-89455: Fix an uninitialized bool in exception print...
2022-04-07  Victor Stinnerbpo-35134: Remove the Include/code.h header file (GH...
2022-02-15  Eric Snowbpo-46541: Discover the global strings. (gh-31346)
2022-02-08  Eric Snowbpo-46541: Replace core use of _Py_IDENTIFIER() with...
2021-12-16  Irit Katrielbpo-45635: Do not suppress errors in functions called...
2021-12-10  Irit Katrielbpo-45635: refactor print_exception_recursive into...
2021-12-09  Irit Katrielbpo-45635: continue refactor of print_exception() to...
2021-12-08  Irit Katrielbpo-45635: refactor print_exception() into smaller...
2021-12-03  Irit Katrielbpo-45607: Make it possible to enrich exception display...
2021-11-27  Irit Katrielbpo-45614: Fix traceback display for exceptions with...
2021-11-05  Irit Katrielbpo-45292: [PEP 654] Update traceback display code...
2021-10-06  Christian ClaussFix typos in the Python directory (GH-28767)
2021-09-05  Irit Katrielbpo-41031: Match C and Python code formatting of unprin...
2021-09-03  Irit Katrielbpo-45083: Include the exception class qualname when...
2021-04-23  Pablo Galindobpo-43914: Highlight invalid ranges in SyntaxErrors...
2021-04-19  Pablo Galindobpo-25460: Surround suggestions by quotes (GH-25473)
2021-04-14  Pablo Galindobpo-38530: Make sure that failing to generate suggestio...
2021-04-14  Pablo Galindobpo-38530: Offer suggestions on AttributeError (#16856)
2021-04-07  Victor Stinnerbpo-43244: Remove Yield macro from pycore_ast.h (GH...
2021-03-29  Pablo Galindobpo-43660: Fix crash when displaying exceptions with...
2021-03-24  Victor Stinnerbpo-43244: Remove the pyarena.h header (GH-25007)
2021-03-24  Victor Stinnerbpo-43244: Remove parser_interface.h header file (GH...
2021-03-23  Victor Stinnerbpo-43244: Add pycore_compile.h header file (GH-25000)
2021-03-23  Victor Stinnerbpo-43244: Remove ast.h, asdl.h, Python-ast.h headers...
2021-03-19  Victor Stinnerbpo-43244: Remove symtable.h header file (GH-24910)
2021-02-19  Nicholas Simbpo-35134: Move non-limited C API files to Include...
2020-12-09  Victor Stinnerbpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
2020-12-08  Victor Stinnerbpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
2020-12-08  Victor Stinnerbpo-32381: Fix PyRun_SimpleFileExFlags() encoding ...
2020-12-02  Pablo Galindobpo-40939: Restore some stable API functions incorrectl...
2020-10-26  Serhiy Storchakabpo-42006: Stop using PyDict_GetItem, PyDict_GetItemStr...
2020-10-10  Serhiy Storchakabpo-41991: Remove _PyObject_HasAttrId (GH-22629)
2020-06-21  Lysandros Nikolaoubpo-40939: Rename PyPegen* functions to PyParser* ...
2020-06-20  Lysandros Nikolaoubpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-11  Pablo Galindobpo-40939: Remove the old parser (GH-20768)
2020-06-02  Ammar AskarFix MSVC warnings in pythonrun.c (#GH-0587)
2020-05-15  Guido van Rossumbpo-40612: Fix SyntaxError edge cases in traceback...
2020-05-12  Serhiy Storchakabpo-40593: Improve syntax errors for invalid characters...
2020-05-04  Lysandros Nikolaoubpo-40246: Revert reporting of invalid string prefixes...
2020-04-28  Łukasz LangaMerge tag 'v3.9.0a6'
2020-04-27  Pablo Galindobpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new...
2020-04-23  Lysandros Nikolaoubpo-40334: Improve various PEG-Parser related stuff...
2020-04-23  Victor Stinnerbpo-40334: Rename PyConfig.use_peg to _use_peg_parser...
2020-04-22  Pablo Galindobpo-40334: PEP 617 implementation: New PEG parser for...
2020-04-15  Victor Stinnerbpo-40268: Remove unused imports in pylifecycle.c ...
2020-04-15  Victor Stinnerbpo-40268: Remove unused osdefs.h includes (GH-19532)
2020-04-14  Victor Stinnerbpo-40268: Remove a few pycore_pystate.h includes ...
2020-04-14  Victor Stinnerbpo-40268: Rename _PyInterpreterState_GET_UNSAFE()...
2020-04-13  Victor Stinnerbpo-40268: Add _PyInterpreterState_GetConfig() (GH...
2020-04-12  Lysandros Nikolaoubpo-40246: Report a better error message for invalid...
2020-03-27  Victor Stinnerbpo-38644: Use _PySys_Audit(): pass tstate explicitly...
2020-03-13  Victor Stinnerbpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH...
2020-02-03  Victor Stinnerbpo-39542: Move object.h debug functions to internal...
2019-11-28  Steve Dowerbpo-38920: Add audit hooks for when sys.excepthook...
2019-11-05  Benjamin Petersoncloses bpo-37633: Reëxport some function compatibility...
2019-10-15  Vinay Sajipbpo-11410: Standardize and use symbol visibility attrib...
next