54 Commits (a5259fb05d03f4871837c14fed704541a20896c0)

Author SHA1 Message Date
Victor Stinner 06e7608207
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) 7 years ago
Serhiy Storchaka 79d1c2e6c9
bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
Victor Stinner 7a0791b699
bpo-34589: C locale coercion off by default (GH-9073) 7 years ago
Victor Stinner 188ebfa475
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) 7 years ago
Victor Stinner 3d4226a832
bpo-34523: Support surrogatepass in locale codecs (GH-8995) 7 years ago
Victor Stinner b2457efc78
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) 7 years ago
Victor Stinner dfe0dc7453
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) 7 years ago
Victor Stinner 9e4994d410
bpo-34485: Enhance init_sys_streams() (GH-8978) 7 years ago
Victor Stinner 5a953fd0ab
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658) 8 years ago
Victor Stinner caba55b3b7
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
Victor Stinner 80b762f010
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608) 8 years ago
Victor Stinner ea68d83933
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) 8 years ago
Victor Stinner 9851227382
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) 8 years ago
Victor Stinner b75d7e2435
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) 8 years ago
Victor Stinner 56b29b6d6f
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) 8 years ago
Victor Stinner d145775b45
bpo-34170: Cleanup pymain_read_conf() (GH-8476) 8 years ago
Victor Stinner 1dc6e3906a
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) 8 years ago
Victor Stinner fb47bca9ee
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) 8 years ago
Victor Stinner 209abf7469
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) 8 years ago
Nick Coghlan 69f5c73311
bpo-33182: Fix pointer types in _testembed (GH-6310) 8 years ago
Nick Coghlan bc77eff8b9
bpo-33042: Fix pre-initialization sys module configuration (GH-6157) 8 years ago
Marcel Plch 776407fe89 bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) 8 years ago
Victor Stinner 6efcb6d3d5
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919) 8 years ago
Victor Stinner 9454060e84
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) 8 years ago
Victor Stinner 91106cd9ff
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 8 years ago
Victor Stinner b4d1e1f7c1
bpo-20891: Fix PyGILState_Ensure() (#4650) 8 years ago
Victor Stinner 5d39e04290
bpo-32030: Rework memory allocators (#4625) 8 years ago
Nick Coghlan 4274609e18
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566) 8 years ago
Victor Stinner 9e87e7776f
bpo-32096: Remove obj and mem from _PyRuntime (#4532) 8 years ago
Victor Stinner f7e5b56c37
bpo-32030: Split Py_Main() into subfunctions (#4399) 8 years ago
xdegaye 1588be66d7
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) 8 years ago
Erik Bray 031c4bfadb bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134) 8 years ago
Serhiy Storchaka 13ad3b7a82 bpo-31462: Remove trailing whitespaces. (#3564) 8 years ago
Antoine Pitrou a6a4dc816d bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
Nick Coghlan 6ea4186de3 bpo-28180: Implementation for PEP 538 (#659) 9 years ago
Eric Snow d1c3c13fed bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791) 9 years ago
Eric Snow e377416c10 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) 9 years ago
Steve Dower ea74f0cd4a Issue #24932: Use proper command line parsing in _testembed 9 years ago
Steve Dower a439191efa Fix some warnings from MSVC 9 years ago
Ned Deily 17cfc86422 Issue #27713: Surpress spurious build warnings when updating importlib's 9 years ago
Ned Deily 939231be0e Issue #27736: Improve the existing embedded interpreter init/fini test 10 years ago
Martin Panter 8f26565ba9 Fix spelling (inital), grammar (may translates) in documentation, comments 10 years ago
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var 10 years ago
Victor Stinner 7172f507e1 Replace fpgetmask() with fedisableexcept() 10 years ago
Eric Snow 33507000c7 Remove an unnecessary flag. 11 years ago
Eric Snow 32439d6eb6 Issue #23911: Move path-based bootstrap code to a separate frozen module. 11 years ago
Victor Stinner e134a7fe36 Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 years ago
Serhiy Storchaka b48af340b9 Silenced minor GCC warnings. 11 years ago
Steve Dower f2f373f593 Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. 11 years ago
Berker Peksag da8cef40e5 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. 11 years ago