COMMITS
/ Programs/_freeze_importlib.c 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