COMMITS
/ Python/frozenmain.c March 22, 2024
E
gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)
Eric Snow committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
July 2, 2023
V
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner committed
May 24, 2022
V
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner committed
May 20, 2021
V
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)
Victor Stinner committed
May 17, 2021
V
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner committed
May 13, 2021
D
bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)
Dong-hee Na committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 22, 2019
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner committed
May 18, 2019
V
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
March 27, 2019
V
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner committed
V
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner committed
March 1, 2019
V
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 1, 2018
V
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
February 14, 2015
B
merge 3.4 (#22633)
Benjamin Peterson committed
B
avoid reading unallocated memory when argc == 0 (closes #22633)
Benjamin Peterson committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
July 27, 2013
V
Issue #15893: Improve error handling in main() and Py_FrozenMain()
Victor Stinner committed
V
Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
Victor Stinner committed
July 26, 2013
V
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
V
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 7, 2008
A
#4004: Missing newline in some startup error messages.
Amaury Forgeot d'Arc committed
September 3, 2008
A
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Antoine Pitrou committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
July 23, 2001
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
ANSIfy as many declarations as possible.
Thomas Wouters committed
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
January 2, 1999
G
Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
April 3, 1998
G
Make calls into ../PC/frozen_dllmain.c on MS_WIN32.
Guido van Rossum committed