summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_embed.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715)Victor Stinner2018-11-261-39/+62
* Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH...Victor Stinner2018-11-221-3/+8
* bpo-35233: test_embed: fix filesystem encoding (GH-10597)Victor Stinner2018-11-191-2/+4
* bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)Miss Islington (bot)2018-11-161-8/+3
* bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546)Victor Stinner2018-11-141-82/+136
* bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539)Victor Stinner2018-11-141-1/+2
* bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537)Victor Stinner2018-11-141-1/+1
* [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529)Victor Stinner2018-11-141-52/+148
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-191-2/+3
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-181-3/+2
* [3.7] bpo-34247: Fix Python 3.7 initialization (#8659)Victor Stinner2018-08-051-1/+147
* bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)Miss Islington (bot)2018-07-211-0/+8
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Miss Islington (bot)2018-06-221-0/+9
* bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)Miss Islington (bot)2018-04-271-1/+1
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Miss Islington (bot)2018-03-251-5/+26
* bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)Victor Stinner2018-01-291-3/+0
* bpo-20891: Skip test_embed.test_bpo20891() (#4967)Victor Stinner2017-12-211-0/+3
* bpo-20891: Fix PyGILState_Ensure() (#4650)Victor Stinner2017-11-301-0/+10
* bpo-32136: Separate embedding tests from C API tests (GH-4567)Nick Coghlan2017-11-271-0/+203