summaryrefslogtreecommitdiff
path: root/PC/python3dll.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-42171: Add PEP573-related items to the limited API (GH-23009)Petr Viktorin2020-11-101-0/+4
* bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)Victor Stinner2020-11-051-1/+3
* bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)Zackery Spytz2020-10-191-0/+1
* bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)Alex Gaynor2020-10-191-0/+1
* bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)Vladimir Matveev2020-10-131-0/+1
* bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)Victor Stinner2020-09-231-1/+0
* bpo-41103: Remove old buffer protocol support (#21117)Inada Naoki2020-06-261-4/+0
* bpo-41039: Simplify python3.dll build (GH-20989)Nikita Nemkin2020-06-231-9/+814
* More eol-style'sAntoine Pitrou2011-02-251-8/+8
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+9