29 Commits (06e7608207daab9fb82d13ccf2d3664535442f11)

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
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 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 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 b4d1e1f7c1
bpo-20891: Fix PyGILState_Ensure() (#4650) 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
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
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
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
Nick Coghlan 973fe0ba7a Issue #18093: Factor out the programs that embed the runtime 12 years ago
Victor Stinner b2bef62e91 Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX 12 years ago
Nick Coghlan 7d270ee05d Issue #16129: Add `Py_SetStandardStreamEncoding` 12 years ago
Stefan Krah f2c6db5fac Issue #12090: backport 79fcd71d0356 15 years ago
Victor Stinner 66299a49f0 Fix compilation of _testembed.c without threads 15 years ago
Antoine Pitrou 8e60577693 Issue #10914: Add a minimal embedding test to test_capi. 15 years ago