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