summaryrefslogtreecommitdiffstats
path: root/Modules/_testembed.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-140/+0
|
* Issue #19977: Fix test_capi when LC_CTYPE locale is POSIXVictor Stinner2014-03-181-2/+2
|
* Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-6/+88
| | | | | | | | | | | This new pre-initialization API allows embedding applications like Blender to force a particular encoding and error handler for the standard IO streams. Also refactors Modules/_testembed.c to let us start testing multiple embedding scenarios. (Initial patch by Bastien Montagne)
* Fix compilation of _testembed.c without threadsVictor Stinner2011-04-261-0/+6
|
* Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+52