aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/frozenmain.c
Commit message (Expand)AuthorAge
* gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)Eric Snow2024-03-21
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-30
* gh-106320: Remove private _PyInterpreterState functions (#106325)Victor Stinner2023-07-02
* gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)Victor Stinner2022-05-24
* bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)Victor Stinner2021-05-20
* bpo-44131: Test Py_FrozenMain() (GH-26126)Victor Stinner2021-05-17
* bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)Dong-hee Na2021-05-13
* bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)Victor Stinner2020-04-14
* bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)Victor Stinner2020-03-25
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Victor Stinner2019-10-01
* bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)Victor Stinner2019-10-01
* bpo-38304: Add PyConfig.struct_size (GH-16451)Victor Stinner2019-09-28
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-27
* bpo-36763: Add _PyPreConfig._config_init (GH-13481)Victor Stinner2019-05-22
* bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)Victor Stinner2019-05-18
* bpo-36763: Add _PyInitError functions (GH-13395)Victor Stinner2019-05-17
* bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)Victor Stinner2019-05-17
* bpo-36763: Add _Py_InitializeMain() (GH-13362)Victor Stinner2019-05-16
* bpo-36763: Rework _PyInitError API (GH-13031)Victor Stinner2019-05-01
* bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)Victor Stinner2019-03-27
* bpo-36444: Add _PyCoreConfig._init_main (GH-12572)Victor Stinner2019-03-27
* bpo-36142: Rework error reporting in pymain_main() (GH-12113)Victor Stinner2019-03-01
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-12
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)Victor Stinner2018-08-01
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-12
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-15
* Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-30
* merge 3.4 (#22633)Benjamin Peterson2015-02-14
|\
| * avoid reading unallocated memory when argc == 0 (closes #22633)Benjamin Peterson2015-02-14
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-01
|/
* Issue #15893: Improve error handling in main() and Py_FrozenMain()Victor Stinner2013-07-27
* Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, asVictor Stinner2013-07-27
* Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initial...Victor Stinner2013-07-27
* Issue #15893: frozenmain.c now handles PyMem_Malloc() failureVictor Stinner2013-07-27
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* #4004: Missing newline in some startup error messages.Amaury Forgeot d'Arc2008-10-07
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-03
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-05
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-30
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-12
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-23
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* ANSIfy as many declarations as possible.Thomas Wouters2000-07-22
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).Guido van Rossum1999-01-02
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-04
* Make calls into ../PC/frozen_dllmain.c on MS_WIN32.Guido van Rossum1998-04-03