14 Commits (9d6d06e8065d45f375f4a80e2d7e13b032da1f5b)

Author SHA1 Message Date
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