summaryrefslogtreecommitdiff
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...Victor Stinner2019-04-111-0/+24
* bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)Victor Stinner2019-03-191-0/+3
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-74/+0
* Spelling fixes to docs, docstrings, and comments (GH-6374)Miss Islington (bot)2018-04-201-1/+1
* bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...Miss Islington (bot)2018-02-161-0/+4
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)Miss Islington (bot)2018-02-021-1/+0
* bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...Eric Snow2018-01-291-0/+78
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+1
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-222-0/+154
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-201-1/+0
* add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)Benjamin Peterson2017-12-171-6/+6
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-141-0/+19
* bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)Victor Stinner2017-12-141-1/+1
* 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-151-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-251-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-111-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-077-0/+943
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-058-980/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-058-0/+980