summaryrefslogtreecommitdiffstats
path: root/Programs/_freeze_importlib.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-21/+19
* bpo-34523: Support surrogatepass in locale codecs (GH-8995)Victor Stinner2018-08-291-8/+0
* bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)Victor Stinner2018-08-291-1/+8
* bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)Victor Stinner2018-08-011-2/+1
* bpo-34170: Cleanup pymain_read_conf() (GH-8476)Victor Stinner2018-07-261-1/+1
* bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)Victor Stinner2018-07-251-6/+12
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-1/+4
* Fix some warnings from MSVCSteve Dower2016-09-071-1/+1
* Issue #27713: Surpress spurious build warnings when updating importlib'sNed Deily2016-08-201-0/+1
* Remove an unnecessary flag.Eric Snow2015-05-061-2/+0
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-4/+16
* Issue #23752: _Py_fstat() is now responsible to raise the Python exceptionVictor Stinner2015-03-301-3/+3
* Silenced minor GCC warnings.Serhiy Storchaka2015-02-261-1/+1
* Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-211-2/+2
* Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.Berker Peksag2014-11-241-1/+1
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-0/+144