summaryrefslogtreecommitdiffstats
path: root/Modules/_testembed.c
Commit message (Collapse)AuthorAgeFilesLines
* 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