summaryrefslogtreecommitdiffstats
path: root/Modules/CheckVariableExists.c
Commit message (Expand)AuthorAgeFilesLines
* BUG#502: Do not let optimizing compilers think the symbol exists. Require th...Brad King2004-04-261-3/+1
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-151-2/+8
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-211-0/+16
2019-06-181-2/+4 | * bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Ned Deily2019-06-182-3/+14 | * remove dead code (GH-14104)David Carlier2019-06-181-3/+0 | | | default case ought to handle the "unexpected". * bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-1811-51/+211 | | | The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu. * Add sponsorship details for GitHub Sponsor button (GH-14181)Brett Cannon2019-06-181-0/+1 | * Improve release build performance using new artifacts tasks (GH-14175)Steve Dower2019-06-1712-126/+97 | * bpo-37189: Export old PyRun_XXX() functions (#14142)Victor Stinner2019-06-172-2/+21 | | | | | Many PyRun_XXX() functions like PyRun_String() were no longer exported in libpython38.dll by mistake. Export them again to fix the ABI compatibiliy. * Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)Victor Stinner2019-06-171-6/+12 | | | | test_pre_initialization_sys_options() of test_embed now removes PYTHON* environment variables like PYTHONWARNINGS. * bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)Victor Stinner2019-06-1712-69/+29 | | | | | aifc.openfp() alias to aifc.open(), sunau.openfp() alias to sunau.open(), and wave.openfp() alias to wave.open() have been removed. They were deprecated since Python 3.7. * bpo-37321: Edit IDLE subprocess connection error messages. (#14170)Terry Jan Reedy2019-06-17