COMMITS
/ Programs/_freeze_importlib.c 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
July 1, 2019
V
bpo-36763: Use PyConfig_Clear() (GH-14445)
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 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
May 2, 2019
V
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
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 26, 2019
V
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner committed
March 1, 2019
V
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
Victor Stinner committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
August 1, 2018
V
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner committed
July 26, 2018
V
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Victor Stinner committed
July 25, 2018
V
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
September 7, 2016
S
Fix some warnings from MSVC
Steve Dower committed
August 20, 2016
N
Issue #27713: Surpress spurious build warnings when updating importlib's
Ned Deily committed
May 6, 2015
E
Remove an unnecessary flag.
Eric Snow committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
February 26, 2015
S
Silenced minor GCC warnings.
Serhiy Storchaka committed
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
November 24, 2014
B
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
Berker Peksag committed
July 25, 2014
N
Issue #18093: Factor out the programs that embed the runtime
Nick Coghlan committed