summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-092-0/+12
* bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)Victor Stinner2017-12-051-17/+3
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-1/+28
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-28/+1
* bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)Victor Stinner2017-12-021-1/+24
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-0/+4
* bpo-32030: Cleanup "path config" code (#4663)Victor Stinner2017-12-011-0/+16
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-243-493/+0
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-161-1/+1
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-1/+7
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-3/+3
* bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)pdox2017-10-261-1/+0
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-0/+2
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-1/+1
* bpo-30860: Always provide serialno. (#3507)Eric Snow2017-09-121-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-087-0/+943
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-068-980/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-068-0/+980