| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) | Zackery Spytz | 2018-09-07 | 1 | -0/+7 |
|
|
* | bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ... | Brendan Gerrity | 2018-09-04 | 1 | -2/+2 |
|
|
* | bpo-34062: Add missing launcher argument and make behavior consistent between... | Brendan Gerrity | 2018-08-31 | 1 | -8/+11 |
|
|
* | bpo-34217: Use lowercase header for Windows (GH-8453) | erikjanss | 2018-07-25 | 1 | -1/+1 |
|
|
* | bpo-34170: Add _PyCoreConfig.isolated (GH-8417) | Victor Stinner | 2018-07-24 | 1 | -2/+2 |
|
|
* | bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361) | Victor Stinner | 2018-07-21 | 1 | -11/+7 |
|
|
* | bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) | Victor Stinner | 2018-07-21 | 1 | -1/+1 |
|
|
* | Add missing va_end() calls in PC/launcher.c (GH-7690) | Zackery Spytz | 2018-06-15 | 1 | -0/+2 |
|
|
* | bpo-33738: Fix macros which contradict PEP 384 (GH-7477) | Christian Tismer | 2018-06-09 | 1 | -0/+3 |
|
|
* | Add missed details of the C API introduced in 3.7. (GH-7047) | Serhiy Storchaka | 2018-05-22 | 1 | -0/+2 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -3/+2 |
|
|
* | bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t... | Serhiy Storchaka | 2018-02-22 | 1 | -0/+1 |
|
|
* | bpo-32457: Improves handling of denormalized executable path when launching P... | Steve Dower | 2018-02-22 | 1 | -54/+42 |
|
|
* | bpo-31333: Re-implement ABCMeta in C (#5273) | Ivan Levkivskyi | 2018-02-18 | 1 | -0/+2 |
|
|
* | bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) | Zachary Ware | 2018-02-11 | 1 | -0/+3 |
|
|
* | bpo-32747: Remove trailing spaces in docstrings. (GH-5491) | oldk | 2018-02-02 | 1 | -1/+1 |
|
|
* | Start of 3.8.0a0 | Ned Deily | 2018-01-31 | 2 | -795/+795 |
|
|
* | rename _imp initialization function to follow conventions (#5432) | Benjamin Peterson | 2018-01-29 | 1 | -2/+2 |
|
|
* | bpo-31399: Let OpenSSL verify hostname and IP address (#3462) | Christian Heimes | 2018-01-27 | 1 | -0/+3 |
|
|
* | bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) | Victor Stinner | 2018-01-24 | 1 | -0/+3 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 2 | -11/+4 |
|
|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -77/+0 |
|
|
* | bpo-32030: Add _Py_FindEnvConfigValue() (#4963) | Victor Stinner | 2017-12-21 | 1 | -53/+3 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 4 | -31/+31 |
|
|
* | bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) | Victor Stinner | 2017-12-14 | 1 | -23/+22 |
|
|
* | bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#... | Serhiy Storchaka | 2017-12-12 | 1 | -11/+11 |
|
|
* | Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203... | Victor Stinner | 2017-12-04 | 1 | -149/+35 |
|
|
* | bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) | Serhiy Storchaka | 2017-12-02 | 1 | -35/+149 |
|
|
* | bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) | Victor Stinner | 2017-12-02 | 1 | -18/+3 |
|
|
* | bpo-32030: Add Python/pathconfig.c (#4668) | Victor Stinner | 2017-12-01 | 1 | -118/+1 |
|
|
* | bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) | Victor Stinner | 2017-12-01 | 1 | -6/+13 |
|
|
* | bpo-32030: Fix Py_GetPath(): init program_name (#4665) | Victor Stinner | 2017-12-01 | 1 | -27/+38 |
|
|
* | bpo-32030: Cleanup "path config" code (#4663) | Victor Stinner | 2017-12-01 | 1 | -61/+54 |
|
|
* | bpo-32030: Add _PyPathConfig_Init() (#4551) | Victor Stinner | 2017-11-25 | 1 | -113/+205 |
|
|
* | bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) | Victor Stinner | 2017-11-24 | 1 | -33/+28 |
|
|
* | bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) | Victor Stinner | 2017-11-24 | 1 | -23/+26 |
|
|
* | bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) | Berker Peksag | 2017-11-24 | 1 | -0/+2 |
|
|
* | bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) | Berker Peksag | 2017-11-24 | 1 | -0/+6 |
|
|
* | bpo-32030: Rewrite calculate_path() (#4521) | Victor Stinner | 2017-11-23 | 1 | -208/+385 |
|
|
* | bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) | Berker Peksag | 2017-11-23 | 1 | -1/+5 |
|
|
* | bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) | Victor Stinner | 2017-11-23 | 1 | -3/+3 |
|
|
* | bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) | Victor Stinner | 2017-11-23 | 1 | -5/+5 |
|
|
* | bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) | Victor Stinner | 2017-11-22 | 1 | -8/+19 |
|
|
* | Add the const qualifier to "char *" variables that refer to literal strings. ... | Serhiy Storchaka | 2017-11-11 | 1 | -1/+1 |
|
|
* | bpo-20486: Implement Database.Close() method in msilib (GH-4141) | Berker Peksag | 2017-11-07 | 1 | -8/+13 |
|
|
* | Fix a memory leak in _msi.c (#4127) | Zackery Spytz | 2017-11-07 | 1 | -0/+1 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 3 | -6/+6 |
|
|
* | bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) | xdegaye | 2017-10-26 | 1 | -1/+0 |
|
|
* | bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) | Masayuki Yamamoto | 2017-10-06 | 1 | -0/+7 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 3 | -7/+7 |
|
|